html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Font size base
======================================== */
/* Space size base
======================================== */
/* Slick
======================================== */
/* Colors
======================================== */
/*** Lightgallery
***********************************************************************************************************************/
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
: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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

dfn {
  font-style: italic; }

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;
  -webkit-text-decoration-skip: objects; }
  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: monospace, monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

svg:not(:root) {
  overflow: hidden; }

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

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

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

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

input[type="date"],
input[type="time"],
input[type="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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

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

.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

.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: none; }
  .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: none; }
  .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: none; }
  .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: none; }
  .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%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .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 .table {
    background-color: #fff; }

.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 {
  background-color: rgba(0, 0, 0, 0.075); }

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

.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-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-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-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-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-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-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-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: #212529;
  border-color: #32383e; }

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

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .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 {
    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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.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 screen and (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:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

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, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.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; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.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; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.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: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .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 .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .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-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 {
    background-color: #71dd8a; }

.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 {
  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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.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 ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.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 {
  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: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .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 .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .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-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 {
    background-color: #efa2a9; }

.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 {
  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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.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 ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.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 {
  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;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

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

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

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

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

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

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

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

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

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

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

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

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

.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-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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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;
    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: 0 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-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

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

.btn-group > .btn:first-child {
  margin-left: 0; }

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

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

.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 + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .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 > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .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: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,
    .input-group > .custom-file:not(:first-child) .custom-file-label::after {
      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 + .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 > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

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

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

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

.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:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.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 hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

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

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

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

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

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

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

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

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

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

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

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

.media-body {
  flex: 1; }

.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 {
    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:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

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

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

.list-group-flush:last-child .list-group-item:last-child {
  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; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

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

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  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 .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "proxima-nova", sans-serif;
  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 .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

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

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important; }

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

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

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

.bg-success {
  background-color: #28a745 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important; }

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

.border-success {
  border-color: #28a745 !important; }

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

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

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

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

.border-dark {
  border-color: #343a40 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive-21by9::before {
  padding-top: 42.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; }

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

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

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

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

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

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

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

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

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }
  .bootstrap-select.btn-group > .dropdown-toggle {
    height: 100%; }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }
    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    display: block;
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu a.dropdown-item {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu a.dropdown-item.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu a.dropdown-item.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu a.dropdown-item.hidden {
      display: none; }
    .bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner {
      cursor: pointer;
      user-select: none;
      display: block; }
      .bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu a.dropdown-item small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .dropdown-item .span.check-mark {
    display: none; }
  .bootstrap-select.btn-group .dropdown-menu .dropdown-item .span.text {
    display: inline-block; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu a.selected span.dropdown-item-inner span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu a a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  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(0px, 0, 0);
  transform: translate3d(0px, 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; }

/* Auto Height */
.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; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.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-slide-shadow-bottom {
  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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.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-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.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: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.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(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.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(0px, -50%, 0);
  transform: translate3d(0px, -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: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -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: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 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-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 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, 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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.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); } }

/* a11y */
.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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

@font-face {
  font-family: 'lg';
  src: url("/vendors/fonts/lg.woff2?io9a6k") format("woff2"), url("/vendors/fonts/lg.ttf?io9a6k") format("truetype"), url("/vendors/fonts/lg.woff?io9a6k") format("woff"), url("/vendors/fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; }

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none; }
  .lg-next.disabled,
  .lg-prev.disabled {
    opacity: 0 !important;
    cursor: default; }
  .lg-next:hover:not(.disabled),
  .lg-prev:hover:not(.disabled) {
    color: #fff; }
  .lg-single-item .lg-next, .lg-single-item
  .lg-prev {
    display: none; }

.lg-next {
  right: 20px; }
  .lg-next:before {
    content: '\e095'; }

.lg-prev {
  left: 20px; }
  .lg-prev:after {
    content: '\e094'; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .lg-media-overlap .lg-toolbar {
    background-image: #00aa4e; }
  .lg-toolbar .lg-icon {
    color: white;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background: none;
    border: none;
    box-shadow: none; }
    .lg-toolbar .lg-icon.lg-icon-18 {
      font-size: 18px; }
    .lg-toolbar .lg-icon:hover {
      color: #fff; }
  .lg-toolbar .lg-close:after {
    content: '\e070'; }
  .lg-toolbar .lg-maximize {
    font-size: 22px; }
    .lg-toolbar .lg-maximize:after {
      content: '\e90a'; }
  .lg-toolbar .lg-download:after {
    content: '\e0f2'; }

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }
  .lg-sub-html a {
    color: inherit; }
    .lg-sub-html a:hover {
      text-decoration: underline; }
  .lg-media-overlap .lg-sub-html {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); }
  .lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }

.lg-error-msg {
  font-size: 14px;
  color: #999; }

.lg-counter {
  color: white;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle; }

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.lg-group:after {
  content: '';
  display: table;
  clear: both; }

.lg-container {
  display: none;
  outline: none; }
  .lg-container.lg-show {
    display: block; }

.lg-on {
  scroll-behavior: unset; }

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1; }

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1; }

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer.lg-zoom-from-image {
    opacity: 1; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap; }
  .lg-outer .lg-item {
    display: none !important; }
    .lg-outer .lg-item:not(.lg-start-end-progress) {
      background: url("/vendors/images/loading.gif") no-repeat scroll center center transparent; }
  .lg-outer.lg-css3 .lg-prev-slide,
  .lg-outer.lg-css3 .lg-current,
  .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item,
  .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before,
    .lg-outer .lg-img-wrap:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 1060; }
  .lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative; }
  .lg-outer .lg-empty-html.lg-sub-html,
  .lg-outer .lg-empty-html .lg-sub-html {
    display: none; }
  .lg-outer.lg-hide-download .lg-download {
    opacity: 0.75;
    pointer-events: none; }
  .lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%; }
  .lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1; }
  .lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    transition: opacity 0.2s ease-out 0.15s; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s; }
  .lg-backdrop.in {
    opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-container {
  display: none; }
  .lg-container.lg-show {
    display: block; }
  .lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }
  .lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1; }

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute; }

.lg-inline .lg-backdrop {
  z-index: 1; }

.lg-inline .lg-outer {
  z-index: 2; }

.lg-inline .lg-maximize:after {
  content: '\e909'; }

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .lg-outer .lg-video-cont .lg-object {
    width: 100% !important;
    height: 100% !important; }

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3; }

.lg-outer .lg-video-poster {
  z-index: 1; }

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important; }

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1; }

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s; }
  .lg-video-play-button:hover .lg-video-play-icon-bg,
  .lg-video-play-button:hover .lg-video-play-icon {
    opacity: 1; }

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in; }

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200; }

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in; }
  .lg-video-play-icon .lg-video-play-icon-inner {
    fill: #fcfcfc; }

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite; }

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7); }

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }
  .lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }
  .lg-outer .lg-thumb-outer.lg-thumb-align-middle {
    text-align: center; }
  .lg-outer .lg-thumb-outer.lg-thumb-align-left {
    text-align: left; }
  .lg-outer .lg-thumb-outer.lg-thumb-align-right {
    text-align: right; }

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none; }

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .lg-outer .lg-thumb {
      padding: 10px 0; } }

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color; }
  @media (min-width: 768px) {
    .lg-outer .lg-thumb-item {
      border-radius: 4px;
      border: 2px solid #fff;
      -webkit-transition: border-color 0.25s ease;
      -o-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #0d4658; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer .lg-toggle-thumb:after {
  content: '\e1ff'; }

.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

/*!
 * jQuery mmenu v7.2.2
 * @requires jQuery 1.7.0 or later
 *
 * mmenu.frebsite.nl
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-menu {
  --mm-line-height:20px;
  --mm-listitem-size:44px;
  --mm-navbar-size:44px;
  --mm-offset-top:0;
  --mm-offset-right:0;
  --mm-offset-bottom:0;
  --mm-offset-left:0;
  --mm-color-border:rgba(0, 0, 0, 0.1);
  --mm-color-button:rgba(0, 0, 0, 0.3);
  --mm-color-text:rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed:rgba(0, 0, 0, 0.3);
  --mm-color-background:#f3f3f3;
  --mm-color-background-highlight:rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis:rgba(255, 255, 255, 0.4);
  --mm-shadow:0 0 10px rgba( 0,0,0, 0.3 ); }

.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: 20px;
  line-height: var(--mm-line-height);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  color: inherit;
  text-decoration: none; }

[dir=rtl] .mm-menu {
  direction: rtl; }

.mm-panels, .mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panel, .mm-panels {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text); }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-panel:not(.mm-hidden) {
  display: block; }

.mm-panel:after, .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-panel_has-navbar {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size); }

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel_opened-parent {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel_highest {
  z-index: 2; }

.mm-panel_noanimation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

[dir=rtl] .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

.mm-listitem_vertical > .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px; }

.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none; }

.mm-listitem_opened > .mm-panel {
  display: block; }

.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto; }

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent; }

.mm-listitem_opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 44px;
  padding: 0; }

.mm-btn:after, .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-button);
  border-width: 2px;
  border-style: solid; }

.mm-btn_close:after, .mm-btn_close:before {
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-btn_next:after, .mm-btn_prev:before {
  content: '';
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

[dir=rtl] .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

[dir=rtl] .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

[dir=rtl] .mm-btn_close:after, [dir=rtl] .mm-btn_close:before {
  right: auto; }

[dir=rtl] .mm-btn_close:before {
  left: 25px; }

[dir=rtl] .mm-btn_close:after {
  left: 18px; }

.mm-navbar {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text-dimmed);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: center;
  display: none;
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0 44px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-navbar > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 12px;
  padding: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);
  padding-left: 0;
  padding-right: 0; }

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-navbar__title {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1; }

.mm-navbar__btn:first-child {
  text-align: left;
  left: 0; }

.mm-navbar__btn:last-child {
  text-align: right;
  right: 0; }

.mm-panel_has-navbar .mm-navbar {
  display: block; }

[dir=rtl] .mm-navbar__btn:first-child {
  text-align: right;
  right: 0;
  left: auto; }

[dir=rtl] .mm-navbar__btn:last-child {
  text-align: left;
  left: 0;
  right: auto; }

.mm-listitem, .mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  color: var(--mm-color-text);
  border-color: rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-border);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.mm-listitem:after {
  content: '';
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0; }

.mm-listitem a, .mm-listitem a:hover {
  text-decoration: none; }

.mm-listitem__btn, .mm-listitem__text {
  color: inherit;
  display: block;
  padding-top: 12px;
  padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding-bottom: 12px;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2); }

.mm-listitem__text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%; }

.mm-listitem__btn {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  tap-highlight-color: rgba(255, 255, 255, 0.4);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  tap-highlight-color: var(--mm-color-background-emphasis);
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 54px;
  position: relative; }

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid; }

.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-listitem_opened > .mm-listitem__btn, .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight); }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listitem_divider {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
  font-size: 75%;
  text-transform: uppercase;
  min-height: 20px;
  min-height: var(--mm-line-height);
  padding: 6.5px;
  padding: calc(((var(--mm-listitem-size) * .75) - var(--mm-line-height)) * .5);
  padding-right: 10px;
  padding-left: 20px; }

.mm-listitem_spacer {
  padding-top: 44px;
  padding-top: var(--mm-listitem-size); }

.mm-listitem_spacer > .mm-btn_next {
  top: 44px;
  top: var(--mm-listitem-size); }

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px; }

[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px; }

[dir=rtl] .mm-listitem__btn {
  padding-left: 54px;
  border-left-width: 0;
  border-left-style: none; }

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid; }

.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1; }

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative; }

.mm-wrapper_background .mm-page {
  background: inherit; }

.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0; }

.mm-menu_offcanvas.mm-menu_opened {
  display: block; }

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px; }

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

.mm-wrapper_blocking {
  overflow: hidden; }

.mm-wrapper_blocking body {
  overflow: hidden; }

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block; }

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important; }

.mm-menu_autoheight {
  -webkit-transition: none .4s ease;
  -o-transition: none .4s ease;
  transition: none .4s ease;
  -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; }

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative; }

.mm-menu_autoheight.mm-menu_position-bottom, .mm-menu_autoheight.mm-menu_position-top {
  max-height: 80%; }

.mm-menu_autoheight-measuring .mm-panel {
  display: block !important; }

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important; }

.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

[class*=mm-menu_columns-] {
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width; }

[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  -o-transition-property: width,transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform; }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened, [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
  display: block !important; }

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit; }

.mm-menu_columns-1 .mm-panel_columns-0, .mm-menu_columns-2 .mm-panel_columns-1, .mm-menu_columns-3 .mm-panel_columns-2, .mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none; }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0; }

.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0; }

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%; }

.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px; }

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%; }

.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px; }

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%; }

.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px; }

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%; }

.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0); }

.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px; }

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0); } }

[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%; }

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  -webkit-transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,-webkit-transform;
  -o-transition-property: width,min-width,max-width,transform;
  transition-property: width,min-width,max-width,transform;
  transition-property: width,min-width,max-width,transform,-webkit-transform; }

.mm-counter {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  text-align: right;
  display: block;
  min-width: 44px;
  float: right; }

.mm-listitem_nosubitems > .mm-counter {
  display: none; }

[dir=rtl] .mm-counter {
  text-align: left;
  float: left; }

.mm-listitem_divider {
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-menu_dividers-light .mm-listitem_divider {
  background: inherit;
  font-size: inherit;
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  padding-top: 18px;
  padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height)) * .75);
  padding-bottom: 6px;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height)) * .25); }

.mm-menu_border-none .mm-listitem_divider {
  border-top-width: 1px;
  border-top-style: solid; }

.mm-listview_fixeddivider {
  background: inherit;
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.mm-listview_fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-panel_dividers .mm-listview_fixeddivider {
  display: block; }

.mm-wrapper_opened.mm-dragging .mm-menu, .mm-wrapper_opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.mm-menu_dropdown {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%; }

.mm-wrapper_dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-wrapper_dropdown .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1; }

.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2; }

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none; }

[class*=mm-menu_tip-]:before {
  content: '';
  background: inherit;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-menu_tip-left:before {
  left: 22px; }

.mm-menu_tip-right:before {
  right: 22px; }

.mm-menu_tip-top:before {
  top: -8px; }

.mm-menu_tip-bottom:before {
  bottom: -8px; }

.mm-menu {
  --mm-iconbar-size:44px; }

.mm-iconbar {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  border: 0 solid rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-border);
  border-right-width: 1px;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 44px;
  width: var(--mm-iconbar-size);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2; }

.mm-menu_iconbar .mm-navbars_bottom, .mm-menu_iconbar .mm-navbars_top, .mm-menu_iconbar .mm-panels {
  left: 44px;
  left: var(--mm-iconbar-size); }

.mm-iconbar__bottom, .mm-iconbar__top {
  width: inherit;
  position: absolute; }

.mm-iconbar__bottom > *, .mm-iconbar__top > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 11px 0; }

.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
  text-decoration: none; }

.mm-iconbar__top {
  top: 0; }

.mm-iconbar__bottom {
  bottom: 0; }

.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-menu {
  --mm-iconpanel-size:44px; }

.mm-panel_iconpanel-1, .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - (44px * 1));
  width: calc(100% - (var(--mm-iconpanel-size) * 1)); }

.mm-panel_iconpanel-2, .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - (44px * 2));
  width: calc(100% - (var(--mm-iconpanel-size) * 2)); }

.mm-panel_iconpanel-3, .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - (44px * 3));
  width: calc(100% - (var(--mm-iconpanel-size) * 3)); }

.mm-panel_iconpanel-first ~ .mm-panel, .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - 44px);
  width: calc(100% - var(--mm-iconpanel-size)); }

.mm-menu_iconpanel .mm-panels > .mm-listview_fixeddivider, .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  -o-transition-property: transform,width;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform; }

.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid; }

.mm-menu_iconpanel .mm-panels > .mm-panel_opened, .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  display: block !important; }

.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset; }

.mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider, .mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
  opacity: 0; }

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: .6;
  bottom: -100000px; }

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-listview_fixeddivider, [dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: 0;
  right: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  -o-transition-property: transform,width;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform; }

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit; }

.mm-menu_keyboardfocus a:focus, .mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  outline: 0;
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%; }

.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0; }

.mm-navbars_bottom, .mm-navbars_top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1; }

.mm-navbars_bottom > .mm-navbar, .mm-navbars_top > .mm-navbar {
  border-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.mm-navbars_bottom > .mm-navbar:not(.mm-navbar_has-btns), .mm-navbars_top > .mm-navbar:not(.mm-navbar_has-btns) {
  padding: 0; }

.mm-navbars_bottom > .mm-navbar > :not(img):not(.mm-btn), .mm-navbars_top > .mm-navbar > :not(img):not(.mm-btn) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.mm-navbars_top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
  bottom: auto; }

.mm-menu_navbar_top-1 .mm-panels {
  top: 44px;
  top: calc(var(--mm-navbar-size) * 1); }

.mm-menu_navbar_top-2 .mm-panels {
  top: 88px;
  top: calc(var(--mm-navbar-size) * 2); }

.mm-menu_navbar_top-3 .mm-panels {
  top: 132px;
  top: calc(var(--mm-navbar-size) * 3); }

.mm-menu_navbar_top-4 .mm-panels {
  top: 176px;
  top: calc(var(--mm-navbar-size) * 4); }

.mm-navbars_bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
  top: auto; }

.mm-menu_navbar_bottom-1 .mm-panels {
  bottom: 44px;
  bottom: calc(var(--mm-navbar-size) * 1); }

.mm-menu_navbar_bottom-2 .mm-panels {
  bottom: 88px;
  bottom: calc(var(--mm-navbar-size) * 2); }

.mm-menu_navbar_bottom-3 .mm-panels {
  bottom: 132px;
  bottom: calc(var(--mm-navbar-size) * 3); }

.mm-menu_navbar_bottom-4 .mm-panels {
  bottom: 176px;
  bottom: calc(var(--mm-navbar-size) * 4); }

.mm-navbar_size-2 {
  height: 88px;
  height: calc(var(--mm-navbar-size) * 2); }

.mm-navbar_size-3 {
  height: 132px;
  height: calc(var(--mm-navbar-size) * 3); }

.mm-navbar_size-4 {
  height: 176px;
  height: calc(var(--mm-navbar-size) * 4); }

.mm-navbar__breadcrumbs {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 20px; }

.mm-navbar__breadcrumbs > * {
  display: inline-block;
  padding-right: 6px;
  padding-top: 12px;
  padding-top: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);
  padding-bottom: 12px;
  padding-bottom: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5); }

.mm-navbar__breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar_has-btns .mm-navbar__breadcrumbs {
  margin-left: -44px; }

.mm-navbar_has-btns .mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar__tab_selected {
  background: inherit !important;
  color: inherit !important;
  border-width: 1px;
  border-style: solid;
  border-color: inherit; }

.mm-navbar__tab_selected:first-child {
  border-left: none; }

.mm-navbar__tab_selected:last-child {
  border-right: none; }

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs, .mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: inherit !important;
  color: inherit !important; }

.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.mm-navbars_top .mm-navbar__tab_selected {
  border-bottom: none;
  margin-bottom: -1px; }

.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
  border-top: none; }

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: inherit;
  color: inherit; }

.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid; }

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-top: none;
  margin-top: -1px; }

.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
  border-bottom: none; }

.mm-navbar_tabs > a:not(.mm-navbar__tab_selected), .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar, .mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed); }

.mm-searchfield {
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mm-searchfield input {
  border: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
  color: rgba(0, 0, 0, 0.75);
  color: var(--mm-color-text);
  font: inherit;
  font-size: inherit;
  line-height: 35.2px;
  line-height: calc(var(--mm-navbar-size) * .7);
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 24px;
  height: calc(var(--mm-navbar-size) * .7);
  min-height: unset;
  max-height: unset;
  margin: 0;
  padding: 0 10px; }

.mm-searchfield input::-ms-clear {
  display: none; }

.mm-searchfield__input {
  padding: 6.6px 10px 0 10px;
  padding-top: calc(var(--mm-navbar-size) * .15);
  position: relative; }

.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
  padding: 44px 0; }

.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }

.mm-panel_search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-left: none !important; }

.mm-searchfield__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%; }

.mm-searchfield__cancel {
  line-height: 44px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  -webkit-transition: margin .4s ease;
  -o-transition: margin .4s ease;
  transition: margin .4s ease; }

.mm-searchfield__cancel-active {
  margin-right: 0; }

.mm-panel > .mm-searchfield {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel_has-searchfield {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size); }

.mm-panel_has-navbar.mm-panel_has-searchfield {
  padding-top: 88px;
  padding-top: calc(var(--mm-navbar-size) * 2); }

.mm-panel_has-navbar.mm-panel_has-searchfield > .mm-searchfield {
  top: 44px;
  top: var(--mm-navbar-size); }

.mm-listitem_nosubitems > .mm-listitem__btn {
  display: none; }

.mm-listitem_nosubitems > .mm-listitem__text {
  padding-right: 10px; }

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 15;
  -webkit-transition: right .4s ease;
  -o-transition: right .4s ease;
  transition: right .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block; }

.mm-sectionindexer ~ .mm-panels {
  -webkit-transition: right .4s ease;
  -o-transition: right .4s ease;
  transition: right .4s ease; }

.mm-menu_has-sectionindexer .mm-sectionindexer {
  right: 0; }

.mm-menu_has-sectionindexer .mm-panels {
  right: 20px; }

.mm-menu_navbar_top-1 .mm-sectionindexer {
  top: 46px;
  top: calc((var(--mm-navbar-size) * 1) + 2px); }

.mm-menu_navbar_top-2 .mm-sectionindexer {
  top: 90px;
  top: calc((var(--mm-navbar-size) * 2) + 2px); }

.mm-menu_navbar_top-3 .mm-sectionindexer {
  top: 134px;
  top: calc((var(--mm-navbar-size) * 3) + 2px); }

.mm-menu_navbar_top-4 .mm-sectionindexer {
  top: 178px;
  top: calc((var(--mm-navbar-size) * 4) + 2px); }

.mm-menu_navbar_bottom-1 .mm-sectionindexer {
  bottom: 46px;
  bottom: calc((var(--mm-navbar-size) * 1) + 2px); }

.mm-menu_navbar_bottom-2 .mm-sectionindexer {
  bottom: 90px;
  bottom: calc((var(--mm-navbar-size) * 2) + 2px); }

.mm-menu_navbar_bottom-3 .mm-sectionindexer {
  bottom: 134px;
  bottom: calc((var(--mm-navbar-size) * 3) + 2px); }

.mm-menu_navbar_bottom-4 .mm-sectionindexer {
  bottom: 178px;
  bottom: calc((var(--mm-navbar-size) * 4) + 2px); }

.mm-menu_selected-hover .mm-listitem > .mm-listitem__btn, .mm-menu_selected-hover .mm-listitem > .mm-listitem__text, .mm-menu_selected-parent .mm-listitem > .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem > .mm-listitem__text {
  -webkit-transition: background .4s ease;
  -o-transition: background .4s ease;
  transition: background .4s ease; }

.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected .mm-listitem__text {
  background: 0 0; }

.mm-menu_selected-hover .mm-listitem__btn:hover, .mm-menu_selected-hover .mm-listitem__text:hover {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) .mm-listitem__text {
  background: 0 0; }

.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-menu, .mm-slideout {
  --mm-sidebar-collapsed-size:44px;
  --mm-sidebar-expanded-size:440px; }

.mm-wrapper_sidebar-collapsed body, .mm-wrapper_sidebar-expanded body {
  position: relative; }

.mm-wrapper_sidebar-collapsed .mm-slideout, .mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  -o-transition-property: width,transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform; }

.mm-wrapper_sidebar-collapsed .mm-page, .mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh; }

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed, .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: block !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider, .mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
  opacity: 0; }

.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc(100% - 44px);
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  -webkit-transform: translate3d(44px, 0, 0);
  transform: translate3d(44px, 0, 0);
  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0); }

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  border-right-width: 1px;
  border-right-style: solid;
  min-width: 0 !important;
  max-width: 100000px !important; }

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none; }

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking, .mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible; }

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important; }

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  width: calc(100% - 440px);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  -webkit-transform: translate3d(440px, 0, 0);
  transform: translate3d(440px, 0, 0);
  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0); }

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size); }

.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3; }

.mm-menu_opened .mm-menu__blocker {
  display: none; }

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

label.mm-toggle {
  border-radius: 34px;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: 5px;
  margin-top: calc((var(--mm-listitem-size) - 34px)/ 2); }

label.mm-toggle:before {
  content: '';
  display: block;
  border-radius: 34px;
  width: 32px;
  height: 32px;
  margin: 1px; }

input.mm-toggle {
  position: absolute;
  left: -10000px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
  background: var(--mm-color-border); }

label.mm-toggle:before {
  background: #f3f3f3;
  background: var(--mm-color-background); }

input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

label.mm-check {
  width: 34px;
  height: 34px; }

label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
  border-color: var(--mm-color-text);
  content: '';
  display: block;
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check {
  position: absolute;
  left: -10000px; }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
  float: left; }

.mm-menu_border-none .mm-listitem:after, .mm-panel_border-none .mm-listitem:after {
  content: none; }

.mm-menu_border-full .mm-listitem:after, .mm-panel_border-full .mm-listitem:after {
  left: 0 !important; }

.mm-menu_border-offset .mm-listitem:after, .mm-panel_border-offset .mm-listitem:after {
  right: 20px; }

.mm-menu_fx-menu-zoom {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-wrapper_opened .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

.mm-wrapper_opening .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }

.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu_fx-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-menu-fade {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-wrapper_opening .mm-menu_fx-menu-fade {
  opacity: 1; }

.mm-menu_fx-panels-none .mm-panel, .mm-panel_fx-none {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none; }

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent, .mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-panels-zoom .mm-panel, .mm-panel_fx-zoom {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0); }

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened, .mm-panel_fx-zoom.mm-panel_opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent, .mm-panel_fx-zoom.mm-panel_opened-parent {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent, .mm-panel_fx-slide-0.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent, .mm-panel_fx-slide-100.mm-panel_opened-parent {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu_fx-panels-slide-up .mm-panel, .mm-panel_fx-slide-up {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.mm-menu_fx-panels-slide-up .mm-panel_opened, .mm-menu_fx-panels-slide-up .mm-panel_opened-parent, .mm-panel_fx-slide-up.mm-panel_opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-panels-slide-right .mm-panel, .mm-panel_fx-slide-right {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu_fx-panels-slide-right .mm-panel_opened, .mm-menu_fx-panels-slide-right .mm-panel_opened-parent, .mm-panel_fx-slide-right.mm-panel_opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[class*=mm-menu_fx-listitems-] .mm-listitem {
  -webkit-transition: none .4s ease;
  -o-transition: none .4s ease;
  transition: none .4s ease; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
  -webkit-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
  -webkit-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
  -webkit-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms; }

.mm-menu_fx-listitems-slide .mm-listitem {
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0; }

.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu_fx-listitems-fade .mm-listitem {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  opacity: 0; }

.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
  opacity: 1; }

.mm-menu_fx-listitems-drop .mm-listitem {
  -webkit-transition-property: opacity,top;
  -o-transition-property: opacity,top;
  transition-property: opacity,top;
  opacity: 0;
  top: -25%; }

.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
  opacity: 1;
  top: 0; }

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0); }

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0); } }

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0); }

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0); } }

.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px; }

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px; }

.mm-menu_listview-justify .mm-panels > .mm-panel:after, .mm-menu_listview-justify .mm-panels > .mm-panel:before, .mm-panels > .mm-panel_listview-justify:after, .mm-panels > .mm-panel_listview-justify:before {
  content: none;
  display: none; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview, .mm-panels > .mm-panel_listview-justify .mm-listview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem, .mm-panels > .mm-panel_listview-justify .mm-listitem {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 44px; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem:not(.mm-listitem_divider), .mm-panels > .mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text, .mm-panels > .mm-panel_listview-justify .mm-listitem__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px 30px;
  margin: 0; }

.mm-listview_inset .mm-listitem {
  padding: 5px 0; }

.mm-menu_multiline .mm-listitem__text, .mm-panel_multiline .mm-listitem__text {
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: normal; }

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0; }

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  -o-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s; }

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit; }

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000; }

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff; }

.mm-menu_popup {
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1; }

.mm-wrapper_opening .mm-menu_popup {
  opacity: 1; }

.mm-menu_position-right {
  left: auto;
  right: 0; }

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
  z-index: 2; }

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout, .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 1; }

.mm-menu_position-front {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu_position-bottom, .mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu_position-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px; }

.mm-menu_position-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto; }

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px; }

.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_shadow-page:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow);
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%); }

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%); }

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none; }

.mm-menu_shadow-menu {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow); }

.mm-menu_shadow-panels .mm-panels > .mm-panel {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow); }

.mm-menu_theme-white {
  --mm-color-border:rgba( 0,0,0, 0.1 );
  --mm-color-button:rgba( 0,0,0, 0.3 );
  --mm-color-text:rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed:rgba( 0,0,0, 0.3 );
  --mm-color-background:#fff;
  --mm-color-background-highlight:rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis:rgba( 0,0,0, 0.03 );
  --mm-shadow:0 0 10px rgba( 0,0,0, 0.2 ); }

.mm-menu_theme-dark {
  --mm-color-border:rgba( 0,0,0, 0.3 );
  --mm-color-button:rgba( 255,255,255, 0.4 );
  --mm-color-text:rgba( 255,255,255, 0.85 );
  --mm-color-text-dimmed:rgba( 255,255,255, 0.4 );
  --mm-color-background:#333;
  --mm-color-background-highlight:rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis:rgba( 0,0,0, 0.1 );
  --mm-shadow:0 0 20px rgba( 0,0,0, 0.5 ); }

.mm-menu_theme-black {
  --mm-color-border:rgba( 255,255,255, 0.25 );
  --mm-color-button:rgba( 255,255,255, 0.4 );
  --mm-color-text:rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed:rgba( 255,255,255, 0.4 );
  --mm-color-background:#000;
  --mm-color-background-highlight:rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis:rgba( 255,255,255, 0.15 );
  --mm-shadow:none; }

.mm-menu_tileview .mm-listview, .mm-panel_tileview .mm-listview {
  margin: 0 !important; }

.mm-menu_tileview .mm-listview:after, .mm-panel_tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu_tileview .mm-listitem, .mm-panel_tileview .mm-listitem {
  padding: 0;
  float: left;
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 50%; }

.mm-menu_tileview .mm-listitem:after, .mm-panel_tileview .mm-listitem:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu_tileview .mm-listitem.mm-tile-xs, .mm-panel_tileview .mm-listitem.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu_tileview .mm-listitem.mm-tile-s, .mm-panel_tileview .mm-listitem.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu_tileview .mm-listitem.mm-tile-l, .mm-panel_tileview .mm-listitem.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu_tileview .mm-listitem.mm-tile-xl, .mm-panel_tileview .mm-listitem.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu_tileview .mm-listitem__text, .mm-panel_tileview .mm-listitem__text {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu_tileview .mm-listitem__btn, .mm-panel_tileview .mm-listitem__btn {
  width: auto; }

.mm-menu_tileview .mm-listitem__btn:after, .mm-menu_tileview .mm-listitem__btn:before, .mm-panel_tileview .mm-listitem__btn:after, .mm-panel_tileview .mm-listitem__btn:before {
  content: none;
  display: none; }

.mm-menu_tileview .mm-listitem_divider, .mm-panel_tileview .mm-listitem_divider {
  display: none; }

.mm-menu_tileview .mm-panel, .mm-panel_tileview {
  padding-left: 0;
  padding-right: 0; }

.mm-menu_tileview .mm-panel:after, .mm-menu_tileview .mm-panel:before, .mm-panel_tileview:after, .mm-panel_tileview:before {
  content: none;
  display: none; }

body.modal-open .mm-slideout {
  z-index: unset; }

/*** Font-size / line-height
***********************************************************************************************************************/
/*** Font-smoothing
***********************************************************************************************************************/
.image-wrapper_cover img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  filter: blur(50px); }
  .image-wrapper_cover img.lazyloaded {
    filter: blur(0);
    transition: all 200ms cubic-bezier(0.45, 0.06, 0.15, 1); }

.image-wrapper_contain.projectlist-shop img {
  top: 30px;
  bottom: 18px; }

.image-wrapper_contain img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain";
  filter: blur(50px); }
  .image-wrapper_contain img.lazyloaded {
    filter: blur(0);
    transition: all 200ms cubic-bezier(0.45, 0.06, 0.15, 1); }

.image-wrapper_ratio {
  position: relative; }
  .image-wrapper_ratio img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .image-wrapper_ratio img {
    filter: blur(50px); }
    .image-wrapper_ratio img.lazyloaded {
      filter: blur(0);
      transition: all 200ms cubic-bezier(0.45, 0.06, 0.15, 1); }

/*** Truncate multiline text
***********************************************************************************************************************/
/*!
* Lavalamp
* http://lavalamp.magicmediamuse.com/
*/
.lavalamp {
  position: relative; }

.lavalamp-item {
  z-index: 5;
  position: relative; }

.lavalamp-object {
  position: absolute;
  top: 0;
  left: 0; }

/* Custom easing transitions */
.lavalamp .lavalamp-object {
  -webkit-transition-property: -webkit-transform, width, height;
  -moz-transition-property: -moz-transform, width, height;
  -o-transition-property: -o-transform, width, height;
  transition-property: transform, width, height; }

.lavalamp .lavalamp-object.ease {
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.lavalamp .lavalamp-object.ease-in {
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

.lavalamp .lavalamp-object.ease-out {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.lavalamp .lavalamp-object.ease-in-out {
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.lavalamp .lavalamp-object.linear {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; }

.lavalamp .lavalamp-object.easeInQuad {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

.lavalamp .lavalamp-object.easeInCubic {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.lavalamp .lavalamp-object.easeInQuart {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -moz-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.lavalamp .lavalamp-object.easeInQuint {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

.lavalamp .lavalamp-object.easeInSine {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

.lavalamp .lavalamp-object.easeInExpo {
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -moz-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -o-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035); }

.lavalamp .lavalamp-object.easeInCirc {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.lavalamp .lavalamp-object.easeInBack {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

.lavalamp .lavalamp-object.easeOutQuad {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lavalamp .lavalamp-object.easeOutCubic {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.lavalamp .lavalamp-object.easeOutQuart {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.lavalamp .lavalamp-object.easeOutQuint {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.lavalamp .lavalamp-object.easeOutSine {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

.lavalamp .lavalamp-object.easeOutExpo {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.lavalamp .lavalamp-object.easeOutCirc {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }

.lavalamp .lavalamp-object.easeOutBack {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.lavalamp .lavalamp-object.easeInOutQuad {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.lavalamp .lavalamp-object.easeInOutCubic {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.lavalamp .lavalamp-object.easeInOutQuart {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.lavalamp .lavalamp-object.easeInOutQuint {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }

.lavalamp .lavalamp-object.easeInOutSine {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.lavalamp .lavalamp-object.easeInOutExpo {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1); }

.lavalamp .lavalamp-object.easeInOutCirc {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.lavalamp .lavalamp-object.easeInOutBack {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

/*** Convert px to rem
***********************************************************************************************************************/
@media (min-width: 768px) {
  .mb-0 {
    margin-bottom: 0px !important; } }

@media (min-width: 768px) {
  .mt-0 {
    margin-top: 0px !important; } }

@media (min-width: 768px) {
  .mr-0 {
    margin-right: 0px !important; } }

@media (min-width: 768px) {
  .ml-0 {
    margin-left: 0px !important; } }

@media (min-width: 768px) {
  .mb-5 {
    margin-bottom: 5px !important; } }

@media (min-width: 768px) {
  .mt-5 {
    margin-top: 5px !important; } }

@media (min-width: 768px) {
  .mr-5 {
    margin-right: 5px !important; } }

@media (min-width: 768px) {
  .ml-5 {
    margin-left: 5px !important; } }

@media (min-width: 768px) {
  .mb-10 {
    margin-bottom: 10px !important; } }

@media (min-width: 768px) {
  .mt-10 {
    margin-top: 10px !important; } }

@media (min-width: 768px) {
  .mr-10 {
    margin-right: 10px !important; } }

@media (min-width: 768px) {
  .ml-10 {
    margin-left: 10px !important; } }

@media (min-width: 768px) {
  .mb-15 {
    margin-bottom: 15px !important; } }

@media (min-width: 768px) {
  .mt-15 {
    margin-top: 15px !important; } }

@media (min-width: 768px) {
  .mr-15 {
    margin-right: 15px !important; } }

@media (min-width: 768px) {
  .ml-15 {
    margin-left: 15px !important; } }

@media (min-width: 768px) {
  .mb-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 768px) {
  .mt-20 {
    margin-top: 20px !important; } }

@media (min-width: 768px) {
  .mr-20 {
    margin-right: 20px !important; } }

@media (min-width: 768px) {
  .ml-20 {
    margin-left: 20px !important; } }

@media (min-width: 768px) {
  .mb-25 {
    margin-bottom: 25px !important; } }

@media (min-width: 768px) {
  .mt-25 {
    margin-top: 25px !important; } }

@media (min-width: 768px) {
  .mr-25 {
    margin-right: 25px !important; } }

@media (min-width: 768px) {
  .ml-25 {
    margin-left: 25px !important; } }

@media (min-width: 768px) {
  .mb-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .mt-30 {
    margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-30 {
    margin-right: 30px !important; } }

@media (min-width: 768px) {
  .ml-30 {
    margin-left: 30px !important; } }

@media (min-width: 768px) {
  .mb-35 {
    margin-bottom: 35px !important; } }

@media (min-width: 768px) {
  .mt-35 {
    margin-top: 35px !important; } }

@media (min-width: 768px) {
  .mr-35 {
    margin-right: 35px !important; } }

@media (min-width: 768px) {
  .ml-35 {
    margin-left: 35px !important; } }

@media (min-width: 768px) {
  .mb-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 768px) {
  .mt-40 {
    margin-top: 40px !important; } }

@media (min-width: 768px) {
  .mr-40 {
    margin-right: 40px !important; } }

@media (min-width: 768px) {
  .ml-40 {
    margin-left: 40px !important; } }

@media (min-width: 768px) {
  .mb-45 {
    margin-bottom: 45px !important; } }

@media (min-width: 768px) {
  .mt-45 {
    margin-top: 45px !important; } }

@media (min-width: 768px) {
  .mr-45 {
    margin-right: 45px !important; } }

@media (min-width: 768px) {
  .ml-45 {
    margin-left: 45px !important; } }

@media (min-width: 768px) {
  .mb-50 {
    margin-bottom: 50px !important; } }

@media (min-width: 768px) {
  .mt-50 {
    margin-top: 50px !important; } }

@media (min-width: 768px) {
  .mr-50 {
    margin-right: 50px !important; } }

@media (min-width: 768px) {
  .ml-50 {
    margin-left: 50px !important; } }

@media (min-width: 768px) {
  .mb-55 {
    margin-bottom: 55px !important; } }

@media (min-width: 768px) {
  .mt-55 {
    margin-top: 55px !important; } }

@media (min-width: 768px) {
  .mr-55 {
    margin-right: 55px !important; } }

@media (min-width: 768px) {
  .ml-55 {
    margin-left: 55px !important; } }

@media (min-width: 768px) {
  .mb-60 {
    margin-bottom: 60px !important; } }

@media (min-width: 768px) {
  .mt-60 {
    margin-top: 60px !important; } }

@media (min-width: 768px) {
  .mr-60 {
    margin-right: 60px !important; } }

@media (min-width: 768px) {
  .ml-60 {
    margin-left: 60px !important; } }

@media (min-width: 768px) {
  .mb-65 {
    margin-bottom: 65px !important; } }

@media (min-width: 768px) {
  .mt-65 {
    margin-top: 65px !important; } }

@media (min-width: 768px) {
  .mr-65 {
    margin-right: 65px !important; } }

@media (min-width: 768px) {
  .ml-65 {
    margin-left: 65px !important; } }

@media (min-width: 768px) {
  .mb-70 {
    margin-bottom: 70px !important; } }

@media (min-width: 768px) {
  .mt-70 {
    margin-top: 70px !important; } }

@media (min-width: 768px) {
  .mr-70 {
    margin-right: 70px !important; } }

@media (min-width: 768px) {
  .ml-70 {
    margin-left: 70px !important; } }

@media (min-width: 768px) {
  .mb-75 {
    margin-bottom: 75px !important; } }

@media (min-width: 768px) {
  .mt-75 {
    margin-top: 75px !important; } }

@media (min-width: 768px) {
  .mr-75 {
    margin-right: 75px !important; } }

@media (min-width: 768px) {
  .ml-75 {
    margin-left: 75px !important; } }

@media (min-width: 768px) {
  .mb-80 {
    margin-bottom: 80px !important; } }

@media (min-width: 768px) {
  .mt-80 {
    margin-top: 80px !important; } }

@media (min-width: 768px) {
  .mr-80 {
    margin-right: 80px !important; } }

@media (min-width: 768px) {
  .ml-80 {
    margin-left: 80px !important; } }

@media (min-width: 768px) {
  .mb-85 {
    margin-bottom: 85px !important; } }

@media (min-width: 768px) {
  .mt-85 {
    margin-top: 85px !important; } }

@media (min-width: 768px) {
  .mr-85 {
    margin-right: 85px !important; } }

@media (min-width: 768px) {
  .ml-85 {
    margin-left: 85px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-0 {
    margin-bottom: 0px !important; } }

@media (max-width: 767.98px) {
  .mt-xs-0 {
    margin-top: 0px !important; } }

@media (max-width: 767.98px) {
  .mr-xs-0 {
    margin-right: 0px !important; } }

@media (max-width: 767.98px) {
  .ml-xs-0 {
    margin-left: 0px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-5 {
    margin-bottom: 5px !important; } }

@media (max-width: 767.98px) {
  .mt-xs-5 {
    margin-top: 5px !important; } }

@media (max-width: 767.98px) {
  .mr-xs-5 {
    margin-right: 5px !important; } }

@media (max-width: 767.98px) {
  .ml-xs-5 {
    margin-left: 5px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-10 {
    margin-bottom: 10px !important; } }

@media (max-width: 767.98px) {
  .mt-xs-10 {
    margin-top: 10px !important; } }

@media (max-width: 767.98px) {
  .mr-xs-10 {
    margin-right: 10px !important; } }

@media (max-width: 767.98px) {
  .ml-xs-10 {
    margin-left: 10px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-15 {
    margin-bottom: 15px !important; } }

@media (max-width: 767.98px) {
  .mt-xs-15 {
    margin-top: 15px !important; } }

@media (max-width: 767.98px) {
  .mr-xs-15 {
    margin-right: 15px !important; } }

@media (max-width: 767.98px) {
  .ml-xs-15 {
    margin-left: 15px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-20 {
    margin-bottom: 20px !important; } }

@media (max-width: 767.98px) {
  .mt-xs-20 {
    margin-top: 20px !important; } }

@media (max-width: 767.98px) {
  .mr-xs-20 {
    margin-right: 20px !important; } }

@media (max-width: 767.98px) {
  .ml-xs-20 {
    margin-left: 20px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-25 {
    margin-bottom: 25px !important; } }

@media (max-width: 767.98px) {
  .mt-xs-25 {
    margin-top: 25px !important; } }

@media (max-width: 767.98px) {
  .mr-xs-25 {
    margin-right: 25px !important; } }

@media (max-width: 767.98px) {
  .ml-xs-25 {
    margin-left: 25px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-30 {
    margin-bottom: 30px !important; } }

@media (max-width: 767.98px) {
  .mt-xs-30 {
    margin-top: 30px !important; } }

@media (max-width: 767.98px) {
  .mr-xs-30 {
    margin-right: 30px !important; } }

@media (max-width: 767.98px) {
  .ml-xs-30 {
    margin-left: 30px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-35 {
    margin-bottom: 35px !important; } }

@media (max-width: 767.98px) {
  .mt-xs-35 {
    margin-top: 35px !important; } }

@media (max-width: 767.98px) {
  .mr-xs-35 {
    margin-right: 35px !important; } }

@media (max-width: 767.98px) {
  .ml-xs-35 {
    margin-left: 35px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-40 {
    margin-bottom: 40px !important; } }

@media (max-width: 767.98px) {
  .mt-xs-40 {
    margin-top: 40px !important; } }

@media (max-width: 767.98px) {
  .mr-xs-40 {
    margin-right: 40px !important; } }

@media (max-width: 767.98px) {
  .ml-xs-40 {
    margin-left: 40px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-45 {
    margin-bottom: 45px !important; } }

@media (max-width: 767.98px) {
  .mt-xs-45 {
    margin-top: 45px !important; } }

@media (max-width: 767.98px) {
  .mr-xs-45 {
    margin-right: 45px !important; } }

@media (max-width: 767.98px) {
  .ml-xs-45 {
    margin-left: 45px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-50 {
    margin-bottom: 50px !important; } }

@media (max-width: 767.98px) {
  .mt-xs-50 {
    margin-top: 50px !important; } }

@media (max-width: 767.98px) {
  .mr-xs-50 {
    margin-right: 50px !important; } }

@media (max-width: 767.98px) {
  .ml-xs-50 {
    margin-left: 50px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-55 {
    margin-bottom: 55px !important; } }

@media (max-width: 767.98px) {
  .mt-xs-55 {
    margin-top: 55px !important; } }

@media (max-width: 767.98px) {
  .mr-xs-55 {
    margin-right: 55px !important; } }

@media (max-width: 767.98px) {
  .ml-xs-55 {
    margin-left: 55px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-60 {
    margin-bottom: 60px !important; } }

@media (max-width: 767.98px) {
  .mt-xs-60 {
    margin-top: 60px !important; } }

@media (max-width: 767.98px) {
  .mr-xs-60 {
    margin-right: 60px !important; } }

@media (max-width: 767.98px) {
  .ml-xs-60 {
    margin-left: 60px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-65 {
    margin-bottom: 65px !important; } }

@media (max-width: 767.98px) {
  .mt-xs-65 {
    margin-top: 65px !important; } }

@media (max-width: 767.98px) {
  .mr-xs-65 {
    margin-right: 65px !important; } }

@media (max-width: 767.98px) {
  .ml-xs-65 {
    margin-left: 65px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-70 {
    margin-bottom: 70px !important; } }

@media (max-width: 767.98px) {
  .mt-xs-70 {
    margin-top: 70px !important; } }

@media (max-width: 767.98px) {
  .mr-xs-70 {
    margin-right: 70px !important; } }

@media (max-width: 767.98px) {
  .ml-xs-70 {
    margin-left: 70px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-75 {
    margin-bottom: 75px !important; } }

@media (max-width: 767.98px) {
  .mt-xs-75 {
    margin-top: 75px !important; } }

@media (max-width: 767.98px) {
  .mr-xs-75 {
    margin-right: 75px !important; } }

@media (max-width: 767.98px) {
  .ml-xs-75 {
    margin-left: 75px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-80 {
    margin-bottom: 80px !important; } }

@media (max-width: 767.98px) {
  .mt-xs-80 {
    margin-top: 80px !important; } }

@media (max-width: 767.98px) {
  .mr-xs-80 {
    margin-right: 80px !important; } }

@media (max-width: 767.98px) {
  .ml-xs-80 {
    margin-left: 80px !important; } }

@media (max-width: 767.98px) {
  .mb-xs-85 {
    margin-bottom: 85px !important; } }

@media (max-width: 767.98px) {
  .mt-xs-85 {
    margin-top: 85px !important; } }

@media (max-width: 767.98px) {
  .mr-xs-85 {
    margin-right: 85px !important; } }

@media (max-width: 767.98px) {
  .ml-xs-85 {
    margin-left: 85px !important; } }

.color-secondary {
  color: #0D4658 !important; }

.color-primary {
  color: #00AA4E !important; }

.bg-light {
  border-top: 1px solid #E5EAF0;
  background-color: #F2F7FC !important; }

.bg-primary {
  background-color: #00AA4E; }

.bg-white {
  background-color: white; }

.bg-secondaryColor {
  background-color: #0D4658; }

.color-text {
  color: #0D4658 !important; }

.bg-white {
  background-color: white; }

.bg-primary {
  background-color: #00AA4E !important; }

.bg-primary {
  background-color: #0D4658 !important; }

.color-white {
  color: white; }

.no-margin-top {
  margin-top: 0 !important; }

.add-margin-bottom {
  margin-bottom: 40px !important; }
  @media (min-width: 992px) {
    .add-margin-bottom {
      margin-bottom: 80px; } }

.title-t1 {
  font-family: "Schadow BT", sans-serif;
  font-size: 4rem;
  line-height: 4.5rem; }
  @media (min-width: 768px) {
    .title-t1 {
      font-size: 4.5rem;
      line-height: 5.5rem; } }
  @media (min-width: 992px) {
    .title-t1 {
      font-size: 5.5rem;
      line-height: 6.5rem; } }

.title-t2 {
  font-family: "Schadow BT", sans-serif;
  font-size: 3rem;
  line-height: 4rem; }
  @media (min-width: 768px) {
    .title-t2 {
      font-size: 3.5rem;
      line-height: 4.5rem; } }
  @media (min-width: 992px) {
    .title-t2 {
      font-size: 4rem;
      line-height: 5rem; } }

.title-t3 {
  font-family: "Schadow BT", sans-serif;
  font-size: 2.5rem;
  line-height: 3rem; }
  @media (min-width: 992px) {
    .title-t3 {
      font-size: 3rem;
      line-height: 4rem; } }

.title-t3-form {
  font-family: "Schadow BT", sans-serif;
  font-size: 3rem;
  line-height: 4rem; }

.title-t4 {
  font-size: 2rem;
  line-height: 3rem; }
  @media (min-width: 992px) {
    .title-t4 {
      font-size: 2rem;
      line-height: 3rem; } }

.text-t1 {
  font-size: 1.8rem;
  line-height: 2.8rem; }

.text-t2 {
  font-size: 1.6rem;
  line-height: 2.6rem; }

.text-t3 {
  font-size: 1.4rem;
  line-height: 2.4rem; }

.text-xl {
  font-size: 1.8rem;
  line-height: 2.8rem; }
  @media (min-width: 992px) {
    .text-xl {
      font-size: 2.5rem;
      line-height: 3.5rem; } }

.text-16 {
  font-size: 1.6rem;
  line-height: 2.6rem; }

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

.fw-normal {
  font-weight: 400; }

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

.fw-semibold {
  font-weight: 600; }

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

.fw-schadow-normal {
  font-weight: normal; }

.fw-schadow-bold {
  font-weight: bold; }

.content-target {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .content-target {
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    .content-target {
      margin-bottom: 80px; } }

.wrapper-image.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.lazyload,
.lazyloading {
  opacity: 0.5;
  filter: blur(10px); }

.lazyloaded {
  opacity: 1;
  filter: blur(0px);
  transition: all 500ms ease-in-out; }

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover"; }

.contain-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain"; }

.zindex-0 {
  z-index: 0 !important; }

.zindex-1 {
  z-index: 1 !important; }

.zindex-2 {
  z-index: 2 !important; }

.zindex-3 {
  z-index: 3 !important; }

.zindex-4 {
  z-index: 4 !important; }

.zindex-5 {
  z-index: 5 !important; }

.zindex-6 {
  z-index: 6 !important; }

.zindex-7 {
  z-index: 7 !important; }

.zindex-8 {
  z-index: 8 !important; }

.zindex-9 {
  z-index: 9 !important; }

.zindex-10 {
  z-index: 10 !important; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.right-0 {
  right: 0; }

.top-0 {
  top: 0; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
  background: rgba(0, 0, 0, 0.15); }
  .overlay-50 {
    background: rgba(0, 0, 0, 0.5); }
  .overlay-gradient {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.75) 80%); }
  .overlay-gradient-blod {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); }
  .overlay-blue {
    background-image: linear-gradient(180deg, #145C72 0%, #0D4658 100%); }

.overflow-hidden {
  overflow: hidden; }

.img-blog-home.image-wrapper_ratio .image-aspect-ratio {
  display: block;
  padding-top: 64.51613%; }

@font-face {
  font-family: 'Schadow BT';
  src: url("/fonts/SchadowBT-Bold.woff2") format("woff2"), url("/fonts/SchadowBT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Schadow BT';
  src: url("/fonts/SchadowBT-Bold.woff2") format("woff2"), url("/fonts/SchadowBT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Schadow BT';
  src: url("/fonts/SchadowBT-Roman.woff2") format("woff2"), url("/fonts/SchadowBT-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Schadow BT';
  src: url("/fonts/SchadowBT-Bold.woff2") format("woff2"), url("/fonts/SchadowBT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Schadow BT';
  src: url("/fonts/SchadowBT-Roman.woff2") format("woff2"), url("/fonts/SchadowBT-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Schadow BT';
  src: url("/fonts/SchadowBT-Roman.woff2") format("woff2"), url("/fonts/SchadowBT-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Schadow BT';
  src: url("/fonts/SchadowBT-Bold.woff2") format("woff2"), url("/fonts/SchadowBT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

html, body {
  font-size: 10px;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  position: relative;
  height: 100%;
  width: 100%;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  font-weight: 400;
  color: #0D4658;
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.8rem; }

a {
  color: #00AA4E;
  font-size: 1.8rem;
  line-height: 2.8rem;
  transition: all 250ms; }
  a:hover {
    color: #0D4658;
    text-decoration: none; }

.btn {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
  border-radius: 0px;
  padding: 9px 30px 11px;
  color: #FFFFFF;
  letter-spacing: 0;
  border: none;
  white-space: normal; }
  @media (min-width: 992px) {
    .btn {
      font-size: 1.6rem;
      line-height: 2.2rem; } }
  .btn.btn-primary {
    background-color: #00AA4E; }
    .btn.btn-primary:hover {
      background-color: white;
      color: #00AA4E; }
  .btn.btn-secondary {
    background-color: #0D4658; }
    .btn.btn-secondary:hover {
      background-color: white;
      color: #0D4658; }
  .btn.btn-white {
    background-color: white;
    color: #00AA4E; }
    .btn.btn-white:hover {
      background-color: #00AA4E;
      color: white; }
  .btn i {
    vertical-align: middle;
    margin-left: 5px; }

@media (max-width: 991.98px) {
  .p-0-resp {
    padding: 0; } }

@media (min-width: 992px) {
  .menu-inside-left {
    margin-bottom: 50px;
    position: sticky;
    top: 50px; } }

.menu-inside-left .title-menu-left {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 3rem;
  color: #00AA4E; }

.menu-inside-left ul.level_3 {
  margin: 10px 0px 10px 15px; }

.menu-inside-left ul.level_4 {
  margin: 10px 0px 0px 15px; }

.menu-inside-left ul li a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #0D4658; }
  .menu-inside-left ul li a:hover {
    color: #00AA4E; }
  .menu-inside-left ul li a.active {
    color: #00AA4E; }

.layout-404 .btn-primary:hover {
  background-color: #0D4658;
  color: white; }

.search i {
  color: #00AA4E; }

.at-share-btn.at-svc-facebook {
  margin-bottom: 0 !important; }

.mm-wrapper_opening .brand {
  display: none; }

.fs-search-modal .modal-dialog {
  margin: 0; }
  .fs-search-modal .modal-dialog .modal-content {
    width: 100vw;
    height: 100vh;
    background: #0D4658;
    padding: 50px 0;
    position: relative;
    border: none;
    border-radius: 0;
    box-shadow: none; }
    .fs-search-modal .modal-dialog .modal-content .header {
      position: absolute;
      top: 20px;
      left: 0;
      right: 0; }
      @media (min-width: 992px) {
        .fs-search-modal .modal-dialog .modal-content .header {
          top: 50px; } }
    .fs-search-modal .modal-dialog .modal-content .logo {
      width: 170px;
      height: 170px;
      padding: 13px;
      background: white;
      border-radius: 100%; }
    .fs-search-modal .modal-dialog .modal-content .closeModal button {
      text-shadow: none;
      border: none;
      outline: none;
      color: white;
      opacity: 1;
      font-size: 25px; }
      @media (min-width: 992px) {
        .fs-search-modal .modal-dialog .modal-content .closeModal button {
          padding: 0 35px 0 0; } }
    @media (max-width: 767.98px) {
      .fs-search-modal .modal-dialog .modal-content form {
        padding: 0 5px; } }
    .fs-search-modal .modal-dialog .modal-content form .label-search {
      font-size: 1.6rem;
      line-height: 2.6rem;
      font-weight: 600;
      color: white; }
    .fs-search-modal .modal-dialog .modal-content form .form-group {
      position: relative;
      margin: 0; }
      .fs-search-modal .modal-dialog .modal-content form .form-group input {
        border: none;
        border-bottom: 1px solid white !important;
        background-color: transparent;
        border-radius: 0;
        outline: none !important;
        box-shadow: none;
        height: 60px;
        padding: 0 30px 0 0;
        font-family: "Schadow BT", sans-serif;
        font-weight: normal;
        font-size: 3rem;
        line-height: 4rem;
        font-weight: 600;
        color: white; }
        @media (min-width: 992px) {
          .fs-search-modal .modal-dialog .modal-content form .form-group input {
            font-size: 5rem;
            line-height: 6rem;
            height: 90px; } }
      .fs-search-modal .modal-dialog .modal-content form .form-group ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 3rem;
        line-height: 4rem;
        font-family: "Schadow BT", sans-serif;
        color: white; }
        @media (min-width: 992px) {
          .fs-search-modal .modal-dialog .modal-content form .form-group ::-webkit-input-placeholder {
            font-size: 5rem;
            line-height: 6rem; } }
      .fs-search-modal .modal-dialog .modal-content form .form-group ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 3rem;
        line-height: 4rem;
        font-family: "Schadow BT", sans-serif;
        color: white; }
        @media (min-width: 992px) {
          .fs-search-modal .modal-dialog .modal-content form .form-group ::-moz-placeholder {
            font-size: 5rem;
            line-height: 6rem; } }
      .fs-search-modal .modal-dialog .modal-content form .form-group :-ms-input-placeholder {
        /* IE 10+ */
        font-size: 3rem;
        line-height: 4rem;
        font-family: "Schadow BT", sans-serif;
        color: white; }
        @media (min-width: 992px) {
          .fs-search-modal .modal-dialog .modal-content form .form-group :-ms-input-placeholder {
            font-size: 5rem;
            line-height: 6rem; } }
      .fs-search-modal .modal-dialog .modal-content form .form-group :-moz-placeholder {
        /* Firefox 18- */
        font-size: 3rem;
        line-height: 4rem;
        font-family: "Schadow BT", sans-serif;
        color: white; }
        @media (min-width: 992px) {
          .fs-search-modal .modal-dialog .modal-content form .form-group :-moz-placeholder {
            font-size: 5rem;
            line-height: 6rem; } }
      .fs-search-modal .modal-dialog .modal-content form .form-group i {
        position: absolute;
        top: 50%;
        color: white;
        right: 0;
        transform: translate(0, -50%);
        font-size: 25px; }

.search_result .result {
  padding: 10px 0;
  border-bottom: 1px solid #E5EAF0;
  text-decoration: none;
  display: block; }
  .search_result .result:first-child {
    padding-top: 0; }
  .search_result .result:last-child {
    border-bottom: none; }

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

table {
  font-family: "proxima-nova", sans-serif;
  min-width: 100%;
  /* TABLE STYLE 2
  ================================================== */
  margin-top: 30px; }
  table caption {
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: right; }
  table thead {
    border: 1px solid #00AA4E; }
  table tbody {
    border: 1px solid #ededed; }
  table thead tr td.black-cell, table thead tr th.black-cell,
  table tbody tr td.black-cell,
  table tbody tr th.black-cell {
    background-color: black;
    color: white; }
    table thead tr td.black-cell p, table thead tr td.black-cell span, table thead tr th.black-cell p, table thead tr th.black-cell span,
    table tbody tr td.black-cell p,
    table tbody tr td.black-cell span,
    table tbody tr th.black-cell p,
    table tbody tr th.black-cell span {
      color: white; }
  table thead tr td.grey-cell, table thead tr th.grey-cell,
  table tbody tr td.grey-cell,
  table tbody tr th.grey-cell {
    background-color: #ededed; }
  table thead tr td p, table thead tr td span, table thead tr th p, table thead tr th span,
  table tbody tr td p,
  table tbody tr td span,
  table tbody tr th p,
  table tbody tr th span {
    color: #0D4658;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem; }
    table thead tr td p strong, table thead tr td span strong, table thead tr th p strong, table thead tr th span strong,
    table tbody tr td p strong,
    table tbody tr td span strong,
    table tbody tr th p strong,
    table tbody tr th span strong {
      font-weight: 400; }
  table.table-responsive {
    margin-bottom: 0;
    border: 0; }
  table thead tr th {
    padding: 25px 30px;
    color: white;
    background-color: #00AA4E;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.8rem;
    border: none; }
    table thead tr th p {
      color: white;
      font-weight: 500;
      font-size: 1.8rem;
      line-height: 2.8rem; }
      table thead tr th p strong {
        font-weight: 600 !important; }
  table tbody tr td {
    padding: 25px 30px;
    color: #0D4658;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 400;
    border-top: 1px solid #ededed;
    background-color: #f5f5f5; }
    @media (min-width: 768px) {
      table tbody tr td {
        font-size: 1.8rem;
        line-height: 2.8rem; } }
  table tbody tr:nth-child(odd) td {
    background-color: white; }

.table-responsive + .table-responsive {
  margin-top: 20px; }

.form-terroir .sep-repeat {
  height: 1px;
  background: #ededed;
  margin: 10px 0 35px; }

.form-terroir .wrapper {
  position: relative;
  width: 400px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.form-terroir .signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 200px;
  background-color: white;
  border: 1px solid #E4E4E4; }
  .form-terroir .signature-pad.is-invalid {
    border: 1px solid #dc3545; }

ol {
  margin-left: 17px;
  margin-top: 15px; }
  ol li + li {
    margin-top: 15px; }
  ol li {
    color: #0D4658;
    font-size: 1.8rem;
    line-height: 2.8rem;
    position: relative; }

ul.arrow-style {
  margin-left: 0px !important;
  margin-top: 15px !important;
  list-style: none !important; }
  ul.arrow-style li + li {
    margin-top: 10px !important; }
  ul.arrow-style li {
    padding-left: 23px !important;
    color: #0D4658 !important;
    font-size: 1.8rem;
    line-height: 2.8rem;
    position: relative !important; }
    ul.arrow-style li:before {
      position: absolute !important;
      top: 1px !important;
      left: 0 !important;
      content: "\f178" !important;
      font-family: "Font Awesome 5 Pro" !important;
      font-size: 14px !important;
      color: #00AA4E !important; }

.main-loader {
  position: fixed;
  visibility: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: transparent;
  transition: all 100ms cubic-bezier(0.45, 0.06, 0.15, 1); }
  .main-loader.load {
    visibility: visible;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2999; }

.sk-folding-cube {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  margin: 20px auto;
  width: 40px;
  height: 40px;
  transform: rotateZ(45deg); }
  .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1); }
    .sk-folding-cube .sk-cube:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #0D4658;
      animation: sk-foldCubeAngle 2.4s infinite linear both;
      transform-origin: 100% 100%; }
  .sk-folding-cube .sk-cube2 {
    transform: scale(1.1) rotateZ(90deg); }
    .sk-folding-cube .sk-cube2:before {
      animation-delay: 0.3s; }
  .sk-folding-cube .sk-cube3 {
    transform: scale(1.1) rotateZ(180deg); }
    .sk-folding-cube .sk-cube3:before {
      animation-delay: 0.6s; }
  .sk-folding-cube .sk-cube4 {
    transform: scale(1.1) rotateZ(270deg); }
    .sk-folding-cube .sk-cube4:before {
      animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

.top-nav {
  background-color: #0D4658;
  padding: 13px 0; }
  .top-nav .dropdown.local button {
    display: flex;
    align-items: center;
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    outline: none !important; }
    .top-nav .dropdown.local button i {
      margin-left: 5px; }
    .top-nav .dropdown.local button:after {
      display: none; }
    .top-nav .dropdown.local button:hover {
      color: #00AA4E;
      cursor: pointer; }
  .top-nav .dropdown.local .dropdown-menu {
    top: 17px !important;
    border: none;
    border-radius: 0; }
    .top-nav .dropdown.local .dropdown-menu a {
      color: #0D4658;
      text-transform: uppercase;
      font-size: 1.5rem;
      line-height: 2.5rem;
      padding: 0;
      background-color: transparent !important; }
  .top-nav li {
    padding: 0 15px; }
    .top-nav li:last-child {
      padding-right: 0; }
    .top-nav li a {
      font-size: 1.5rem;
      line-height: 2.5rem;
      color: white;
      font-weight: 600; }
      .top-nav li a:hover {
        color: #00AA4E; }
      .top-nav li a.active {
        color: #00AA4E; }
    .top-nav li.fb {
      padding-right: 10px !important; }
      .top-nav li.fb a {
        height: 27px;
        width: 27px;
        max-height: 27px;
        max-width: 27px;
        background-color: white;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .top-nav li.fb a i {
          color: #0D4658; }
        .top-nav li.fb a:hover {
          background-color: #00AA4E; }
          .top-nav li.fb a:hover i {
            color: white; }
    .top-nav li.youtube {
      padding-left: 0 !important;
      padding-right: 10px !important; }
      .top-nav li.youtube a {
        height: 27px;
        width: 27px;
        max-height: 27px;
        max-width: 27px;
        background-color: white;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .top-nav li.youtube a i {
          color: #0D4658; }
        .top-nav li.youtube a:hover {
          background-color: #00AA4E; }
          .top-nav li.youtube a:hover i {
            color: white; }
    .top-nav li.meteo {
      padding-left: 0 !important; }
      .top-nav li.meteo a {
        height: 27px;
        width: 27px;
        max-height: 27px;
        max-width: 27px;
        background-color: white;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .top-nav li.meteo a:hover {
          background-color: #00AA4E; }
          .top-nav li.meteo a:hover svg * {
            stroke: white; }
        .top-nav li.meteo a svg {
          width: 20px; }
          .top-nav li.meteo a svg * {
            stroke: #0D4658; }

.navbar-main {
  background-color: white;
  position: relative;
  padding: 16px 0; }
  .navbar-main .dropdown.local button {
    display: flex;
    align-items: center;
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #0D4658;
    font-weight: 600;
    text-transform: uppercase;
    outline: none !important; }
    .navbar-main .dropdown.local button i {
      margin-left: 5px; }
    .navbar-main .dropdown.local button:after {
      display: none; }
    .navbar-main .dropdown.local button:hover {
      color: #00AA4E;
      cursor: pointer; }
  .navbar-main .dropdown.local .dropdown-menu {
    top: 17px !important;
    border: none;
    border-radius: 0; }
    .navbar-main .dropdown.local .dropdown-menu a {
      font-size: 1.5rem;
      line-height: 2.5rem;
      color: #0D4658;
      font-weight: 600;
      text-transform: uppercase;
      padding: 0;
      background-color: transparent !important; }
  .navbar-main .right-info a {
    color: #0D4658; }
    .navbar-main .right-info a:hover {
      color: #00AA4E; }
  @media (min-width: 992px) {
    .navbar-main {
      padding: 36px 0; } }
  @media (min-width: 1200px) {
    .navbar-main {
      padding: 0px 0; } }
  .navbar-main .brand {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 112px;
    height: 112px;
    transform: translate(-50%, 0);
    padding: 10px;
    border-radius: 100%;
    z-index: 10;
    background-color: white; }
    @media (min-width: 992px) {
      .navbar-main .brand {
        width: 172px;
        height: 172px;
        padding: 13px; } }
    @media (min-width: 1200px) {
      .navbar-main .brand {
        top: 0;
        left: 0;
        background-color: white;
        transform: translate(0, 0); }
        .navbar-main .brand img {
          max-width: 170px; } }
    .navbar-main .brand img {
      max-width: 100%; }
    .navbar-main .brand a {
      margin: 0;
      padding: 0;
      display: block; }
  .navbar-main ul li {
    margin: 0 7px; }
    .navbar-main ul li.dropdown.show:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 4px;
      background-color: #00AA4E; }
    .navbar-main ul li.dropdown.show > .dropdown-menu {
      transform: scaleY(1) !important;
      transition: transform 500ms cubic-bezier(0.45, 0.06, 0.15, 1); }
      .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item {
        opacity: 1;
        transform: translate(0, 0); }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(1) {
          transition-delay: 200ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(2) {
          transition-delay: 250ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(3) {
          transition-delay: 300ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(4) {
          transition-delay: 350ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(5) {
          transition-delay: 400ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(6) {
          transition-delay: 450ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(7) {
          transition-delay: 500ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(8) {
          transition-delay: 550ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(9) {
          transition-delay: 600ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(10) {
          transition-delay: 650ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(11) {
          transition-delay: 700ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(12) {
          transition-delay: 750ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(13) {
          transition-delay: 800ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(14) {
          transition-delay: 850ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(15) {
          transition-delay: 900ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(16) {
          transition-delay: 950ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(17) {
          transition-delay: 1000ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(18) {
          transition-delay: 1050ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(19) {
          transition-delay: 1100ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(20) {
          transition-delay: 1150ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(21) {
          transition-delay: 1200ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(22) {
          transition-delay: 1250ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(23) {
          transition-delay: 1300ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(24) {
          transition-delay: 1350ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(25) {
          transition-delay: 1400ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(26) {
          transition-delay: 1450ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(27) {
          transition-delay: 1500ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(28) {
          transition-delay: 1550ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(29) {
          transition-delay: 1600ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(30) {
          transition-delay: 1650ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(31) {
          transition-delay: 1700ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(32) {
          transition-delay: 1750ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(33) {
          transition-delay: 1800ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(34) {
          transition-delay: 1850ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(35) {
          transition-delay: 1900ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(36) {
          transition-delay: 1950ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(37) {
          transition-delay: 2000ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(38) {
          transition-delay: 2050ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(39) {
          transition-delay: 2100ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(40) {
          transition-delay: 2150ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(41) {
          transition-delay: 2200ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(42) {
          transition-delay: 2250ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(43) {
          transition-delay: 2300ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(44) {
          transition-delay: 2350ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(45) {
          transition-delay: 2400ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(46) {
          transition-delay: 2450ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(47) {
          transition-delay: 2500ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(48) {
          transition-delay: 2550ms; }
        .navbar-main ul li.dropdown.show > .dropdown-menu .nav-item:nth-child(49) {
          transition-delay: 2600ms; }
    .navbar-main ul li.dropdown > .dropdown-menu {
      top: 100px;
      box-shadow: none;
      left: -30px;
      padding: 20px 0 !important;
      background-color: white;
      border: 0;
      min-width: 250px;
      margin: 0;
      display: block;
      border-radius: 0;
      transform: scaleY(0) !important;
      transform-origin: center top;
      transition: transform 300ms cubic-bezier(0.45, 0.06, 0.15, 1) 300ms; }
      .navbar-main ul li.dropdown > .dropdown-menu .navbar-nav {
        flex-direction: column; }
      @media (min-width: 992px) {
        .navbar-main ul li.dropdown > .dropdown-menu {
          top: 100px; } }
      @media (min-width: 1200px) {
        .navbar-main ul li.dropdown > .dropdown-menu {
          padding: 30px 0; } }
      .navbar-main ul li.dropdown > .dropdown-menu .nav-item {
        display: block;
        line-height: 0;
        padding: 0 15px !important;
        margin: 0;
        opacity: 0;
        transform: translate(0, -10px);
        transition: opacity 600ms cubic-bezier(0.45, 0.06, 0.15, 1), transform 600ms cubic-bezier(0.45, 0.06, 0.15, 1); }
        @media (min-width: 1200px) {
          .navbar-main ul li.dropdown > .dropdown-menu .nav-item {
            padding: 0 20px; } }
        .navbar-main ul li.dropdown > .dropdown-menu .nav-item + .nav-item {
          margin-top: 7px;
          margin-left: 0; }
        .navbar-main ul li.dropdown > .dropdown-menu .nav-item.active a {
          color: #00AA4E;
          transform: translate(5px, 0);
          pointer-events: none; }
          .navbar-main ul li.dropdown > .dropdown-menu .nav-item.active a:hover, .navbar-main ul li.dropdown > .dropdown-menu .nav-item.active a:focus {
            transform: translate(0, 0); }
        .navbar-main ul li.dropdown > .dropdown-menu .nav-item a {
          display: block;
          font-size: 1.6rem;
          line-height: 2.6rem;
          font-weight: 400;
          color: #0D4658;
          padding: 0 15px !important;
          white-space: inherit;
          margin-top: 0;
          transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
          text-transform: none; }
          .navbar-main ul li.dropdown > .dropdown-menu .nav-item a:hover {
            color: #00AA4E;
            transform: translate(5px, 0); }
          .navbar-main ul li.dropdown > .dropdown-menu .nav-item a.active {
            color: #00AA4E; }
          .navbar-main ul li.dropdown > .dropdown-menu .nav-item a:hover, .navbar-main ul li.dropdown > .dropdown-menu .nav-item a.active, .navbar-main ul li.dropdown > .dropdown-menu .nav-item a:focus {
            color: #00AA4E; }
            .navbar-main ul li.dropdown > .dropdown-menu .nav-item a:hover:before, .navbar-main ul li.dropdown > .dropdown-menu .nav-item a.active:before, .navbar-main ul li.dropdown > .dropdown-menu .nav-item a:focus:before {
              opacity: 0 !important; }
    .navbar-main ul li:last-child {
      margin-right: 0; }
    @media (min-width: 1300px) {
      .navbar-main ul li {
        margin: 0 10px; } }
    @media (min-width: 1400px) {
      .navbar-main ul li {
        margin: 0 20px; } }
    @media (min-width: 1750px) {
      .navbar-main ul li {
        margin: 0 35px; } }
    .navbar-main ul li a.nav-link {
      font-size: 1.5rem;
      line-height: 10rem;
      padding: 0 !important;
      font-weight: 600;
      color: #0D4658; }
      @media (min-width: 1750px) {
        .navbar-main ul li a.nav-link {
          font-size: 1.7rem;
          line-height: 10rem; } }
      .navbar-main ul li a.nav-link:hover {
        color: #00AA4E; }
      .navbar-main ul li a.nav-link.active {
        color: #00AA4E; }

.cookie-banner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 0 25px;
  background-color: white;
  border-top: 1px solid #dee2e6;
  z-index: 9999999999;
  transform: translateY(105%);
  transition: transform 350ms cubic-bezier(0.45, 0.06, 0.15, 1); }
  @media (max-width: 767.98px) {
    .cookie-banner {
      flex-flow: column;
      padding: 0; } }
  .cookie-banner.show-cookies {
    transform: translateY(0); }
  .cookie-banner .btn-primary {
    padding: 15px 30px 15px; }
    .cookie-banner .btn-primary:hover {
      background-color: #0D4658; }
      .cookie-banner .btn-primary:hover span {
        color: white; }
  .cookie-banner p {
    padding: 20px 30px 20px 0;
    font-size: 1.6rem;
    line-height: 2.6rem; }
    @media (max-width: 767.98px) {
      .cookie-banner p {
        padding: 20px; } }
    .cookie-banner p * {
      font-size: 1.6rem;
      line-height: 2.6rem; }

.textimg-video h1 {
  font-size: 3rem;
  line-height: 4rem;
  color: #0D4658;
  margin: 0 0 20px 0;
  font-family: "proxima-nova", sans-serif; }
  .textimg-video h1:not(.textimg-heading) {
    font-family: "proxima-nova", sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    color: #0D4658;
    margin: 0 0 20px 0; }
    @media (min-width: 768px) {
      .textimg-video h1:not(.textimg-heading) {
        font-size: 3rem;
        line-height: 4rem; } }

.textimg-video h2 {
  color: #00AA4E;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 300;
  margin: 0 0 20px 0;
  font-family: "proxima-nova", sans-serif; }
  @media (min-width: 768px) {
    .textimg-video h2 {
      font-size: 2.5rem;
      line-height: 3.5rem; } }

.textimg-video h3 {
  font-weight: 300;
  color: #0D4658;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.7rem;
  line-height: 2.3rem;
  margin: 0 0 25px 0; }

.textimg-video p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin: 0;
  font-weight: 300; }
  .textimg-video p a.btn-md + .btn-md {
    margin-left: 25px; }

.textimg-video a {
  color: #00AA4E; }
  .textimg-video a:hover, .textimg-video a:focus {
    color: #0D4658; }

.textimg-video .video-content {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #000; }
  .textimg-video .video-content.custom-video {
    display: block;
    position: relative; }
    .textimg-video .video-content.custom-video .image-aspect-ratio {
      display: block;
      padding-top: 56.26667%; }
    .textimg-video .video-content.custom-video source,
    .textimg-video .video-content.custom-video img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .textimg-video .video-content.custom-video img {
      filter: blur(50px); }
      .textimg-video .video-content.custom-video img.lazyloaded {
        filter: blur(0);
        transition: all 200ms cubic-bezier(0.45, 0.06, 0.15, 1); }
  .textimg-video .video-content:hover::before {
    background-color: rgba(0, 0, 0, 0); }
  .textimg-video .video-content.video-played {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .textimg-video .video-content.video-played img {
      display: none; }
    .textimg-video .video-content.video-played::before, .textimg-video .video-content.video-played::after,
    .textimg-video .video-content.video-played .button-content {
      display: none; }
    .textimg-video .video-content.video-played iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      border: 0; }
  .textimg-video .video-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5); }
  .textimg-video .video-content .button-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .textimg-video .video-content .button-content {
        justify-content: flex-start; } }
    .textimg-video .video-content .button-content-inner {
      margin: 0 auto; }
      .textimg-video .video-content .button-content-inner svg {
        margin: auto;
        display: block; }
      .textimg-video .video-content .button-content-inner i {
        margin: 0 auto;
        font-size: 1.6rem;
        display: flex;
        height: 50px;
        width: 50px;
        border: 2px solid white;
        border-radius: 50%;
        align-items: center; }
        @media (min-width: 768px) {
          .textimg-video .video-content .button-content-inner i {
            font-size: 3.5rem;
            height: 80px;
            width: 80px; } }
        .textimg-video .video-content .button-content-inner i::before {
          margin-left: calc(50% - 6px); }
          @media (min-width: 768px) {
            .textimg-video .video-content .button-content-inner i::before {
              margin-left: calc(50% - 12px); } }
      .textimg-video .video-content .button-content-inner .text {
        display: block;
        font-size: 1.6rem;
        font-weight: 400;
        letter-spacing: 0.1rem;
        text-transform: uppercase;
        margin-top: 15px; }
        @media (min-width: 768px) {
          .textimg-video .video-content .button-content-inner .text {
            margin-top: 20px; } }
  .textimg-video .video-content::before, .textimg-video .video-content::after {
    transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1); }

.textimg h1 {
  font-family: "Schadow BT", sans-serif;
  font-weight: bold;
  color: #0D4658;
  font-size: 4rem;
  line-height: 4.5rem;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .textimg h1 {
      font-size: 4.5rem;
      line-height: 5.5rem; } }
  @media (min-width: 992px) {
    .textimg h1 {
      font-size: 5.5rem;
      line-height: 6.5rem; } }
  @media (min-width: 992px) {
    .textimg h1 {
      margin-bottom: 25px; } }

.textimg h2 {
  font-weight: bold;
  font-family: "Schadow BT", sans-serif;
  color: #0D4658;
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 4rem; }
  @media (min-width: 992px) {
    .textimg h2 {
      margin-bottom: 25px; } }
  @media (min-width: 768px) {
    .textimg h2 {
      font-size: 3.5rem;
      line-height: 4.5rem; } }
  @media (min-width: 992px) {
    .textimg h2 {
      font-size: 4rem;
      line-height: 5rem; } }

.textimg h3 {
  color: #0D4658;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .textimg h3 {
      margin-bottom: 25px;
      font-size: 2.5rem;
      line-height: 3.5rem; } }

.textimg ul.ul-list-bullet {
  margin-left: 0px;
  margin-top: 15px;
  list-style: none; }
  .textimg ul.ul-list-bullet li + li {
    margin-top: 10px; }
  .textimg ul.ul-list-bullet li {
    padding-left: 15px;
    color: #0D4658;
    font-size: 1.8rem;
    line-height: 2.8rem;
    position: relative; }
    .textimg ul.ul-list-bullet li:before {
      position: absolute;
      top: 2px;
      left: 0;
      color: #0D4658;
      content: '\f111';
      font-family: 'Font Awesome 5 Pro';
      font-weight: 700;
      font-size: 5px; }

.textimg p + p {
  margin-top: 20px; }

.textimg p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin: 0;
  font-weight: 400;
  color: #0D4658; }
  .textimg p a.btn-md + .btn-md {
    margin-left: 25px; }
  .textimg p b, .textimg p strong {
    font-weight: 600 !important; }

.textimg a {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #0D4658;
  text-decoration: underline; }
  .textimg a:hover, .textimg a:focus {
    text-decoration: none;
    color: #00AA4E; }
  .textimg a.btn-primary {
    padding: 15px 30px 15px;
    color: white;
    border: 2px #0D4658;
    text-decoration: none; }
    .textimg a.btn-primary:hover {
      color: white;
      background-color: #0D4658; }
      .textimg a.btn-primary:hover span {
        color: white; }

.textimg .row-cols {
  margin-left: -15px;
  margin-right: -15px; }
  .textimg .row-cols .col-img {
    margin: 5px 0 30px 0; }
    .textimg .row-cols .col-img.bottom {
      margin: 35px 0 0 0; }
    .textimg .row-cols .col-img .image-outer {
      overflow: hidden;
      line-height: 0; }
      .textimg .row-cols .col-img .image-outer img {
        width: 100%;
        transition: all 500ms cubic-bezier(0.45, 0.06, 0.15, 1); }
      .textimg .row-cols .col-img .image-outer a:hover img {
        transform: scale(1.03); }
    @media (min-width: 768px) {
      .textimg .row-cols .col-img.right {
        float: right;
        margin-left: 40px;
        padding-left: 0px; }
        .textimg .row-cols .col-img.right .image-outer img {
          float: right; } }
    @media (min-width: 768px) {
      .textimg .row-cols .col-img.left {
        float: left;
        margin-right: 40px;
        padding-right: 0px; } }

.textimg ul.download-files {
  list-style: none; }
  .textimg ul.download-files li + li {
    margin-top: 15px; }
  .textimg ul.download-files li {
    padding: 0; }
    .textimg ul.download-files li:before {
      display: none; }
    .textimg ul.download-files li a {
      background-color: #F2F7FC;
      border: 1px solid #E5EAF0;
      display: block;
      padding: 14px 20px;
      color: #0D4658;
      text-decoration: none !important;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .textimg ul.download-files li a:hover {
        color: #00AA4E; }
      @media (min-width: 768px) {
        .textimg ul.download-files li a {
          padding: 14px 30px; } }
      .textimg ul.download-files li a span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        min-width: 40px;
        border-radius: 100%;
        background-color: #00AA4E; }
        .textimg ul.download-files li a span i {
          color: white;
          font-size: 18px; }

.textimg .video-content {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #000; }
  .textimg .video-content.custom-video {
    display: block;
    position: relative; }
    .textimg .video-content.custom-video .image-aspect-ratio {
      display: block;
      padding-top: 56.26667%; }
    .textimg .video-content.custom-video source,
    .textimg .video-content.custom-video img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .textimg .video-content.custom-video img {
      filter: blur(50px); }
      .textimg .video-content.custom-video img.lazyloaded {
        filter: blur(0);
        transition: all 200ms cubic-bezier(0.45, 0.06, 0.15, 1); }
  .textimg .video-content:hover::before {
    background-color: rgba(0, 0, 0, 0); }
  .textimg .video-content.video-played {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .textimg .video-content.video-played img {
      display: none; }
    .textimg .video-content.video-played::before, .textimg .video-content.video-played::after,
    .textimg .video-content.video-played .button-content {
      display: none; }
    .textimg .video-content.video-played iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      border: 0; }
  .textimg .video-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5); }
  .textimg .video-content .button-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .textimg .video-content .button-content {
        justify-content: flex-start; } }
    .textimg .video-content .button-content-inner {
      margin: 0 auto; }
      .textimg .video-content .button-content-inner svg {
        margin: auto;
        display: block; }
      .textimg .video-content .button-content-inner i {
        margin: 0 auto;
        font-size: 1.6rem;
        display: flex;
        height: 50px;
        width: 50px;
        border: 2px solid white;
        border-radius: 50%;
        align-items: center; }
        @media (min-width: 768px) {
          .textimg .video-content .button-content-inner i {
            font-size: 3.5rem;
            height: 80px;
            width: 80px; } }
        .textimg .video-content .button-content-inner i::before {
          margin-left: calc(50% - 6px); }
          @media (min-width: 768px) {
            .textimg .video-content .button-content-inner i::before {
              margin-left: calc(50% - 12px); } }
      .textimg .video-content .button-content-inner .text {
        display: block;
        font-size: 1.6rem;
        font-weight: 400;
        letter-spacing: 0.1rem;
        text-transform: uppercase;
        margin-top: 15px; }
        @media (min-width: 768px) {
          .textimg .video-content .button-content-inner .text {
            margin-top: 20px; } }
  .textimg .video-content::before, .textimg .video-content::after {
    transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1); }

.carousel-gallery {
  position: relative; }
  .carousel-gallery h1 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    color: #00AA4E;
    margin: 0 0 30px 0; }
    .carousel-gallery h1:not(.textimg-heading) {
      font-family: "proxima-nova", sans-serif;
      font-size: 2.2rem;
      line-height: 3.2rem;
      color: #00AA4E;
      margin: 0 0 30px 0;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .carousel-gallery h1:not(.textimg-heading) {
          font-size: 3rem;
          line-height: 3.5rem; } }
  .carousel-gallery h2 {
    color: #00AA4E;
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin: 0 0 20px 0;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .carousel-gallery p {
    font-size: 1.6rem;
    line-height: 2.8rem; }
  .carousel-gallery a {
    color: #00AA4E; }
    .carousel-gallery a:hover, .carousel-gallery a:focus {
      color: #0D4658; }
  .carousel-gallery .carousel-images-wrapper {
    display: flex;
    align-items: center; }
    .carousel-gallery .carousel-images-wrapper .carousel-images {
      width: 100%;
      overflow: hidden; }
      .carousel-gallery .carousel-images-wrapper .carousel-images .image-outer {
        position: relative;
        overflow: hidden; }
        .carousel-gallery .carousel-images-wrapper .carousel-images .image-outer img {
          width: inherit; }
      .carousel-gallery .carousel-images-wrapper .carousel-images .picture-fill {
        pointer-events: none;
        position: relative; }
        .carousel-gallery .carousel-images-wrapper .carousel-images .picture-fill .image-aspect-ratio {
          display: block;
          padding-top: 66%; }
        .carousel-gallery .carousel-images-wrapper .carousel-images .picture-fill source,
        .carousel-gallery .carousel-images-wrapper .carousel-images .picture-fill img {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%; }
        .carousel-gallery .carousel-images-wrapper .carousel-images .picture-fill img {
          filter: blur(50px); }
          .carousel-gallery .carousel-images-wrapper .carousel-images .picture-fill img.lazyloaded {
            filter: blur(0);
            transition: all 200ms cubic-bezier(0.45, 0.06, 0.15, 1); }
    .carousel-gallery .carousel-images-wrapper .carousel-buttons {
      position: absolute;
      width: 100%;
      z-index: 1000;
      display: flex;
      justify-content: space-between; }
      .carousel-gallery .carousel-images-wrapper .carousel-buttons .carousel-images-button-prev,
      .carousel-gallery .carousel-images-wrapper .carousel-buttons .carousel-images-button-next {
        outline: none;
        cursor: pointer;
        font-size: 2rem;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 55px;
        height: 55px;
        background-color: rgba(13, 70, 88, 0.3);
        transition: background-color 350ms cubic-bezier(0.45, 0.06, 0.15, 1); }
        .carousel-gallery .carousel-images-wrapper .carousel-buttons .carousel-images-button-prev:hover,
        .carousel-gallery .carousel-images-wrapper .carousel-buttons .carousel-images-button-next:hover {
          background-color: rgba(13, 70, 88, 0.5); }
        .carousel-gallery .carousel-images-wrapper .carousel-buttons .carousel-images-button-prev.swiper-button-disabled,
        .carousel-gallery .carousel-images-wrapper .carousel-buttons .carousel-images-button-next.swiper-button-disabled {
          cursor: default;
          background-color: rgba(13, 70, 88, 0.1); }
          .carousel-gallery .carousel-images-wrapper .carousel-buttons .carousel-images-button-prev.swiper-button-disabled:hover,
          .carousel-gallery .carousel-images-wrapper .carousel-buttons .carousel-images-button-next.swiper-button-disabled:hover {
            background-color: rgba(13, 70, 88, 0.1); }
    .carousel-gallery .carousel-images-wrapper .carousel-bar {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 48px;
      color: white;
      padding: 0 20px;
      z-index: 1;
      background-color: #00aa4e; }
      .carousel-gallery .carousel-images-wrapper .carousel-bar .carousel-pager {
        display: flex;
        align-items: center;
        font-size: 1.4rem; }
        .carousel-gallery .carousel-images-wrapper .carousel-bar .carousel-pager i,
        .carousel-gallery .carousel-images-wrapper .carousel-bar .carousel-pager svg {
          font-size: 2.7rem;
          margin-right: 10px; }
        .carousel-gallery .carousel-images-wrapper .carousel-bar .carousel-pager .swiper-pagination {
          position: relative;
          bottom: 0; }
      .carousel-gallery .carousel-images-wrapper .carousel-bar .carousel-expander {
        width: 100%; }
        .carousel-gallery .carousel-images-wrapper .carousel-bar .carousel-expander .swiper-pagination {
          margin-left: 3px;
          position: relative;
          width: auto;
          left: auto;
          bottom: auto; }
        .carousel-gallery .carousel-images-wrapper .carousel-bar .carousel-expander .expander-gallery {
          background: transparent;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 1.3rem;
          color: white;
          border: 1px solid transparent; }
          .carousel-gallery .carousel-images-wrapper .carousel-bar .carousel-expander .expander-gallery i {
            margin-right: 10px;
            font-size: 17px; }
          .carousel-gallery .carousel-images-wrapper .carousel-bar .carousel-expander .expander-gallery:hover > span:first-child {
            text-decoration: underline; }
          .carousel-gallery .carousel-images-wrapper .carousel-bar .carousel-expander .expander-gallery span {
            color: #0D4658; }

.textimg-home p b, .textimg-home p strong {
  font-weight: 600; }

.textimg-home p + ul {
  margin-top: 20px; }
  @media (min-width: 992px) {
    .textimg-home p + ul {
      margin-top: 30px; } }

.textimg-home ul {
  list-style: none; }
  .textimg-home ul li {
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #0D4658;
    position: relative;
    padding-left: 23px; }
    .textimg-home ul li * {
      font-size: 1.8rem;
      line-height: 2.8rem;
      color: #0D4658; }
    .textimg-home ul li:before {
      position: absolute;
      top: 1px;
      left: 0;
      content: "\f178";
      font-family: "Font Awesome 5 Pro";
      font-size: 14px;
      color: #00AA4E; }
  .textimg-home ul li + li {
    margin-top: 7px; }

.textimg-home .box-right {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 40px 30px; }
  @media (max-width: 991.98px) {
    .textimg-home .box-right {
      margin-top: 40px; } }
  @media (min-width: 992px) {
    .textimg-home .box-right {
      padding: 45px 30px;
      height: 100%; } }
  .textimg-home .box-right .text {
    margin-bottom: 30px; }
    .textimg-home .box-right .text p {
      color: white;
      text-align: center;
      font-size: 1.8rem;
      line-height: 2.8rem; }
      @media (min-width: 992px) {
        .textimg-home .box-right .text p {
          word-break: break-word; } }
      .textimg-home .box-right .text p a:hover {
        color: white;
        text-decoration: underline; }

@media (min-width: 992px) {
  .textimg-home .sep {
    width: 100%;
    height: 1px;
    background-color: #DDB771;
    margin-top: 80px; } }

@media (max-width: 991.98px) {
  .textimg-home .pr-custom {
    padding-right: 0; } }

@media (max-width: 991.98px) {
  .textimg-box-home {
    width: 100vw;
    overflow: hidden; } }

@media (max-width: 991.98px) {
  .textimg-box-home .p-0-resp {
    padding: 0; } }

.textimg-box-home .wrapper-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px; }
  .textimg-box-home .wrapper-box.second {
    margin-top: 40px;
    height: calc(100% - 40px) !important; }
    @media (min-width: 1200px) {
      .textimg-box-home .wrapper-box.second {
        margin-top: 0;
        height: 100% !important; } }
  @media (min-width: 768px) {
    .textimg-box-home .wrapper-box {
      padding: 100px 50px; } }
  @media (min-width: 1500px) {
    .textimg-box-home .wrapper-box {
      padding: 100px 70px; } }
  @media (min-width: 1800px) {
    .textimg-box-home .wrapper-box {
      padding: 100px 82px; } }
  .textimg-box-home .wrapper-box .header * {
    word-break: break-word; }
  .textimg-box-home .wrapper-box .content a {
    width: 100%;
    padding: 11px 20px 11px; }
    @media (min-width: 768px) {
      .textimg-box-home .wrapper-box .content a {
        width: auto; } }
    @media (min-width: 1200px) {
      .textimg-box-home .wrapper-box .content a {
        margin: 0 10px; } }
  .textimg-box-home .wrapper-box .content a.btn {
    margin-top: 10px; }

.text-gallery img {
  width: 100%; }

.text-gallery .counter {
  cursor: pointer;
  background-color: #0D4658;
  height: 100%;
  color: white;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-family: "proxima-nova", sans-serif;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 575.98px) {
    .text-gallery .counter {
      padding: 40px 0;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px; } }
  .text-gallery .counter .picture {
    background-color: #00AA4E;
    height: 61px;
    width: 61px;
    border-radius: 100%;
    margin-bottom: 5px;
    text-align: center; }
    .text-gallery .counter .picture i {
      line-height: 61px;
      font-size: 28px;
      color: white; }

.repeat-listing h1 {
  font-family: "Schadow BT", sans-serif;
  font-weight: bold;
  color: #0D4658;
  font-size: 4rem;
  line-height: 4.5rem;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .repeat-listing h1 {
      font-size: 4.5rem;
      line-height: 5.5rem; } }
  @media (min-width: 992px) {
    .repeat-listing h1 {
      font-size: 5.5rem;
      line-height: 6.5rem; } }
  @media (min-width: 992px) {
    .repeat-listing h1 {
      margin-bottom: 25px; } }

.repeat-listing h2 {
  font-weight: bold;
  font-family: "Schadow BT", sans-serif;
  color: #0D4658;
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 4rem; }
  @media (min-width: 992px) {
    .repeat-listing h2 {
      margin-bottom: 25px; } }
  @media (min-width: 768px) {
    .repeat-listing h2 {
      font-size: 3.5rem;
      line-height: 4.5rem; } }
  @media (min-width: 992px) {
    .repeat-listing h2 {
      font-size: 4rem;
      line-height: 5rem; } }

.repeat-listing h3 {
  font-size: 2rem;
  line-height: 3rem;
  color: #0D4658;
  font-weight: 600;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .repeat-listing h3 {
      margin-bottom: 25px;
      font-size: 2rem;
      line-height: 3rem; } }

.repeat-listing .listing-box-container {
  border-top: 1px solid #E5EAF0; }
  .repeat-listing .listing-box-container .listing-box {
    border-bottom: 1px solid #E5EAF0;
    padding: 30px 0; }
    @media (min-width: 992px) {
      .repeat-listing .listing-box-container .listing-box {
        padding: 40px 0; } }
    .repeat-listing .listing-box-container .listing-box .listing-image {
      display: flex;
      flex-flow: row;
      align-items: center;
      height: 100%; }
      @media (max-width: 767.98px) {
        .repeat-listing .listing-box-container .listing-box .listing-image {
          margin-top: 25px; } }
    .repeat-listing .listing-box-container .listing-box .listing-text {
      display: flex;
      flex-flow: row;
      justify-content: space-between;
      align-items: center; }
      .repeat-listing .listing-box-container .listing-box .listing-text .text * {
        font-size: 2rem;
        line-height: 3rem; }
      .repeat-listing .listing-box-container .listing-box .listing-text .link {
        margin-left: 40px;
        min-width: 40px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #00AA4E;
        border-radius: 100%; }
        .repeat-listing .listing-box-container .listing-box .listing-text .link i {
          color: white;
          font-size: 17px; }

.repeat-teams h1 {
  font-family: "Schadow BT", sans-serif;
  font-weight: bold;
  color: #0D4658;
  font-size: 4rem;
  line-height: 4.5rem;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .repeat-teams h1 {
      font-size: 4.5rem;
      line-height: 5.5rem; } }
  @media (min-width: 992px) {
    .repeat-teams h1 {
      font-size: 5.5rem;
      line-height: 6.5rem; } }
  @media (min-width: 992px) {
    .repeat-teams h1 {
      margin-bottom: 25px; } }

.repeat-teams h2 {
  font-weight: bold;
  font-family: "Schadow BT", sans-serif;
  color: #0D4658;
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 4rem; }
  @media (min-width: 992px) {
    .repeat-teams h2 {
      margin-bottom: 25px; } }
  @media (min-width: 768px) {
    .repeat-teams h2 {
      font-size: 3.5rem;
      line-height: 4.5rem; } }
  @media (min-width: 992px) {
    .repeat-teams h2 {
      font-size: 4rem;
      line-height: 5rem; } }

.repeat-teams h3 {
  font-size: 2rem;
  line-height: 3rem;
  color: #0D4658;
  font-weight: 600;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .repeat-teams h3 {
      margin-bottom: 25px; } }

.repeat-teams .listing-box-container {
  border-top: 1px solid #E5EAF0; }
  .repeat-teams .listing-box-container .listing-box {
    border-bottom: 1px solid #E5EAF0;
    padding: 30px 0; }
    @media (max-width: 767.98px) {
      .repeat-teams .listing-box-container .listing-box.no-border {
        border: none !important;
        padding: 0;
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .repeat-teams .listing-box-container .listing-box {
        padding: 40px 0; } }
    @media (max-width: 767.98px) {
      .repeat-teams .listing-box-container .listing-box .listing-image {
        margin-bottom: 20px; }
        .repeat-teams .listing-box-container .listing-box .listing-image img {
          width: 100%; } }
    @media (min-width: 768px) {
      .repeat-teams .listing-box-container .listing-box .listing-image {
        display: flex;
        flex-flow: row;
        align-items: center;
        height: 100%; } }
    @media (min-width: 576px) {
      .repeat-teams .listing-box-container .listing-box .listing-text {
        flex-flow: row;
        justify-content: space-between;
        align-items: end;
        display: flex; } }
    .repeat-teams .listing-box-container .listing-box .listing-text .contact {
      margin-top: 15px; }
      @media (min-width: 576px) {
        .repeat-teams .listing-box-container .listing-box .listing-text .contact {
          margin-top: 0;
          margin-left: 50px;
          min-width: 200px; } }
      @media (min-width: 768px) {
        .repeat-teams .listing-box-container .listing-box .listing-text .contact {
          min-width: 260px; } }
      @media (min-width: 992px) {
        .repeat-teams .listing-box-container .listing-box .listing-text .contact {
          min-width: 280px; } }
      .repeat-teams .listing-box-container .listing-box .listing-text .contact * {
        font-size: 1.8rem;
        line-height: 2.8rem; }
    .repeat-teams .listing-box-container .listing-box .listing-text .text * {
      font-size: 2rem;
      line-height: 3rem; }
    .repeat-teams .listing-box-container .listing-box .listing-text .text h2 {
      font-size: 2.5rem;
      line-height: 3rem;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        .repeat-teams .listing-box-container .listing-box .listing-text .text h2 {
          font-size: 3rem;
          line-height: 3.5rem; } }

.textimg-newsletter {
  overflow: hidden; }
  .textimg-newsletter .wrapper-newsletter {
    background-color: #FAFAFA;
    border: 1px solid #E5EAF0;
    padding: 40px 15px; }
    @media (min-width: 768px) {
      .textimg-newsletter .wrapper-newsletter {
        padding: 60px 15px; } }
    @media (min-width: 1200px) {
      .textimg-newsletter .wrapper-newsletter {
        padding: 80px 0; } }
  .textimg-newsletter .label-newsletter {
    font-size: 16px;
    color: #0D4658;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 600; }
  .textimg-newsletter form input.form-control {
    border-radius: 0 !important; }
  .textimg-newsletter form button {
    height: 100%;
    min-width: 58px;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: #0D4658;
    cursor: pointer; }
    .textimg-newsletter form button i {
      color: white;
      font-size: 20px; }
    .textimg-newsletter form button:hover {
      background-color: #00AA4E !important; }

footer .background-footer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }

footer a {
  color: #0D4658; }
  footer a:hover {
    color: #0D4658; }

footer .footer-left {
  padding: 60px 15px 60px 0; }
  @media (max-width: 1199.98px) {
    footer .footer-left {
      padding: 40px 0px; } }
  @media (max-width: 767.98px) {
    footer .footer-left {
      padding: 40px 0px; } }

footer .footer-right {
  padding: 60px 15px 60px 0; }
  @media (max-width: 1199.98px) {
    footer .footer-right {
      padding: 40px 15px; } }
  @media (max-width: 767.98px) {
    footer .footer-right {
      padding: 40px 15px; } }

footer .footer-left .text-info-footer {
  color: white;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 600; }

@media (min-width: 992px) {
  footer .footer-left .text-info-footer + .text-info-footer {
    margin-top: 5px !important; } }

footer .footer-left .textimg-footer .wrapper-description h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: white;
  font-family: "Schadow BT", sans-serif;
  font-weight: bold;
  margin-bottom: 20px; }

footer .footer-left .textimg-footer .wrapper-description p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: white; }
  @media (min-width: 1200px) {
    footer .footer-left .textimg-footer .wrapper-description p {
      font-size: 2rem;
      line-height: 3rem; } }

footer .footer-left .textimg-footer .wrapper-description p + p {
  margin-top: 20px; }

footer .footer-left .textimg-footer .wrapper-description a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: white;
  text-decoration: underline; }
  @media (min-width: 1200px) {
    footer .footer-left .textimg-footer .wrapper-description a {
      font-size: 2rem;
      line-height: 3rem; } }

footer .footer-left .textimg-footer .links-fb {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    footer .footer-left .textimg-footer .links-fb {
      margin-bottom: 0; } }
  footer .footer-left .textimg-footer .links-fb p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center; }
    @media (min-width: 1200px) {
      footer .footer-left .textimg-footer .links-fb p {
        font-size: 2rem;
        line-height: 3rem; } }
    footer .footer-left .textimg-footer .links-fb p .social-link {
      margin-left: 10px;
      background-color: white;
      height: 30px;
      width: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 100%;
      text-decoration: none !important; }
      footer .footer-left .textimg-footer .links-fb p .social-link:hover {
        background-color: #00AA4E; }
        footer .footer-left .textimg-footer .links-fb p .social-link:hover i {
          color: white; }
      footer .footer-left .textimg-footer .links-fb p .social-link i {
        color: #0D4658; }

footer .footer-right ul.list-footer {
  margin-bottom: 40px;
  list-style: none; }
  footer .footer-right ul.list-footer li + li {
    padding-top: 5px; }
  footer .footer-right ul.list-footer li {
    margin: 0; }
    footer .footer-right ul.list-footer li a {
      font-size: 1.6rem;
      line-height: 2.6rem;
      color: #0D4658; }
      footer .footer-right ul.list-footer li a:hover {
        color: #00AA4E !important; }
      footer .footer-right ul.list-footer li a.active {
        color: #00AA4E !important; }

footer .text-info-footer {
  font-size: 1.5rem;
  line-height: 2.5rem; }
  footer .text-info-footer a {
    color: #00AA4E;
    font-size: 1.5rem;
    line-height: 2.5rem; }

.wrapper-form h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-family: "Schadow BT", sans-serif; }
  @media (min-width: 992px) {
    .wrapper-form h2 {
      font-size: 3rem;
      line-height: 4rem; } }

.wrapper-form form.was-validated .invalid-feedback.global {
  background-color: rgba(220, 53, 69, 0.8);
  border: 1px solid #dc3545;
  color: white;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block !important;
  width: fit-content;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 600; }

.wrapper-form form .form-group {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .wrapper-form form .form-group {
      margin-bottom: 15px; } }
  @media (min-width: 992px) {
    .wrapper-form form .form-group {
      margin-bottom: 40px; } }
  .wrapper-form form .form-group label {
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #0D4658;
    display: block;
    margin-bottom: 10px; }
  .wrapper-form form .form-group input {
    height: 50px;
    border: 1px solid #E4E4E4;
    padding: 0 20px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 600;
    color: #0D4658; }
    @media (min-width: 992px) {
      .wrapper-form form .form-group input {
        height: 58px; } }
  .wrapper-form form .form-group textarea {
    min-height: 150px;
    border: 1px solid #E4E4E4;
    padding: 20px 20px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 600;
    color: #0D4658; }

.wrapper-form form input[type="checkbox"] {
  display: none;
  opacity: 0; }
  .wrapper-form form input[type="checkbox"] ~ .form-check-label {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400; }
    .wrapper-form form input[type="checkbox"] ~ .form-check-label a {
      font-size: 1.6rem;
      line-height: 2.6rem;
      font-weight: 400;
      color: #00AA4E; }
    .wrapper-form form input[type="checkbox"] ~ .form-check-label::before {
      left: 0; }
    .wrapper-form form input[type="checkbox"] ~ .form-check-label::after {
      left: 6px; }
    .wrapper-form form input[type="checkbox"] ~ .form-check-label a {
      color: #00AA4E; }
      .wrapper-form form input[type="checkbox"] ~ .form-check-label a:hover, .wrapper-form form input[type="checkbox"] ~ .form-check-label a:focus {
        text-decoration: underline; }
  .wrapper-form form input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer; }
    .wrapper-form form input[type="checkbox"] + label::before {
      content: "";
      position: absolute;
      width: 17px;
      height: 17px;
      left: -15px;
      top: 3px;
      background-color: white;
      border: 1px solid #0D4658;
      transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1); }
    .wrapper-form form input[type="checkbox"] + label::after {
      content: "";
      position: absolute;
      top: 5px;
      left: -9px;
      display: block;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 2px 2px 0;
      transform: scale(0) rotate(45deg);
      opacity: 0;
      transition: transform 350ms cubic-bezier(0.45, 0.06, 0.15, 1), opacity 350ms cubic-bezier(0.45, 0.06, 0.15, 1); }
  .wrapper-form form input[type="checkbox"]:checked + label::before {
    background-color: #00AA4E; }
  .wrapper-form form input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1) rotate(45deg); }

.wrapper-form form input[type="radio"] {
  display: none;
  opacity: 0; }
  .wrapper-form form input[type="radio"] ~ .form-check-label {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400; }
    .wrapper-form form input[type="radio"] ~ .form-check-label a {
      font-size: 1.6rem;
      line-height: 2.6rem;
      font-weight: 400;
      color: #00AA4E; }
    .wrapper-form form input[type="radio"] ~ .form-check-label::before {
      left: 0; }
    .wrapper-form form input[type="radio"] ~ .form-check-label::after {
      left: 6px; }
    .wrapper-form form input[type="radio"] ~ .form-check-label a {
      color: #00AA4E; }
      .wrapper-form form input[type="radio"] ~ .form-check-label a:hover, .wrapper-form form input[type="radio"] ~ .form-check-label a:focus {
        text-decoration: underline; }
  .wrapper-form form input[type="radio"] + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer; }
    .wrapper-form form input[type="radio"] + label::before {
      content: "";
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0px;
      top: 3px;
      background-color: white;
      border: 1px solid #0D4658;
      transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1); }
    .wrapper-form form input[type="radio"] + label::after {
      content: "";
      position: absolute;
      top: 5px;
      left: 6px;
      display: block;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 2px 2px 0;
      transform: scale(0) rotate(45deg);
      opacity: 0;
      transition: transform 350ms cubic-bezier(0.45, 0.06, 0.15, 1), opacity 350ms cubic-bezier(0.45, 0.06, 0.15, 1); }
  .wrapper-form form input[type="radio"]:checked + label::before {
    background-color: #00AA4E; }
  .wrapper-form form input[type="radio"]:checked + label::after {
    opacity: 1;
    transform: scale(1) rotate(45deg); }

.wrapper-form form input[type="file"] {
  padding: 0 30px;
  height: 56px;
  width: 100%;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #0D4658;
  max-height: none;
  text-align: left;
  border-radius: 28px;
  font-size: 1.6rem;
  line-height: 5.6rem; }
  @media (min-width: 768px) {
    .wrapper-form form input[type="file"] {
      font-size: 1.8rem;
      line-height: 2.8rem; } }
  @media (min-width: 1200px) {
    .wrapper-form form input[type="file"] {
      font-size: 1.8rem;
      line-height: 5.6rem; } }
  .wrapper-form form input[type="file"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #0D4658;
    font-size: 1.6rem;
    line-height: 5.6rem; }
    @media (min-width: 1200px) {
      .wrapper-form form input[type="file"]::-webkit-input-placeholder {
        font-size: 1.8rem;
        line-height: 5.6rem; } }
  .wrapper-form form input[type="file"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #0D4658;
    font-size: 1.6rem;
    line-height: 5.6rem; }
    @media (min-width: 1200px) {
      .wrapper-form form input[type="file"]::-moz-placeholder {
        font-size: 1.8rem;
        line-height: 5.6rem; } }
  .wrapper-form form input[type="file"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #0D4658;
    font-size: 1.6rem;
    line-height: 5.6rem; }
    @media (min-width: 1200px) {
      .wrapper-form form input[type="file"]:-ms-input-placeholder {
        font-size: 1.8rem;
        line-height: 5.6rem; } }
  .wrapper-form form input[type="file"]:-moz-placeholder {
    /* Firefox 18- */
    color: #0D4658;
    font-size: 1.6rem;
    line-height: 5.6rem; }
    @media (min-width: 1200px) {
      .wrapper-form form input[type="file"]:-moz-placeholder {
        font-size: 1.8rem;
        line-height: 5.6rem; } }
  .wrapper-form form input[type="file"]::placeholder {
    color: #0D4658;
    font-size: 1.6rem;
    line-height: 5.6rem; }
    @media (min-width: 1200px) {
      .wrapper-form form input[type="file"]::placeholder {
        font-size: 1.8rem;
        line-height: 5.6rem; } }

.wrapper-form form input[type="file"] {
  background-color: transparent;
  border: none; }
  .wrapper-form form input[type="file"].inputfile-simple {
    padding: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    outline: none;
    box-shadow: none; }
    .wrapper-form form input[type="file"].inputfile-simple + span {
      overflow: hidden;
      display: inline-block;
      padding: 0px 30px;
      height: 58px;
      width: 71%;
      font-size: 1.8rem;
      line-height: 5.8rem;
      color: #0D4658;
      background: #FFF;
      border: 1px solid #ECECEC;
      border-radius: 3px;
      width: 100%; }
      .wrapper-form form input[type="file"].inputfile-simple + span + label {
        background-color: #00AA4E;
        font-weight: 600;
        padding: 12px 30px;
        border-radius: 60px;
        cursor: pointer;
        display: inline-block;
        margin-top: 15px;
        font-size: 1.8rem;
        line-height: 2.8rem;
        height: 56px;
        text-align: center;
        color: white;
        transition: all 250ms;
        overflow: hidden;
        margin-bottom: 0;
        min-width: fit-content; }
        @media (min-width: 768px) {
          .wrapper-form form input[type="file"].inputfile-simple + span + label {
            margin-top: 0;
            margin-left: 30px;
            height: 56px;
            font-size: 1.8rem;
            line-height: 3rem; } }
        .wrapper-form form input[type="file"].inputfile-simple + span + label:hover {
          background-color: #0D4658; }
    .wrapper-form form input[type="file"].inputfile-simple + label {
      background-color: #FFF;
      border: 1px solid #ededed;
      border-radius: 3px;
      cursor: pointer;
      min-width: 150px;
      padding: 10px 20px;
      margin-right: 15px;
      font-size: 1.8rem;
      line-height: 2.8rem;
      color: #0D4658;
      transition: all 0.3s; }
      .wrapper-form form input[type="file"].inputfile-simple + label + span {
        font-size: 1.8rem;
        line-height: 2.8rem;
        font-style: italic; }
      .wrapper-form form input[type="file"].inputfile-simple + label:hover {
        color: black; }

.wrapper-form form .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
  .wrapper-form form .inputfile + label {
    display: block;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    padding: 0 20px;
    height: 58px;
    width: 100%;
    font-size: 18px;
    line-height: 58px;
    color: #0D4658;
    max-height: none;
    text-align: left;
    background-color: #EDEDED;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

@media (min-width: 992px) {
  .wrapper-form form .wrap-input-file span {
    width: 100% !important;
    min-width: 75px !important;
    max-width: 60% !important; } }

.wrapper-form form .wrap-input-file label {
  border-radius: 0 !important;
  margin-left: 0 !important;
  margin-top: 15px !important; }
  @media (min-width: 992px) {
    .wrapper-form form .wrap-input-file label {
      margin-left: 20px !important;
      margin-top: 0 !important; } }

.wrapper-form form .invalid-feedback {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700; }

@media (max-width: 767.98px) {
  .wrapper-form form #sendMessageButton {
    width: 100%; } }

.wrapper-form form #sendMessageButton:hover {
  background-color: #0D4658;
  color: white; }

.contact-form .text-left-form {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .contact-form .text-left-form {
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    .contact-form .text-left-form {
      margin-bottom: 0; } }
  .contact-form .text-left-form p b, .contact-form .text-left-form p strong {
    font-weight: 600; }
  .contact-form .text-left-form p + p {
    margin-top: 15px; }
    @media (min-width: 992px) {
      .contact-form .text-left-form p + p {
        margin-top: 15px; } }

.contact-form form input, .contact-form form textarea {
  background-color: #F8F8F8;
  border: 1px solid #E4E4E4; }

.sib-form {
  padding: 0 !important;
  background-color: transparent !important;
  text-align: left !important; }
  .sib-form #sib-container {
    padding: 0 !important;
    display: block;
    width: 100%;
    max-width: 100% !important;
    background-color: transparent !important;
    border: none !important; }
    .sib-form #sib-container form div {
      padding: 0 !important; }
      .sib-form #sib-container form div .entry__field {
        box-shadow: none !important;
        border: none !important;
        margin: 0 !important; }
      .sib-form #sib-container form div input {
        height: 58px !important;
        border: 1px solid #E4E4E4 !important;
        padding: 0 20px !important;
        font-size: 1.8rem !important;
        line-height: 2.8rem !important;
        font-weight: 600 !important;
        color: #0D4658 !important; }
    .sib-form #sib-container form button {
      height: 100% !important;
      min-width: 50px !important;
      width: 58px !important;
      height: 58px !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      border: 0 !important;
      background-color: #0D4658 !important;
      cursor: pointer !important; }
      .sib-form #sib-container form button i {
        color: white !important;
        font-size: 20px !important; }
      .sib-form #sib-container form button:hover {
        background-color: #00AA4E !important; }

.repeat-parcelle h3 {
  font-size: 2rem;
  line-height: 3rem;
  color: #0D4658;
  font-weight: 600;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .repeat-parcelle h3 {
      margin-bottom: 15px;
      font-size: 2rem;
      line-height: 3rem; } }

.repeat-parcelle .form-group {
  margin-bottom: 10px !important; }
  @media (min-width: 768px) {
    .repeat-parcelle .form-group {
      margin-bottom: 25px !important; } }

.repeat-parcelle .add-repeat {
  margin-bottom: 25px;
  display: block;
  text-align: center;
  outline: none !important; }
  .repeat-parcelle .add-repeat i {
    margin-right: 5px; }

.repeat-parcelle select {
  height: 50px !important;
  border: 1px solid #E4E4E4;
  padding: 0 20px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  color: #0D4658; }
  @media (min-width: 992px) {
    .repeat-parcelle select {
      height: 58px !important; } }

.was-validated .form-control:invalid + .form-radio-label:before {
  border: 1px solid #dc3545 !important; }

#resetForm {
  margin-bottom: 15px; }

.highlight {
  min-height: calc(100vh - 60px);
  align-items: flex-end;
  display: flex;
  justify-content: start; }
  @media (max-width: 991.98px) {
    .highlight.highlight-event h1 {
      font-size: 3rem;
      line-height: 4rem; } }
  .highlight.highlight-collection {
    min-height: calc(100vh - 60px) !important; }
    @media (min-width: 768px) {
      .highlight.highlight-collection {
        min-height: 400px !important; } }
    @media (min-width: 992px) {
      .highlight.highlight-collection {
        min-height: 600px !important; } }
    @media (max-width: 991.98px) {
      .highlight.highlight-collection h1 {
        font-size: 3rem;
        line-height: 4rem; } }
    .highlight.highlight-collection .scroll-down-content {
      margin-top: 10px; }
      .highlight.highlight-collection .scroll-down-content i {
        color: white;
        font-size: 20px; }
    .highlight.highlight-collection .categ-mobile {
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 600; }
  .highlight.highlight-page {
    min-height: 400px; }
    .highlight.highlight-page.header-404 {
      min-height: 180px; }
      @media (min-width: 992px) {
        .highlight.highlight-page.header-404 {
          min-height: 280px; } }
    @media (min-width: 992px) {
      .highlight.highlight-page {
        min-height: 600px; } }
  @media (min-width: 992px) {
    .highlight {
      min-height: 600px; } }
  .highlight .wrapper-description {
    padding-bottom: 15px; }
    @media (min-width: 992px) {
      .highlight .wrapper-description {
        padding-bottom: 60px; } }
    .highlight .wrapper-description h1, .highlight .wrapper-description h2, .highlight .wrapper-description h3 {
      word-break: break-word; }
    .highlight .wrapper-description .subtitle {
      font-weight: 600; }
      @media (min-width: 992px) {
        .highlight .wrapper-description .subtitle {
          font-weight: 400; } }
    .highlight .wrapper-description .wrapper-links {
      flex-wrap: wrap; }
      @media (max-width: 767.98px) {
        .highlight .wrapper-description .wrapper-links {
          margin-right: -5px; } }
      .highlight .wrapper-description .wrapper-links .box-links {
        font-size: 1.4rem;
        line-height: 2.4rem;
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 5px;
        background-color: #00AA4E;
        padding: 8px 15px;
        text-align: center;
        text-decoration: none !important;
        width: calc(50% - 5px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media (min-width: 992px) {
          .highlight .wrapper-description .wrapper-links .box-links {
            font-size: 1.6rem;
            line-height: 2.6rem;
            min-width: 188px;
            width: auto;
            margin-bottom: 10px;
            margin-right: 10px; } }
        .highlight .wrapper-description .wrapper-links .box-links:hover {
          background-color: white;
          color: #00AA4E; }
  .highlight.highlight-page .wrapper-description {
    padding-bottom: 40px; }
    @media (min-width: 992px) {
      .highlight.highlight-page .wrapper-description {
        padding-bottom: 100px; } }
  .highlight .breadcrumb-nav ul {
    margin-bottom: 5px; }
    @media (min-width: 992px) {
      .highlight .breadcrumb-nav ul {
        margin-bottom: 10px; } }
    .highlight .breadcrumb-nav ul li {
      color: white;
      font-size: 2rem;
      line-height: 3rem; }
      .highlight .breadcrumb-nav ul li:first-child {
        margin: 0; }
        .highlight .breadcrumb-nav ul li:first-child a {
          margin: 0; }
      .highlight .breadcrumb-nav ul li span {
        font-size: 2rem;
        line-height: 3rem;
        display: inline-block; }
        @media (min-width: 992px) {
          .highlight .breadcrumb-nav ul li span {
            margin-left: 10px; } }
      .highlight .breadcrumb-nav ul li a {
        display: inline-block;
        font-size: 2rem;
        line-height: 3rem;
        margin-left: 10px;
        text-decoration: none; }
  .highlight .dropdown-breadcrumb button {
    background-color: transparent !important;
    color: white !important;
    padding: 0;
    margin: 0;
    border: none !important;
    outline: none;
    box-shadow: none !important;
    font-size: 2rem;
    line-height: 3rem; }
    .highlight .dropdown-breadcrumb button:after {
      display: none; }
    .highlight .dropdown-breadcrumb button i {
      margin-left: 2px;
      font-size: 14px; }
  .highlight .dropdown-breadcrumb .dropdown-menu {
    max-width: 200px;
    min-width: 200px;
    padding: 15px 10px;
    border-radius: 0;
    top: 20px; }
    .highlight .dropdown-breadcrumb .dropdown-menu a {
      display: block;
      font-size: 1.8rem;
      line-height: 2.8rem;
      color: #0D4658;
      font-weight: 600; }
      .highlight .dropdown-breadcrumb .dropdown-menu a:hover {
        color: #00AA4E; }

.event-listing-home .pagination, .event-listing .pagination {
  list-style-type: none; }
  .event-listing-home .pagination li, .event-listing .pagination li {
    display: inline-block;
    margin-right: 5px; }
    .event-listing-home .pagination li a, .event-listing .pagination li a {
      display: inline-block;
      background-color: #00AA4E;
      border: 1px solid #00AA4E;
      color: white;
      padding: 5px 15px;
      border-radius: 3px;
      cursor: pointer;
      transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1); }
      .event-listing-home .pagination li a.active, .event-listing-home .pagination li a:hover, .event-listing .pagination li a.active, .event-listing .pagination li a:hover {
        background-color: white;
        border: 1px solid #00AA4E;
        color: #00AA4E; }

.event-listing-home .right a i, .event-listing .right a i {
  margin-left: 5px; }

.event-listing-home .event, .event-listing .event {
  margin-top: 15px;
  height: calc(100% - 15px);
  transition: all 250ms;
  background-color: #FAFAFA;
  border: 1px solid #E5EAF0;
  padding: 30px; }
  @media (min-width: 768px) {
    .event-listing-home .event, .event-listing .event {
      margin-top: 30px;
      height: calc(100% - 30px); } }
  .event-listing-home .event:hover, .event-listing .event:hover {
    padding-left: 35px;
    padding-right: 25px; }
  .event-listing-home .event .date, .event-listing .event .date {
    font-size: 2.5rem;
    line-height: 3.5rem; }
  .event-listing-home .event .xs, .event-listing .event .xs {
    font-size: 1.3rem;
    line-height: 2.4rem; }
  .event-listing-home .event .hour, .event-listing .event .hour {
    margin-right: 20px;
    font-size: 1.4rem;
    line-height: 2.6rem; }
    @media (min-width: 768px) {
      .event-listing-home .event .hour, .event-listing .event .hour {
        margin-right: 30px; } }
    .event-listing-home .event .hour i, .event-listing .event .hour i {
      margin-right: 4px; }
  .event-listing-home .event .language, .event-listing-home .event .organizer, .event-listing .event .language, .event-listing .event .organizer {
    margin-right: 20px;
    display: flex;
    flex-flow: row;
    align-items: center;
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-weight: 600;
    color: #0D4658; }
    @media (min-width: 768px) {
      .event-listing-home .event .language, .event-listing-home .event .organizer, .event-listing .event .language, .event-listing .event .organizer {
        margin-right: 30px; } }
    .event-listing-home .event .language img, .event-listing-home .event .organizer img, .event-listing .event .language img, .event-listing .event .organizer img {
      margin-top: -2px; }
    .event-listing-home .event .language img, .event-listing-home .event .language i, .event-listing-home .event .organizer img, .event-listing-home .event .organizer i, .event-listing .event .language img, .event-listing .event .language i, .event-listing .event .organizer img, .event-listing .event .organizer i {
      margin-right: 8px; }

@media (max-width: 991.98px) {
  .event-listing .wrapper-description {
    margin-top: 40px; } }

@media (max-width: 767.98px) {
  .event-listing .wrapper-description {
    margin-top: 40px; } }

.event-view {
  margin-top: 20px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .event-view {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .event-view {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media (max-width: 575.98px) {
    .event-view .back.w-100-xs {
      width: 100%;
      margin-bottom: 15px; } }
  .event-view .back a {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 600; }
    .event-view .back a i {
      margin-right: 5px; }
  .event-view .wrapper-desc h2 {
    font-weight: bold;
    font-family: "Schadow BT", sans-serif;
    color: #0D4658;
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .event-view .wrapper-desc h2 {
        font-size: 3.5rem;
        line-height: 4.5rem; } }
    @media (min-width: 992px) {
      .event-view .wrapper-desc h2 {
        margin-bottom: 25px;
        font-size: 4rem;
        line-height: 5rem; } }
  .event-view .wrapper-desc p + h2 {
    margin-top: 40px; }
    @media (min-width: 992px) {
      .event-view .wrapper-desc p + h2 {
        margin-top: 60px; } }
  .event-view .wrapper-desc ul + h2 {
    margin-top: 40px; }
    @media (min-width: 992px) {
      .event-view .wrapper-desc ul + h2 {
        margin-top: 60px; } }
  .event-view .wrapper-desc p + h3 {
    margin-top: 30px; }
  .event-view .wrapper-desc h3 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0D4658; }
    @media (min-width: 992px) {
      .event-view .wrapper-desc h3 {
        font-size: 2rem;
        line-height: 3rem; } }
  .event-view .wrapper-desc p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #0D4658; }
    .event-view .wrapper-desc p b, .event-view .wrapper-desc p strong {
      font-weight: 600; }
  .event-view .wrapper-desc ul.download-files {
    list-style: none; }
    .event-view .wrapper-desc ul.download-files li {
      padding: 0; }
      .event-view .wrapper-desc ul.download-files li:before {
        display: none; }
      .event-view .wrapper-desc ul.download-files li a {
        background-color: #F2F7FC;
        border: 1px solid #E5EAF0;
        display: block;
        padding: 14px 30px;
        color: #0D4658;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .event-view .wrapper-desc ul.download-files li a:hover {
          color: #00AA4E; }
        .event-view .wrapper-desc ul.download-files li a span {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 40px;
          width: 40px;
          min-width: 40px;
          border-radius: 100%;
          background-color: #00AA4E; }
          .event-view .wrapper-desc ul.download-files li a span i {
            color: white;
            font-size: 18px; }
  .event-view .wrapper-desc ul {
    margin: 0 0 0 0;
    list-style: none; }
    .event-view .wrapper-desc ul li + li {
      margin-top: 10px; }
    .event-view .wrapper-desc ul li {
      padding-left: 15px;
      position: relative;
      color: #0D4658;
      font-size: 1.8rem;
      line-height: 2.8rem; }
      .event-view .wrapper-desc ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        color: #0D4658;
        content: '\f111';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 700;
        font-size: 5px; }
  .event-view .wrapper-desc .row-cols {
    margin-left: -15px;
    margin-right: -15px; }
    .event-view .wrapper-desc .row-cols .col-img {
      margin: 5px 0 20px 0; }
      .event-view .wrapper-desc .row-cols .col-img.bottom {
        margin: 20px 0 0 0; }
      .event-view .wrapper-desc .row-cols .col-img .image-outer {
        overflow: hidden;
        line-height: 0; }
        .event-view .wrapper-desc .row-cols .col-img .image-outer img {
          width: 100%;
          transition: all 500ms cubic-bezier(0.45, 0.06, 0.15, 1); }
        .event-view .wrapper-desc .row-cols .col-img .image-outer a:hover img {
          transform: scale(1.03); }
      @media (min-width: 768px) {
        .event-view .wrapper-desc .row-cols .col-img.right {
          float: right;
          margin-left: 20px;
          padding-left: 0px; }
          .event-view .wrapper-desc .row-cols .col-img.right .image-outer img {
            float: right; } }
      @media (min-width: 768px) {
        .event-view .wrapper-desc .row-cols .col-img.left {
          float: left;
          margin-right: 20px;
          padding-right: 0px; } }
  .event-view .wrapper-desc .program h3 {
    font-family: "Schadow BT", sans-serif;
    font-size: 2.5rem;
    line-height: 3rem; }
    @media (min-width: 992px) {
      .event-view .wrapper-desc .program h3 {
        font-size: 3rem;
        line-height: 4rem; } }
  .event-view .wrapper-desc .program .accordion.accordion-style-1 {
    border-top: 1px solid #E5EAF0; }
    .event-view .wrapper-desc .program .accordion.accordion-style-1 .card.card-accordion .card-header {
      border-color: #E5EAF0; }
  .event-view .wrapper-desc .program .accordion .card.card-accordion {
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    border-color: transparent;
    box-shadow: none;
    border-radius: 0; }
    .event-view .wrapper-desc .program .accordion .card.card-accordion .card-header {
      padding: 0;
      border: 0;
      background-color: transparent;
      border-radius: 0;
      transition-duration: 300ms; }
      .event-view .wrapper-desc .program .accordion .card.card-accordion .card-header.active-state {
        transition-duration: 0ms; }
      .event-view .wrapper-desc .program .accordion .card.card-accordion .card-header + .panel-collapse > .list-group,
      .event-view .wrapper-desc .program .accordion .card.card-accordion .card-header + .panel-collapse > .panel-body {
        border-top: 0 !important; }
      .event-view .wrapper-desc .program .accordion .card.card-accordion .card-header .card-title {
        margin-bottom: 0; }
        .event-view .wrapper-desc .program .accordion .card.card-accordion .card-header .card-title button {
          border-left: 0;
          border-right: 0;
          box-shadow: none;
          outline: none;
          position: relative;
          display: inline-block;
          font-size: 2.5rem;
          line-height: 3.5rem;
          font-weight: 400;
          width: 100%;
          color: #0D4658;
          padding: 25px 0;
          border-top: 1px solid transparent;
          border-bottom: 1px solid #E5EAF0;
          text-align: left;
          cursor: pointer;
          background-color: transparent;
          display: flex;
          justify-content: space-between; }
          .event-view .wrapper-desc .program .accordion .card.card-accordion .card-header .card-title button:hover {
            color: #00AA4E;
            border-bottom-color: #00AA4E; }
          .event-view .wrapper-desc .program .accordion .card.card-accordion .card-header .card-title button .ico-plus {
            height: 25px;
            width: 25px;
            min-width: 25px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center; }
            .event-view .wrapper-desc .program .accordion .card.card-accordion .card-header .card-title button .ico-plus .horizontal {
              height: 100%;
              width: 1px;
              background-color: #00AA4E;
              position: absolute;
              left: 50%;
              transform: translate(-50%, 0px); }
            .event-view .wrapper-desc .program .accordion .card.card-accordion .card-header .card-title button .ico-plus .vertical {
              width: 100%;
              height: 1px;
              background-color: #00AA4E; }
          .event-view .wrapper-desc .program .accordion .card.card-accordion .card-header .card-title button:not(.collapsed) {
            color: #00AA4E;
            border-bottom-color: #00AA4E;
            transition: border 350ms cubic-bezier(0.45, 0.06, 0.15, 1), background 350ms cubic-bezier(0.45, 0.06, 0.15, 1), color 350ms cubic-bezier(0.45, 0.06, 0.15, 1); }
            .event-view .wrapper-desc .program .accordion .card.card-accordion .card-header .card-title button:not(.collapsed):hover {
              color: #00AA4E; }
            .event-view .wrapper-desc .program .accordion .card.card-accordion .card-header .card-title button:not(.collapsed) .ico-plus .horizontal {
              display: none; }
    .event-view .wrapper-desc .program .accordion .card.card-accordion .card-body {
      padding: 30px 0;
      background-color: transparent;
      border-bottom: 1px solid #E5EAF0; }
      .event-view .wrapper-desc .program .accordion .card.card-accordion .card-body p + p {
        margin-top: 20px; }
      .event-view .wrapper-desc .program .accordion .card.card-accordion .card-body h3 {
        font-family: "proxima-nova", sans-serif;
        font-weight: 600;
        font-size: 2rem;
        line-height: 3rem;
        color: #00AA4E; }
  .event-view .box-right {
    margin-top: 0;
    background-color: #F2F7FC;
    border: 1px solid #E5EAF0;
    padding: 40px 30px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .event-view .box-right {
        margin-top: 60px; } }
    @media (min-width: 992px) {
      .event-view .box-right {
        margin-top: 0; } }
    @media (min-width: 992px) {
      .event-view .box-right {
        margin-left: 50px; } }
    @media (min-width: 1200px) {
      .event-view .box-right {
        margin-left: 30px; } }
    @media (min-width: 1600px) {
      .event-view .box-right {
        margin-left: 60px; } }
    @media (min-width: 1850px) {
      .event-view .box-right {
        margin-left: 100px; } }
    @media (min-width: 768px) {
      .event-view .box-right {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .event-view .box-right {
        padding: 40px; } }
    .event-view .box-right p {
      font-size: 1.6rem;
      line-height: 2.6rem; }
      .event-view .box-right p:first-child {
        margin-top: 0; }
        .event-view .box-right p:first-child * {
          margin-top: 0 !important; }
      .event-view .box-right p b, .event-view .box-right p strong {
        font-weight: 600; }
    .event-view .box-right p + p {
      margin-top: 5px; }
    .event-view .box-right p b {
      display: block;
      margin-top: 15px; }
    .event-view .box-right p img {
      margin-right: 2px;
      margin-top: -3px; }
    .event-view .box-right a.btn {
      margin-top: 15px; }
      @media (max-width: 991.98px) {
        .event-view .box-right a.btn {
          width: 100%; } }
      .event-view .box-right a.btn.btn-primary:hover {
        background-color: #0D4658;
        color: white; }
  .event-view .print a {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #00AA4E;
    display: flex;
    align-items: center;
    justify-content: center; }
    .event-view .print a i {
      font-size: 14px;
      color: white; }
  .event-view .wrapper-form {
    margin-top: 40px;
    padding: 40px 20px;
    background-color: #F7F7F7;
    border: 1px solid #EAEAEA; }
    @media (min-width: 768px) {
      .event-view .wrapper-form {
        padding: 40px; } }
    @media (min-width: 992px) {
      .event-view .wrapper-form {
        margin-top: 60px;
        padding: 60px; } }

@media (max-width: 991.98px) {
  .wrapper-filter.headroom--not-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10; } }

@media (min-width: 992px) {
  .wrapper-filter.sticky-top-lg {
    position: sticky;
    top: 60px; } }

@media (max-width: 991.98px) {
  .wrapper-filter.margin-right {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -60px; } }

@media (max-width: 767.98px) {
  .wrapper-filter.margin-right {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -40px; } }

@media (min-width: 992px) {
  .wrapper-filter.margin-right {
    margin-right: 30px; } }

@media (min-width: 1200px) {
  .wrapper-filter.margin-right {
    margin-right: 20px; } }

@media (min-width: 1400px) {
  .wrapper-filter.margin-right {
    margin-right: 50px; } }

@media (min-width: 1600px) {
  .wrapper-filter.margin-right {
    margin-right: 120px; } }

@media (min-width: 576px) {
  .wrapper-filter .accordion-filter {
    margin-right: 0;
    margin-left: 0; } }

.wrapper-filter .accordion-filter .card.card-filter {
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  border-color: transparent;
  box-shadow: none;
  border-radius: 0; }
  .wrapper-filter .accordion-filter .card.card-filter .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none; }
  @media (max-width: 991.98px) {
    .wrapper-filter .accordion-filter .card.card-filter .custom-collapse.show {
      position: fixed;
      top: 0px;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: white;
      z-index: 3000;
      padding: 0px 0px; }
      .wrapper-filter .accordion-filter .card.card-filter .custom-collapse.show .collapse-btn {
        font-size: 18px;
        cursor: pointer;
        line-height: 0; } }
  .wrapper-filter .accordion-filter .card.card-filter .custom-collapse.collapse:not(.show) {
    display: none; }
    @media (min-width: 992px) {
      .wrapper-filter .accordion-filter .card.card-filter .custom-collapse.collapse:not(.show) {
        display: block; } }
  .wrapper-filter .accordion-filter .card.card-filter .card-header {
    padding: 0;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    transition-duration: 300ms; }
    @media (min-width: 992px) {
      .wrapper-filter .accordion-filter .card.card-filter .card-header {
        display: none; } }
    .wrapper-filter .accordion-filter .card.card-filter .card-header.active-state {
      transition-duration: 0ms; }
    .wrapper-filter .accordion-filter .card.card-filter .card-header .card-title {
      margin-bottom: 0; }
      .wrapper-filter .accordion-filter .card.card-filter .card-header .card-title .icon-filter {
        height: 40px;
        width: 40px;
        max-width: 40px;
        max-height: 40px;
        border-radius: 100%;
        background-color: #00AA4E; }
        .wrapper-filter .accordion-filter .card.card-filter .card-header .card-title .icon-filter i {
          margin: 0;
          font-size: 16px;
          color: white; }
      .wrapper-filter .accordion-filter .card.card-filter .card-header .card-title button {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 1.8rem;
        line-height: 2.8rem;
        font-weight: 600;
        width: 100%;
        border-top: 0;
        border-bottom: 0;
        color: white;
        text-align: left;
        cursor: pointer;
        background-color: #0B6E4F;
        height: 70px;
        padding: 0 20px;
        border: none;
        outline: none; }
        .wrapper-filter .accordion-filter .card.card-filter .card-header .card-title button i {
          font-size: 18px;
          margin-right: 10px; }
        .wrapper-filter .accordion-filter .card.card-filter .card-header .card-title button .open-filter,
        .wrapper-filter .accordion-filter .card.card-filter .card-header .card-title button .close-filter {
          position: absolute;
          font-size: 1.4rem;
          text-transform: uppercase;
          margin-left: 5px;
          transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1); }
        .wrapper-filter .accordion-filter .card.card-filter .card-header .card-title button .open-filter {
          visibility: visible;
          opacity: 1;
          transform: translate(0, 0); }
        .wrapper-filter .accordion-filter .card.card-filter .card-header .card-title button .close-filter {
          visibility: hidden;
          opacity: 0;
          transform: translate(0, -10px); }
  .wrapper-filter .accordion-filter .card.card-filter .wrapper-title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 991.98px) {
      .wrapper-filter .accordion-filter .card.card-filter .wrapper-title {
        background: #0B6E4F;
        padding: 20px;
        align-items: center; }
        .wrapper-filter .accordion-filter .card.card-filter .wrapper-title h3 {
          color: white !important; }
        .wrapper-filter .accordion-filter .card.card-filter .wrapper-title .collapse-btn {
          background-color: #00AA4E;
          height: 40px;
          width: 40px;
          border-radius: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .wrapper-filter .accordion-filter .card.card-filter .wrapper-title .collapse-btn i {
            color: white; } }
    .wrapper-filter .accordion-filter .card.card-filter .wrapper-title h3 {
      font-size: 1.8rem;
      line-height: 2.6rem;
      margin: 0; }
    .wrapper-filter .accordion-filter .card.card-filter .wrapper-title .icon-filter {
      height: 30px;
      width: 30px;
      max-width: 30px;
      max-height: 30px;
      border-radius: 100%;
      background-color: #00AA4E; }
      .wrapper-filter .accordion-filter .card.card-filter .wrapper-title .icon-filter i {
        font-size: 16px;
        color: white; }
  .wrapper-filter .accordion-filter .card.card-filter .card-body {
    padding: 0; }
    @media (max-width: 991.98px) {
      .wrapper-filter .accordion-filter .card.card-filter .card-body {
        padding: 0 20px; } }
    .wrapper-filter .accordion-filter .card.card-filter .card-body .bootstrap-select button {
      outline: none !important;
      box-shadow: none;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #E5EAF0;
      margin: 0;
      font-size: 1.6rem;
      line-height: 2.6rem;
      cursor: pointer;
      color: #0D4658;
      font-weight: 400;
      padding: 0; }
      .wrapper-filter .accordion-filter .card.card-filter .card-body .bootstrap-select button:after {
        display: none !important; }
    .wrapper-filter .accordion-filter .card.card-filter .card-body .bootstrap-select .bs-caret {
      position: absolute;
      overflow: hidden;
      top: 50%;
      right: 0;
      transform: translate(0, -50%); }
      .wrapper-filter .accordion-filter .card.card-filter .card-body .bootstrap-select .bs-caret:after {
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        font-size: 12px; }
      .wrapper-filter .accordion-filter .card.card-filter .card-body .bootstrap-select .bs-caret .caret {
        display: none; }
    .wrapper-filter .accordion-filter .card.card-filter .card-body .bootstrap-select .dropdown-menu {
      max-height: 200px !important;
      padding: 10px;
      border: 1px solid #ededed;
      border-top: 0; }
      .wrapper-filter .accordion-filter .card.card-filter .card-body .bootstrap-select .dropdown-menu.inner {
        padding: 0px 0;
        border: none; }
      .wrapper-filter .accordion-filter .card.card-filter .card-body .bootstrap-select .dropdown-menu .dropdown-item + .dropdown-item {
        margin-top: 8px; }
      .wrapper-filter .accordion-filter .card.card-filter .card-body .bootstrap-select .dropdown-menu .dropdown-item {
        padding: 0;
        background-color: transparent !important; }
        .wrapper-filter .accordion-filter .card.card-filter .card-body .bootstrap-select .dropdown-menu .dropdown-item span {
          font-size: 1.6rem;
          background-color: transparent !important;
          line-height: 2.6rem;
          cursor: pointer;
          color: #0D4658;
          font-weight: 400; }
    .wrapper-filter .accordion-filter .card.card-filter .card-body button {
      position: relative;
      display: flex;
      align-items: center;
      font-size: 1.6rem;
      line-height: 2.6rem;
      font-weight: 700;
      width: 100%;
      border-top: 0;
      border-bottom: 0;
      color: white;
      text-align: left;
      cursor: pointer;
      background-color: #00AA4E;
      height: 46px;
      padding: 0 15px;
      border: none;
      outline: none; }
    .wrapper-filter .accordion-filter .card.card-filter .card-body .form-group {
      margin-bottom: 40px; }
      @media (min-width: 992px) {
        .wrapper-filter .accordion-filter .card.card-filter .card-body .form-group {
          margin-bottom: 60px; } }
      .wrapper-filter .accordion-filter .card.card-filter .card-body .form-group i {
        position: absolute;
        right: 0;
        top: 35%;
        transform: translate(0, -50%);
        font-size: 16px;
        color: #0D4658; }
    .wrapper-filter .accordion-filter .card.card-filter .card-body .collapse-custom {
      padding-left: 10px !important;
      margin-top: -5px;
      padding: 15px 0 0px; }
      .wrapper-filter .accordion-filter .card.card-filter .card-body .collapse-custom .categ-item.children {
        padding: 5px 0;
        border: none; }
    .wrapper-filter .accordion-filter .card.card-filter .card-body .categ-item {
      padding: 15px 0;
      border-top: 1px solid #E5EAF0; }
      @media (max-width: 991.98px) {
        .wrapper-filter .accordion-filter .card.card-filter .card-body .categ-item:first-child {
          border-top: 0 !important; } }
      .wrapper-filter .accordion-filter .card.card-filter .card-body .categ-item:last-child {
        border-bottom: 1px solid #E5EAF0; }
      .wrapper-filter .accordion-filter .card.card-filter .card-body .categ-item input {
        appearance: none;
        display: none; }
      .wrapper-filter .accordion-filter .card.card-filter .card-body .categ-item .categ_label {
        margin: 0;
        font-size: 1.6rem;
        line-height: 2.6rem;
        cursor: pointer;
        color: #0D4658; }
      .wrapper-filter .accordion-filter .card.card-filter .card-body .categ-item input:checked + .categ_label {
        color: #00AA4E; }
    .wrapper-filter .accordion-filter .card.card-filter .card-body ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-size: 1.8rem;
      line-height: 2.8rem;
      font-weight: 600;
      color: #0D4658; }
    .wrapper-filter .accordion-filter .card.card-filter .card-body ::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 1.8rem;
      line-height: 2.8rem;
      font-weight: 600;
      color: #0D4658; }
    .wrapper-filter .accordion-filter .card.card-filter .card-body :-ms-input-placeholder {
      /* IE 10+ */
      font-size: 1.8rem;
      line-height: 2.8rem;
      font-weight: 600;
      color: #0D4658; }
    .wrapper-filter .accordion-filter .card.card-filter .card-body :-moz-placeholder {
      /* Firefox 18- */
      font-size: 1.8rem;
      line-height: 2.8rem;
      font-weight: 600;
      color: #0D4658; }
    .wrapper-filter .accordion-filter .card.card-filter .card-body input[type=text] {
      width: 100%;
      height: 40px;
      border: none;
      border-bottom: 1px solid #E5E5E5;
      font-size: 1.8rem;
      line-height: 2.8rem;
      font-weight: 600;
      color: #0D4658;
      padding: 0 20px 10px 0;
      box-shadow: none;
      outline: none;
      border-radius: 0; }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .mb-md-0 {
    margin-bottom: 0 !important; } }

@media (max-width: 991.98px) {
  .modules-listing .filter-fields.modules {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -60px; } }

@media (max-width: 767.98px) {
  .modules-listing .filter-fields.modules {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -40px; } }

@media (min-width: 992px) {
  .modules-listing .filter-fields.modules {
    margin-right: 30px; } }

@media (min-width: 1200px) {
  .modules-listing .filter-fields.modules {
    margin-right: 20px; } }

@media (min-width: 1400px) {
  .modules-listing .filter-fields.modules {
    margin-right: 50px; } }

@media (min-width: 1600px) {
  .modules-listing .filter-fields.modules {
    margin-right: 120px; } }

.modules-listing .filter-fields.modules ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  color: #0D4658; }

.modules-listing .filter-fields.modules ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  color: #0D4658; }

.modules-listing .filter-fields.modules :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  color: #0D4658; }

.modules-listing .filter-fields.modules :-moz-placeholder {
  /* Firefox 18- */
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  color: #0D4658; }

.modules-listing .filter-fields.modules input[type=text] {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #E5E5E5;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  color: #0D4658;
  padding: 0 20px 20px 0;
  box-shadow: none;
  outline: none;
  border-radius: 0; }
  @media (max-width: 991.98px) {
    .modules-listing .filter-fields.modules input[type=text] {
      padding: 20px;
      height: 70px; } }

.modules-listing .filter-fields.modules .form-group {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .modules-listing .filter-fields.modules .form-group {
      margin-bottom: 60px; } }
  .modules-listing .filter-fields.modules .form-group i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 16px; }
    @media (max-width: 991.98px) {
      .modules-listing .filter-fields.modules .form-group i {
        right: 20px; } }
    @media (min-width: 992px) {
      .modules-listing .filter-fields.modules .form-group i {
        top: 35%; } }

.modules-listing .modules-container .elem:first-child a {
  border-top: 1px solid #E5EAF0; }

.modules-listing .modules-container a {
  padding: 20px 0;
  border-bottom: 1px solid #E5EAF0; }
  .modules-listing .modules-container a:hover p {
    color: #00AA4E !important; }
  @media (min-width: 768px) {
    .modules-listing .modules-container a {
      padding: 40px 0; } }
  .modules-listing .modules-container a p {
    transition: all 250ms;
    font-size: 2rem;
    line-height: 3rem; }
  .modules-listing .modules-container a span {
    height: 40px;
    width: 40px;
    min-width: 40px;
    margin-left: 20px;
    background-color: #00AA4E;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .modules-listing .modules-container a span i {
      color: white;
      font-size: 16px; }

.highlight.with-bg-secondary {
  background-image: linear-gradient(180deg, #145C72 0%, #0D4658 100%); }

.module-view {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .module-view {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .module-view {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .module-view .accordion.accordion-style-1 {
    border-top: 1px solid #E5EAF0; }
    .module-view .accordion.accordion-style-1 .card.card-accordion .card-header {
      border-color: #E5EAF0; }
  .module-view .accordion .card.card-accordion {
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    border-color: transparent;
    box-shadow: none;
    border-radius: 0; }
    .module-view .accordion .card.card-accordion .card-header {
      padding: 0;
      border: 0;
      background-color: transparent;
      border-radius: 0;
      transition-duration: 300ms; }
      .module-view .accordion .card.card-accordion .card-header.active-state {
        transition-duration: 0ms; }
      .module-view .accordion .card.card-accordion .card-header + .panel-collapse > .list-group,
      .module-view .accordion .card.card-accordion .card-header + .panel-collapse > .panel-body {
        border-top: 0 !important; }
      .module-view .accordion .card.card-accordion .card-header .card-title {
        margin-bottom: 0; }
        .module-view .accordion .card.card-accordion .card-header .card-title button {
          border-left: 0;
          border-right: 0;
          box-shadow: none;
          outline: none;
          position: relative;
          display: inline-block;
          font-size: 2.5rem;
          line-height: 3.5rem;
          font-weight: 400;
          width: 100%;
          color: #0D4658;
          padding: 25px 0;
          border-top: 1px solid transparent;
          border-bottom: 1px solid #E5EAF0;
          text-align: left;
          cursor: pointer;
          background-color: transparent;
          display: flex;
          justify-content: space-between; }
          .module-view .accordion .card.card-accordion .card-header .card-title button:hover {
            color: #00AA4E;
            border-bottom-color: #00AA4E; }
          .module-view .accordion .card.card-accordion .card-header .card-title button .ico-plus {
            height: 25px;
            width: 25px;
            min-width: 25px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center; }
            .module-view .accordion .card.card-accordion .card-header .card-title button .ico-plus .horizontal {
              height: 100%;
              width: 1px;
              background-color: #00AA4E;
              position: absolute;
              left: 50%;
              transform: translate(-50%, 0px); }
            .module-view .accordion .card.card-accordion .card-header .card-title button .ico-plus .vertical {
              width: 100%;
              height: 1px;
              background-color: #00AA4E; }
          .module-view .accordion .card.card-accordion .card-header .card-title button:not(.collapsed) {
            color: #00AA4E;
            border-bottom-color: #00AA4E;
            transition: border 350ms cubic-bezier(0.45, 0.06, 0.15, 1), background 350ms cubic-bezier(0.45, 0.06, 0.15, 1), color 350ms cubic-bezier(0.45, 0.06, 0.15, 1); }
            .module-view .accordion .card.card-accordion .card-header .card-title button:not(.collapsed):hover {
              color: #00AA4E; }
            .module-view .accordion .card.card-accordion .card-header .card-title button:not(.collapsed) .ico-plus .horizontal {
              display: none; }
    .module-view .accordion .card.card-accordion .card-body {
      padding: 30px 0;
      background-color: transparent;
      border-bottom: 1px solid #E5EAF0; }
      .module-view .accordion .card.card-accordion .card-body p + p {
        margin-top: 20px; }
      .module-view .accordion .card.card-accordion .card-body .row-cols {
        margin-left: -15px;
        margin-right: -15px; }
        .module-view .accordion .card.card-accordion .card-body .row-cols .col-img {
          margin: 5px 0 30px 0; }
          .module-view .accordion .card.card-accordion .card-body .row-cols .col-img.bottom {
            margin: 35px 0 0 0; }
          .module-view .accordion .card.card-accordion .card-body .row-cols .col-img .image-outer {
            overflow: hidden;
            line-height: 0; }
            .module-view .accordion .card.card-accordion .card-body .row-cols .col-img .image-outer img {
              width: 100%;
              transition: all 500ms cubic-bezier(0.45, 0.06, 0.15, 1); }
            .module-view .accordion .card.card-accordion .card-body .row-cols .col-img .image-outer a:hover img {
              transform: scale(1.03); }
          @media (min-width: 768px) {
            .module-view .accordion .card.card-accordion .card-body .row-cols .col-img.right {
              float: right;
              margin-left: 40px;
              padding-left: 0px; }
              .module-view .accordion .card.card-accordion .card-body .row-cols .col-img.right .image-outer img {
                float: right; } }
          @media (min-width: 768px) {
            .module-view .accordion .card.card-accordion .card-body .row-cols .col-img.left {
              float: left;
              margin-right: 40px;
              padding-right: 0px; } }
      .module-view .accordion .card.card-accordion .card-body h3 {
        font-family: "proxima-nova", sans-serif;
        font-weight: 600;
        font-size: 2rem;
        line-height: 3rem;
        color: #00AA4E; }
  .module-view .wrapper-desc .p-intro {
    font-size: 2rem;
    line-height: 3rem; }
    @media (min-width: 768px) {
      .module-view .wrapper-desc .p-intro {
        font-size: 2.5rem;
        line-height: 3.5rem; } }
  .module-view .wrapper-desc p + p {
    margin-top: 20px; }
  .module-view .wrapper-desc p + ul {
    margin-top: 25px; }
  .module-view .wrapper-desc ul + p {
    margin-top: 25px; }
  .module-view .wrapper-desc ul.download-files {
    list-style: none; }
    .module-view .wrapper-desc ul.download-files li + li {
      margin-top: 5px; }
    .module-view .wrapper-desc ul.download-files li {
      padding: 0; }
      .module-view .wrapper-desc ul.download-files li:before {
        display: none; }
      .module-view .wrapper-desc ul.download-files li a {
        background-color: #F2F7FC;
        border: 1px solid #E5EAF0;
        display: block;
        padding: 14px 30px;
        color: #0D4658;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .module-view .wrapper-desc ul.download-files li a:hover {
          color: #00AA4E; }
        .module-view .wrapper-desc ul.download-files li a span {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 40px;
          width: 40px;
          border-radius: 100%;
          background-color: #00AA4E; }
          .module-view .wrapper-desc ul.download-files li a span i {
            color: white;
            font-size: 18px; }
  .module-view .wrapper-desc ul {
    margin: 0 0 0 0;
    list-style: none; }
    .module-view .wrapper-desc ul li + li {
      margin-top: 10px; }
    .module-view .wrapper-desc ul li {
      padding-left: 15px;
      position: relative;
      color: #0D4658;
      font-size: 1.8rem;
      line-height: 2.8rem; }
      .module-view .wrapper-desc ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        color: #0D4658;
        content: '\f111';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 700;
        font-size: 5px; }
  .module-view .wrapper-desc .row-cols {
    margin-left: -15px;
    margin-right: -15px; }
    .module-view .wrapper-desc .row-cols .col-img {
      margin: 5px 0 30px 0; }
      .module-view .wrapper-desc .row-cols .col-img.bottom {
        margin: 35px 0 0 0; }
      .module-view .wrapper-desc .row-cols .col-img .image-outer {
        overflow: hidden;
        line-height: 0; }
        .module-view .wrapper-desc .row-cols .col-img .image-outer img {
          width: 100%;
          transition: all 500ms cubic-bezier(0.45, 0.06, 0.15, 1); }
        .module-view .wrapper-desc .row-cols .col-img .image-outer a:hover img {
          transform: scale(1.03); }
      @media (min-width: 768px) {
        .module-view .wrapper-desc .row-cols .col-img.right {
          float: right;
          margin-left: 40px;
          padding-left: 0px; }
          .module-view .wrapper-desc .row-cols .col-img.right .image-outer img {
            float: right; } }
      @media (min-width: 768px) {
        .module-view .wrapper-desc .row-cols .col-img.left {
          float: left;
          margin-right: 40px;
          padding-right: 0px; } }
  .module-view .wrapper-desc .inner-desc + .inner-desc {
    margin-top: 30px; }
    @media (min-width: 992px) {
      .module-view .wrapper-desc .inner-desc + .inner-desc {
        margin-top: 35px; } }
  .module-view .wrapper-form {
    margin-top: 40px;
    padding: 40px 20px;
    background-color: #F7F7F7;
    border: 1px solid #EAEAEA; }
    @media (min-width: 768px) {
      .module-view .wrapper-form {
        padding: 40px; } }
    @media (min-width: 992px) {
      .module-view .wrapper-form {
        margin-top: 60px;
        padding: 60px; } }

#navbar-module h4 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  color: #00AA4E;
  margin-bottom: 15px; }

#navbar-module .nav-left-module a {
  padding: 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #0D4658; }
  #navbar-module .nav-left-module a:hover {
    color: #00AA4E; }
  #navbar-module .nav-left-module a:active {
    color: #00AA4E; }
  #navbar-module .nav-left-module a:focus {
    color: #00AA4E; }

#navbar-module .nav-left-module a + a {
  margin-top: 10px; }

.top-scroll-js-module {
  position: sticky;
  top: 50px; }

.anchor-resp {
  background-color: white;
  padding-left: 15px !important;
  padding: 20px 0;
  border-bottom: 1px solid #D8D8D8; }
  .anchor-resp.headroom--not-top {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10; }
  .anchor-resp .swiper-slide {
    width: auto !important; }
    .anchor-resp .swiper-slide a {
      font-size: 1.6rem;
      line-height: 2.6rem;
      padding: 0;
      color: #0D4658; }
      .anchor-resp .swiper-slide a:hover {
        color: #00AA4E; }
      .anchor-resp .swiper-slide a:active {
        color: #00AA4E; }
      .anchor-resp .swiper-slide a:focus {
        color: #00AA4E; }

.blog-listing-home .listing-top-news.swiper-container .swiper-slide, .blog-listing .listing-top-news.swiper-container .swiper-slide {
  width: 80%; }

@media (max-width: 991.98px) {
  .blog-listing-home .listing-top-news, .blog-listing .listing-top-news {
    margin-right: -15px; } }

.blog-listing-home .listing-top-news .article, .blog-listing .listing-top-news .article {
  margin-top: 20px; }
  @media (min-width: 992px) {
    .blog-listing-home .listing-top-news .article, .blog-listing .listing-top-news .article {
      margin-top: 40px; } }
  .blog-listing-home .listing-top-news .article .content_text, .blog-listing .listing-top-news .article .content_text {
    padding-top: 20px;
    padding-right: 40px; }
    @media (min-width: 992px) {
      .blog-listing-home .listing-top-news .article .content_text:hover, .blog-listing .listing-top-news .article .content_text:hover {
        padding-left: 40px;
        padding-right: 0px !important; } }
    @media (min-width: 1600px) {
      .blog-listing-home .listing-top-news .article .content_text:hover, .blog-listing .listing-top-news .article .content_text:hover {
        padding-left: 50px; } }
    @media (min-width: 992px) {
      .blog-listing-home .listing-top-news .article .content_text, .blog-listing .listing-top-news .article .content_text {
        margin-left: -150px;
        background-color: white;
        z-index: 10;
        padding: 20px 30px;
        padding-right: 10px !important; } }
    @media (min-width: 1600px) {
      .blog-listing-home .listing-top-news .article .content_text, .blog-listing .listing-top-news .article .content_text {
        padding: 40px; } }
    @media (min-width: 1200px) {
      .blog-listing-home .listing-top-news .article .content_text, .blog-listing .listing-top-news .article .content_text {
        margin-left: -210px; } }
    .blog-listing-home .listing-top-news .article .content_text h2, .blog-listing .listing-top-news .article .content_text h2 {
      font-family: "Schadow BT", sans-serif;
      font-size: 2.5rem;
      line-height: 3rem;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      @media (min-width: 1600px) {
        .blog-listing-home .listing-top-news .article .content_text h2, .blog-listing .listing-top-news .article .content_text h2 {
          font-size: 3rem;
          line-height: 4rem; } }
      @media (max-width: 991.98px) {
        .blog-listing-home .listing-top-news .article .content_text h2, .blog-listing .listing-top-news .article .content_text h2 {
          word-break: break-all; } }
      @media (min-width: 768px) {
        .blog-listing-home .listing-top-news .article .content_text h2, .blog-listing .listing-top-news .article .content_text h2 {
          -webkit-line-clamp: 2; } }
      @media (min-width: 1800px) {
        .blog-listing-home .listing-top-news .article .content_text h2, .blog-listing .listing-top-news .article .content_text h2 {
          -webkit-line-clamp: 3; } }
    .blog-listing-home .listing-top-news .article .content_text .date, .blog-listing .listing-top-news .article .content_text .date {
      color: #9F9F9F;
      font-size: 1.3rem;
      line-height: 2.4rem;
      font-weight: 600; }
    .blog-listing-home .listing-top-news .article .content_text .categ, .blog-listing .listing-top-news .article .content_text .categ {
      font-size: 1.3rem;
      line-height: 2.4rem;
      font-weight: 600; }
    .blog-listing-home .listing-top-news .article .content_text .top-news span, .blog-listing .listing-top-news .article .content_text .top-news span {
      background-color: #00AA4E;
      color: white;
      width: auto;
      display: inline-block;
      padding: 3px 10px;
      font-size: 1.4rem;
      line-height: 2.4rem; }
  @media (min-width: 992px) {
    .blog-listing-home .listing-top-news .article.content-left .content_text, .blog-listing .listing-top-news .article.content-left .content_text {
      display: flex !important;
      flex-flow: column;
      justify-content: end; }
      .blog-listing-home .listing-top-news .article.content-left .content_text *, .blog-listing .listing-top-news .article.content-left .content_text * {
        text-align: right; } }
  @media (min-width: 992px) {
    .blog-listing-home .listing-top-news .article.content-left .content_text:hover, .blog-listing .listing-top-news .article.content-left .content_text:hover {
      padding-right: 40px !important;
      padding-left: 0px !important; } }
  @media (min-width: 1600px) {
    .blog-listing-home .listing-top-news .article.content-left .content_text:hover, .blog-listing .listing-top-news .article.content-left .content_text:hover {
      padding-right: 50px !important; } }
  @media (min-width: 992px) {
    .blog-listing-home .listing-top-news .article.content-left .content_text, .blog-listing .listing-top-news .article.content-left .content_text {
      margin-right: -150px;
      margin-left: 0;
      background-color: white;
      z-index: 10;
      padding: 20px 30px;
      padding-left: 10px !important;
      padding-right: 30px !important; } }
  @media (min-width: 1600px) {
    .blog-listing-home .listing-top-news .article.content-left .content_text, .blog-listing .listing-top-news .article.content-left .content_text {
      padding: 40px;
      padding-right: 40px !important; } }
  @media (min-width: 1200px) {
    .blog-listing-home .listing-top-news .article.content-left .content_text, .blog-listing .listing-top-news .article.content-left .content_text {
      margin-right: -210px; } }

.blog-listing-home .mr-lg-15, .blog-listing .mr-lg-15 {
  margin-right: 0px;
  margin-left: 0px; }
  @media (min-width: 992px) {
    .blog-listing-home .mr-lg-15, .blog-listing .mr-lg-15 {
      margin-right: 15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .blog-listing-home .mr-lg-15, .blog-listing .mr-lg-15 {
      margin-right: -15px;
      margin-left: -15px; } }

.blog-listing-home .small-article, .blog-listing .small-article {
  border-bottom: 1px solid #DDB771;
  padding: 15px 0px 15px 0px;
  margin-right: 15px; }
  .blog-listing-home .small-article:first-child, .blog-listing .small-article:first-child {
    padding-top: 0 !important; }
    @media (max-width: 991.98px) {
      .blog-listing-home .small-article:first-child, .blog-listing .small-article:first-child {
        border-top: 1px solid #DDB771;
        margin-top: 40px;
        padding-top: 15px !important; } }
  @media (min-width: 992px) {
    .blog-listing-home .small-article, .blog-listing .small-article {
      padding: 20px 0px 20px 0px; } }
  .blog-listing-home .small-article a:hover h2, .blog-listing .small-article a:hover h2 {
    color: #00AA4E; }
  .blog-listing-home .small-article h2, .blog-listing .small-article h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 700;
    color: #0D4658;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    transition: all 250ms; }
    @media (min-width: 992px) {
      .blog-listing-home .small-article h2, .blog-listing .small-article h2 {
        font-size: 1.6rem;
        line-height: 2.6rem; } }
  .blog-listing-home .small-article .date, .blog-listing .small-article .date {
    color: #9F9F9F;
    font-size: 1.3rem;
    line-height: 2.4rem;
    font-weight: 600; }
  .blog-listing-home .small-article .categ, .blog-listing .small-article .categ {
    font-size: 1.3rem;
    line-height: 2.4rem;
    font-weight: 600; }

.blog-listing-home a.back, .blog-listing a.back {
  font-size: 1.6rem;
  line-height: 2.6rem; }
  @media (max-width: 767.98px) {
    .blog-listing-home a.back, .blog-listing a.back {
      background-color: #00AA4E;
      width: 100%;
      color: white;
      text-align: center;
      padding: 10px 20px;
      margin-top: 20px; } }
  .blog-listing-home a.back i, .blog-listing a.back i {
    margin-left: 5px; }

@media (min-width: 992px) {
  .sep {
    width: 100%;
    height: 1px;
    background-color: #DDB771;
    margin-top: 80px; } }

.blog-listing .categ-item {
  position: relative; }

.blog-listing .collapse-custom {
  display: none; }
  .blog-listing .collapse-custom.show {
    display: block; }

.blog-listing .toogle-collapse {
  cursor: pointer; }
  .blog-listing .toogle-collapse.show i {
    transform: rotate(-180deg) !important; }
  .blog-listing .toogle-collapse i {
    top: 23px !important;
    transform: translate(0, 0) !important;
    font-size: 12px !important; }

.blog-listing .for-resp:last-child .small-article {
  border-bottom: 1px solid #DDB771 !important; }

.blog-listing .small-article {
  border-bottom: none !important;
  margin: 0 !important;
  padding: 15px 0px 15px 0px !important; }
  @media (min-width: 992px) {
    .blog-listing .small-article:first-child {
      padding: 20px 0px 20px 0px !important;
      border-top: 1px solid #DDB771 !important; } }
  @media (min-width: 992px) {
    .blog-listing .small-article {
      padding: 20px 0px 20px 0px !important; } }
  .blog-listing .small-article h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 2px 0;
    font-weight: 400; }
    @media (min-width: 992px) {
      .blog-listing .small-article h2 {
        margin: 0;
        font-size: 2rem;
        line-height: 3rem; } }

@media (max-width: 991.98px) {
  .blog-listing .wrapper-description {
    margin-top: 40px; } }

@media (max-width: 767.98px) {
  .blog-listing .wrapper-description {
    margin-top: 40px; } }

.blog-view {
  margin-top: 20px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .blog-view {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .blog-view {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .blog-view .print a {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #00AA4E;
    display: flex;
    align-items: center;
    justify-content: center; }
    .blog-view .print a i {
      font-size: 14px;
      color: white; }
  @media (max-width: 575.98px) {
    .blog-view .back.w-100-xs {
      width: 100%;
      margin-bottom: 15px; } }
  .blog-view .back a {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 600; }
    .blog-view .back a i {
      margin-right: 5px; }
  .blog-view .wrapper-desc .text-gallery img {
    width: 100%; }
  .blog-view .wrapper-desc .text-gallery .counter {
    cursor: pointer;
    background-color: #0D4658;
    height: 100%;
    color: white;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: "proxima-nova", sans-serif;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 575.98px) {
      .blog-view .wrapper-desc .text-gallery .counter {
        padding: 40px 0;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px; } }
    .blog-view .wrapper-desc .text-gallery .counter .picture {
      background-color: #00AA4E;
      height: 61px;
      width: 61px;
      border-radius: 100%;
      margin-bottom: 5px;
      text-align: center; }
      .blog-view .wrapper-desc .text-gallery .counter .picture i {
        line-height: 61px;
        font-size: 28px;
        color: white; }
  .blog-view .wrapper-desc .row-cols {
    margin-left: -15px;
    margin-right: -15px; }
    .blog-view .wrapper-desc .row-cols .col-img {
      margin: 5px 0 30px 0; }
      .blog-view .wrapper-desc .row-cols .col-img.bottom {
        margin: 35px 0 0 0; }
      .blog-view .wrapper-desc .row-cols .col-img .image-outer {
        overflow: hidden;
        line-height: 0; }
        .blog-view .wrapper-desc .row-cols .col-img .image-outer img {
          width: 100%;
          transition: all 500ms cubic-bezier(0.45, 0.06, 0.15, 1); }
        .blog-view .wrapper-desc .row-cols .col-img .image-outer a:hover img {
          transform: scale(1.03); }
      @media (min-width: 768px) {
        .blog-view .wrapper-desc .row-cols .col-img.right {
          float: right;
          margin-left: 40px;
          padding-left: 0px; }
          .blog-view .wrapper-desc .row-cols .col-img.right .image-outer img {
            float: right; } }
      @media (min-width: 768px) {
        .blog-view .wrapper-desc .row-cols .col-img.left {
          float: left;
          margin-right: 40px;
          padding-right: 0px; } }
  .blog-view .wrapper-desc .inner-desc + .inner-desc {
    margin-top: 30px; }
    @media (min-width: 992px) {
      .blog-view .wrapper-desc .inner-desc + .inner-desc {
        margin-top: 35px; } }
  .blog-view .wrapper-desc h2 {
    font-weight: bold;
    font-family: "Schadow BT", sans-serif;
    color: #0D4658;
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .blog-view .wrapper-desc h2 {
        font-size: 3.5rem;
        line-height: 4.5rem; } }
    @media (min-width: 992px) {
      .blog-view .wrapper-desc h2 {
        margin-bottom: 25px;
        font-size: 4rem;
        line-height: 5rem; } }
  .blog-view .wrapper-desc p + h2 {
    margin-top: 40px; }
    @media (min-width: 992px) {
      .blog-view .wrapper-desc p + h2 {
        margin-top: 60px; } }
  .blog-view .wrapper-desc ul + h2 {
    margin-top: 40px; }
    @media (min-width: 992px) {
      .blog-view .wrapper-desc ul + h2 {
        margin-top: 60px; } }
  .blog-view .wrapper-desc p + h3 {
    margin-top: 30px; }
  .blog-view .wrapper-desc h3 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #0D4658; }
    @media (min-width: 992px) {
      .blog-view .wrapper-desc h3 {
        font-size: 2.5rem;
        line-height: 3.5rem; } }
  .blog-view .wrapper-desc p + p {
    margin-top: 20px; }
  .blog-view .wrapper-desc p + ul {
    margin-top: 25px; }
  .blog-view .wrapper-desc ul + p {
    margin-top: 25px; }
  .blog-view .wrapper-desc p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #0D4658; }
    .blog-view .wrapper-desc p b, .blog-view .wrapper-desc p strong {
      font-weight: 600; }
    .blog-view .wrapper-desc p.text-legend {
      font-size: 1.6rem;
      line-height: 2.2rem; }
      @media (min-width: 768px) {
        .blog-view .wrapper-desc p.text-legend {
          font-size: 1.6rem;
          line-height: 2.6rem; } }
  .blog-view .wrapper-desc ul {
    margin: 0 0 0 0;
    list-style: none; }
    .blog-view .wrapper-desc ul li + li {
      margin-top: 15px; }
    .blog-view .wrapper-desc ul li {
      padding-left: 15px;
      position: relative;
      color: #0D4658;
      font-size: 1.8rem;
      line-height: 2.8rem; }
      .blog-view .wrapper-desc ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        color: #0D4658;
        content: '\f111';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 700;
        font-size: 5px; }
      .blog-view .wrapper-desc ul li ul {
        margin-top: 15px;
        margin-left: 10px; }
        .blog-view .wrapper-desc ul li ul li:before {
          position: absolute;
          top: 0;
          left: 0;
          color: #0D4658;
          content: '\f068';
          font-family: 'Font Awesome 5 Pro';
          font-weight: 700;
          font-size: 5px; }
  .blog-view ul.download-files {
    list-style: none; }
    .blog-view ul.download-files li + li {
      margin-top: 10px; }
    .blog-view ul.download-files li {
      padding: 0; }
      .blog-view ul.download-files li:before {
        display: none; }
      .blog-view ul.download-files li a {
        background-color: #F2F7FC;
        border: 1px solid #E5EAF0;
        display: block;
        padding: 15px 20px;
        color: #0D4658;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .blog-view ul.download-files li a:hover {
          color: #00AA4E; }
        @media (min-width: 992px) {
          .blog-view ul.download-files li a {
            padding: 14px 30px; } }
        .blog-view ul.download-files li a span {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 40px;
          width: 40px;
          min-width: 40px;
          border-radius: 100%;
          background-color: #00AA4E; }
          .blog-view ul.download-files li a span i {
            color: white;
            font-size: 18px; }
  .blog-view .accordion.accordion-style-1 {
    border-top: 1px solid #E5EAF0; }
    .blog-view .accordion.accordion-style-1 .card.card-accordion .card-header {
      border-color: #E5EAF0; }
  .blog-view .accordion .card.card-accordion {
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    border-color: transparent;
    box-shadow: none;
    border-radius: 0; }
    .blog-view .accordion .card.card-accordion .card-header {
      padding: 0;
      border: 0;
      background-color: transparent;
      border-radius: 0;
      transition-duration: 300ms; }
      .blog-view .accordion .card.card-accordion .card-header.active-state {
        transition-duration: 0ms; }
      .blog-view .accordion .card.card-accordion .card-header + .panel-collapse > .list-group,
      .blog-view .accordion .card.card-accordion .card-header + .panel-collapse > .panel-body {
        border-top: 0 !important; }
      .blog-view .accordion .card.card-accordion .card-header .card-title {
        margin-bottom: 0; }
        .blog-view .accordion .card.card-accordion .card-header .card-title button {
          border-left: 0;
          border-right: 0;
          box-shadow: none;
          outline: none;
          position: relative;
          display: inline-block;
          font-size: 2.5rem;
          line-height: 3.5rem;
          font-weight: 400;
          width: 100%;
          color: #0D4658;
          padding: 25px 0;
          border-top: 1px solid transparent;
          border-bottom: 1px solid #E5EAF0;
          text-align: left;
          cursor: pointer;
          background-color: transparent;
          display: flex;
          justify-content: space-between; }
          .blog-view .accordion .card.card-accordion .card-header .card-title button:hover {
            color: #00AA4E;
            border-bottom-color: #00AA4E; }
          .blog-view .accordion .card.card-accordion .card-header .card-title button .ico-plus {
            height: 25px;
            width: 25px;
            min-width: 25px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center; }
            .blog-view .accordion .card.card-accordion .card-header .card-title button .ico-plus .horizontal {
              height: 100%;
              width: 1px;
              background-color: #00AA4E;
              position: absolute;
              left: 50%;
              transform: translate(-50%, 0px); }
            .blog-view .accordion .card.card-accordion .card-header .card-title button .ico-plus .vertical {
              width: 100%;
              height: 1px;
              background-color: #00AA4E; }
          .blog-view .accordion .card.card-accordion .card-header .card-title button:not(.collapsed) {
            color: #00AA4E;
            border-bottom-color: #00AA4E;
            transition: border 350ms cubic-bezier(0.45, 0.06, 0.15, 1), background 350ms cubic-bezier(0.45, 0.06, 0.15, 1), color 350ms cubic-bezier(0.45, 0.06, 0.15, 1); }
            .blog-view .accordion .card.card-accordion .card-header .card-title button:not(.collapsed):hover {
              color: #00AA4E; }
            .blog-view .accordion .card.card-accordion .card-header .card-title button:not(.collapsed) .ico-plus .horizontal {
              display: none; }
    .blog-view .accordion .card.card-accordion .card-body {
      padding: 30px 0;
      background-color: transparent;
      border-bottom: 1px solid #E5EAF0; }
      .blog-view .accordion .card.card-accordion .card-body p + p {
        margin-top: 20px; }
      .blog-view .accordion .card.card-accordion .card-body h3 {
        font-family: "proxima-nova", sans-serif;
        font-weight: 600;
        font-size: 2rem;
        line-height: 3rem;
        color: #00AA4E; }
      .blog-view .accordion .card.card-accordion .card-body .row-cols {
        margin-left: -15px;
        margin-right: -15px; }
        .blog-view .accordion .card.card-accordion .card-body .row-cols .col-img {
          margin: 5px 0 30px 0; }
          .blog-view .accordion .card.card-accordion .card-body .row-cols .col-img.bottom {
            margin: 35px 0 0 0; }
          .blog-view .accordion .card.card-accordion .card-body .row-cols .col-img .image-outer {
            overflow: hidden;
            line-height: 0; }
            .blog-view .accordion .card.card-accordion .card-body .row-cols .col-img .image-outer img {
              width: 100%;
              transition: all 500ms cubic-bezier(0.45, 0.06, 0.15, 1); }
            .blog-view .accordion .card.card-accordion .card-body .row-cols .col-img .image-outer a:hover img {
              transform: scale(1.03); }
          @media (min-width: 768px) {
            .blog-view .accordion .card.card-accordion .card-body .row-cols .col-img.right {
              float: right;
              margin-left: 40px;
              padding-left: 0px; }
              .blog-view .accordion .card.card-accordion .card-body .row-cols .col-img.right .image-outer img {
                float: right; } }
          @media (min-width: 768px) {
            .blog-view .accordion .card.card-accordion .card-body .row-cols .col-img.left {
              float: left;
              margin-right: 40px;
              padding-right: 0px; } }

.resp-100 {
  width: 100%; }

@media (max-width: 991.98px) {
  .media-listing .wrapper-description {
    margin-top: 40px; } }

@media (max-width: 767.98px) {
  .media-listing .wrapper-description {
    margin-top: 40px; } }

.media-listing .wrapper-media {
  text-decoration: none;
  padding: 20px 20px;
  background-color: #F2F7FC;
  border: 1px solid #E5EAF0; }
  .media-listing .wrapper-media:hover h3 {
    color: #00AA4E !important; }
  @media (min-width: 768px) {
    .media-listing .wrapper-media {
      padding: 20px 30px; } }
  .media-listing .wrapper-media h3 {
    text-decoration: none;
    transition: all 250ms;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 5px !important;
    font-weight: 400; }
    @media (min-width: 992px) {
      .media-listing .wrapper-media h3 {
        margin-bottom: 0 !important;
        font-size: 1.8rem;
        line-height: 2.6rem; } }
  .media-listing .wrapper-media .category {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 600; }
  .media-listing .wrapper-media .ico-round {
    margin-left: 40px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: #00AA4E;
    color: white;
    border-radius: 100%; }
    .media-listing .wrapper-media .ico-round i {
      font-size: 18px; }

.media-listing.stellungnahme .stellungnahme-popover {
  padding: 0;
  border: 0;
  outline: none !important;
  background-color: transparent;
  margin-left: 5px !important; }
  .media-listing.stellungnahme .stellungnahme-popover span {
    margin-left: 0px !important; }

.media-listing.stellungnahme .wrapper-media:hover h3 {
  color: #0D4658 !important; }

.media-listing.stellungnahme .title-media h3 {
  margin-bottom: 5px !important; }
  .media-listing.stellungnahme .title-media h3 span {
    cursor: pointer; }
    .media-listing.stellungnahme .title-media h3 span.show i {
      transform: rotate(180deg); }
  .media-listing.stellungnahme .title-media h3 i {
    transition: all 250ms;
    color: #00AA4E;
    font-size: 14px;
    margin-left: 3px;
    margin-top: 3px; }

.media-listing.stellungnahme .text-collapse {
  display: none;
  padding-top: 15px; }
  .media-listing.stellungnahme .text-collapse p {
    font-size: 1.5rem;
    line-height: 2.5rem; }
    .media-listing.stellungnahme .text-collapse p * {
      font-size: 1.5rem;
      line-height: 2.5rem; }
  .media-listing.stellungnahme .text-collapse p + p {
    margin-top: 5px; }
  .media-listing.stellungnahme .text-collapse.show {
    display: block; }

.popover {
  background-color: #0D4658;
  border-color: #0D4658;
  color: white;
  max-width: 150px;
  border-radius: 0px;
  padding: 5px 15px; }
  .popover:after {
    border-color: #0D4658; }
  .popover * {
    color: white;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-align: center; }
  .popover .arrow:after {
    border-top-color: #0D4658; }

.media-listing-home {
  overflow: hidden; }
  .media-listing-home .wrapper-medias {
    background-color: #F2F7FC;
    border-radius: 0px;
    border: 1px solid #E5EAF0;
    padding: 40px 15px; }
    @media (min-width: 768px) {
      .media-listing-home .wrapper-medias {
        padding: 60px 15px; } }
    @media (min-width: 992px) {
      .media-listing-home .wrapper-medias {
        padding: 80px 15px; } }
    @media (min-width: 1200px) {
      .media-listing-home .wrapper-medias {
        padding: 80px 0px; } }
    .media-listing-home .wrapper-medias .btn.btn-secondary:hover {
      background-color: #00AA4E;
      color: white; }
    .media-listing-home .wrapper-medias .btn.btn-primary:hover {
      background-color: #0D4658;
      color: white; }
  .media-listing-home .nav-tabs {
    border: none;
    margin: 0;
    padding: 0; }
    .media-listing-home .nav-tabs .nav-link {
      border-radius: 0;
      padding: 6px 10px;
      background-color: #0D4658;
      color: white;
      font-size: 1.4rem;
      line-height: 2.4rem;
      font-weight: 700;
      border: 1px solid #0D4658; }
      .media-listing-home .nav-tabs .nav-link:hover {
        background-color: #00AA4E;
        color: white;
        border: 1px solid #E5EAF0; }
      .media-listing-home .nav-tabs .nav-link.active {
        background-color: #00AA4E;
        color: white;
        border: 1px solid #E5EAF0; }
      @media (min-width: 768px) {
        .media-listing-home .nav-tabs .nav-link {
          padding: 10px 20px;
          font-size: 1.6rem;
          line-height: 2.6rem;
          font-weight: 600; } }
  .media-listing-home .wrapper-media {
    background-color: white;
    padding: 15px 20px; }
    @media (min-width: 1200px) {
      .media-listing-home .wrapper-media {
        padding: 15px 30px; } }
  .media-listing-home .allLink {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 2.6rem; }
    @media (min-width: 992px) {
      .media-listing-home .allLink {
        justify-content: flex-end; } }
    .media-listing-home .allLink i {
      margin-left: 5px; }
    .media-listing-home .allLink:hover {
      color: #0D4658 !important; }

.repeat-tabs .tabs-border {
  position: relative; }
  .repeat-tabs .tabs-border .nav-tabs {
    border-bottom: 0;
    display: block;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 0px 1px 0px; }
    @media (max-width: 767.98px) {
      .repeat-tabs .tabs-border .nav-tabs {
        margin-right: -15px; } }
    .repeat-tabs .tabs-border .nav-tabs .nav-item {
      float: inherit;
      display: table-cell; }
      .repeat-tabs .tabs-border .nav-tabs .nav-item + .nav-item {
        padding-left: 10px; }
        @media (min-width: 768px) {
          .repeat-tabs .tabs-border .nav-tabs .nav-item + .nav-item {
            margin-left: 10px; } }
      .repeat-tabs .tabs-border .nav-tabs .nav-item .content-svg {
        display: inline-block; }
      .repeat-tabs .tabs-border .nav-tabs .nav-item a {
        position: relative;
        text-decoration: none;
        font-size: 1.8rem;
        line-height: 2.8rem;
        color: white;
        font-weight: 600;
        border: 0;
        background-color: #00AA4E;
        padding: 10px 20px;
        margin-right: 0;
        border-radius: 0; }
        @media (min-width: 768px) {
          .repeat-tabs .tabs-border .nav-tabs .nav-item a {
            padding: 15px 30px; } }
        .repeat-tabs .tabs-border .nav-tabs .nav-item a.active {
          color: white;
          background-color: #0D4658; }
          .repeat-tabs .tabs-border .nav-tabs .nav-item a.active::before {
            right: auto;
            left: 0;
            width: 100%; }
        .repeat-tabs .tabs-border .nav-tabs .nav-item a:hover {
          color: white;
          background-color: #0D4658; }
          .repeat-tabs .tabs-border .nav-tabs .nav-item a:hover::before {
            right: auto;
            left: 0;
            width: 100%; }
  @media (max-width: 767.98px) {
    .repeat-tabs .tabs-border .tab-content {
      padding: 0 0px; } }
  .repeat-tabs .tabs-border .tab-content .tab-pane {
    padding: 30px 0 0;
    border: none; }
    .repeat-tabs .tabs-border .tab-content .tab-pane h3 {
      margin-bottom: 20px; }
    .repeat-tabs .tabs-border .tab-content .tab-pane ul {
      margin-left: 0px;
      margin-top: 15px;
      list-style: none; }
      .repeat-tabs .tabs-border .tab-content .tab-pane ul li + li {
        margin-top: 10px; }
      .repeat-tabs .tabs-border .tab-content .tab-pane ul li {
        padding-left: 15px;
        color: #0D4658;
        font-size: 1.8rem;
        line-height: 2.8rem;
        position: relative; }
        .repeat-tabs .tabs-border .tab-content .tab-pane ul li:before {
          position: absolute;
          top: 2px;
          left: 0;
          color: #0D4658;
          content: '\f111';
          font-family: 'Font Awesome 5 Pro';
          font-weight: 700;
          font-size: 5px; }

.repeat-accordion .accordion {
  border-top: 1px solid #E5EAF0; }
  .repeat-accordion .accordion.accordion-style-1 .card.card-accordion .card-header {
    border-color: #E5EAF0; }
  .repeat-accordion .accordion .card.card-accordion {
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    border-color: transparent;
    box-shadow: none;
    border-radius: 0; }
    .repeat-accordion .accordion .card.card-accordion .card-header {
      padding: 0;
      border: 0;
      background-color: transparent;
      border-radius: 0;
      transition-duration: 300ms; }
      .repeat-accordion .accordion .card.card-accordion .card-header.active-state {
        transition-duration: 0ms; }
      .repeat-accordion .accordion .card.card-accordion .card-header + .panel-collapse > .list-group,
      .repeat-accordion .accordion .card.card-accordion .card-header + .panel-collapse > .panel-body {
        border-top: 0 !important; }
      .repeat-accordion .accordion .card.card-accordion .card-header .card-title {
        margin-bottom: 0; }
        .repeat-accordion .accordion .card.card-accordion .card-header .card-title button {
          border-left: 0;
          border-right: 0;
          box-shadow: none;
          outline: none;
          position: relative;
          display: inline-block;
          font-size: 2rem;
          line-height: 3rem;
          padding: 25px 0;
          font-weight: 400;
          width: 100%;
          border-top: 1px solid transparent;
          border-bottom: 1px solid #E5EAF0;
          color: #0D4658;
          text-align: left;
          cursor: pointer;
          background-color: transparent;
          display: flex;
          justify-content: space-between; }
          @media (min-width: 992px) {
            .repeat-accordion .accordion .card.card-accordion .card-header .card-title button {
              font-size: 2.5rem;
              line-height: 3.5rem;
              padding: 35px 0; } }
          .repeat-accordion .accordion .card.card-accordion .card-header .card-title button .ico-plus {
            height: 25px;
            width: 25px;
            min-width: 25px;
            position: relative;
            margin-left: 30px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .repeat-accordion .accordion .card.card-accordion .card-header .card-title button .ico-plus .horizontal {
              height: 100%;
              width: 1px;
              background-color: #00AA4E;
              position: absolute;
              left: 50%;
              transform: translate(-50%, 0px); }
            .repeat-accordion .accordion .card.card-accordion .card-header .card-title button .ico-plus .vertical {
              width: 100%;
              height: 1px;
              background-color: #00AA4E; }
          .repeat-accordion .accordion .card.card-accordion .card-header .card-title button:hover {
            color: #00AA4E;
            border-bottom-color: #00AA4E; }
          .repeat-accordion .accordion .card.card-accordion .card-header .card-title button:not(.collapsed) {
            color: #0D4658;
            border-bottom-color: #00AA4E;
            transition: border 350ms cubic-bezier(0.45, 0.06, 0.15, 1), background 350ms cubic-bezier(0.45, 0.06, 0.15, 1), color 350ms cubic-bezier(0.45, 0.06, 0.15, 1); }
            .repeat-accordion .accordion .card.card-accordion .card-header .card-title button:not(.collapsed) .ico-plus .horizontal {
              display: none; }
            .repeat-accordion .accordion .card.card-accordion .card-header .card-title button:not(.collapsed):hover {
              color: #0D4658; }
    .repeat-accordion .accordion .card.card-accordion .card-body {
      padding: 25px 0;
      background-color: transparent;
      border-bottom: 1px solid #E5EAF0; }
      .repeat-accordion .accordion .card.card-accordion .card-body p {
        font-size: 1.8rem;
        line-height: 2.8rem; }
      .repeat-accordion .accordion .card.card-accordion .card-body p + p {
        margin-top: 20px; }
      .repeat-accordion .accordion .card.card-accordion .card-body h3 {
        font-weight: 600;
        margin-bottom: 20px;
        font-size: 2rem;
        line-height: 3rem; }
      .repeat-accordion .accordion .card.card-accordion .card-body ul {
        margin-left: 0px;
        margin-top: 15px;
        list-style: none; }
        .repeat-accordion .accordion .card.card-accordion .card-body ul li + li {
          margin-top: 10px; }
        .repeat-accordion .accordion .card.card-accordion .card-body ul li {
          padding-left: 15px;
          color: #0D4658;
          font-size: 1.8rem;
          line-height: 2.8rem;
          position: relative; }
          .repeat-accordion .accordion .card.card-accordion .card-body ul li:before {
            position: absolute;
            top: 2px;
            left: 0;
            color: #0D4658;
            content: '\f111';
            font-family: 'Font Awesome 5 Pro';
            font-weight: 700;
            font-size: 5px; }

@font-face {
  font-family: 'Journal';
  src: url("journal.eot");
  src: url("journal.eot?#iefix") format("embedded-opentype"), url("journal.woff") format("woff"), url("journal.ttf") format("truetype"), url("journal.svg#JournalRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

.sigPad {
  margin: 0;
  padding: 0;
  width: 400px; }

.sigPad label {
  display: block;
  margin: 0 0 0.515em;
  padding: 0;
  color: #000;
  font: italic normal 1em/1.375 Georgia,Times,serif; }

.sigPad label.error {
  color: #f33; }

.sigPad input {
  margin: 0;
  padding: 0.2em 0;
  width: 198px;
  border: 1px solid #666;
  font-size: 1em; }

.sigPad input.error {
  border-color: #f33; }

.sigPad button {
  margin: 1em 0 0 0;
  padding: 0.6em 0.6em 0.7em;
  background-color: #ccc;
  border: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #555;
  font: bold 1em/1.375 sans-serif;
  text-align: left; }

.sigPad button:hover {
  background-color: #333;
  color: #fff; }

.sig {
  display: none; }

.sigNav {
  display: none;
  height: 2.25em;
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none; }

.sigNav li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0; }

.sigNav a,
.sigNav a:link,
.sigNav a:visited {
  display: block;
  margin: 0;
  padding: 0 0.6em;
  border: 0;
  color: #333;
  font-weight: bold;
  line-height: 2.25em;
  text-decoration: underline; }

.sigNav a.current,
.sigNav a.current:link,
.sigNav a.current:visited {
  background-color: #666;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-radius: 8px 8px 0 0;
  color: #fff;
  text-decoration: none; }

.sigNav .typeIt a.current,
.sigNav .typeIt a.current:link,
.sigNav .typeIt a.current:visited {
  background-color: #ccc;
  color: #555; }

.sigNav .clearButton {
  bottom: 0.2em;
  display: none;
  position: absolute;
  right: 0;
  font-size: 0.75em;
  line-height: 1.375; }

.sigWrapper {
  clear: both;
  height: 55px;
  border: 1px solid #ccc; }

.sigWrapper.current {
  border-color: #666; }

.signed .sigWrapper {
  border: 0; }

.pad {
  position: relative;
  /**
     * For cross browser compatibility, this should be an absolute URL
     * In IE the cursor is relative to the HTML document
     * In all other browsers the cursor is relative to the CSS file
     *
     * http://www.useragentman.com/blog/2011/12/21/cross-browser-css-cursor-images-in-depth/
     */
  cursor: url("../assets/pen.cur"), crosshair;
  /**
     * IE will ignore this line because of the hotspot position
     * Unfortunately we need this twice, because some browsers ignore the hotspot inside the .cur
     */
  cursor: url("pen.cur") 16 16, crosshair;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.typed {
  height: 55px;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  z-index: 90;
  cursor: default;
  color: #145394;
  font: normal 1.875em/50px "Journal",Georgia,Times,serif; }

.typeItDesc,
.drawItDesc {
  display: none;
  margin: 0.75em 0 0.515em;
  padding: 0.515em 0 0;
  border-top: 3px solid #ccc;
  color: #000;
  font: italic normal 1em/1.375 Georgia,Times,serif; }

p.error {
  display: block;
  margin: 0.5em 0;
  padding: 0.4em;
  background-color: #f33;
  color: #fff;
  font-weight: bold; }

/*!
 * FilePondPluginImagePreview 4.6.12
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
.filepond--image-preview-markup {
  position: absolute;
  left: 0;
  top: 0; }

.filepond--image-preview-wrapper {
  z-index: 2; }

.filepond--image-preview-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 5rem;
  max-height: 7rem;
  margin: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.filepond--image-preview-overlay svg {
  width: 100%;
  height: auto;
  color: inherit;
  max-height: inherit; }

.filepond--image-preview-overlay-idle {
  mix-blend-mode: multiply;
  color: rgba(40, 40, 40, 0.85); }

.filepond--image-preview-overlay-success {
  mix-blend-mode: normal;
  color: #369763; }

.filepond--image-preview-overlay-failure {
  mix-blend-mode: normal;
  color: #c44e47; }

/* disable for Safari as mix-blend-mode causes the overflow:hidden of the parent container to not work */
@supports (-webkit-marquee-repetition: infinite) and ((-o-object-fit: fill) or (object-fit: fill)) {
  .filepond--image-preview-overlay-idle {
    mix-blend-mode: normal; } }

.filepond--image-preview-wrapper {
  /* no interaction */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* have preview fill up all available space */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
  /* radius is .05em less to prevent the panel background color from shining through */
  border-radius: 0.45em;
  overflow: hidden;
  /* this seems to prevent Chrome from redrawing this layer constantly */
  background: rgba(0, 0, 0, 0.01); }

.filepond--image-preview {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  /* this aligns the graphic vertically if the panel is higher than the image */
  align-items: center;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: #222;
  /* will be animated */
  will-change: transform, opacity; }

.filepond--image-clip {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  /* transparency indicator (currently only supports grid or basic color) */ }

.filepond--image-clip[data-transparency-indicator='grid'] img,
.filepond--image-clip[data-transparency-indicator='grid'] canvas {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0 H50 V50 H0'/%3E%3Cpath d='M50 50 H100 V100 H50'/%3E%3C/svg%3E");
  background-size: 1.25em 1.25em; }

.filepond--image-bitmap,
.filepond--image-vector {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform; }

.filepond--root[data-style-panel-layout~='integrated'] .filepond--image-preview-wrapper {
  border-radius: 0; }

.filepond--root[data-style-panel-layout~='integrated'] .filepond--image-preview {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--image-preview-wrapper {
  border-radius: 99999rem; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--image-preview-overlay {
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }

.filepond--root[data-style-panel-layout~='circle'] .filepond--file .filepond--file-action-button[data-align*='bottom']:not([data-align*='center']) {
  margin-bottom: 0.325em; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--file [data-align*='left'] {
  left: calc(50% - 3em); }

.filepond--root[data-style-panel-layout~='circle'] .filepond--file [data-align*='right'] {
  right: calc(50% - 3em); }

.filepond--root[data-style-panel-layout~='circle'] .filepond--progress-indicator[data-align*='bottom'][data-align*='left'],
.filepond--root[data-style-panel-layout~='circle'] .filepond--progress-indicator[data-align*='bottom'][data-align*='right'] {
  margin-bottom: calc(0.325em + 0.1875em); }

.filepond--root[data-style-panel-layout~='circle'] .filepond--progress-indicator[data-align*='bottom'][data-align*='center'] {
  margin-top: 0;
  margin-bottom: 0.1875em;
  margin-left: 0.1875em; }

/*!
 * FilePond 4.32.7
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap; }

/* Hard to override styles */
.filepond--browser.filepond--browser {
  /* is positioned absolute so it is focusable for form validation errors */
  position: absolute;
  margin: 0;
  padding: 0;
  /* is positioned ~behind drop label */
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  /* hide visually */
  opacity: 0;
  font-size: 0;
  /* removes text cursor in Internet Explorer 11 */ }

.filepond--data {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  visibility: hidden;
  pointer-events: none;
  contain: strict; }

.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.1;
  /* can't interact with this element */
  pointer-events: none;
  /* inherit border radius from parent (needed for drip-blob cut of) */
  border-radius: 0.5em;
  /* this seems to prevent Chrome from redrawing this layer constantly */
  background: rgba(0, 0, 0, 0.01); }

.filepond--drip-blob {
  position: absolute;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 0;
  left: 0;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
  /* will be animated */
  will-change: transform, opacity; }

.filepond--drop-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  color: #4f4f4f;
  /* center contents */
  display: flex;
  justify-content: center;
  align-items: center;
  /* fixes IE11 centering problems (is overruled by label min-height) */
  height: 0px;
  /* dont allow selection */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* will be animated */
  will-change: transform, opacity; }

/* Hard to override styles on purpose */
.filepond--drop-label.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: 0.5em;
  /* use padding instead of margin so click area is not impacted */ }

.filepond--drop-label label {
  cursor: default;
  font-size: 0.875em;
  font-weight: normal;
  text-align: center;
  line-height: 1.5; }

.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-color: #a7a4a4;
  text-decoration-color: #a7a4a4;
  cursor: pointer; }

.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: 0.5; }

/* Hard to override styles */
.filepond--file-action-button.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform, opacity;
  /* hidden label */ }

.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap; }

.filepond--file-action-button.filepond--file-action-button {
  /* scale SVG to fill button */ }

.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%; }

.filepond--file-action-button.filepond--file-action-button {
  /* bigger touch area */ }

.filepond--file-action-button.filepond--file-action-button::after {
  position: absolute;
  left: -0.75em;
  right: -0.75em;
  top: -0.75em;
  bottom: -0.75em;
  content: ''; }

/* Soft styles */
.filepond--file-action-button {
  /* use default arrow cursor */
  cursor: auto;
  /* reset default button styles */
  color: #fff;
  /* set default look n feel */
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  /* we animate box shadow on focus */
  /* it's only slightly slower than animating */
  /* a pseudo-element with transforms and renders */
  /* a lot better on chrome */
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.25s ease-in; }

.filepond--file-action-button:hover,
.filepond--file-action-button:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9); }

.filepond--file-action-button[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.25); }

.filepond--file-action-button[hidden] {
  display: none; }

/* edit button */
.filepond--action-edit-item.filepond--action-edit-item {
  width: 2em;
  height: 2em;
  padding: 0.1875em; }

.filepond--action-edit-item.filepond--action-edit-item[data-align*='center'] {
  margin-left: -0.1875em; }

.filepond--action-edit-item.filepond--action-edit-item[data-align*='bottom'] {
  margin-bottom: -0.1875em; }

.filepond--action-edit-item-alt {
  border: none;
  line-height: inherit;
  background: transparent;
  font-family: inherit;
  color: inherit;
  outline: none;
  padding: 0;
  margin: 0 0 0 0.25em;
  pointer-events: all;
  position: absolute; }

.filepond--action-edit-item-alt svg {
  width: 1.3125em;
  height: 1.3125em; }

.filepond--action-edit-item-alt span {
  font-size: 0;
  opacity: 0; }

.filepond--file-info {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin: 0 0.5em 0 0;
  min-width: 0;
  /* will be animated */
  will-change: transform, opacity;
  /* can't do anything with this info */
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* no margins on children */ }

.filepond--file-info * {
  margin: 0; }

.filepond--file-info {
  /* we don't want to have these overrules so these selectors are a bit more specific */ }

.filepond--file-info .filepond--file-info-main {
  font-size: 0.75em;
  line-height: 1.2;
  /* we want ellipsis if this bar gets too wide */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%; }

.filepond--file-info .filepond--file-info-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  white-space: nowrap; }

.filepond--file-info .filepond--file-info-sub:empty {
  display: none; }

.filepond--file-status {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  /* will be animated */
  will-change: transform, opacity;
  /* can't do anything with this info */
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* no margins on children */ }

.filepond--file-status * {
  margin: 0;
  white-space: nowrap; }

.filepond--file-status {
  /* font sizes */ }

.filepond--file-status .filepond--file-status-main {
  font-size: 0.75em;
  line-height: 1.2; }

.filepond--file-status .filepond--file-status-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out; }

/* Hard to override styles */
.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
  /* hide legend for visual users */ }

.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap; }

.filepond--file {
  position: static;
  display: flex;
  height: 100%;
  align-items: flex-start;
  padding: 0.5625em 0.5625em;
  color: #fff;
  border-radius: 0.5em;
  /* control positions */ }

.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em; }

.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3; }

.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator,
.filepond--file .filepond--file-action-button {
  position: absolute; }

.filepond--file {
  /* .filepond--file-action-button */ }

.filepond--file [data-align*='left'] {
  left: 0.5625em; }

.filepond--file [data-align*='right'] {
  right: 0.5625em; }

.filepond--file [data-align*='center'] {
  left: calc(50% - 0.8125em);
  /* .8125 is half of button width */ }

.filepond--file [data-align*='bottom'] {
  bottom: 1.125em; }

.filepond--file [data-align='center'] {
  top: calc(50% - 0.8125em); }

.filepond--file .filepond--progress-indicator {
  margin-top: 0.1875em; }

.filepond--file .filepond--progress-indicator[data-align*='right'] {
  margin-right: 0.1875em; }

.filepond--file .filepond--progress-indicator[data-align*='left'] {
  margin-left: 0.1875em; }

/* make sure text does not overlap */
[data-filepond-item-state='cancelled'] .filepond--file-info,
[data-filepond-item-state*='invalid'] .filepond--file-info,
[data-filepond-item-state*='error'] .filepond--file-info {
  margin-right: 2.25em; }

[data-filepond-item-state~='processing'] .filepond--file-status-sub {
  opacity: 0; }

[data-filepond-item-state~='processing'] .filepond--action-abort-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5; }

[data-filepond-item-state='processing-error'] .filepond--file-status-sub {
  opacity: 0; }

[data-filepond-item-state='processing-error'] .filepond--action-retry-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5; }

[data-filepond-item-state='processing-complete'] {
  /* busy state */ }

[data-filepond-item-state='processing-complete'] .filepond--action-revert-item-processing svg {
  -webkit-animation: fall 0.5s 0.125s linear both;
  animation: fall 0.5s 0.125s linear both; }

[data-filepond-item-state='processing-complete'] {
  /* hide details by default, only show when can revert */ }

[data-filepond-item-state='processing-complete'] .filepond--file-status-sub {
  opacity: 0.5; }

[data-filepond-item-state='processing-complete'] .filepond--processing-complete-indicator:not([style*='hidden']) ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0; }

[data-filepond-item-state='processing-complete'] .filepond--file-info-sub {
  opacity: 0; }

[data-filepond-item-state='processing-complete'] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub {
  opacity: 0.5; }

/* file state can be invalid or error, both are visually similar but */
/* having them as separate states might be useful */
[data-filepond-item-state*='invalid'] .filepond--panel,
[data-filepond-item-state*='invalid'] .filepond--file-wrapper,
[data-filepond-item-state*='error'] .filepond--panel,
[data-filepond-item-state*='error'] .filepond--file-wrapper {
  -webkit-animation: shake 0.65s linear both;
  animation: shake 0.65s linear both; }

/* spins progress indicator when file is marked as busy */
[data-filepond-item-state*='busy'] .filepond--progress-indicator svg {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

/**
 * States
 */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em); }
  20%,
  80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em); }
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em); }
  40%,
  60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em); } }

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em); }
  20%,
  80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em); }
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em); }
  40%,
  60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em); } }

@-webkit-keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

/* ignore all other interaction elements while dragging a file */
.filepond--hopper[data-hopper-state='drag-over'] > * {
  pointer-events: none; }

/* capture all hit tests using a hidden layer, this speeds up the event flow */
.filepond--hopper[data-hopper-state='drag-over']::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }

.filepond--progress-indicator {
  z-index: 103; }

.filepond--file-action-button {
  z-index: 102; }

.filepond--file-status {
  z-index: 101; }

.filepond--file-info {
  z-index: 100; }

.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: 0.25em;
  will-change: transform, opacity;
  touch-action: auto;
  /* item children order */ }

.filepond--item > .filepond--panel {
  z-index: -1; }

/* has a slight shadow */
.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25); }

.filepond--item {
  /* drag related */ }

.filepond--item > .filepond--file-wrapper,
.filepond--item > .filepond--panel {
  transition: opacity 0.15s ease-out; }

.filepond--item[data-drag-state] {
  cursor: -webkit-grab;
  cursor: grab; }

.filepond--item[data-drag-state] > .filepond--panel {
  transition: box-shadow 0.125s ease-in-out;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0); }

.filepond--item[data-drag-state='drag'] {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.filepond--item[data-drag-state='drag'] > .filepond--panel {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325); }

.filepond--item[data-drag-state]:not([data-drag-state='idle']) {
  z-index: 2; }

/* states */
.filepond--item-panel {
  background-color: #64605e; }

[data-filepond-item-state='processing-complete'] .filepond--item-panel {
  background-color: #369763; }

[data-filepond-item-state*='invalid'] .filepond--item-panel,
[data-filepond-item-state*='error'] .filepond--item-panel {
  background-color: #c44e47; }

/* style of item panel */
.filepond--item-panel {
  border-radius: 0.5em;
  transition: background-color 0.25s; }

/* normal mode */
.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform; }

/* scroll mode */
.filepond--list-scroller[data-state='overflow'] .filepond--list {
  bottom: 0;
  right: 0; }

.filepond--list-scroller[data-state='overflow'] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
  mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%); }

/* style scrollbar */
.filepond--list-scroller::-webkit-scrollbar {
  background: transparent; }

.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em; }

.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0; }

.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid transparent;
  background-clip: content-box; }

/* hard to overide styles on purpose */
.filepond--list.filepond--list {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* prevents endless paint calls on filepond--list-scroller */
  will-change: transform; }

/* used for padding so allowed to be restyled */
.filepond--list {
  left: 0.75em;
  right: 0.75em; }

.filepond--root[data-style-panel-layout~='integrated'] {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--panel-root {
  border-radius: 0; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root > *,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--panel-root > * {
  display: none; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--drop-label,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--drop-label {
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7; }

.filepond--root[data-style-panel-layout~='circle'],
.filepond--root[data-style-panel-layout~='integrated'] {
  /* we're only loading one item, this makes the intro animation a bit nicer */ }

.filepond--root[data-style-panel-layout~='circle'] .filepond--item-panel,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--item-panel {
  display: none; }

.filepond--root[data-style-panel-layout~='compact'] .filepond--list-scroller,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--list-scroller {
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.filepond--root[data-style-panel-layout~='compact'] .filepond--list,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--list {
  left: 0;
  right: 0;
  height: 100%; }

.filepond--root[data-style-panel-layout~='compact'] .filepond--item,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--item {
  margin: 0; }

.filepond--root[data-style-panel-layout~='compact'] .filepond--file-wrapper,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--file-wrapper {
  height: 100%; }

.filepond--root[data-style-panel-layout~='compact'] .filepond--drop-label,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--drop-label {
  z-index: 7; }

.filepond--root[data-style-panel-layout~='circle'] {
  border-radius: 99999rem;
  overflow: hidden; }

.filepond--root[data-style-panel-layout~='circle'] > .filepond--panel {
  border-radius: inherit; }

.filepond--root[data-style-panel-layout~='circle'] > .filepond--panel > * {
  display: none; }

.filepond--root[data-style-panel-layout~='circle'] {
  /* circle cuts of this info, so best to hide it */ }

.filepond--root[data-style-panel-layout~='circle'] .filepond--file-info {
  display: none; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--file-status {
  display: none; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--action-edit-item {
  opacity: 1 !important;
  visibility: visible !important; }

/* dirfty way to fix circular overflow issue on safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .filepond--root[data-style-panel-layout~='circle'] {
      will-change: transform; } } }

.filepond--panel-root {
  border-radius: 0.5em;
  background-color: #f1f0ef; }

.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  /* defaults to 100% height (fixed height mode) this fixes problem with panel height in IE11 */
  height: 100% !important;
  /* no interaction possible with panel */
  pointer-events: none; }

.filepond-panel:not([data-scalable='false']) {
  height: auto !important; }

.filepond--panel[data-scalable='false'] > div {
  display: none; }

.filepond--panel[data-scalable='true'] {
  /* this seems to fix Chrome performance issues */
  /* - when box-shadow is enabled */
  /* - when multiple ponds are active on the same page */
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /* prevent borders and backgrounds */
  background-color: transparent !important;
  border: none !important; }

.filepond--panel-top,
.filepond--panel-bottom,
.filepond--panel-center {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.filepond--panel-top,
.filepond--panel-bottom {
  height: 0.5em; }

.filepond--panel-top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
  /* fixes tiny transparant line between top and center panel */ }

.filepond--panel-top::after {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit; }

.filepond--panel-center,
.filepond--panel-bottom {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0); }

.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
  /* fixes tiny transparant line between bottom and center of panel */ }

.filepond--panel-bottom::before {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit; }

.filepond--panel-center {
  /* the center panel is scaled using scale3d to fit the correct height */
  /* we use 100px instead of 1px as scaling 1px to a huge height is really laggy on chrome */
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  /* hide if not transformed, prevents a little flash when the panel is at 100px height while attached for first time */ }

.filepond--panel-center:not([style]) {
  visibility: hidden; }

.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  /* can't have margins */
  margin: 0;
  /* no interaction possible with progress indicator */
  pointer-events: none;
  /* will be animated */
  will-change: transform, opacity; }

.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box;
  /* should center the animation correctly when zoomed in */ }

.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor; }

.filepond--list-scroller {
  z-index: 6; }

.filepond--drop-label {
  z-index: 5; }

.filepond--drip {
  z-index: 3; }

.filepond--root > .filepond--panel {
  z-index: 2; }

.filepond--browser {
  z-index: 1; }

.filepond--root {
  /* layout*/
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1em;
  /* base font size for whole component */
  font-size: 1rem;
  /* base line height */
  line-height: normal;
  /* up uses default system font family */
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  /* will increase font weight a bit on Safari */
  font-weight: 450;
  /* default text alignment */
  text-align: left;
  /* better text rendering on Safari */
  text-rendering: optimizeLegibility;
  /* text direction is ltr for now */
  direction: ltr;
  /* optimize rendering */
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/contain */
  contain: layout style size;
  /* correct box sizing, line-height and positioning on child elements */ }

.filepond--root * {
  box-sizing: inherit;
  line-height: inherit; }

.filepond--root *:not(text) {
  font-size: inherit; }

.filepond--root {
  /* block everything */ }

.filepond--root[data-disabled] {
  pointer-events: none; }

.filepond--root[data-disabled] .filepond--list-scroller {
  pointer-events: all; }

.filepond--root[data-disabled] .filepond--list {
  pointer-events: none; }

/**
 * Root element children layout
 */
.filepond--root .filepond--drop-label {
  min-height: 4.75em; }

.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em; }

.filepond--root .filepond--credits {
  position: absolute;
  right: 0;
  opacity: 0.4;
  line-height: 0.85;
  font-size: 11px;
  color: inherit;
  text-decoration: none;
  z-index: 3;
  bottom: -14px; }

.filepond--root .filepond--credits[style] {
  top: 0;
  bottom: auto;
  margin-top: 14px; }

.filepond--drop-label.filepond--drop-label label {
  margin-bottom: 0 !important;
  font-size: 14px !important;
  line-height: 24px !important; }

.js-responsive-menu {
  display: none; }

.mm-menu_offcanvas {
  top: 66px;
  max-width: 100%;
  width: 100%; }
  @media (min-width: 992px) {
    .mm-menu_offcanvas {
      top: 98px; } }

.mm-panels {
  top: 50px !important; }

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-100%, 0, 0); }

.mm-slideout {
  transition: transform 350ms cubic-bezier(0.45, 0.06, 0.15, 1); }

.js-responsive-menu {
  background-color: white; }
  .js-responsive-menu .mm-navbars_top {
    border-top: 1px solid #E5E5E5;
    margin: 0 20px; }
    .js-responsive-menu .mm-navbars_top .mm-navbar {
      text-align: left;
      padding: 0;
      height: 50px;
      background: white; }
      .js-responsive-menu .mm-navbars_top .mm-navbar .mm-btn_prev {
        height: 50px; }
        .js-responsive-menu .mm-navbars_top .mm-navbar .mm-btn_prev::before {
          display: flex;
          align-items: center;
          font-family: "Font Awesome 5 Pro";
          content: "\f104";
          font-size: 1.6rem;
          width: initial;
          height: initial;
          transform: rotate(0);
          font-weight: 400;
          border: 0;
          left: 0;
          color: #00AA4E; }
        .js-responsive-menu .mm-navbars_top .mm-navbar .mm-btn_prev.mm-hidden ~ .mm-navbar__title {
          padding: 0;
          text-transform: uppercase;
          color: #00AA4E;
          font-weight: 500;
          font-size: 16px;
          line-height: 50px !important; }
      .js-responsive-menu .mm-navbars_top .mm-navbar .mm-btn_next::after {
        width: 6px;
        height: 6px;
        border-color: #00AA4E; }
      .js-responsive-menu .mm-navbars_top .mm-navbar .mm-navbar__title {
        font-family: "proxima-nova", sans-serif;
        font-size: 1.3rem;
        line-height: 5rem;
        color: #00AA4E;
        padding: 0 15px; }
  .js-responsive-menu .mm-panels {
    top: 70px;
    background: white; }
    .js-responsive-menu .mm-panels .mm-panel {
      background: white; }
      .js-responsive-menu .mm-panels .mm-panel ul.mm-listview {
        padding: 0 20px; }
        .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem.no-border {
          border: none !important; }
          .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem.no-border:after {
            display: none; }
          .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem.no-border a {
            line-height: 30px; }
        .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem.lng {
          justify-content: flex-start; }
          .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem.lng a {
            flex-grow: unset;
            flex-basis: unset;
            margin-right: 10px; }
        .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem .mm-btn_next::after,
        .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem .mm-btn_prev::before {
          display: flex;
          align-items: center;
          font-family: "Font Awesome 5 Pro";
          content: "\f105";
          font-size: 1.6rem;
          font-weight: 400;
          width: initial;
          height: initial;
          transform: rotate(0);
          border: 0; }
        .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem .mm-btn_next::after {
          right: 0;
          color: #00AA4E; }
        .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem::after {
          right: 0;
          left: 0; }
        .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem.mobile-subnav-1 {
          margin-top: 30px; }
        .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem.mobile-subnav a, .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem.mobile-subnav span {
          color: #0D4658; }
        .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem.mobile-subnav a {
          font-size: 1.5rem;
          line-height: 3rem; }
        .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem.mobile-subnav::after {
          display: none; }
        .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem.social-item {
          display: inline-flex;
          margin-top: 30px;
          margin-right: 5px; }
          .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem.social-item::after {
            display: none; }
          .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem.social-item a {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            height: 26px;
            width: 26px;
            color: white;
            border-radius: 50%;
            padding: 0; }
            .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem.social-item a:hover, .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem.social-item a:focus {
              color: white; }
            .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem.social-item a.facebook-link {
              color: white;
              background-color: blue; }
              .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem.social-item a.facebook-link:hover, .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem.social-item a.facebook-link:focus {
                background-color: blue; }
        .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem a, .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem span {
          font-family: "proxima-nova", sans-serif;
          font-size: 1.6rem;
          line-height: 5rem;
          color: #0D4658;
          font-weight: 600;
          padding: 0; }
          .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem a.active, .js-responsive-menu .mm-panels .mm-panel ul.mm-listview li.mm-listitem span.active {
            color: #00AA4E; }

.js-burger-nav-button {
  position: relative;
  width: 20px;
  height: 28px;
  background-color: transparent;
  overflow: hidden;
  cursor: pointer;
  z-index: 1043;
  border: none !important;
  outline: none !important;
  margin-left: 20px; }
  .js-burger-nav-button.js-is-active .burger-nav-bars .burger-nav-bar.top {
    opacity: 0;
    left: -12px; }
  .js-burger-nav-button.js-is-active .burger-nav-bars .burger-nav-bar:nth-child(2) {
    transform: rotate(-135deg);
    transition-delay: 100ms; }
  .js-burger-nav-button.js-is-active .burger-nav-bars .burger-nav-bar:nth-child(3) {
    transform: rotate(-225deg); }
  .js-burger-nav-button.js-is-active .burger-nav-bars .burger-nav-bar.bottom {
    opacity: 0;
    left: 38px; }
  .js-burger-nav-button .burger-nav-bars {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    list-style: none;
    border: none;
    outline: none;
    margin: 0; }
    .js-burger-nav-button .burger-nav-bars .burger-nav-bar {
      margin: auto;
      position: absolute;
      border: none;
      outline: none;
      width: 20px;
      height: 2px;
      left: 0px;
      background-color: #0D4658;
      transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
      padding: 0 !important; }
      .js-burger-nav-button .burger-nav-bars .burger-nav-bar.top {
        top: 6px;
        width: 21px; }
      .js-burger-nav-button .burger-nav-bars .burger-nav-bar.center {
        top: 12px;
        width: 15px; }
      .js-burger-nav-button .burger-nav-bars .burger-nav-bar.bottom {
        top: 18px; }
