@charset "UTF-8";
/*
Theme Name: Ultragenyx
Theme URI: #
Author: Pixacore
Author URI: https://pixacore.com
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: ultragenyx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/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,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.small, small {
  font-size: 0.875em;
  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: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: 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, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55;
}

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

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

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

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

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

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

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

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  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;
}

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 {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 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(38, 143, 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 {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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(130, 138, 145, 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 {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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 {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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(222, 170, 12, 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 {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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(225, 83, 97, 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 {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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(216, 217, 219, 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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
}

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

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

.btn-group-sm > .btn, .btn-sm {
  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=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

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

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

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  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:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

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

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

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

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

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

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

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

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

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  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, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  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=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label, .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after, .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

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

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

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

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

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

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .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), .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

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

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

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

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

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

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(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::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

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

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .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(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.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 {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  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:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}

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

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  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(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.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;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-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;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.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;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.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;
}

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

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

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

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

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  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 {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}

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

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

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  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:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    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, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    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, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    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, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
	
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    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, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  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, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

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

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  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:focus, .navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

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

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

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

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

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

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

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

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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 {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

.card-footer:last-child {
  border-radius: 0 0 calc(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;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

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

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

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

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

.accordion > .card {
  overflow: hidden;
}

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

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  float: left;
  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: -ms-flexbox;
  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: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.page-item.active .page-link {
  z-index: 3;
  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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus, a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

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

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

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

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.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;
  z-index: 2;
  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;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .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 {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

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

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

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

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  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:focus, .list-group-item-secondary.list-group-item-action:hover {
  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:focus, .list-group-item-success.list-group-item-action:hover {
  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:focus, .list-group-item-info.list-group-item-action:hover {
  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:focus, .list-group-item-warning.list-group-item-action:hover {
  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:focus, .list-group-item-danger.list-group-item-action:hover {
  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:focus, .list-group-item-light.list-group-item-action:hover {
  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:focus, .list-group-item-dark.list-group-item-action:hover {
  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: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

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

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

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

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

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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;
 border: 10px solid #F8F7F7;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 0.2rem 0.2rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: 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-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

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

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

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

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: 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::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-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-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

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

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

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

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

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

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

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.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:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  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-sm {
  border-radius: 0.2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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 embed, .embed-responsive iframe, .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.857143%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

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

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

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

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

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

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

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

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

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

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

.shadow {
  box-shadow: 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;
}

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 0.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-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

.text-wrap {
  white-space: normal !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:focus, a.text-dark:hover {
  color: #121416 !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;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    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;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    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 td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */
/* color variable */
/* font family variable */
/* Breakpoint variable */
/* 1. Breakpoint */
/*
    Function to add min-width media query
    @param 
    @Return
*/
/*
    Function to add min-height media query
    @param 
    @Return
*/
/*
    Function to return max-width media query
    @param 
    @Return
*/
/*
    Function to return max-height media query
    @param 
    @Return
*/
/*
    Function to return min-width and max-width media query
    @param 
    @Return
*/
/*
    Function to return min-height and max-height media query
    @param 
    @Return
*/
/* 2. vendor */
/*
    Function to display all vendor property and value
    @param 
    @Return
*/
/* 3. color */
/*
    Function to display color property and value
    @param 
    @Return
*/
/* 4. font family */
/*
    Function to display font family property and value
    @param 
    @Return
*/
/* css reset */
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 {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  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;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Global css start */
body {
  overflow-x: hidden;
  color: #000;
  font-family: "Sarabun", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row,
.gutters-10 {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 991px) {
  .row,
  .gutters-10 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.row > [class*=col-],
.gutters-10 > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .row > [class*=col-],
  .gutters-10 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .offset-lg-2a {
    margin-left: 22.5%;
  }
  .offset-lg-2a.col-lg-9 {
    max-width: 77.5%;
    flex: 0 0 77.5%;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding: 0;
  margin: 0 0 20px;
  color: #000;
  font-family: "Sarabun";
  font-weight: 300;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 69px;
  font-weight: 200;
}
@media (min-width: 992px) and (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

h2,
.h2 {
  font-size: 38px;
  line-height: 48px;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 34px;
  }
}

h3,
.h3 {
  font-size: 30px;
  line-height: 34px;
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

h4,
.h4 {
  font-size: 24px;
  line-height: 28px;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 24px;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 20px;
}

p {
  padding: 0;
  margin: 0 0 20px;
  color: #000;
  font-family: "Sarabun";
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
p:last-child {
  margin-bottom: 0;
}

sup {
  top: 0;
  font-size: 75%;
  line-height: 1.4em;
  vertical-align: top;
}

sub {
  bottom: 0;
  font-size: 75%;
  line-height: 1.4em;
  vertical-align: bottom;
}

blockquote {
  padding: 0;
  margin: 0 0 20px;
  color: #000;
  font-family: "Sarabun";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
blockquote:last-child {
  margin-bottom: 0;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

.text-underline {
  text-decoration: underline !important;
}

main ul {
  width: 100%;
  margin-bottom: 20px;
}
main ul li {
  width: calc(100% - 10px);
  padding: 0 0 10px 10px;
  margin: 0 0 0 10px;
  position: relative;
  color: #000;
  font-family: "Sarabun";
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
main ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
main ul li:last-child {
  padding-bottom: 0;
}
main ul li ul {
  margin-top: 10px;
  margin-bottom: 0;
}
main ul li ul li::before {
  width: 6px;
  height: 1px;
  top: 9px;
  border-radius: 0;
}
main ul li ul.cirle_list li::before {
    border-radius: 7px;
    border: 1px solid #000;
    top: 9px;
    height: 5px;
    width: 5px;
    background-color: #fff;
}
@media (min-width: 992px) {
  main a:hover {
    color: #bb16a3;
  }
}

a {
  color: #000;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a.cta-link {
  display: inline-block;
}
@media (min-width: 992px) {
  a.cta-link:hover {
    color: #bb16a3;
  }
}
a span.external-link, a.external-link {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a span.external-link:after, a.external-link:after {
  content: "";
  width: 14px;
  height: 15px;
  margin: -2px 0 0 4px;
  display: inline-block;
  position: static;
  vertical-align: middle;
  background: url(./images/external-icon.png) no-repeat left 0/100%;
}
a span.external-link.icon-white:after, a.external-link.icon-white:after {
  background: url(./images/external-icon.png) no-repeat left -15px/100%;
}
a span.external-link.icon-pink:after, a.external-link.icon-pink:after {
  background: url(./images/external-icon.png) no-repeat left -29px/100%;
}
@media (min-width: 992px) {
  a span.external-link:hover, a.external-link:hover {
    color: #bb16a3;
  }
}
a span.download-link, a.download-link {
  padding-right: 30px;
  font-size: 20px;
  line-height: 24px;
}
a span.download-link:after, a.download-link:after {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  right: 0;
  background: url(./images/download_link.png) no-repeat left 0/100%;
}
@media (min-width: 992px) {
  a span.download-link:hover, a.download-link:hover {
    color: #bb16a3;
  }
}
a span.cta-left-icon, a.cta-left-icon {
  min-height: 34px;
  padding: 8px 24px 10px 56px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 991px) {
  a span.cta-left-icon, a.cta-left-icon {
    padding-left: 46px;
    padding-right: 18px;
  }
}
a span.cta-left-icon:before, a.cta-left-icon:before {
  width: 24px;
  height: 16px;
  margin-top: -8px;
  left: 23px;
  z-index: 1;
  background: url(./images/cta-arrow-right.png) no-repeat left top/100%;
}
@media (max-width: 991px) {
  a span.cta-left-icon:before, a.cta-left-icon:before {
    left: 14px;
  }
}
a span.cta-left-icon:after, a.cta-left-icon:after {
  width: 34px;
  height: 34px;
  border: 3px solid #8dc63f;
  border-radius: 50px;
  margin-top: -16px;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 991px) {
  a span.cta-left-icon:after, a.cta-left-icon:after {
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-radius: 30px;
    top: 0 !important;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  a span.cta-left-icon:hover, a.cta-left-icon:hover {
    color: #bb16a3;
  }
  a span.cta-left-icon:hover:after, a.cta-left-icon:hover:after {
    width: 100%;
    border-radius: 30px;
    height: calc(100% + 2px);
    margin-top: 0;
    top: 0;
  }
}

span.cta-left-icon {
  min-height: 34px;
  padding: 8px 24px 10px 56px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 991px) {
  span.cta-left-icon {
    padding-left: 46px;
    padding-right: 18px;
  }
}
span.cta-left-icon:before {
  width: 24px;
  height: 16px;
  margin-top: -8px;
  left: 23px;
  z-index: 1;
  background: url(./images/cta-arrow-right.png) no-repeat left top/100%;
}
@media (max-width: 991px) {
  span.cta-left-icon:before {
    left: 14px;
  }
}
span.cta-left-icon:after {
  width: 34px;
  height: 34px;
  border: 3px solid #8dc63f;
  border-radius: 50px;
  margin-top: -16px;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 991px) {
  span.cta-left-icon:after {
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-radius: 30px;
    top: 0 !important;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  span.cta-left-icon:hover {
    color: #bb16a3;
  }
  span.cta-left-icon:hover:after {
    width: 100%;
    border-radius: 30px;
    height: calc(100% + 2px);
    margin-top: 0;
    top: 0;
  }
}

.external-link > a:after {
  content: "";
  width: 14px;
  height: 15px;
  margin: -2px 0 0 4px;
  display: inline-block;
  position: static;
  vertical-align: middle;
  background: url(./images/external-icon.png) no-repeat left 0/100%;
}
@media (min-width: 992px) {
  .external-link > a:hover {
    color: #bb16a3;
  }
  .external-link > a:hover:after {
    background: url(./images/external-icon.png) no-repeat left -29px/100%;
  }
}
.external-link.icon-white > a:after {
  background: url(./images/external-icon.png) no-repeat left -15px/100%;
}
.external-link.icon-pink > a:after {
  background: url(./images/external-icon.png) no-repeat left -29px/100%;
}

.externalSpanIcon {
  width: 14px;
  height: 15px;
  display: inline-block;
  background: url(./images/external-icon.png) no-repeat left -29px/100%;
  font-size: 0;
  vertical-align: middle;
}

body .color-pink {
  color: #bb16a3;
}

body .bg-gray2 {
  background-color: #f6f6f6;
}

body .bg-gray4 {
  background-color: #f3f3f3;
}

body .bg-gray10 {
  background-color: #c9c9c9;
}

main {
  position: relative;
}

.cta-pos-ext, .medicines-block a.with-icon::after, .lending-know-more-bx a.link-main.with-icon:after, body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item > a.mega-menu-link .mega-indicator:after, .jump-section.scroll-to-sections-link ul li a:after, body header.header-lang .header-navigation .link-main.with-icon:after, body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item a:after, body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item a:before, a span.download-link:after, a.download-link:after, a span.cta-left-icon:before, a.cta-left-icon:before, a span.cta-left-icon:after, a.cta-left-icon:after, span.cta-left-icon:before, span.cta-left-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

.cta-pos-ext-top {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.flex-cen-cen-ext, .medicines-block .med-photo, body header.header-lang .header-utility .utility-container, body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu > li.mega-menu-item .feature-img .fpo-txt, body header .primary-nav .hamburger-icon, body header .primary-nav ul li .mega-dropdown .feature-block .feature-img .fpo-txt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-cen-spbw-ext, .custom-dropdown #dLabel, body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, .heading-link-block, body header.header-lang .header-navigation, body header .header-top-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.in-block-relative-ext, body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item a, body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu > li.mega-menu-item.external-link > a, body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item a.mega-menu-link .mega-indicator:after, body header .primary-nav ul li.has-dropdown > a:after, a span.external-link, a.external-link, a span.download-link, a.download-link, a span.cta-left-icon, a.cta-left-icon, span.cta-left-icon, .external-link > a {
  display: inline-block;
  position: relative;
}

.section-pt-60-pb-50 {
  padding-top: 60px !important;
  padding-bottom: 50px !important;
}
@media (max-width: 991px) {
  .section-pt-60-pb-50 {
    padding-top: 50px !important;
  }
}

.section-pt-pb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.section-pt-pb-60 .section-pt-pb-60 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media (max-width: 991px) {
  .section-pt-pb-60 {
    padding-top: 32px !important;
    padding-bottom: 10px !important;
  }
}

.section-pt-60px {
  padding-top: 60px !important;
}
@media (max-width: 991px) {
  .section-pt-60px {
    padding-top: 50px !important;
  }
}

.section-pb-50px {
  padding-bottom: 50px !important;
}

.research-box {
  padding-top: 0 !important;
  margin-top: -20px;
}

.content-siderbar-zIndex {
  position: relative;
  z-index: 2;
}

.footnote {
  padding: 0 10px;
}
@media (max-width: 991px) {
  .footnote {
    padding: 0 20px;
  }
}
.footnote p {
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

.mail-links {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .mail-links:hover {
    color: #bb16a3;
  }
}

.bg-patterns {
  background: url(./images/bg-pattern.png) no-repeat left calc(100% + 50px)/auto calc(100% + 50px) #f6f6f6;
}
@media (max-width: 991px) {
  .bg-patterns {
    background-image: none;
  }
}

.brd-tp {
  padding: 0 !important;
}
.brd-tp .content-siderbar-zIndex {
  padding-top: 48px;
  border-top: 1px solid #bebebe;
}

.mCustomScrollbar .mCSB_container {
  margin-right: 10px;
}
.mCustomScrollbar .mCSB_scrollTools {
  width: 5px;
  opacity: 1;
  background-color: #757575;
  transition: none;
}
@media (min-width: 992px) {
  .mCustomScrollbar .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #5c5c5c;
  }
}
.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger_bar {
  width: 5px;
  background-color: #5c5c5c !important;
  border-radius: 0px;
}
.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  border-radius: 0px;
  background-color: #757575;
}

.word-break-all {
  word-break: break-all;
}

.word-break-word {
  word-break: break-word;
}

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

.d-xsmall-block {
  display: none;
}
@media (max-width: 390px) {
  .d-xsmall-block {
    display: block !important;
  }
}

/* Global css end */
.tablesorter-bootstrap {
  width: 100%;
}
.tablesorter-bootstrap thead th {
  font-size: 14px;
  line-height: 18px;
  font-family: "Sarabun", "Arial", sans-serif;
  font-weight: 700;
  padding: 7px 10px;
  background-color: #d9d9d9;
  border-right: 2px solid #fff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tablesorter-bootstrap thead th {
    padding: 7px 6px;
    font-size: 12px;
    line-height: 16px;
  }
}
.tablesorter-bootstrap thead th:nth-child(1) {
  width: 12%;
}
.tablesorter-bootstrap thead th:nth-child(2) {
  width: 28%;
}
.tablesorter-bootstrap thead th:nth-child(3) {
  width: 20%;
}
.tablesorter-bootstrap thead th:nth-child(4) {
  width: 14%;
}
.tablesorter-bootstrap thead th:nth-child(5) {
  width: 13%;
  cursor: default;
}
.tablesorter-bootstrap thead th:nth-child(5) .tablesorter-header-inner {
  background-image: none;
}
.tablesorter-bootstrap thead th:nth-child(6) {
  width: 13%;
  border-right: none;
}
.tablesorter-bootstrap tbody td {
  padding: 18px 12px;
  border-bottom: 1px solid #bebebe;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-family: "Sarabun", "Arial", sans-serif;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tablesorter-bootstrap tbody td {
    padding: 18px 8px;
    font-size: 14px;
    line-height: 18px;
  }
}
.tablesorter-bootstrap tbody td:first-child {
  font-weight: 700;
}
.tablesorter-bootstrap tbody td .hidden-date {
  font-size: 0;
  line-height: 0;
  padding: 0;
  opacity: 0;
}
.tablesorter-bootstrap tbody td.cta-col {
  min-width: 103px;
}
.tablesorter-bootstrap tbody td .cta-link-bx {
  width: calc(100% - 24px);
  position: absolute;
  top: 18px;
  left: 12px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tablesorter-bootstrap tbody td .cta-link-bx {
    width: calc(100% - 16px);
    left: 8px;
  }
}
.tablesorter-bootstrap tbody tr:last-child td {
  border-bottom: none;
}
.tablesorter-bootstrap .tablesorter-header {
  cursor: pointer;
}
.tablesorter-bootstrap .tablesorter-header-inner {
  padding: 4px 14px 4px 4px;
  display: inline-block;
  position: relative;
  background: url(./images/table-sort-icon.png) no-repeat right center/7px;
}

.tablesorter .filtered {
  display: none;
}
.tablesorter .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
} /* header css start */
body header {
  width: 100%;
  border-bottom: 1px solid #bebebe;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  /* secondary nav start */
  /* secondary nav end */
  /* primary nav start */
  /* primary nav end */
  /* secondary nav start */
  /* secondary nav end */
  /* primary nav mobile start */
  /* primary nav mobile end */
  /* header language start */
  /* header language end */
}
@media (max-width: 991px) {
  body header {
    border-color: transparent;
  }
}
body header .header-top-bar {
  padding-bottom: 15px;
  padding-top: 18px;
}
@media (max-width: 991px) {
  body header .header-top-bar {
    padding-bottom: 5px;
    padding-top: 8px;
  }
}
body header .header-tr {
  display: flex;
}
body header .logo {
  max-width: 145px;
  display: inline-block;
}
@media (min-width: 992px) {
  body header .logo {
    min-height: 54px;
  }
}
@media (max-width: 991px) {
  body header .logo {
    max-width: 100px;
  }
}
body header .secondary-nav ul {
  display: flex;
}
body header .secondary-nav ul li {
  padding-right: 40px;
}
body header .secondary-nav ul li a {
  color: #757575;
  font-weight: 600;
}
@media (min-width: 992px) {
  body header .secondary-nav ul li a:hover {
    color: #bb16a3;
  }
}
body header .primary-nav {
  position: relative;
}
@media (max-width: 991px) {
  body header .primary-nav {
    position: fixed;
    top: 0;
    right: 0;
  }
}
body header .primary-nav .container {
  position: static;
}
@media (max-width: 991px) {
  body header .primary-nav .container {
    padding: 0;
  }
}
@media (max-width: 991px) {
  body header .primary-nav .primary-nav-container {
    width: 100%;
    max-height: 80vh;
    padding: 10px 20px 30px;
    display: none;
    overflow: auto;
    position: fixed;
    top: 54px;
    right: 0;
    background-color: #757575;
  }
}
body header .primary-nav ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body header .primary-nav ul {
    display: block;
  }
}
body header .primary-nav ul li {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body header .primary-nav ul li {
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
  }
}
body header .primary-nav ul li.has-dropdown > a:after {
  content: "";
  width: 10px;
  height: 6px;
  margin-left: 4px;
  top: -2px;
  background: url(./images/arrow-btm.png) no-repeat left -7px/100%;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 991px) {
  body header .primary-nav ul li.has-dropdown > a:after {
    background: url(./images/arrow-btm.png) no-repeat left -13px/100%;
  }
}
body header .primary-nav ul li.current-menu-item > a {
  color: #bb16a3;
  font-weight: 700;
}
@media (max-width: 991px) {
  body header .primary-nav ul li.current-menu-item > a {
    color: #fff;
  }
}
@media (min-width: 992px) {
  body header .primary-nav ul li:hover a {
    background-color: #757575;
    color: #fff;
  }
}
@media (min-width: 992px) {
  body header .primary-nav ul li:hover a:after {
    background: url(./images/arrow-btm.png) no-repeat left -14px/100%;
  }
}
@media (min-width: 992px) {
  body header .primary-nav ul li:hover .mega-dropdown {
    display: block;
  }
}
@media (max-width: 991px) {
  body header .primary-nav ul li.open a {
    font-weight: 700;
  }
}
@media (max-width: 991px) {
  body header .primary-nav ul li.open a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
body header .primary-nav ul li a {
  padding: 4px 10px 8px;
  display: block;
}
@media (max-width: 991px) {
  body header .primary-nav ul li a {
    padding: 0;
    color: #fff;
  }
}
body header .primary-nav ul li .mega-dropdown {
  width: 100%;
  padding: 40px 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #757575;
}
@media (max-width: 991px) {
  body header .primary-nav ul li .mega-dropdown {
    max-height: 130px;
    padding: 0 20px;
    position: static;
    overflow: auto;
  }
}
body header .primary-nav ul li .mega-dropdown * {
  color: #fff;
  text-transform: none;
}
body header .primary-nav ul li .mega-dropdown li {
  width: 100%;
}
body header .primary-nav ul li .mega-dropdown .second-level {
  display: block;
}
body header .primary-nav ul li .mega-dropdown .second-level li {
  padding-bottom: 20px;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 991px) {
  body header .primary-nav ul li .mega-dropdown .second-level li {
    padding-bottom: 10px;
  }
}
body header .primary-nav ul li .mega-dropdown .second-level li:last-child {
  padding-bottom: 0;
}
body header .primary-nav ul li .mega-dropdown .second-level li a {
  padding: 0;
  display: inline-block;
}
body header .primary-nav ul li .mega-dropdown .feature-block .feature-img {
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}
body header .primary-nav ul li .mega-dropdown .feature-block .feature-img .fpo-txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}
body header .primary-nav ul li .mega-dropdown .feature-block p {
  margin: 0;
  font-weight: 300;
}
body header .primary-nav .hamburger-icon {
  width: 45px;
  height: 40px;
  flex-direction: column;
  position: fixed;
  top: 14px;
  right: 10px;
  color: #000;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
body header .primary-nav .hamburger-icon .ham-icon {
  content: "";
  width: 26px;
  height: 16px;
  display: block;
  background: url(./images/hamburger-icon.png) no-repeat left 0/100%;
}
body header .primary-nav .hamburger-icon .ham-txt {
  padding-top: 5px;
  display: block;
}
body header .primary-nav .hamburger-icon .ham-close-txt {
  padding-top: 5px;
  display: none;
}
body header .primary-nav .hamburger-icon.close-icon {
  background-color: #757575;
  color: #fff;
}
body header .primary-nav .hamburger-icon.close-icon .ham-icon {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  background: url(./images/close-icon.png) no-repeat left 0/100%;
}
body header .primary-nav .hamburger-icon.close-icon .ham-txt {
  display: none;
}
body header .primary-nav .hamburger-icon.close-icon .ham-close-txt {
  display: block;
}
@media (max-width: 991px) {
  body header .secondary-nav-mob {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #fff;
  }
}
@media (max-width: 991px) {
  body header .secondary-nav-mob .select-country {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  body header .secondary-nav-mob .select-country .selected-country {
    display: inline-flex;
  }
}
@media (max-width: 991px) {
  body header .secondary-nav-mob .select-country .selected-country:before {
    background: url(./images/globe-icon.png) no-repeat left -21px/100%;
  }
}
@media (max-width: 991px) {
  body header .secondary-nav-mob .select-country .selected-country:after {
    background: url(./images/arrow-btm.png) no-repeat left -12px/100%;
  }
}
@media (max-width: 991px) {
  body header .secondary-nav-mob .select-country .selected-country .active-country {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  body header .secondary-nav-mob .select-country .country-options {
    padding: 20px 0;
    margin: 0;
    position: static;
    background: none;
  }
}
@media (max-width: 991px) {
  body header .secondary-nav-mob .select-country .country-options ul {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  body header .secondary-nav-mob .select-country .country-options ul li {
    padding: 5px 0;
  }
}
@media (max-width: 991px) {
  body header .secondary-nav-mob .secondary-nav ul li {
    font-weight: 300;
  }
}
@media (max-width: 991px) {
  body header .secondary-nav-mob .secondary-nav ul li a {
    font-weight: 300;
  }
}
body header .secondary-nav-mob .secondary-nav ul li.external-link a:after {
  margin: -3px 0 0 5px;
  display: inline-block;
  position: static;
  background-position: left -15px;
  vertical-align: middle;
}
body header #mega-menu-wrap-primary {
  position: static;
  background-color: transparent;
}
body header #mega-menu-wrap-primary .mega-menu-toggle {
  display: none !important;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary {
  display: flex;
  position: static;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary {
    display: flex !important;
    flex-direction: column;
    background-color: transparent !important;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item {
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item:nth-child(1) {
  margin-left: -30px;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item:nth-child(1) {
    margin-left: 0;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item:last-child {
  margin-right: -10px;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-item-has-children a.mega-menu-link {
    padding-right: 24px;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item a.mega-menu-link {
  height: auto;
  padding: 4px 10px 8px;
  display: block;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  outline: none !important;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item a.mega-menu-link {
    padding: 0;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item a.mega-menu-link:before {
    content: attr(data-title);
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-family: "Sarabun", "Arial", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #000;
  }
}
@media (min-width: 992px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item a.mega-menu-link:hover {
    background-color: #757575;
    color: #fff;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item a.mega-menu-link .mega-indicator {
    position: absolute;
  }
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item a.mega-menu-link .mega-indicator {
    min-width: 100px;
    display: inline-block;
    float: none;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item a.mega-menu-link .mega-indicator:after {
  content: "";
  width: 10px;
  height: 6px;
  margin-left: 4px;
  top: -2px;
  background: url(./images/arrow-btm.png) no-repeat left -7px/100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  vertical-align: middle;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item a.mega-menu-link .mega-indicator:after {
    background: url(./images/arrow-btm.png) no-repeat left -13px/100%;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
  padding: 45px 0;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 10px 0 0;
    margin-bottom: -5px;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu {
  width: auto;
  min-width: 100%;
  padding: 20px 0;
  background-color: #757575;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu {
    padding: 15px 0 0;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: none;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row:first-child {
  display: block;
}
@media (min-width: 992px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu {
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(1) {
    width: 30%;
    padding-right: 1%;
    border-right: 1px solid #bebebe;
  }
}
@media (min-width: 992px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(2) {
    width: 28%;
    padding: 0 1% 0 5%;
  }
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(2) {
    display: none;
  }
}
@media (min-width: 992px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) {
    width: 42%;
    max-width: 270px;
  }
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) {
    display: none;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu {
  display: flex;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu > li.mega-menu-item {
  padding: 0;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a, body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu > li.mega-menu-item.mega-current-page-ancestor > a {
  color: #fff;
  text-decoration: underline;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item ul.mega-sub-menu, body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu > li.mega-menu-item.mega-current-page-ancestor ul.mega-sub-menu {
  display: block;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item ul.mega-sub-menu, body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu > li.mega-menu-item.mega-current-page-ancestor ul.mega-sub-menu {
    display: none;
    position: static;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu > li.mega-menu-item.external-link > a:after {
  content: "";
  width: 14px;
  height: 15px;
  margin: -1px 0 0 4px;
  display: inline-block;
  position: static;
  vertical-align: middle;
  background: url(./images/external-icon.png) no-repeat left 0/100%;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu > li.mega-menu-item.external-link.icon-white > a:after {
  background: url(./images/external-icon.png) no-repeat left -15px/100%;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu > li.mega-menu-item p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu > li.mega-menu-item a {
  padding: 6px 20px 8px;
  color: #fff !important;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu > li.mega-menu-item a {
    padding: 5px 0;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu > li.mega-menu-item .feature-img {
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu > li.mega-menu-item .feature-img img {
  display: block;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu > li.mega-menu-item .feature-img .fpo-txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item {
  color: #fff;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item:last-child {
    padding-bottom: 0;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  color: #fff;
  background-color: transparent;
  text-transform: none;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #fff;
    background-color: transparent;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.three-level-menu .textwidget {
  min-height: 300px;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.three-level-menu .textwidget img {
  display: block;
  margin-bottom: 15px;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.three-level-menu .textwidget p {
  margin: 0;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(1) {
  border-right: none;
  max-width: 258px;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(1) {
    display: none;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(1) p {
  color: #fff;
  font-family: "Sarabun", "Arial", sans-serif;
  font-weight: 300;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(2) {
  width: 26%;
  max-width: 250px;
  padding: 0 1%;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item a {
  min-height: 34px;
  padding-left: 56px;
  padding-right: 24px;
  display: inline-flex;
  align-items: center;
  background-color: transparent !important;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item a:before {
  width: 24px;
  height: 16px;
  margin-top: -8px;
  left: 23px;
  z-index: 1;
  background: url(./images/cta-arrow-right-white.png) no-repeat left top/100%;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item a:after {
  width: 34px;
  height: 34px;
  border: 2px solid #afafaf;
  border-radius: 50px;
  margin-top: -16px;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  background: none !important;
}
@media (min-width: 992px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item a:hover {
    text-decoration: none;
  }
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item a:hover:after {
    width: 100%;
    border-radius: 30px;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) {
  width: 21%;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) {
    width: 100%;
    display: block;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu {
  height: 100%;
  border-left: 1px solid #bebebe;
  display: block;
  position: relative;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu {
    padding: 0;
    overflow: hidden;
    border-left: none;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li {
  margin-bottom: 10px;
  position: static;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li {
    margin-bottom: 0;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li.mega-menu-item-has-children > a .mega-indicator {
  margin-left: 10px;
  display: inline-block;
  float: none;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li.mega-menu-item-has-children > a .mega-indicator {
    margin-left: 0px;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li.mega-menu-item-has-children > a .mega-indicator:after {
  content: "";
  top: -1px;
  background: url(./images/arrow-btm.png) no-repeat left -14px/100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li.mega-menu-item-has-children > a .mega-indicator:after {
    width: 10px;
    height: 6px;
    margin-top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media (min-width: 992px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li.mega-menu-item-has-children.mega-current-menu-item > a, body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li.mega-menu-item-has-children.mega-current_page_ancestor > a, body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li.mega-menu-item-has-children:hover > a {
    background-color: #5c5c5c;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li.mega-menu-item-has-children.mega-current-menu-item ul.mega-sub-menu, body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li.mega-menu-item-has-children.mega-current_page_ancestor ul.mega-sub-menu, body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li.mega-menu-item-has-children:hover ul.mega-sub-menu {
    display: block;
  }
}
@media (min-width: 992px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li.mega-menu-item-has-children.mega-current-menu-item ul.mega-sub-menu li a:hover, body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li.mega-menu-item-has-children.mega-current_page_ancestor ul.mega-sub-menu li a:hover, body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li.mega-menu-item-has-children:hover ul.mega-sub-menu li a:hover {
    color: #fff;
  }
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li.mega-menu-item-has-children.mega-toggle-on > a .mega-indicator:after {
    margin-top: -1px;
    transform: rotate(180deg);
  }
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li.mega-menu-item-has-children.mega-toggle-on ul.mega-sub-menu {
    padding: 5px 0 0 0;
    display: block;
    position: static;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li ul.mega-sub-menu {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li ul.mega-sub-menu li.mega-menu-item {
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li ul.mega-sub-menu li.mega-menu-item {
    padding-bottom: 8px;
    margin-bottom: 0;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a {
  text-decoration: underline;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li ul.mega-sub-menu li.mega-menu-item a {
  padding: 4px 20px 6px;
  font-weight: 300;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(3) ul.mega-sub-menu li ul.mega-sub-menu li.mega-menu-item a {
    padding: 5px 15px;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0;
  padding-bottom: 20px;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding-bottom: 10px;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:last-child {
  padding-bottom: 0;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a {
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
@media (min-width: 992px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a:hover {
    text-decoration: underline;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-menu-link {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  text-transform: none;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-menu-link {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-menu-link:hover {
    text-decoration: underline;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h1,
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h2,
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h3,
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4,
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h5,
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h6 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-transform: none;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menuPost {
  display: flex;
  margin: 0 -10px;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menuPost > div {
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 50%;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menuPost img {
  width: 100%;
  height: auto;
  max-height: 160px;
  margin-bottom: 15px;
  display: block;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menuPost .postExcerpt {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menuPost .postExcerpt a {
  margin-top: 10px;
  color: #fff;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  color: #fff;
  background-color: #757575;
  font-weight: 700;
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link .mega-indicator:after {
  content: "";
  background: url(./images/arrow-btm.png) no-repeat left -14px/100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 769px) and (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    position: static;
  }
}
body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  color: #bb16a3;
  background-color: transparent;
  font-weight: 700;
}
@media (max-width: 991px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #fff;
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-current-menu-item.mega-toggle-on > a.mega-menu-link, body header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor.mega-toggle-on > a.mega-menu-link {
    background-color: #757575;
    color: #fff;
  }
}
body header.header-lang + .header-ht {
  min-height: 120px;
}
@media (max-width: 991px) {
  body header.header-lang + .header-ht {
    min-height: 142px;
  }
}
@media (max-width: 767px) {
  body header.header-lang + .header-ht {
    min-height: 112px;
  }
}
body header.header-lang .header-utility {
  max-height: 34px;
  padding: 6px 0 8px;
  background-color: #6a116f;
}
@media (max-width: 991px) {
  body header.header-lang .header-utility {
    max-height: 28px;
  }
}
body header.header-lang .header-utility .utility-container {
  justify-content: space-between;
}
@media (max-width: 991px) {
  body header.header-lang #mega-menu-wrap-lang-menu {
    margin-top: 0;
    position: absolute;
    top: 40px;
    right: 20px;
  }
}
body header.header-lang #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item > a.mega-menu-link {
  height: 18px;
  line-height: 18px;
}
@media (max-width: 991px) {
  body header.header-lang #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item > a.mega-menu-link {
    color: #a9218e;
    flex-direction: unset;
  }
}
body header.header-lang #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item > a.mega-menu-link .mega-indicator:after {
  margin-top: -1px;
  background: url(./images/arrow-btm.png) no-repeat left -12px/100%;
}
@media (max-width: 991px) {
  body header.header-lang #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item > a.mega-menu-link .mega-indicator:after {
    width: 10px;
    height: 8px;
    margin-top: -3px;
    background-position: left -20px;
  }
}
body header.header-lang #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item > a.mega-menu-link .menu-image {
  width: 18px;
  height: auto;
}
body header.header-lang #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item .mega-sub-menu {
  min-width: 260px;
  margin-left: -15px;
  position: absolute;
  top: 100%;
  right: auto;
  transform: translate(0, 10px) !important;
}
@media (max-width: 991px) {
  body header.header-lang #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item .mega-sub-menu {
    min-width: 10px;
    margin-left: 0;
    background-color: #6a116f;
  }
}
body header.header-lang #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item .mega-sub-menu li.mega-menu-item {
  padding: 5px 0;
}
body header.header-lang #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item .mega-sub-menu li.mega-menu-item a.mega-menu-link {
  padding: 0 15px;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
}
@media (max-width: 991px) {
  body header.header-lang #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item .mega-sub-menu li.mega-menu-item a.mega-menu-link {
    flex-direction: initial;
  }
}
body header.header-lang #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item .mega-sub-menu li.mega-menu-item a.mega-menu-link .menu-image-title {
  padding-left: 5px;
  padding-right: 0;
}
@media (max-width: 991px) {
  body header.header-lang .secondary-nav .menu-top-menu-other-lang-container .menu {
    margin: 0 -10px;
    display: flex;
    justify-content: space-between;
  }
}
body header.header-lang .secondary-nav .menu-top-menu-other-lang-container .menu li {
  padding-right: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  body header.header-lang .secondary-nav .menu-top-menu-other-lang-container .menu li {
    padding-right: 10px;
  }
}
body header.header-lang .secondary-nav .menu-top-menu-other-lang-container .menu li:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  body header.header-lang .secondary-nav .menu-top-menu-other-lang-container .menu li:nth-child(2) {
    display: none;
  }
}
body header.header-lang .secondary-nav .menu-top-menu-other-lang-container .menu li a {
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
@media (max-width: 767px) {
  body header.header-lang .secondary-nav .menu-top-menu-other-lang-container .menu li a {
    font-size: 12px;
    line-height: 14px;
  }
}
body header.header-lang .secondary-nav .menu-top-menu-other-lang-container .menu li a img {
  width: auto;
  height: auto;
  max-height: 18px;
  padding-right: 0;
}
body header.header-lang .secondary-nav .menu-top-menu-other-lang-container .menu li a i {
  margin-right: 5px;
  color: #66af03;
  font-size: 1.2em;
}
body header.header-lang .header-navigation {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  body header.header-lang .header-navigation {
    padding-bottom: 15px;
    align-items: flex-start;
    flex-direction: column;
  }
}
body header.header-lang .header-navigation > a {
  width: 30%;
  max-width: 178px;
}
body header.header-lang .header-navigation > a img {
  width: 100%;
  height: auto;
  display: block;
}
body header.header-lang .header-navigation .link-main {
  position: relative;
  top: -5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #a9218e;
}
@media (max-width: 991px) {
  body header.header-lang .header-navigation .link-main {
    top: 0;
  }
}
body header.header-lang .header-navigation .link-main.with-icon {
  padding-right: 12px;
  display: inline-block;
}
body header.header-lang .header-navigation .link-main.with-icon:after {
  width: 8px;
  height: 10px;
  margin-top: -3px;
  right: 0;
  background: url("./images/arrow-rht.png") no-repeat left 0/100%;
}
@media (max-width: 991px) {
  body header.header-lang .menu-header-utility-container {
    width: 100%;
  }
}

/* header css end */
.header-ht {
  min-height: 122px;
}
@media (max-width: 991px) {
  .header-ht {
    min-height: 54px;
  }
}

body.single-news header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.newsroom-active > a.mega-menu-link {
  color: #bb16a3;
  font-weight: 700;
}
@media (max-width: 991px) {
  body.single-news header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.newsroom-active > a.mega-menu-link {
    color: #fff;
    text-decoration: underline;
  }
}
body.single-news header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.newsroom-active.mega-toggle-on > a.mega-menu-link {
  color: #fff;
}
body.single-news header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.newsroom-active li.press-active a.mega-menu-link {
  text-decoration: underline !important;
}
body.single-news header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.newsroom-active ul.mega-sub-menu {
  display: flex;
}

body.single-post header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.newsroom-active > a.mega-menu-link {
  color: #bb16a3;
  font-weight: 700;
}
@media (max-width: 991px) {
  body.single-post header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.newsroom-active > a.mega-menu-link {
    color: #fff;
    text-decoration: underline;
  }
}
body.single-post header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.newsroom-active.mega-toggle-on > a.mega-menu-link {
  color: #fff;
}
body.single-post header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.newsroom-active li.blog-active a.mega-menu-link {
  text-decoration: underline !important;
}
body.single-post header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.newsroom-active ul.mega-sub-menu {
  display: flex;
}

body.single-leaders header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.ultra-active > a.mega-menu-link {
  color: #bb16a3;
  font-weight: 700;
}
@media (max-width: 991px) {
  body.single-leaders header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.ultra-active > a.mega-menu-link {
    color: #fff;
    text-decoration: underline;
  }
}
body.single-leaders header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.ultra-active.mega-toggle-on > a.mega-menu-link {
  color: #fff;
}
body.single-leaders header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.ultra-active li.leader-active a.mega-menu-link {
  text-decoration: underline !important;
}
body.single-leaders header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.ultra-active ul.mega-sub-menu {
  display: flex;
}

body.page-template-template_clinical_trial_results header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.research-active > a.mega-menu-link {
  color: #bb16a3;
  font-weight: 700;
}
@media (max-width: 991px) {
  body.page-template-template_clinical_trial_results header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.research-active > a.mega-menu-link {
    color: #fff;
    text-decoration: underline;
  }
}
body.page-template-template_clinical_trial_results header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.research-active.mega-toggle-on > a.mega-menu-link {
  color: #fff;
}
body.page-template-template_clinical_trial_results header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.research-active li.clinical-trial-active a.mega-menu-link {
  text-decoration: underline !important;
}
body.page-template-template_clinical_trial_results header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.research-active ul.mega-sub-menu {
  display: flex;
}

@media (min-width: 992px) {
  body.touchscreen header #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.reverse-menu > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu > li:nth-child(2) > ul.mega-sub-menu > li.mega-menu-item a:hover::after {
    width: 34px;
    border-radius: 50px;
  }
}

/* footer start */
footer {
  width: 100%;
  padding: 10px 0;
  background-color: #757575;
}
footer p, footer span, footer a,  footer {
  color: #fff;
}
@media (max-width: 991px) {
  footer .footer-row {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  footer .ft-row1-col-lft {
    display: flex;
    justify-content: space-between;
  }
}
footer .footer-logo {
  max-width: 146px;
  margin-top: 8px;
  display: inline-block;
}
@media (max-width: 991px) {
  footer .footer-logo {
    margin-bottom: 0;
  }
	#top-menu li:last-child::after {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
       content: '';
    display: block;
    padding-top: 20px;
		
	}
}
footer .copyright-txt {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
	margin-top: -45px !important;
    margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  footer .copyright-txt {
    margin-right: -20px;
  }
}
@media (max-width: 991px) {
  footer .copyright-txt {
    max-width: calc(100% - 150px);
    display: inline-block;
    text-align: right;
    vertical-align: top;
  }
}
@media (max-width: 991px) {
  footer .copyright-txt .copy-year {
    display: block;
  }
}
footer .footer-links {
  padding: 20px 0 45px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  footer .footer-links {
    margin-left: -50px;
  }
}
@media (max-width: 991px) {
  footer .footer-links {
    padding: 15px 0;
  }
}
footer .footer-links ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .footer-links ul {
    align-items: flex-end;
    flex-direction: column;
  }
}
footer .footer-links ul li {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1200px) {
  footer .footer-links ul li {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  footer .footer-links ul li {
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  footer .footer-links ul li a:hover {
    text-decoration: underline;
  }
}
footer .footer-links ul li.current-menu-item a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  footer .footer-links ul li.external-link a:hover {
    color: #fff;
  }
}
footer .social-links {
  justify-content: flex-end;
}
footer .social-links ul.menu li a {
  height: auto;
  display: block;
}
footer .social-links ul.menu li a img {
  width: 20px;
  height: auto;
}
footer .social-links ul.menu li a img.hovered-image {
  margin-left: -20px !important;
}
@media (max-width: 991px) {
  footer .social-links {
    padding-bottom: 45px;
  }
}
footer.footer-lang {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff;
}
@media (max-width: 991px) {
  footer.footer-lang {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer.footer-lang * {
  color: #4e4e4e;
}
@media (max-width: 991px) {
  footer.footer-lang .footer-row {
    flex-direction: inherit;
  }
}
footer.footer-lang .ft-row1-col-lft {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  footer.footer-lang .ft-row1-col-lft {
    justify-content: center;
  }
}
footer.footer-lang .footer-logo {
  width: 100%;
  max-width: 180px;
  margin: 0;
}
@media (max-width: 991px) {
  footer.footer-lang .footer-logo {
    max-width: 120px;
  }
}
footer.footer-lang .footer-logo img {
  width: 100%;
}
footer.footer-lang .copyright-txt {
  padding: 5px 0 7px;
  color: #4e4e4e;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}
@media (max-width: 991px) {
  footer.footer-lang .copyright-txt {
    max-width: 100%;
    display: block;
    text-align: center;
  }
}
footer.footer-lang .footer-links {
  padding-top: 0;
  padding-bottom: 0;
}
footer.footer-lang .footer-links ul {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  footer.footer-lang .footer-links ul {
    justify-content: center;
    flex-direction: inherit;
  }
}
footer.footer-lang .footer-links ul li {
  padding-right: 15px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
}
footer.footer-lang .footer-links ul li:last-child {
  padding-right: 0;
}
footer.footer-lang .footer-links ul li a {
  text-decoration: underline;
}
@media (max-width: 991px) {
  footer.footer-lang .social-links {
    padding-bottom: 10px;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  footer.footer-lang .social-links ul.menu li {
    padding: 0 8px;
  }
}
footer.footer-lang .social-links ul.menu li a {
  width: auto;
}
footer.footer-lang .social-links ul.menu li a img {
  width: auto;
  height: auto;
  max-width: 14px;
  max-height: 16px;
}

/* footer end */
.cookie-modal {
  width: 100%;
  height: auto;
  min-height: 10px;
  max-height: 195px;
  display: block;
  top: 100%;
  bottom: initial;
  background-color: #757575;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.31, 1.01, 0.58, 1);
}
@media (max-width: 991px) {
  .cookie-modal {
    max-height: none;
  }
}
.cookie-modal.notify {
  opacity: 1;
  transform: translateY(-100%);
}
.cookie-modal .modal-dialog {
  max-width: 1200px;
  min-height: 10px;
  margin: 0 auto;
  transform: none !important;
}
.cookie-modal .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}
.cookie-modal .modal-dialog .modal-content .modal-body {
  padding: 15px;
}
@media (max-width: 991px) {
  .cookie-modal .modal-dialog .modal-content .modal-body {
    padding: 50px 30px 40px;
  }
}
.cookie-modal .close-button {
  display: none;
}
.cookie-modal .cookie-wrap {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cookie-modal .cookie-wrap {
    flex-direction: column;
  }
}
.cookie-modal .cookie-wrap .cookie-content {
  width: calc(100% - 170px);
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cookie-modal .cookie-wrap .cookie-content {
    width: 100%;
    padding: 0 0 20px;
  }
}
.cookie-modal p {
  max-width: 725px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cookie-modal p {
    max-width: 100%;
  }
}
.cookie-modal p a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .cookie-modal p a:hover {
    color: #bb16a3;
  }
}
.cookie-modal .button-block {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cookie-modal .button-block {
    width: 100%;
  }
}
.cookie-modal .cta-button {
  width: 100%;
  min-width: 170px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 30px;
  margin: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 991px) {
  .cookie-modal .cta-button {
    max-width: 260px;
    margin: 12px auto;
  }
}
@media (min-width: 992px) {
  .cookie-modal .cta-button:hover {
    background-color: #fff;
    color: #000;
  }
}

/* social links */
.social-links {
  margin-bottom: 0;
  display: flex;
}
.social-links ul {
  margin-bottom: 0;
  display: flex;
}
.social-links ul li {
  width: auto;
  padding: 0 18px 0 0;
  margin: 0;
}
.social-links ul li::before {
  display: none;
}
.social-links ul li:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .social-links ul li:hover .menu-image-hover-wrapper img.menu-image {
    opacity: 1;
  }
  .social-links ul li:hover .menu-image-hover-wrapper img.hovered-image {
    opacity: 0;
  }
}

.social-fullwidth {
  padding: 15px 15px 30px;
}
@media (max-width: 991px) {
  .social-fullwidth {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .social-links-mob {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .social-links-mob + div {
    padding-top: 0 !important;
  }
}

/* hero home */
.hero-home {
  min-height: 534px;
  position: relative;
  background: linear-gradient(to right, #80b44e 50%, #7136b1 50%);
}
@media (max-width: 767px) {
  .hero-home {
    min-height: 550px;
  }
}
.hero-home.lending-hero-banner {
  min-height: 10px;
  display: flex;
  align-items: center;
  background: transparent;
}
@media (max-width: 767px) {
  .hero-home.lending-hero-banner {
    align-items: flex-start;
  }
}
.hero-home.lending-hero-banner .hero-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 1200px) {
  .hero-home.lending-hero-banner .hero-content {
    padding-top: 11.5vw;
    padding-bottom: 11.5vw;
  }
}
@media (max-width: 991px) {
  .hero-home.lending-hero-banner .hero-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .hero-home.lending-hero-banner .hero-content {
    min-height: 375px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hero-home.lending-hero-banner .hero-content .col-7 {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .hero-home.lending-hero-banner .hero-bg {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .hero-home.lending-hero-banner .hero-bg {
    background-position: center top -55px;
  }
}
.hero-home.lending-hero-banner h1, .hero-home.lending-hero-banner h2, .hero-home.lending-hero-banner h3, .hero-home.lending-hero-banner h4, .hero-home.lending-hero-banner h5, .hero-home.lending-hero-banner h6 {
  max-width: 540px;
  margin: 0;
  color: #4e4e4e;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}
@media (max-width: 991px) {
  .hero-home.lending-hero-banner h1, .hero-home.lending-hero-banner h2, .hero-home.lending-hero-banner h3, .hero-home.lending-hero-banner h4, .hero-home.lending-hero-banner h5, .hero-home.lending-hero-banner h6 {
    max-width: 280px;
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .hero-home.lending-hero-banner h1, .hero-home.lending-hero-banner h2, .hero-home.lending-hero-banner h3, .hero-home.lending-hero-banner h4, .hero-home.lending-hero-banner h5, .hero-home.lending-hero-banner h6 {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
  }
}
.hero-home .hero-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .hero-home .hero-bg {
    background-size: auto 100%;
  }
}
@media (max-width: 991px) {
  .hero-home .hero-bg {
    background-position: center center;
  }
}
.hero-home .hero-content {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .hero-home .hero-content {
    padding-top: 30px;
  }
}
.hero-home h1 {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .hero-home h1 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 370px) {
  .hero-home h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
.hero-home h2, .hero-home h3 {
  max-width: 410px;
  margin-bottom: 25px;
  font-size: 35px;
  font-weight: 200;
  line-height: 46px;
}
@media (max-width: 991px) {
  .hero-home h2, .hero-home h3 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 370px) {
  .hero-home h2, .hero-home h3 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.hero-home .cta-left-icon {
  font-size: 20px;
  line-height: 20px;
  padding-top: 6px;
}
.hero-home .cta-left-icon::before {
  margin-top: -8px;
}
@media (max-width: 991px) {
  .hero-home .cta-left-icon {
    padding-top: 8px;
    font-size: 13px;
  }
}
.hero-home .social-bar {
  display: block;
  position: absolute;
  bottom: 40px;
  align-items: center;
}
@media (max-width: 991px) {
  .hero-home .social-bar {
    bottom: 50px;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.hero-home .social-bar .social-links {
  padding-right: 40px;
}
@media (max-width: 991px) {
  .hero-home .social-bar .social-links {
    padding-top: 20px;
    padding-right: 0;
  }
}
.hero-home .social-bar p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .hero-home .social-bar p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 991px) {
  .block-btm-border-mob > div {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bebebe;
  }
}

.block-btm-border {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #bebebe;
}
@media (max-width: 991px) {
  .block-btm-border {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.block-btm-border:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

.block-right-border {
  border-right: 1px solid #bebebe;
}
@media (max-width: 991px) {
  .block-right-border {
    border-right: 0;
  }
}

.hipa-block-parent {
  padding-bottom: 10px !important;
}
@media (max-width: 991px) {
  .hipa-block-parent {
    padding-bottom: 50px !important;
  }
}
.hipa-block-parent h2 {
  margin-bottom: 50px;
}
.hipa-block-parent img {
  width: 100%;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .hipa-block-parent img {
    margin-bottom: 22px;
  }
}
.hipa-block-parent h3 {
  margin-bottom: 30px;
}
.hipa-block-parent p {
  min-height: 40px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hipa-block-parent p {
    min-height: 44px;
  }
}
@media (max-width: 991px) {
  .hipa-block-parent p {
    min-height: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .hipa-block-parent p br {
    display: none;
  }
}
.hipa-block-parent .col-12 {
  margin-bottom: 50px !important;
}
@media (min-width: 992px) {
  .hipa-block-parent .col-12:nth-child(even) {
    text-align: right;
    border-left: 1px solid #bebebe;
  }
}
@media (max-width: 991px) {
  .hipa-block-parent .col-12:last-child {
    margin-bottom: 0 !important;
  }
}

.hipa-block {
  max-width: 380px;
}
@media (max-width: 991px) {
  .hipa-block {
    max-width: 100%;
    display: block !important;
  }
}
.hipa-block h2 {
  margin-bottom: 30px;
}
.hipa-block p {
  min-height: 40px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hipa-block p {
    min-height: 44px;
  }
}
@media (max-width: 991px) {
  .hipa-block p {
    min-height: 10px;
  }
}
.hipa-block img {
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .hipa-block img {
    width: 100%;
  }
}
.hipa-block .cta-left-icon {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .hipa-block .cta-left-icon {
    margin-top: 0;
  }
}

.heading-link-block {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .heading-link-block {
    align-items: flex-start;
    flex-direction: column;
  }
}
.heading-link-block h2,
.heading-link-block h3,
.heading-link-block h4,
.heading-link-block h5,
.heading-link-block h6 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .heading-link-block h2,
  .heading-link-block h3,
  .heading-link-block h4,
  .heading-link-block h5,
  .heading-link-block h6 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .heading-link-block a:hover {
    color: #a9218e;
  }
}

.image-block-white {
  padding: 25px;
  display: flex;
  justify-content: center;
  background-color: #fff;
}

.eventsDiv .hipa-block,
.blograreDiv .hipa-block {
  max-width: 378px;
  height: 100%;
}
@media (max-width: 991px) {
  .eventsDiv .hipa-block,
  .blograreDiv .hipa-block {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .eventsDiv .hipa-block img,
  .blograreDiv .hipa-block img {
    width: 100%;
  }
}

.news-block .date-info {
  padding-bottom: 25px;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.news-block .mh-bx {
  min-height: 60px;
  margin-bottom: 20px;
}
.news-block .cta-left-icon {
  margin-top: 5px;
}
.news-block.block-btm-border {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .news-block.block-btm-border {
    margin-bottom: 50px;
  }
}

/* page banner */
.page-banner {
  width: 100%;
  height: 240px;
  display: flex;
  position: relative;
  align-items: center;
  background: linear-gradient(to right, #7136b1 50%, #80b44e 50%);
}
@media (max-width: 991px) {
  .page-banner {
    height: 49.4vw;
  }
}
.page-banner .background-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .page-banner .background-bg {
    background-position: calc(50% + 130px) center;
    background-size: auto 100%;
  }
}
@media (min-width: 992px) {
  .page-banner.banner-fullwidth .background-bg {
    background-position: calc(50% + 160px) center;
  }
}
.page-banner * {
  color: #fff;
}
.page-banner h1 {
  max-width: 75%;
  margin-bottom: 0;
	font-size: 48px;
    font-weight: 300;
    line-height: 55px;
}
@media (max-width: 991px) {
  .page-banner h1 {
    font-size: 36px;
    line-height: 42px;
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .page-banner h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.page-banner.banner-left-align .offset-lg-2a {
  max-width: 100%;
  flex: 0 0 100%;
  margin-left: 0;
}

.page-sub-child-menu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .page-sub-child-menu {
    position: fixed;
    top: 54px;
    background-color: #fff;
    z-index: 99;
  }
}
@media (min-width: 992px) {
  .page-sub-child-menu.bottom {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .page-sub-child-menu.bottom.fixedTop {
    top: 0;
    bottom: auto;
  }
}
.page-sub-child-menu .sidebar-bx {
  width: 21%;
  max-width: 245px;
  border: 1px solid #d9d9d9;
  margin-top: 55px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #fff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-sub-child-menu .sidebar-bx {
    max-width: 198px;
  }
}
@media (max-width: 991px) {
  .page-sub-child-menu .sidebar-bx {
    width: auto;
    max-width: unset;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    margin-top: 0;
    position: relative;
  }
}
.page-sub-child-menu .sidebar-bx.fixed {
  position: fixed;
}
.page-sub-child-menu .sidebar-bx .title {
  padding: 15px 15px 15px 25px;
  background-color: #e1e1e1;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}
@media (max-width: 991px) {
  .page-sub-child-menu .sidebar-bx .title {
    padding: 0 25px 0 0;
    display: inline-block;
    position: relative;
    background-color: transparent;
    color: #bb16a3;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
  }
}
@media (max-width: 991px) {
  .page-sub-child-menu .sidebar-bx .title:after {
    content: "";
    width: 14px;
    height: 9px;
    margin-top: -4px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    background: url(./images/arrow-btm.png) no-repeat left -28px/100%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
}
@media (max-width: 991px) {
  .page-sub-child-menu .sidebar-bx .title.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.page-sub-child-menu .sidebar-bx .title a {
  font-weight: 400;
}
.page-sub-child-menu .sidebar-bx .title a .active {
  color: #bb16a3;
  font-weight: 700;
}
@media (min-width: 992px) {
  .page-sub-child-menu .sidebar-bx .title a:hover {
    color: #bb16a3;
  }
}
.page-sub-child-menu .sidebar-bx ul.sidebar-list {
  padding: 0 15px;
  margin: 0;
}
@media (max-width: 991px) {
  .page-sub-child-menu .sidebar-bx ul.sidebar-list {
    padding: 0;
  }
}
.page-sub-child-menu .sidebar-bx ul.sidebar-list li {
  width: 100%;
  padding: 15px 0 15px 10px;
  margin: 0;
  border-bottom: 1px solid #bebebe;
}
@media (max-width: 991px) {
  .page-sub-child-menu .sidebar-bx ul.sidebar-list li {
    padding: 15px 5px;
  }
}
.page-sub-child-menu .sidebar-bx ul.sidebar-list li::before {
  display: none;
}
@media (min-width: 992px) {
  .page-sub-child-menu .sidebar-bx ul.sidebar-list li.parent-page {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-sub-child-menu .sidebar-bx ul.sidebar-list li:last-child {
    border-bottom: none;
  }
}
.page-sub-child-menu .sidebar-bx ul.sidebar-list li.current_page_item > a, .page-sub-child-menu .sidebar-bx ul.sidebar-list li.current_active_item > a {
  color: #bb16a3;
  font-weight: 700;
}
.page-sub-child-menu .sidebar-bx ul.sidebar-list li.current_page_ancestor > a {
  color: #000;
  font-weight: 700;
}
.page-sub-child-menu .sidebar-bx ul.sidebar-list li.current_page_ancestor ul.children {
  display: block;
}
.page-sub-child-menu .sidebar-bx ul.sidebar-list li.page_item_has_children > a {
  position: relative;
}
.page-sub-child-menu .sidebar-bx ul.sidebar-list li.page_item_has_children > a .link-arrow {
  padding: 5px 20px 5px 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
.page-sub-child-menu .sidebar-bx ul.sidebar-list li.page_item_has_children > a .link-arrow:after {
  content: "";
  width: 10px;
  height: 6px;
  display: block;
  background: url(./images/arrow-btm.png) no-repeat left -7px/100%;
}
@media (max-width: 991px) {
  .page-sub-child-menu .sidebar-bx ul.sidebar-list li.page_item_has_children > a .link-arrow:after {
    width: 12px;
    height: 8px;
    background: url(./images/arrow-btm.png) no-repeat left -8px/100%;
  }
}
.page-sub-child-menu .sidebar-bx ul.sidebar-list li.page_item_has_children > a.active .link-arrow:after {
  background: url(./images/arrow-btm.png) no-repeat left -20px/100%;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .page-sub-child-menu .sidebar-bx ul.sidebar-list li.page_item_has_children > a.active .link-arrow:after {
    width: 12px;
    height: 8px;
    background: url(./images/arrow-btm.png) no-repeat left -24px/100%;
  }
}
.page-sub-child-menu .sidebar-bx ul.sidebar-list li .link-arrow {
  display: none;
}
.page-sub-child-menu .sidebar-bx ul.sidebar-list li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 992px) {
  .page-sub-child-menu .sidebar-bx ul.sidebar-list li a:hover {
    color: #bb16a3;
  }
}
.page-sub-child-menu .sidebar-bx ul.sidebar-list li ul {
  max-height: 300px;
  padding: 0 0 0 15px;
  margin: 0;
  display: none;
  overflow-y: auto;
}
@media (max-height: 780px) {
  .page-sub-child-menu .sidebar-bx ul.sidebar-list li ul {
    max-height: 196px;
  }
}
@media (max-width: 991px) {
  .page-sub-child-menu .sidebar-bx ul.sidebar-list li ul {
    max-height: none;
  }
}
.page-sub-child-menu .sidebar-bx ul.sidebar-list li ul li {
  padding: 10px 0;
}
.page-sub-child-menu .sidebar-bx ul.sidebar-list li ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.page-sub-child-menu .sidebar-bx .social-links {
  padding: 20px 30px;
  margin: 0;
  display: flex;
}
@media (max-width: 991px) {
  .page-sub-child-menu .sidebar-bx .social-links {
    display: none;
  }
}
.page-sub-child-menu .sidebar-bx .social-links li {
  padding-right: 15px;
}
.page-sub-child-menu .sidebar-bx .social-links li:last-child {
  padding-right: 0;
}
@media (min-width: 992px) {
  .page-sub-child-menu .mobile-wrap {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .page-sub-child-menu .mobile-wrap {
    width: calc(100% + 40px);
    max-height: 80vh;
    padding: 0 15px;
    border-top: 1px solid #bebebe;
    margin: 0 -20px;
    overflow: auto;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
.page-sub-child-menu .mCustomScrollbar .mCSB_scrollTools {
  background-color: transparent;
}
.page-sub-child-menu .mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

/* jump to section */
.jump-section {
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .jump-section {
    padding-bottom: 50px;
  }
}
.jump-section.scroll-to-sections-link ul li a {
  position: relative;
  font-weight: 300;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .jump-section.scroll-to-sections-link ul li a {
    font-weight: 700;
  }
}
.jump-section.scroll-to-sections-link ul li a:after {
  width: 10px;
  height: 6px;
  margin-top: -1px;
  right: 0;
  display: none;
  background: url(./images/arrow-btm.png) no-repeat left -20px/100%;
}
.jump-section.scroll-to-sections-link ul li a span {
  display: none;
}
.jump-section ul {
  width: 100%;
  margin: 0;
  display: flex;
}
@media (max-width: 991px) {
  .jump-section ul {
    flex-direction: column;
  }
}
.jump-section ul li {
  width: auto;
  padding: 0 100px 0 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.jump-section ul li:first-child {
  padding-right: 50px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .jump-section ul li:first-child {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .jump-section ul li {
    padding-right: 0;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .jump-section ul li {
    padding-right: 50px;
    font-size: 18px;
    line-height: 24px;
  }
}
.jump-section ul li:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .jump-section ul li:last-child {
    padding-bottom: 0;
  }
}
.jump-section ul li::before {
  display: none;
}
@media (min-width: 992px) {
  .jump-section ul li a:hover {
    color: #bb16a3;
  }
}

.jumptoFullwidth {
  padding: 60px 0;
  margin-bottom: 60px;
  background-color: #f6f6f6;
}
@media (max-width: 992px) {
  .jumptoFullwidth {
    padding: 80px 0 20px;
    margin-bottom: 10px;
    background-color: #fff;
  }
}
.jumptoFullwidth h2 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .jumptoFullwidth h2 {
    margin-bottom: 0;
  }
}
.jumptoFullwidth .jump-section {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .jumptoFullwidth .jump-section ul {
    display: none;
  }
}
.jumptoFullwidth .jump-section ul li {
  font-size: 16px;
}
.jumptoFullwidth .jump-section ul li a {
  position: relative;
}

/* accordian table */
.accordion .card {
  padding-bottom: 12px;
  border: none;
  overflow: visible;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 991px) {
  .accordion .card {
    padding-bottom: 0;
    margin: 0 -20px 15px;
  }
}
.accordion .card:last-child {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .accordion .card:last-child {
    margin-bottom: 0;
  }
}
.accordion .card .card-header {
  padding: 0;
  border: none;
}
@media (max-width: 991px) {
  .accordion .card .card-header {
    padding: 10px 20px;
  }
}
.accordion.accordian-pipeline .col-2 {
  padding-left: 0;
  padding-right: 0;
}
.accordion.accordian-pipeline .col-2, .accordion.accordian-pipeline .col-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.accordion.accordian-pipeline .card-link {
  width: 100%;
  min-height: 120px;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f6f6f6;
  cursor: pointer;
}
@media (max-width: 991px) {
  .accordion.accordian-pipeline .card-link {
    position: static;
  }
}
.accordion.accordian-pipeline .card-link h5 {
  padding: 0;
  margin: -3px 0 4px 0;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .accordion.accordian-pipeline .card-link h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .accordion.accordian-pipeline .card-link h5 {
    margin-top: 0;
  }
}
.accordion.accordian-pipeline .card-link h5 a {
  text-decoration: underline;
}
.accordion.accordian-pipeline .card-link h5 a .color-pink {
  display: none;
}
.accordion.accordian-pipeline .card-link p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .accordion.accordian-pipeline .card-link p {
    font-size: 14px;
    line-height: 18px;
  }
}
.accordion.accordian-pipeline .card-link .pipeline-bar {
  height: 14px;
  display: inline-flex;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.accordion.accordian-pipeline .remove-pointer {
  cursor: default;
}
.accordion.accordian-pipeline .remove-pointer .first-pl {
  padding-left: 45px;
}
@media (max-width: 991px) {
  .accordion.accordian-pipeline .remove-pointer .first-pl {
    padding-left: 35px;
  }
}
@media (max-width: 991px) {
  .accordion.accordian-pipeline .remove-pointer .mob-ptrbl {
    padding-left: 35px;
  }
}
.accordion.accordian-pipeline .remove-pointer h5 {
  text-decoration: none;
}
.accordion.accordian-pipeline .first-pl {
  padding-left: 45px;
}
@media (max-width: 991px) {
  .accordion.accordian-pipeline .first-pl {
    padding-left: 30px;
  }
}
.accordion.accordian-pipeline .mob-ptrbl {
  padding-left: 10px;
  padding-right: 0;
}
@media (min-width: 992px) {
  .accordion.accordian-pipeline .mob-ptrbl {
    padding-right: 20px;
  }
}
@media (min-width: 1201px) {
  .accordion.accordian-pipeline .mob-ptrbl {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .accordion.accordian-pipeline .mob-ptrbl {
    padding: 20px 20px 30px 30px;
  }
}
.accordion.accordian-pipeline .last-pr {
  padding-right: 45px;
}
@media (max-width: 991px) {
  .accordion.accordian-pipeline .last-pr {
    padding-right: 20px;
  }
}
.accordion.accordian-pipeline .card-body {
  padding: 15px 50px 30px 35px;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .accordion.accordian-pipeline .card-body {
    padding: 10px 25px 50px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .accordion.accordian-pipeline .card-body p {
    font-size: 18px;
    line-height: 24px;
  }
}
.accordion.accordian-pipeline .sign-icon {
  width: 22px;
  height: 22px;
  margin-top: -11px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -11px;
  background: url(./images/arrow-btm-round.png) no-repeat left 0/100%;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .accordion.accordian-pipeline .sign-icon {
    top: auto;
    right: 50%;
    bottom: -11px;
  }
}
.accordion.accordian-pipeline .collapsed .sign-icon {
  transform: rotate(0deg);
}

/* pipeline table */
.pipeline-table {
  width: 100%;
  padding-bottom: 60px;
  border-top: 1px solid #848484;
}
@media (max-width: 991px) {
  .pipeline-table {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .pipeline-table:last-child {
    padding-bottom: 10px;
  }
}
.pipeline-table .pipeline-table-head {
  padding-top: 35px;
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}
@media (max-width: 991px) {
  .pipeline-table .pipeline-table-head {
    padding-top: 50px;
  }
}
.pipeline-table .pipeline-table-head.fixed {
  width: 100%;
  max-width: 910px;
  position: fixed;
  top: 126px;
  z-index: 2;
  background-color: #fff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pipeline-table .pipeline-table-head.fixed {
    max-width: 724px;
  }
}
@media (max-width: 991px) {
  .pipeline-table .pipeline-table-head.fixed {
    max-width: 100%;
    padding: 10px 20px;
    top: 92px;
    left: 0;
  }
}
.pipeline-table .pipeline-table-head.fixed.absolute {
  position: absolute;
  top: 0 !important;
}
@media (min-width: 992px) {
  .pipeline-table .pipeline-table-head.fixed:after {
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
  }
}
.pipeline-table .pipeline-table-head.fixed h3 {
  margin-bottom: 15px;
}
.pipeline-table .pipeline-table-head .col-2 {
  padding-left: 0;
  padding-right: 0;
}
.pipeline-table .pipeline-table-head h3 {
  margin: 0;
}
@media (max-width: 991px) {
  .pipeline-table .pipeline-table-head h3 {
    margin-bottom: 30px;
  }
}
.pipeline-table .pipeline-table-head ul {
  width: 100%;
  padding-top: 5px;
  margin: 0;
  display: flex;
}
@media (max-width: 991px) {
  .pipeline-table .pipeline-table-head ul {
    justify-content: space-between;
  }
}
.pipeline-table .pipeline-table-head ul li {
  width: auto;
  padding: 0 35px 0 0;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pipeline-table .pipeline-table-head ul li {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .pipeline-table .pipeline-table-head ul li {
    padding-right: 25px;
  }
}
.pipeline-table .pipeline-table-head ul li::before {
  display: none;
}
.pipeline-table .pipeline-table-head ul li:last-child {
  padding-right: 0px;
  padding-left: 28px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pipeline-table .pipeline-table-head ul li:last-child {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .pipeline-table .pipeline-table-head ul li:last-child {
    padding-left: 0;
  }
}

body #mega-menu-wrap-lang-menu {
  margin-top: -4px;
  position: relative;
  z-index: 9;
  background: transparent;
}
@media (max-width: 991px) {
  body #mega-menu-wrap-lang-menu {
    margin-top: 4px;
  }
}
body #mega-menu-wrap-lang-menu .mega-menu-toggle {
  display: none !important;
}
@media (max-width: 991px) {
  body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu {
    display: inline-block !important;
    background: transparent !important;
  }
}
body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu > li.mega-menu-item {
  cursor: pointer;
}
@media (max-width: 991px) {
  body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item.mega-toggle-on a {
  background: transparent !important;
}
body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item.mega-toggle-on a .mega-indicator:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item > a.mega-menu-link {
  height: 22px;
  padding: 0 15px 0 0;
  margin: 0;
  display: flex;
  position: relative;
  background-color: transparent !important;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 991px) {
  body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item > a.mega-menu-link {
    display: flex;
    color: #fff;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item > a.mega-menu-link:hover {
  background: transparent !important;
}
body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item > a.mega-menu-link img {
  width: 22px;
  height: auto;
  padding: 0;
  display: inline-block;
}
@media (max-width: 991px) {
  body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item > a.mega-menu-link .menu-image-title {
    padding-left: 5px;
    display: flex;
    font-weight: 300;
  }
}
body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item > a.mega-menu-link .mega-indicator {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item > a.mega-menu-link .mega-indicator:after {
  width: 9px;
  height: 6px;
  margin-top: -3px;
  right: 0;
  background: url(./images/arrow-btm.png) no-repeat left 0/100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 991px) {
  body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item > a.mega-menu-link .mega-indicator:after {
    content: "" !important;
    margin-top: -2px;
    background-position: left -12px;
  }
}
body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu {
  width: auto;
  padding: 10px 0;
  margin-left: -8px;
  right: -3px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu {
    margin-left: -10px;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
  padding: 8px 0;
}
body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current_page_item a.mega-menu-link, body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link {
  color: #bb16a3;
  font-weight: 700;
  pointer-events: none;
}
@media (max-width: 991px) {
  body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current_page_item a.mega-menu-link, body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link {
    color: #fff;
    text-decoration: underline;
  }
}
@media (max-width: 991px) {
  body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current_page_item a.mega-menu-link .menu-image-title, body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link .menu-image-title {
    font-weight: 700;
  }
}
body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  height: auto;
  padding: 0 20px;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 0 10px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }
}
body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  background-color: transparent;
  color: #bb16a3;
}
@media (max-width: 991px) {
  body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #fff;
  }
}
body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link .menu-image-hover-wrapper {
  padding: 0;
  margin: 0;
}
body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link .menu-image-title {
  padding: 0 15px 0 0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link .menu-image-title {
    padding: 0 0 0 7px;
  }
}
body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link img {
  padding: 0;
  margin: 0;
  max-width: none;
}
body #mega-menu-wrap-lang-menu ul#mega-menu-lang-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link img.hovered-image {
  margin-left: -22px !important;
}

/* Privacy and cookie page lang dropdown */
.custom-dropdown {
  margin: 25px 0 60px 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.custom-dropdown i {
  width: 10px;
  height: 6px;
  margin-top: -1px;
  display: block;
  background: url(./images/arrow-btm.png) no-repeat left 0/100%;
  color: #a9218e;
}
.custom-dropdown i::before {
  display: none;
}
.custom-dropdown #dLabel {
  width: 286px;
  height: 34px;
  padding: 7px 15px;
  border: 1px solid #4e4e4e;
  border-radius: 0;
  margin-top: 0;
  background-color: #fff;
  color: #a2a2a2;
  font-size: 16px;
  letter-spacing: 0;
  text-align: left;
}
.custom-dropdown .dropdown-menu {
  width: 100%;
  min-width: 10rem;
  max-height: 300px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: none;
  border-radius: 0;
  margin: 0;
  display: none;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  list-style: none;
  text-align: left;
}
.custom-dropdown .dropdown-menu.show {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}
.custom-dropdown .dropdown-menu li {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: solid 1px #4e4e4e;
  color: #4e4e4e;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
}
.custom-dropdown .dropdown-menu li:first-child {
  border-top: none;
}
.custom-dropdown .dropdown-menu li::before {
  display: none;
}
.custom-dropdown .dropdown-menu li a {
  padding: 7px 15px;
  display: block;
}
.custom-dropdown .dropdown-menu li a.active {
  background-color: #e1e1e1;
  color: #a9218e;
  font-weight: 700;
}
@media (min-width: 992px) {
  .custom-dropdown .dropdown-menu li:hover a {
    background-color: #e1e1e1;
    color: #a9218e;
    font-weight: 700;
  }
}
.custom-dropdown .dropdown-menu li.active a {
  background-color: #e1e1e1;
  color: #a9218e;
  font-weight: 700;
}
.custom-dropdown button:focus,
.custom-dropdown button:hover {
  border: none;
  outline: 0;
}

/* video-vimeo css  */
.vimeo-video-thumb {
  display: block;
  position: relative;
  max-width: 390px;
}
@media (max-width: 991px) {
  .vimeo-video-thumb {
    max-width: 100%;
  }
}
.vimeo-video-thumb:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: rgba(154, 52, 138, 0.6);
}
.vimeo-video-thumb:after {
  width: 68px;
  height: 68px;
  background: url("./images/video-play-icon.png") no-repeat left 0/100%;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vimeo-video-thumb img {
  width: 100%;
  display: block;
}

.modal-dialog {
  display: flex;
  min-height: calc(100vh - 60px);
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
.modal-dialog .modal-body {
  padding: 2rem;
}
.modal-dialog .close {
  color: #ed178e;
  font-weight: normal;
  opacity: 1;
  margin-right: -20px;
  margin-top: -30px;
}

/* video-vimeo css End */
.job_list {
  height: calc(100% - 420px) !important;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .job_list {
    padding: 20px 0;
  }
}
.job_list h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 34px;
  color: #000;
}
@media (max-width: 991px) {
  .job_list h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.job_list span {
  margin-bottom: 11px;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.job_list h5 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 991px) {
  .job_list h5 {
    font-size: 20px;
  }
}
.job_list .external-link {
  min-width: 60px;
  font-weight: 700;
}
.job_list .content-wrap {
  content: "";
  width: 100%;
  margin-bottom: 68px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .job_list .content-wrap {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .job_list .content-wrap .left-contain {
    width: 100%;
    margin-bottom: 30px;
  }
}
.job_list .content-wrap .left-contain .content-title {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .job_list .content-wrap .view-wrap {
    margin-top: 36px;
  }
}
.job_list .job_container {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .job_list .job_container {
    margin-bottom: 65px;
  }
}
.job_list .job_container:last-of-type {
  margin-bottom: 0;
}
.job_list .job_container:last-of-type .content-wrap:last-of-type {
  margin-bottom: 0;
}
.job_list .element-item {
  width: 100%;
  position: static !important;
}
.job_list .element-item h2 {
  border-bottom: 1px solid #000;
}

#data-error,
#alert {
  display: none;
}

.searchBox {
  padding: 25px 30px 35px;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .searchBox {
    width: calc(100% + 40px);
    padding: 25px 20px 35px;
    margin-left: -20px;
  }
}
.searchBox h4 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.searchBox .filter-wrap {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.searchBox #clearAll {
  color: #9a348a;
  font-weight: 500;
  border-bottom: 1px solid #9a348a;
}
.searchBox input,
.searchBox select {
  max-width: 280px;
  width: calc(33% - 5px);
  height: 33px;
  padding: 4px 15px;
  border: none;
  border-bottom: 0.5px solid #4e4e4e;
  margin-right: 8px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 300;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media (max-width: 991px) {
  .searchBox input,
  .searchBox select {
    max-width: initial;
    width: 100%;
    margin: 0 0 35px;
  }
}
.searchBox input::-webkit-input-placeholder,
.searchBox select::-webkit-input-placeholder {
  color: #a2a2a2;
}
.searchBox input:-ms-input-placeholder,
.searchBox select:-ms-input-placeholder {
  color: #a2a2a2;
}
.searchBox input::placeholder,
.searchBox select::placeholder {
  color: #a2a2a2;
}
.searchBox input:last-child,
.searchBox select:last-child {
  margin: 0;
}
.searchBox input {
  padding-left: 49px;
  background: url(./images/search.png) no-repeat 15px center/24px #fff;
}
@media (max-width: 991px) {
  .searchBox input {
    max-width: initial;
  }
}
.searchBox select {
  padding-right: 30px;
  background: url(./images/arrow-down.png) no-repeat calc(100% - 15px) 60%/10px #fff;
  color: #a2a2a2;
}
.searchBox .button-wrap {
  display: inline-block;
}

.highlighted {
  color: #9a348a;
  font-weight: 500;
}

.filter-count {
  padding: 30px 0;
  margin: 0;
  font-weight: 400;
}

.curr-opp-mt {
  padding-top: 30px !important;
}

.slider-section h2 {
  margin-bottom: 50px;
}

.slider-icon-block img {
  display: block;
}

.slider-text-block {
  max-width: 82%;
  padding: 8px 15px 8px 45px;
  border-bottom: 1px solid #bebebe;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .slider-text-block {
    max-width: 100%;
  }
}
.slider-text-block:before {
  content: "\f00c";
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 24px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.slider-text-block.active:before {
  color: #bb16a3;
}

.slider-btm-class {
  max-width: 82%;
  padding: 8px 15px 8px 45px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .slider-btm-class {
    max-width: 100%;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .carousel {
    margin: 0 -20px;
  }
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  content: "";
  width: 10px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  bottom: auto;
  opacity: 1;
}
@media (max-width: 991px) {
  .carousel .carousel-control-prev,
  .carousel .carousel-control-next {
    top: auto;
    bottom: -35px;
  }
}
.carousel .carousel-control-prev {
  left: -20px;
  background: url(./images/arrow-rht-long.png) no-repeat left top/100%;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .carousel .carousel-control-prev {
    left: calc(50% - 50px);
  }
}
.carousel .carousel-control-next {
  right: -20px;
  background: url(./images/arrow-rht-long.png) no-repeat left top/100%;
}
@media (max-width: 991px) {
  .carousel .carousel-control-next {
    right: calc(50% - 50px);
    bottom: -36px;
  }
}

.carouselPagination {
  padding-top: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.tab-accord-section .nav-tabs {
  display: none;
}
.tab-accord-section .nav-tabs li {
  padding: 0;
  margin: 0 5px;
}
.tab-accord-section .nav-tabs li::before {
  display: none;
}
.tab-accord-section .nav-tabs li .nav-link {
  height: 100%;
  min-height: 56px;
  padding: 5px;
  border: 1px solid #bebebe;
  border-bottom: none;
  margin: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}
.tab-accord-section .nav-tabs li .nav-link.active {
  color: #bb16a3;
  font-weight: 700;
}

@media (min-width: 992px) {
  .tab-accord-section .nav-tabs {
    padding: 0 10px;
    border-bottom: 1px solid #bebebe;
    display: flex;
    flex-wrap: nowrap;
  }
  .tab-accord-section .card {
    border: none;
  }
  .tab-accord-section .card .card-body {
    padding: 30px 15px;
  }
  .tab-accord-section .card .card-header {
    display: none;
  }
  .tab-accord-section .card .collapse {
    display: block;
  }
}
@media (max-width: 991px) {
  .tab-accord-section .tab-content {
    width: 100%;
  }
  .tab-accord-section .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .tab-accord-section .card {
    margin-bottom: 10px;
    border: none;
    border-radius: 0;
  }
  .tab-accord-section .card-header {
    padding: 0;
    border: none;
    background-color: transparent;
  }
  .tab-accord-section .card-header a {
    height: 60px;
    padding: 0 56px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #f6f6f6;
    color: #bb16a3;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
  .tab-accord-section .card-header a:before {
    content: "\f068";
    margin-top: -10px;
    position: absolute;
    top: 50%;
    left: 20px;
    color: #000;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }
  .tab-accord-section .card-header a.collapsed {
    color: #000;
    font-weight: 400;
  }
  .tab-accord-section .card-header a.collapsed::before {
    content: "+";
  }
  .tab-accord-section .card-body {
    background-color: #f6f6f6;
  }
}
/* home body content */
.homebanner .menu-item {
  padding-right: 15px;
}

.home-leading-section h1, .home-leading-section h2, .home-leading-section h3, .home-leading-section h4, .home-leading-section h5, .home-leading-section h6 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .home-leading-section h1, .home-leading-section h2, .home-leading-section h3, .home-leading-section h4, .home-leading-section h5, .home-leading-section h6 {
    margin-bottom: 20px;
  }
}
.home-leading-section p {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 200;
  line-height: 28px;
}
@media (max-width: 991px) {
  .home-leading-section p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
  }
}
.home-leading-section p:last-child {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  text-align: right;
}
.home-leading-section .align-items-center {
  align-items: flex-start !important;
}

.home-texture1 {
  background: url(./images/home-texture-desk1.png) no-repeat left top/auto 100%;
}
@media (max-width: 991px) {
  .home-texture1 {
    position: relative;
    background: none;
  }
}

.home-texture2 {
  background: url(./images/home-texture-desk2.png) no-repeat right top/auto 100%;
}
@media (max-width: 991px) {
  .home-texture2 {
    position: relative;
    background: none;
  }
}

.home-supporting-section h2 {
  margin-bottom: 14px;
}
.home-supporting-section .image-block-white {
  padding: 0;
  margin: 0;
  justify-content: flex-start;
  background-color: transparent;
}
@media (min-width: 1201px) {
  .home-supporting-section .image-block-white {
    margin-right: -30px;
  }
}
.home-supporting-section .image-block-white img {
  width: 100%;
}
@media (max-width: 991px) {
  .home-supporting-section .col-lg-5 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1201px) {
  .home-supporting-section .col-lg-6 {
    padding-left: 80px !important;
  }
}
.home-supporting-section .cta-left-icon .color-pink {
  display: none;
}

.home-leadership-bx .hipa-block h2 {
  margin-bottom: 20px;
}
.home-leadership-bx .hipa-block img {
  margin-bottom: 20px;
}
.home-leadership-bx p {
  min-height: 60px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .home-leadership-bx p {
    min-height: 10px;
  }
}
.home-leadership-bx ~ div p {
  font-weight: 400;
}

.home-latest-news {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .home-latest-news {
    margin-bottom: 50px;
  }
}
.home-latest-news + div .col-12:last-child .news-block {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.home-latest-news + div .col-12 .news-block .external-link {
  font-weight: bold;
}
.home-latest-news + div .col-12 .news-block .external-link:after {
  background: url(./images/external-icon.png) no-repeat left -40px/100%;
  width: 19px;
  height: 19px;
}

@media (max-width: 991px) {
  .home-user-text {
    float: left;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .block-gt-3-inc-mt {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .block-gt-3-inc-mt > div {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #bebebe;
  }
}

/* home body end */
/* join team body content */
.challenging-section .para-light p {
  color: #4e4e4e;
  font-weight: 300;
}
.challenging-section .img-mb-40 p {
  margin-bottom: 40px;
}
.challenging-section .img-mb-40 p:last-child {
  margin-bottom: 0;
}

.join-two-col .cta-left-icon {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .join-two-col .col-lg-7 {
    padding-bottom: 30px;
  }
}
.join-two-col img {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .join-two-col h2 {
    margin-top: -6px;
  }
}
@media (max-width: 991px) {
  .join-two-col h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .jot-texture {
    padding-bottom: 50px !important;
    position: relative;
  }
}
@media (max-width: 991px) {
  .jot-texture:before {
    content: "";
    width: 48%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 991px) {
  .default-editor {
    padding-top: 20px !important;
  }
}
.default-editor h6 span {
  color: #bb16a3;
}
.default-editor .career-link {
  margin-bottom: 2px;
}

@media (max-width: 991px) {
  .heading_with_image {
    padding-top: 1rem !important;
  }
}
.heading_with_image.section-pt-pb-60 {
  padding-top: 0 !important;
  padding-bottom: 30px !important;
}
@media (max-width: 991px) {
  .heading_with_image.section-pt-pb-60 {
    padding-bottom: 20px !important;
  }
}
.heading_with_image .offset-lg-2a.col-lg-9 .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.heading_with_image .col-lg-4 {
  margin-bottom: 30px;
}
.heading_with_image h4, .heading_with_image h5 {
  font-size: 24px;
}
@media (max-width: 991px) {
  .heading_with_image h4, .heading_with_image h5 {
    padding-bottom: 10px;
  }
}
.heading_with_image img {
  width: 80%;
  display: block;
}
@media (max-width: 991px) {
  .heading_with_image img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    display: block;
  }
}

.normal-layout {
  background: url(./images/join-team-animation-texture.png) no-repeat center center/100% auto #f6f6f6;
}
@media (max-width: 991px) {
  .normal-layout {
    background-image: none;
  }
}
.normal-layout .rotating-text .new-text {
  display: inline-block;
}
.normal-layout .rotating-text .hidden-text {
  display: none;
}
.normal-layout .rotating-text .flip-text {
  margin: 0;
}
.normal-layout .rotating-text .flip-text .ityped-cursor {
  color: #000;
}
.normal-layout .normal-content-ultra {
  display: flex;
  align-items: center;
  justify-content: center;
}
.normal-layout .normal-content-ultra h1 {
  margin-bottom: 0px !important;
}
@media (max-width: 991px) {
  .normal-layout .normal-content-ultra h1 {
    font-size: 30px;
  }
}
.normal-layout .normal-content-ultra h6 {
  padding-left: 25px;
  color: #04baae;
  margin-bottom: 0px !important;
}
@media (max-width: 991px) {
  .normal-layout .normal-content-ultra h6 {
    padding-left: 20px;
    font-size: 10px;
    line-height: normal;
  }
}

.typed-cursor {
  width: 2px;
  height: 50px;
  display: inline-flex;
  position: relative;
  top: -6px;
  background-color: #000;
  font-size: 0px;
  font-weight: 200;
  opacity: 1;
  vertical-align: middle;
  -webkit-animation: blink 0.2s infinite;
  -moz-animation: blink 0.2s infinite;
  animation: blink 0.2s infinite;
  animation-direction: alternate;
}
@media (max-width: 991px) {
  .typed-cursor {
    width: 1px;
    height: 30px;
    top: -2px;
  }
}

@keyframes blink {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  100% {
    opacity: 0;
  }
}
.pipeline-content-bx {
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .pipeline-content-bx {
    padding-bottom: 30px !important;
  }
}

.pipeline-clinical-trial-sec:before {
  display: none;
}
@media (min-width: 992px) {
  .pipeline-clinical-trial-sec .row {
    padding-left: 22.5%;
    flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .pipeline-clinical-trial-sec .row {
    flex-direction: column-reverse;
  }
}
.pipeline-clinical-trial-sec .image-block-white {
  padding: 0;
  background-color: transparent;
}
@media (max-width: 991px) {
  .pipeline-clinical-trial-sec .image-block-white {
    margin-top: 30px;
  }
}
.pipeline-clinical-trial-sec .image-block-white img {
  width: 100% !important;
}
@media (min-width: 992px) {
  .pipeline-clinical-trial-sec .col-lg-6 {
    max-width: 42%;
    padding-left: 15px !important;
    margin-left: 0 !important;
    flex: 0 0 42%;
  }
}
@media (min-width: 992px) {
  .pipeline-clinical-trial-sec .col-lg-5 {
    max-width: 58%;
    flex: 0 0 58%;
  }
}
.pipeline-clinical-trial-sec.home-texture2 {
  background: url(./images/pipeline-clinical-texture.png) no-repeat left top/auto 100% #f6f6f6;
}
@media (max-width: 991px) {
  .pipeline-clinical-trial-sec.home-texture2 {
    background-image: none;
  }
}
.pipeline-clinical-trial-sec h2 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .pipeline-clinical-trial-sec h2 {
    margin-top: -6px;
  }
}
@media (max-width: 991px) {
  .pipeline-clinical-trial-sec .pb-4 {
    padding-bottom: 0 !important;
  }
}

.pipeline-interested-sec h2 {
  margin-bottom: 50px;
}
.pipeline-interested-sec .hipa-block h3 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .pipeline-interested-sec .block-right-border {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .pipeline-interested-sec .block-right-border .hipa-block {
    padding-bottom: 60px;
    border-bottom: 1px solid #bebebe;
  }
}

@media (min-width: 992px) {
  .content-siderbar-zIndex a:hover {
    color: #bb16a3;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .page-template-template_pipeline_details .page-banner .background-bg {
    background-position: calc(50% + 150px) center;
  }
}
@media (max-width: 991px) {
  .page-template-template_pipeline_details .social-links-mob {
    padding-bottom: 30px;
  }
}
.page-template-template_pipeline_details h2 {
  margin-bottom: 30px;
}
.page-template-template_pipeline_details .normal-wrapper p {
  line-height: 27px;
}
.page-template-template_pipeline_details .eventsDiv h3 {
  margin-top: 50px;
}
.page-template-template_pipeline_details .eventsDiv h3:first-child {
  margin-top: 0;
}
.page-template-template_pipeline_details .eventsDiv .external-link {
  margin-top: 10px;
  margin-bottom: 16px;
}

.newsroomDiv .block-btm-border:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.newsroomDiv .jumptoFullwidth {
  display: none !important;
}
@media (max-width: 991px) {
  .newsroomDiv .jumptoFullwidth {
    padding-top: 0;
  }
}
.newsroomDiv .news-block .cta-left-icon {
  margin-top: 15px;
}

.eventsDiv .jumptoFullwidth {
  display: none;
}
.eventsDiv .hipa-block p {
  font-weight: 300;
}
.eventsDiv .hipa-block a {
  font-size: 16px;
}
.eventsDiv.presentationsDiv {
  padding-bottom: 85px;
}
@media (max-width: 992px) {
  .eventsDiv.presentationsDiv {
    padding-bottom: 0;
  }
}

.blograreDiv {
  padding: 30px 0 65px;
}
@media (max-width: 992px) {
  .blograreDiv {
    padding: 60px 0 0;
  }
}
.blograreDiv h2 {
  margin-bottom: 40px;
}
.blograreDiv .heading-link-block {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .blograreDiv .heading-link-block {
    border-top: 1px solid #bebebe;
    margin-top: 40px;
  }
}
.blograreDiv .hipa-block .news-block {
  padding: 22px 22px 40px;
}
.blograreDiv .hipa-block .news-block p {
  line-height: 21px;
}
@media (min-width: 992px) {
  .blograreDiv .hipa-block .news-block p {
    min-height: 140px;
  }
}
@media (max-width: 992px) {
  .blograreDiv .hipa-block .news-block .align-items-center .col-4 {
    max-width: 26%;
    padding-right: 10px;
    flex: 0 0 26%;
  }
}
@media (max-width: 480px) {
  .blograreDiv .hipa-block .news-block .align-items-center .col-4 {
    max-width: 31%;
    flex: 0 0 31%;
  }
}
@media (max-width: 992px) {
  .blograreDiv .hipa-block .news-block .align-items-center .col-8 {
    padding-left: 10px;
  }
}

.newsroom-heading-section h2 {
  margin-bottom: 0;
}

.newsroom-upcoming-texture {
  background: url(./images/upcoming-bg.png) no-repeat left top/auto 100% #f6f6f6;
}
@media (max-width: 991px) {
  .newsroom-upcoming-texture {
    background-color: #f6f6f6;
    background-image: none;
  }
}
.newsroom-upcoming-texture .bg-gray2 {
  background-color: transparent;
}
.newsroom-upcoming-texture .presentationsDiv {
  padding-bottom: 0;
}
.newsroom-upcoming-texture .presentationsDiv .col-12 {
  margin-bottom: 60px !important;
}
@media (min-width: 992px) {
  .newsroom-upcoming-texture .presentationsDiv .col-12:nth-child(even) {
    text-align: right;
    border-left: 1px solid #bebebe;
  }
}
@media (max-width: 991px) {
  .newsroom-upcoming-texture .presentationsDiv .col-12 {
    margin-bottom: 50px !important;
  }
}

.upcoming-latest-section .heading-link-block {
  padding: 15px 0;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}
@media (max-width: 991px) {
  .upcoming-latest-section .heading-link-block {
    padding: 0;
    border: none;
  }
}
.upcoming-latest-section h2 {
  margin-bottom: 50px;
}
.upcoming-latest-section .block-btm-border {
  padding-bottom: 30px !important;
  border-bottom: 1px solid #bebebe !important;
  margin-bottom: 30px !important;
}
@media (max-width: 991px) {
  .upcoming-latest-section .block-btm-border {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 991px) {
  .upcoming-latest-section .block-btm-border:last-child {
    margin-bottom: 0 !important;
  }
}
.upcoming-latest-section .news-block-listing {
  padding-bottom: 20px;
}
.upcoming-latest-section .border-btm {
  border-bottom: 1px solid #bebebe;
}
@media (max-width: 991px) {
  .upcoming-latest-section .border-btm {
    border-bottom: none;
    padding: 0;
  }
}
.upcoming-latest-section .date-info {
  padding: 0 0 0 25px;
  margin-top: -5px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .upcoming-latest-section .date-info {
    padding: 0 0 30px;
    margin-top: 0;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .upcoming-latest-section .date-info br {
    display: none;
  }
}
.upcoming-latest-section h4 {
  padding-right: 25px;
  margin-bottom: 7px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .upcoming-latest-section h4 {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.blog-post-section h2 {
  margin-bottom: 50px;
}
.blog-post-section .heading-link-block {
  padding-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .blog-post-section .heading-link-block h3 {
    margin-bottom: 0;
  }
}
.blog-post-section ul {
  display: flex;
}
@media (max-width: 991px) {
  .blog-post-section ul {
    flex-direction: column;
  }
}
.blog-post-section ul li {
  max-width: 288px;
  padding: 0;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .blog-post-section ul li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.blog-post-section ul li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .blog-post-section ul li:last-child {
    margin-bottom: 0;
  }
}
.blog-post-section ul li::before {
  display: none;
}
.blog-post-section a.blog-desc-anchor .post-readmore,
.blog-post-section a.blog-desc-anchor .blog-desp-data {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 992px) {
  .blog-post-section a.blog-desc-anchor:hover {
    color: #000;
  }
  .blog-post-section a.blog-desc-anchor:hover .post-readmore,
  .blog-post-section a.blog-desc-anchor:hover .blog-desp-data {
    color: #bb16a3;
  }
}
@media (min-width: 991px) {
  .blog-post-section .blog-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 160px;
    display: block;
  }
}
@media (max-width: 991px) {
  .blog-post-section .blog-img {
    background: none;
  }
}
.blog-post-section .blog-img img {
  width: 100%;
  height: auto;
  display: none;
}
@media (max-width: 991px) {
  .blog-post-section .blog-img img {
    display: block;
  }
}
.blog-post-section .blog-post-description {
  min-height: 308px;
  padding: 15px 15px 40px;
  display: block;
  position: relative;
  background-color: #fff;
}
@media (max-width: 1201px) {
  .blog-post-section .blog-post-description {
    min-height: 350px;
  }
}
@media (max-width: 991px) {
  .blog-post-section .blog-post-description {
    min-height: initial;
  }
}
.blog-post-section .blog-post-description .post-date {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 10px;
  display: inline-block;
}
.blog-post-section .blog-post-description .post-category {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.blog-post-section .blog-post-description .blog-desp-data {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  display: block;
}
.blog-post-section .blog-post-description .blog-article-desc-data {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
}
.blog-post-section .blog-post-description .post-readmore {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 16px;
  line-height: 20px;
}

.page-template-template_newsroom .blog-post-section ul {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .page-template-template_newsroom .blog-post-section ul {
    margin-bottom: 21px;
  }
}
@media (min-width: 992px) {
  .page-template-template_newsroom .heading-link-block {
    align-items: baseline;
  }
}

.page-banner.privacy-cookie-banner {
  height: auto;
  min-height: 240px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-banner.privacy-cookie-banner.post_specific_bgc {
  background: linear-gradient(to right, #f6f6f6 50%, #f4f4f4 50%);
}
.page-banner.privacy-cookie-banner.post_specific_bgc * {
  color: #000;
}
.page-banner.privacy-cookie-banner.banner-bgc-gray {
  background: #4e4e4e;
}
.page-banner.privacy-cookie-banner * {
  color: #fff;
}
.page-banner.privacy-cookie-banner h1 {
  margin-bottom: 10px;
}
.page-banner.privacy-cookie-banner .offset-lg-2a.col-lg-9 {
  max-width: 100%;
  margin-left: 0%;
  flex: 0 0 100%;
}
.page-banner.privacy-cookie-banner.arabic-style {
  text-align: right;
  direction: rtl;
}

.social-lang-bx {
  display: flex;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .social-lang-bx {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.social-lang-bx .container {
  padding: 0;
}
.social-lang-bx .container-slim {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .social-lang-bx .container-slim {
    justify-content: flex-start;
  }
}
.social-lang-bx .custom-dropdown {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .social-lang-bx .custom-dropdown {
    margin-top: 20px;
    justify-content: flex-start;
  }
}

.privacy-cookies-style {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .privacy-cookies-style {
    padding-bottom: 50px;
  }
}
.privacy-cookies-style ul {
  padding-left: 20px;
  padding-bottom: 20px;
  margin: 0;
}
.privacy-cookies-style ul li {
  width: 100%;
  padding: 0 0 15px 15px;
  margin: 0;
  position: relative;
  color: #000;
  font-family: "Sarabun";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.privacy-cookies-style ul li:last-child {
  padding-bottom: 0;
}
.privacy-cookies-style ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #bb16a3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.privacy-cookies-style h4 {
  font-weight: 700;
}
.privacy-cookies-style h6 {
  font-weight: 700;
  margin-top: 35px;
}
.privacy-cookies-style a {
  color: #000;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .privacy-cookies-style a:hover {
    color: #bb16a3;
  }
}
.privacy-cookies-style a.external-link {
  padding: 0;
}
.privacy-cookies-style a.external-link:after {
  display: none !important;
}
.privacy-cookies-style table.basic {
  max-width: 900px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .privacy-cookies-style table.basic {
    font-size: 14px;
    line-height: 1.2em;
  }
}
.privacy-cookies-style table.basic thead {
  background-color: #f6f6f6;
}
.privacy-cookies-style table.basic td, .privacy-cookies-style table.basic th {
  width: 33.33%;
  padding: 10px;
  border: 1px solid #4e4e4e;
}
@media (max-width: 767px) {
  .privacy-cookies-style table.basic td, .privacy-cookies-style table.basic th {
    word-break: break-word;
  }
}
.privacy-cookies-style.arabic-style {
  text-align: right;
  direction: rtl;
}
.privacy-cookies-style.arabic-style ul {
  padding-left: 0;
  padding-right: 20px;
}
.privacy-cookies-style.arabic-style ul li {
  padding-left: 0;
  padding-right: 15px;
}
.privacy-cookies-style.arabic-style ul li:before {
  left: auto;
  right: 0;
}

.guideline-content {
  padding-bottom: 60px !important;
}
@media (max-width: 991px) {
  .guideline-content {
    padding-bottom: 50px !important;
  }
}
.guideline-content h2 {
  margin-bottom: 30px;
}
.guideline-content a {
  text-decoration: underline;
}
.guideline-content .comm-lang-list {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 480px) {
  .communityBanner .background-bg {
    background-position: left center;
  }
}
.communityBanner h1 {
  max-width: 450px;
}
@media (max-width: 991px) {
  .communityBanner h1 {
    max-width: 180px;
  }
}

.lending-our-exp-bx {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (max-width: 991px) {
  .lending-our-exp-bx {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.lending-our-exp-bx p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #4e4e4e;
}
@media (min-width: 992px) {
  .lending-our-exp-bx p {
    max-width: 1050px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .lending-our-exp-bx p {
    font-size: 20px;
    line-height: 26px;
  }
}

.lending-contact-bx {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (max-width: 991px) {
  .lending-contact-bx {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.lending-contact-bx .offset-lg-2a {
  margin-left: 0%;
}
@media (min-width: 992px) {
  .lending-contact-bx .offset-lg-2a.col-lg-9 {
    max-width: 1050px;
    margin: 0 auto;
    flex: 0 0 100%;
  }
}
.lending-contact-bx h3 {
  margin-bottom: 35px !important;
  color: #4e4e4e;
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
}
.lending-contact-bx h4 {
  color: #4e4e4e;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.lending-contact-bx a {
  display: inline-block;
  color: #a9218e;
  word-break: break-all;
}
@media (min-width: 992px) {
  .lending-contact-bx a:hover {
    text-decoration: underline;
  }
}
.lending-contact-bx p {
  font-weight: 400;
}

.lending-know-more-bx {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (max-width: 991px) {
  .lending-know-more-bx {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.lending-know-more-bx h1, .lending-know-more-bx h2, .lending-know-more-bx h3, .lending-know-more-bx h4, .lending-know-more-bx h5, .lending-know-more-bx h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #4e4e4e;
}
@media (max-width: 767px) {
  .lending-know-more-bx h1, .lending-know-more-bx h2, .lending-know-more-bx h3, .lending-know-more-bx h4, .lending-know-more-bx h5, .lending-know-more-bx h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.lending-know-more-bx p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  color: #4e4e4e;
  font-weight: 400;
}
.lending-know-more-bx a.link-main {
  position: relative;
  top: -5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #a9218e;
}
@media (min-width: 992px) {
  .lending-know-more-bx a.link-main:hover {
    text-decoration: underline;
  }
}
.lending-know-more-bx a.link-main.with-icon {
  padding-right: 12px;
  display: inline-block;
}
.lending-know-more-bx a.link-main.with-icon:after {
  width: 8px;
  height: 10px;
  margin-top: -3px;
  right: 0;
  background: url("./images/arrow-rht.png") no-repeat left 0/100%;
}

.medicines-block .medicines-interior-bg {
  padding: 60px 0;
  background: url("./images/bg-gradient-gray-white.png") no-repeat left top/100% 58%;
}
@media (max-width: 991px) {
  .medicines-block .medicines-interior-bg {
    background-size: 100% 25%;
  }
}
.medicines-block h2 {
  color: #4e4e4e;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}
@media (max-width: 991px) {
  .medicines-block h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.medicines-block p {
  font-size: 18px;
  line-height: 26px;
}
.medicines-block p sup {
  top: 2px;
  font-size: 60%;
}
.medicines-block p.med-name {
  margin-bottom: 2px;
  color: #fff;
}
.medicines-block a {
  color: #fff;
  font-weight: 700;
}
.medicines-block a.with-icon {
  padding-right: 10px;
  position: relative;
}
.medicines-block a.with-icon::after {
  width: 6px;
  height: 8px;
  margin-top: -3px;
  right: 0;
  background: url("./images/arrow-rht.png") no-repeat left -6px/100%;
}
@media (min-width: 992px) {
  .medicines-block a.with-icon:hover {
    text-decoration: underline;
  }
}
.medicines-block .med-copy {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.medicines-block .med-copy p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.medicines-block .med-card-row {
  margin-top: 35px;
  align-items: center;
}
@media (min-width: 992px) {
  .medicines-block .med-card-row .med-card-col {
    max-width: 301px;
  }
}
.medicines-block .med-card {
  max-width: 301px;
  height: 100%;
  margin-bottom: 20px;
  border: 1px solid #f6f6f6;
  overflow: hidden;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  cursor: pointer;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 991px) {
  .medicines-block .med-card {
    margin: 0 auto 35px;
    border: 2px solid #f6f6f6;
  }
}
.medicines-block .med-info {
  height: 100%;
  min-height: 102px;
  padding: 20px 20px 10px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: linear-gradient(to bottom, #a9218e 0, #6a116f 100%);
  text-align: center;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.medicines-block .med-photo {
  max-width: 301px;
  min-height: 145px;
  padding: 20px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
  text-align: center;
}
.medicines-block .med-photo img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .medicines-block .medicine-col {
    text-align: center;
  }
}
.medicines-block .medicine-col .medicine-img {
  max-width: 230px;
  height: auto;
}

.land-can-cont {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (max-width: 991px) {
  .land-can-cont {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.land-can-cont.pt-0 {
  padding-top: 0 !important;
}
.land-can-cont h2 {
  color: #4e4e4e;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}
.land-can-cont h3 {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
.land-can-cont a {
  color: #a9218e;
}
@media (min-width: 992px) {
  .land-can-cont a:hover {
    text-decoration: underline;
  }
}
.land-can-cont p {
  font-weight: 400;
}
@media (min-width: 992px) {
  .land-can-cont .container {
    max-width: 1050px;
    margin: 0 auto;
  }
}

/* Culture body content */
.culture-our-team p {
  font-weight: 300;
}

.culture-video {
  padding-top: 0px;
  padding-bottom: 0;
}
.culture-video .hipa-block {
  max-width: 390px;
}
@media (max-width: 991px) {
  .culture-video .hipa-block {
    max-width: 100%;
  }
}
.culture-video .hipa-block p {
  margin-bottom: 30px;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .culture-video .hipa-block p {
    min-height: 60px;
  }
}
@media (max-width: 991px) {
  .culture-video .hipa-block p {
    min-height: 10px;
  }
}
@media (min-width: 992px) {
  .culture-video .col-12:nth-child(even) {
    text-align: right;
    border-left: 1px solid #bebebe;
  }
}
@media (max-width: 991px) {
  .culture-video .col-12 {
    margin-bottom: 50px !important;
  }
  .culture-video .col-12:last-child {
    margin-bottom: 0 !important;
  }
}

.culture-modify p {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .culture-modify p {
    margin-bottom: 50px;
  }
}

.culture-employee-resource {
  background: url("./images/culture-resource-bg.png") #f6f6f6 no-repeat left top/auto 100%;
}
@media (min-width: 992px) {
  .culture-employee-resource.pad-btm {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 991px) {
  .culture-employee-resource {
    background-image: none;
  }
}
.culture-employee-resource .col-lg-4 {
  max-width: 265px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .culture-employee-resource .col-lg-4 {
    max-width: 100%;
    margin-bottom: 60px;
  }
}
.culture-employee-resource .col-lg-4 .icon-block {
  max-width: 245px;
  max-height: 105px;
  display: flex;
  align-items: center;
  min-height: 145px;
  margin-bottom: 30px;
  justify-content: left;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .culture-employee-resource .col-lg-4 .icon-block {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .culture-employee-resource .col-lg-4 .icon-block {
    min-height: auto;
    max-height: none;
    margin-bottom: 30px;
    width: 100%;
    justify-content: center;
    max-width: 100%;
  }
}
.culture-employee-resource .col-lg-4 .icon-block img {
  width: auto;
  height: auto;
  max-height: 145px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .culture-employee-resource .col-12:last-child {
    margin-bottom: 0;
  }
}
.culture-employee-resource .btm-cont-footnote {
  width: 100%;
}
.culture-employee-resource .btm-cont-footnote p {
  margin-bottom: 20px;
}

.testimonials .culture-testimonial h3 {
  padding-bottom: 25px;
}
.testimonials .culture-testimonial img {
  width: 100%;
  margin-bottom: 30px;
}
.testimonials .culture-testimonial .hipa-block {
  max-width: 246px;
}
@media (max-width: 991px) {
  .testimonials .culture-testimonial .hipa-block {
    max-width: 100%;
    height: auto;
  }
}
.testimonials .culture-testimonial .container {
  padding: 0px;
}
.culture-discover-more {
  background: url("./images/culture-dicover-more-bg.png") #f6f6f6 no-repeat left top/auto 100%;
}
@media (max-width: 991px) {
  .culture-discover-more {
    background-image: none;
  }
}
.culture-discover-more h2 {
  margin-bottom: 50px;
}
.culture-discover-more .hipa-block h3 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
}

.align-center, .testimonials .col-lg-4:nth-child(3n-1) {
  text-align: center;
}

.align-right, .testimonials .col-lg-4:nth-child(3n-0) {
  text-align: right;
}

.align-left .hipa-block, .align-center .hipa-block, .testimonials .col-lg-4:nth-child(3n-1) .hipa-block, .align-right .hipa-block, .testimonials .col-lg-4:nth-child(3n-0) .hipa-block {
  text-align: left;
  display: inline-block;
}

.margin-left-remove, .culture-employee-resource .col-lg-4:nth-child(3n-2) {
  margin-left: 0px;
}

.margin-right-remove, .culture-employee-resource .col-lg-4:nth-child(3n-0) {
  margin-right: 0px;
}

/* Culture body content */
.culture-head-size h2 {
  margin-bottom: 50px;
}

/* Contact US body content */
.contact-us {
  padding-bottom: 60px;
  border-bottom: 1px solid #bebebe;
}
@media (max-width: 991px) {
  .contact-us {
    padding: 0 0 50px;
  }
}
@media (max-width: 991px) {
  .contact-us h3 {
    margin-bottom: 50px;
  }
}
.contact-us p {
  font-weight: 300;
  max-width: 230px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .contact-us p {
    margin-bottom: 10px;
  }
}
.contact-us p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .contact-us p {
    max-width: 100%;
  }
  .contact-us p strong {
    display: block;
  }
  .contact-us p br {
    display: none;
  }
}
.contact-us p a:last-child {
  margin-bottom: 0;
}
.contact-us .normal-txt-rep-side-content {
  width: 245px;
  min-height: 342px;
  padding: 30px 28px;
  background-color: #f6f6f6;
  display: inline-block;
  text-align: left;
}
.contact-us .normal-txt-rep-side-content p {
  font-weight: 300;
}
@media (max-width: 991px) {
  .contact-us .normal-txt-rep-side-content p:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .contact-us .normal-txt-rep-side-content {
    width: 100%;
    min-height: auto;
  }
}
.contact-us .col-lg-8 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .contact-us .col-lg-8 {
    margin-top: 0px;
  }
}
.contact-us .col-lg-4 {
  text-align: right;
}
@media (max-width: 991px) {
  .contact-us .col-lg-4 {
    text-align: left;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .contact-us .side_cont_mt_zero {
    margin-top: 0;
  }
}
.contact-us .col-sm-6 {
  margin-bottom: 65px;
}
@media (min-width: 991px) {
  .contact-us .col-sm-6:nth-last-child(2), .contact-us .col-sm-6:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .contact-us .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .contact-us .col-sm-6:last-child {
    margin-bottom: 0;
  }
}
.contact-us .col-sm-6.hasTwoAddress {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.contact-us .col-sm-6.hasTwoAddress p {
  flex: 0 0 50%;
}
.contact-us .col-sm-6.hasTwoAddress p:nth-child(even) {
  padding-right: 15px;
}
.contact-us .col-sm-6.hasTwoAddress p:nth-child(odd) {
  padding-left: 15px;
}
.contact-us .col-sm-6.hasTwoAddress p:first-child {
  max-width: 100%;
  padding: 0;
  margin: 0;
  flex: 0 0 100%;
}
.contact-us .col-sm-6.hasTwoAddress p br {
  display: block;
}
.contact-us .col-sm-6.hasTwoAddress p strong + br {
  display: none;
}
.contact-us strong {
  display: inline-block;
}
.contact-us a {
  text-decoration: underline;
}

.contact-global {
  padding: 60px 0 30px;
  border-bottom: 1px solid #bebebe;
}
@media (max-width: 991px) {
  .contact-global {
    padding: 45px 0 0;
  }
}
.contact-global h3 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .contact-global .row {
    padding-bottom: 20px;
  }
}
.contact-global .row .col-lg-4 {
  min-height: 160px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .contact-global .row .col-lg-4 {
    min-height: auto;
  }
}
.contact-global a {
  text-decoration: underline;
}

.contact-patient .patient-block {
  padding: 60px 0;
  border-bottom: 1px solid #bebebe;
}
@media (max-width: 991px) {
  .contact-patient .patient-block {
    padding: 50px 0;
  }
}
.contact-patient .patient-block:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.contact-patient .patient-block .learn-more a {
  text-decoration: none;
}
@media (max-width: 480px) {
  .contact-patient .patient-block .learn-more a {
    max-width: 340px;
  }
}
.contact-patient .patient-block .arrow-icon {
  color: #bb16a3;
}
.contact-patient .patient-block .container {
  padding: 0;
}
.contact-patient a {
  display: inline-block !important;
  text-decoration: underline;
}
.contact-patient h3 {
  margin-bottom: 50px;
}
.contact-patient .contact-subhead-space {
  margin-top: 25px;
  display: inline-block;
}

.contact-icons a[href^="tel:"], .phone-icon {
  text-decoration: none;
}
.contact-icons a[href^="tel:"]:before, .phone-icon:before {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  content: "";
  background: url("./images/phone-icon.png") no-repeat left top/auto 100%;
  vertical-align: middle;
  display: inline-block;
}
@media (min-width: 992px) {
  .contact-icons a[href^="tel:"]:hover, .phone-icon:hover {
    color: #bb16a3;
  }
}

.contact-icons a[href^="mailto:"]:before {
  width: 18px;
  height: 12px;
  margin-right: 5px;
  content: "";
  background: url("./images/email-icon.png") no-repeat left top/auto 100%;
  vertical-align: middle;
  display: inline-block;
  color: #bb16a3 !important;
}
@media (min-width: 992px) {
  .contact-icons a[href^="mailto:"]:hover {
    color: #bb16a3 !important;
  }
}

.document-icon {
  padding-left: 22px;
  background: url("./images/document-icon.png") no-repeat left top/auto 100%;
  vertical-align: middle;
  display: inline-block;
}

.contact-icon, .contact-icons a[href^="tel:"], .phone-icon, .contact-icons a[href^="mailto:"] {
  font-weight: 300;
  color: #bb16a3;
  display: block;
  margin-bottom: 10px;
}

/* Contact us body content */
.science-two-column {
  margin-bottom: 60px;
  display: flex;
}
@media (max-width: 991px) {
  .science-two-column {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
}
.science-two-column ul:last-child {
  margin-bottom: 0;
}
.science-two-column .left-contain {
  max-width: 634px;
  width: 70%;
  margin-right: 47px;
  display: block;
}
@media (max-width: 991px) {
  .science-two-column .left-contain {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    order: 2;
  }
}
.science-two-column .right-contain {
  max-width: 186px;
  justify-content: center;
  display: inline-flex;
}
@media (max-width: 991px) {
  .science-two-column .right-contain {
    margin: 0 auto 30px;
  }
}
@media (min-width: 992px) {
  .science-two-column .right-contain img {
    margin-top: 5px;
  }
}
.science-two-column:last-of-type {
  margin-bottom: 0;
}

.our-science-col-block .eventsDiv {
  padding-top: 0 !important;
}
.our-science-col-block .heading-mgtp-zero {
  margin-bottom: 0 !important;
}

.page-template-template_research .research-box {
  margin-top: 0;
}

body .press-filter {
  background: url(./images/press_bg.png) no-repeat left center/auto 100% #f6f6f6;
}
@media (max-width: 991px) {
  body .press-filter {
    padding-top: 104px !important;
    background: url(./images/press_bg_mobile.png) no-repeat left 100%/auto 100% #f6f6f6;
  }
}
body .press-filter select {
  max-width: 265px;
  width: calc(33% - 5px);
  height: 33px;
  padding: 4px 30px 4px 15px;
  border: none;
  border-bottom: 0.5px solid #4e4e4e;
  margin-right: 5px;
  background: url(./images/arrow-down.png) no-repeat calc(100% - 15px) 60%/10px #fff;
  color: #a2a2a2;
  font-size: 16px;
  font-weight: 300;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media (max-width: 991px) {
  body .press-filter select {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 35px;
    display: inherit;
  }
}
body .press-filter select::-webkit-input-placeholder {
  color: #a2a2a2;
}
body .press-filter select:-ms-input-placeholder {
  color: #a2a2a2;
}
body .press-filter select::placeholder {
  color: #a2a2a2;
}
@media (min-width: 991px) {
  body .press-filter h2 {
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  body .press-filter a {
    float: right;
    padding-top: 20px;
  }
}

.portfolio-detail-content {
  border-bottom: 1px solid #bebebe;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .portfolio-detail-content {
    padding-bottom: 30px;
  }
}
.portfolio-detail-content .date-content {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.portfolio-detail-content h4 {
  max-width: 734px;
  width: 85%;
  margin-bottom: 30px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .portfolio-detail-content h4 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 991px) {
  .portfolio-detail-content a {
    padding-top: 8px;
  }
}

#pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  #pagination {
    flex-wrap: wrap;
  }
}
#pagination .left {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
@media (max-width: 991px) {
  #pagination .left {
    order: 2;
  }
}
#pagination .pagination {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) 
{
  #pagination .pagination { width: 100%; margin-bottom: 20px;}
	         .common-medicine-content {display: table !important;}
	.common-medicine-content .col-12 {width:100% !important;}
	.common-medicine-content h5 {margin-top:10px;}
	.common-medicine-content h2{text-align:center}
	.med-three-col-bx .med-middle-content .download-link{word-break: break-all;}
}

#pagination .pagination span,
#pagination .pagination a {
  padding: 8px 14px;
  font-size: 16px;
}
@media (min-width: 992px) {
  #pagination .pagination span:hover,
  #pagination .pagination a:hover {
    background: #f3f3f3;
    color: #bb16a3;
  }
}
#pagination .pagination span.prev, #pagination .pagination span.next,
#pagination .pagination a.prev,
#pagination .pagination a.next {
  padding: 0;
  font-size: 14px;
}
#pagination .pagination span.prev:hover, #pagination .pagination span.next:hover,
#pagination .pagination a.prev:hover,
#pagination .pagination a.next:hover {
  background: transparent;
}
#pagination .pagination span.next,
#pagination .pagination a.next {
  margin-left: 16px;
}
#pagination .pagination span.prev,
#pagination .pagination a.prev {
  margin-right: 16px;
}
#pagination .pagination span {
  background: #f3f3f3;
  color: #bb16a3;
}

.social-float {
  position: absolute;
}

@media (max-width: 767px) {
  .page-template-template_press_release .page-banner h1,
  .news-template-default .page-banner h1 {
    max-width: 150px;
  }
}

body.single-news .page-sub-child-menu .sidebar-bx ul.sidebar-list li.press-active a {
  color: #bb16a3;
  font-weight: 700;
}

.benefit-intro-bx h2 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .benefit-intro-bx h2 {
    margin-bottom: 20px;
  }
	.no-mt .copyright-txt{
	margin-top:0 !important;
		text-align:right !important;
}
}

.fav-benefits-bx {
  padding-top: 0 !important;
  padding-bottom: 60px !important;
}
@media (max-width: 991px) {
  .fav-benefits-bx {
    padding-bottom: 50px !important;
  }
}
.fav-benefits-bx h1, .fav-benefits-bx h2, .fav-benefits-bx h3, .fav-benefits-bx h4, .fav-benefits-bx h5, .fav-benefits-bx h6 {
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 34px;
}
.fav-benefits-bx .benefits-icon-txt {
  margin-bottom: 50px;
}
.fav-benefits-bx .benefits-icon-txt .icon-block {
  margin-bottom: 20px;
}
.fav-benefits-bx .benefits-icon-txt .icon-block img {
  width: auto;
  max-height: 80px;
  margin: 0 auto;
  display: block;
}
.fav-benefits-bx .benefits-icon-txt p {
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
}

.bg-texture1 {
  background: url(./images/home-texture-desk1.png) no-repeat left top/auto 100% #f6f6f6;
}
@media (max-width: 991px) {
  .bg-texture1 {
    background-image: none;
  }
}

.bg-texture2 {
  background: url(./images/bg-texture2.png) no-repeat left top/auto 100% #f6f6f6;
}
@media (max-width: 991px) {
  .bg-texture2 {
    background-image: none;
  }
}

.benefit-tab-accord-bx h3 {
  margin-bottom: 50px;
}
.benefit-tab-accord-bx .h3_tab_cont {
  margin-bottom: 0;
}
.benefit-tab-accord-bx p {
  margin-bottom: 10px;
  color: #4e4e4e;
}
.benefit-tab-accord-bx p:last-child {
  margin-bottom: 0;
}
.benefit-tab-accord-bx p strong {
  color: #000;
}
.benefit-tab-accord-bx .footnote {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .benefit-tab-accord-bx .footnote {
    padding-top: 10px;
  }
}
.benefit-tab-accord-bx .footnote p {
  margin-bottom: 0;
  color: #000;
}

.page-template-template_sitemap .eventsDiv {
  padding-top: 30px !important;
}
@media (max-width: 991px) {
  .page-template-template_sitemap .eventsDiv {
    padding-top: 0 !important;
  }
}
.page-template-template_sitemap .eventsDiv li {
  width: 100%;
  padding-left: 0;
  padding-bottom: 15px;
  margin-left: 0;
}
.page-template-template_sitemap .eventsDiv li::before {
  display: none;
}
@media (min-width: 992px) {
  .page-template-template_sitemap .eventsDiv li a:hover {
    color: #bb16a3;
  }
}
.page-template-template_sitemap .eventsDiv li ul {
  padding-left: 20px;
}
.page-template-template_sitemap .eventsDiv .content-siderbar-zIndex > ul:last-of-type {
  margin-bottom: 0;
}
.page-template-template_sitemap .eventsDiv .content-siderbar-zIndex > ul li:last-of-type {
  padding-bottom: 0;
}

.error404 .eventsDiv {
  padding-top: 30px !important;
}
@media (min-width: 992px) {
  .error404 .eventsDiv {
    min-height: calc(100vh - 600px);
  }
}
@media (max-width: 991px) {
  .error404 .eventsDiv {
    padding-top: 0 !important;
  }
}
.error404 .eventsDiv .col-lg-9 {
  max-width: 100%;
  flex: 0 0 100%;
}
.error404 .content-siderbar-zIndex a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .error404 .content-siderbar-zIndex a:hover {
    color: #bb16a3;
  }
}

@media (min-width: 992px) {
  .back-cta {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .back-cta a:hover {
    color: #bb16a3;
  }
}

.date_download {
  font-weight: 400;
}
.date_download a {
  padding-right: 31px;
  margin-left: 10px;
  font-weight: bold;
  background: url(./images/download_link.png) no-repeat right center/21px;
}
@media (min-width: 992px) {
  .date_download a:hover {
    color: #bb16a3;
  }
}

.f-medium {
  font-weight: 600;
}

.cta-link {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 992px) {
  .cta-link:hover {
    color: #bb16a3;
  }
}

.back-mobile .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.back-mobile .container .social-links {
  max-width: 60%;
}

.single-post .section-pt-60-pb-50 {
  padding-bottom: 0px !important;
}
.single-post .blog-post-author {
  display: flex;
  align-items: center;
}
.single-post .blog-post-author .blog-post-author-info {
  padding-left: 11px;
}
.single-post .blog-post-author .blog-post-author-name {
  font-weight: bold;
}
.single-post .blog-post-author .blog-post-author-photo img {
  border-radius: 50%;
  width: 65px;
}
.single-post .anchor-single-blog {
  margin-bottom: 30px;
}
.single-post .post-date {
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .single-post .post-date {
    white-space: break-spaces;
  }
}
.single-post .post-title h1 {
  font-size: 38px;
  line-height: 42px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .single-post .post-title h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
.single-post .post-excerpt h3 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .single-post .post-excerpt h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.single-post .blog-img {
  margin: 30px 0;
  padding: 0 !important;
}
.single-post .blog-img .img-caption-text {
  margin: 20px 0 30px;
}
.single-post .blog-img img {
  width: 100%;
  display: block;
}
.single-post .blog-contents-text {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .single-post .blog-contents-text {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .single-post .blog-contents-text p br {
    display: none;
  }
}
.single-post .blog-contents-text .blockquote-wrap,
.single-post .blog-contents-text .video-wrap {
  margin: 30px 0;
}
.single-post .blog-contents-text .blockquote-wrap:first-of-type,
.single-post .blog-contents-text .video-wrap:first-of-type {
  margin-top: 0;
}
.single-post .blog-contents-text p + blockquote {
  margin-top: 30px;
}
.single-post .blog-contents-text blockquote + p {
  margin-top: 30px;
}
.single-post .blog-contents-text blockquote p::before {
  content: "“";
  color: #bb16a3;
}
.single-post .blog-contents-text blockquote p::after {
  content: "”";
  color: #bb16a3;
}
.single-post .blog-contents-text blockquote + blockquote {
  margin-top: 30px;
}
.single-post .blog-contents-text blockquote + img {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .single-post .blog-contents-text blockquote + img {
    margin-top: 30px;
  }
}
.single-post .blog-contents-text img + blockquote {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .single-post .blog-contents-text img + blockquote {
    margin-top: 30px;
  }
}
.single-post .blog-contents-text .image-wrap {
  margin: 50px 0;
}
@media (max-width: 991px) {
  .single-post .blog-contents-text .image-wrap {
    margin: 30px 0;
  }
}
.single-post .blog-contents-text .image-wrap:first-of-type {
  margin-top: 0;
}
.single-post .blog-contents-text .image-wrap-container + .image-wrap-container {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .single-post .blog-contents-text .image-wrap-container + .image-wrap-container {
    margin-top: 30px;
  }
}
.single-post .blog-contents-text p + .image-wrap-container {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .single-post .blog-contents-text p + .image-wrap-container {
    margin-top: 30px;
  }
}
.single-post .blog-contents-text .image-wrap-container + p {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .single-post .blog-contents-text .image-wrap-container + p {
    margin-top: 30px;
  }
}
.single-post .blog-contents-text .image-wrap-container.wp-caption + p {
  margin-top: 30px;
}
.single-post .blog-contents-text img {
  width: 100%;
  height: auto;
}
.single-post .blog-contents-text .left-align-content {
  padding-right: 10px;
}
@media (max-width: 991px) {
  .single-post .blog-contents-text .left-align-content {
    padding-right: 0;
    width: 100% !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .single-post .blog-contents-text .blog-row-content > div {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
.single-post .blog-contents-text .right-align-content {
  padding-left: 10px;
}
@media (max-width: 991px) {
  .single-post .blog-contents-text .right-align-content {
    padding-left: 0;
    width: 100% !important;
  }
}
.single-post .blog-contents-text .wp-caption {
  width: 100% !important;
}
.single-post .blog-contents-text .wp-caption img {
  width: 100%;
}
.single-post .blog-contents-text .wp-caption-text {
  margin-top: 20px;
  font-style: italic;
}
.single-post .blog-contents-text .align-items-center .blog-row-content > div {
  vertical-align: middle;
}
@media (max-width: 991px) {
  .single-post .blog-contents-text .mobile-bottom .right-align-content {
    order: 0;
    margin-bottom: 30px;
  }
  .single-post .blog-contents-text .mobile-bottom .left-align-content {
    order: 1;
    margin-bottom: 0;
  }
}
.single-post .blog-contents-text .icon_toggle img {
  width: auto;
}
@media (max-width: 991px) {
  .single-post .blog-contents-text .icon_toggle img {
    margin: 0 auto;
    display: block;
  }
}
.single-post .blog-contents-text .iframe-wrap:not(.video-wrap) {
  position: relative;
  padding-bottom: 56%;
}
.single-post .blog-contents-text .iframe-wrap:not(.video-wrap) iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.single-post .blog-contents-text .blog-row-content {
  display: flex;
  flex-wrap: wrap;
}
.single-post .blog-contents-text .blog-row-content:last-child {
  margin-bottom: 0;
}
.single-post .blog-contents-text .blog-row-content a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .single-post .blog-contents-text .blog-row-content a:hover {
    color: #bb16a3;
  }
}
.single-post .blog-contents-text .blog-row-content a:not([href^="mailto:"]):not([href^="telto:"]) {
  /*&::after{                                                                        
      content: "";
      width: 9px;
      height: 10px;
      margin: -2px 0 0 4px;
      display: inline-block;
      position: static;
      vertical-align: middle;                        
      background: url(./images/arrow-rht.png) no-repeat left 0/100%;
      color: color(pink);
  }*/
}
.single-post .blog-contents-text .blog-row-content a:not([href^="mailto:"]):not([href^="telto:"])[target=_blank]::after {
  content: "";
  width: 14px;
  height: 15px;
  margin: -2px 0 0 4px;
  display: inline-block;
  position: static;
  vertical-align: middle;
  background: url(./images/external-icon.png) no-repeat left -29px/100%;
  color: #bb16a3;
}
@media (max-width: 991px) {
  .single-post .blog-contents-text .blog-row-content a.text-underline {
    display: inline !important;
  }
}
.single-post .blog-contents-text .blog-row-content.blog-featured-text p:first-of-type {
  margin-bottom: 50px;
}
.single-post .blog-contents-text .blog-row-content blockquote p {
  font-size: 28px;
  line-height: 32px;
}
.single-post .blog-contents-text ul:last-child {
  margin-bottom: 0;
}
.single-post .blog-contents-text ul li {
  padding-bottom: 10px;
}
.single-post .blog-contents-text ul li:last-child {
  padding-bottom: 0;
}
.single-post .blog-contents-text ol {
  list-style: decimal;
  padding-left: 30px;
  padding-bottom: 20px;
}
.single-post .blog-contents-text ol:last-child {
  margin-bottom: 0;
}
.single-post .blog-contents-text ol li {
  padding-bottom: 10px;
}
.single-post .blog-contents-text ol li:last-child {
  padding-bottom: 0;
}
.single-post .video-block {
  margin: 0 auto;
  width: 100%;
}
.single-post .video-block .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 53%;
}
.single-post .video-block .video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.single-post .video-block .video-caption {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f5f5f5;
  padding: 20px;
}
.single-post .show-in-mobile-view {
  text-align: inherit;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .single-post .show-in-mobile-view {
    display: none;
  }
}
.single-post .show-in-desktop {
  text-align: end;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .single-post .show-in-desktop {
    display: none;
  }
}
.single-post .related-blog-image {
  background-color: #f3f3f3;
  height: 160px;
}
.single-post .related-blog-image img {
  width: 100%;
  height: 100%;
}
.single-post .related-textual-content {
  background-color: #f3f3f3;
  padding: 10px 20px 0;
  height: 208px;
}
.single-post .related-textual-content .post-readmore {
  padding: 20px 0 10px 0;
}
.single-post .related-textual-content .blog-textula-title {
  height: 111px;
}
.single-post .blog-link .row {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .single-post .blog-link .col-md-4 {
    padding: 0 20px 20px 0;
  }
}
.single-post .social-share-section {
  padding-bottom: 60px !important;
}
@media (max-width: 991px) {
  .single-post .social-share-section {
    padding-bottom: 50px !important;
  }
}
.single-post .social-share-section .social-share-icn {
  display: flex;
  align-items: center;
}
.single-post .social-share-section .social-share-icn img {
  height: 37px;
  display: block;
  cursor: pointer;
}
.single-post .social-share-section .social-share-icn p {
  padding: 0 0 0 14px;
}
.single-post .remove-pdb-60 {
  padding-bottom: 0px !important;
}
.single-post .social-share-shortcode {
  display: none;
  margin-top: 13px;
  border: 1px solid #d9d9d9;
  background: #fff;
  z-index: 1;
  width: 189px;
  position: relative;
}
.single-post .social-share-shortcode .socializer {
  display: grid;
  margin-left: 5px;
}
.single-post .social-share-shortcode .socializer a {
  color: #000 !important;
  border-color: #fff;
  background-color: #fff;
  margin-left: 2px;
}
.single-post .social-share-shortcode .socializer a img {
  width: auto;
  height: 21px;
}
.single-post .social-share-shortcode .socializer span {
  display: block;
  padding-bottom: 4px;
}
.single-post .social-share-shortcode .socializer .sr-share-menu {
  display: none;
}
.single-post .social-share-shortcode:before, .single-post .social-share-shortcode:after {
  content: "";
  display: block;
  position: absolute;
  left: 34%;
  width: 0;
  height: 0;
  border-style: solid;
}
.single-post .social-share-shortcode:after {
  top: -21px;
  border-color: transparent transparent transparent #fff;
  border-width: 11px;
  rotate: -90deg;
  left: 10px;
}
@-moz-document url-prefix() {
  .single-post .social-share-shortcode:after {
    top: -148px;
  }
}
.single-post .social-share-shortcode:before {
  top: -22px;
  border-color: transparent transparent transparent #d9d9d9;
  border-width: 11px;
  rotate: -90deg;
  left: 10px;
}
@-moz-document url-prefix() {
  .single-post .social-share-shortcode:before {
    top: -21px;
  }
}
.single-post .blog-post-section {
  padding-bottom: 60px !important;
}
@media (max-width: 991px) {
  .single-post .blog-post-section {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 991px) {
  .single-post .blog-post-section .content-siderbar-zIndex ul {
    margin-bottom: 0px;
  }
}
.single-post .blog-post-section .content-siderbar-zIndex ul li a.blog-desc-anchor .post-readmore,
.single-post .blog-post-section .content-siderbar-zIndex ul li a.blog-desc-anchor .blog-desp-data {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.single-post .blog-post-section .content-siderbar-zIndex ul li a.blog-desc-anchor:hover {
  color: #000;
}
.single-post .blog-post-section .content-siderbar-zIndex ul li a.blog-desc-anchor:hover .post-readmore,
.single-post .blog-post-section .content-siderbar-zIndex ul li a.blog-desc-anchor:hover .blog-desp-data {
  color: #bb16a3;
}
.single-post .blog-post-section .content-siderbar-zIndex ul li .blog-img {
  margin: 0;
}
@media (min-width: 991px) {
  .single-post .blog-post-section .content-siderbar-zIndex ul li .blog-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 160px;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .single-post .blog-post-section .content-siderbar-zIndex ul li .blog-img {
    height: 135px;
  }
}
@media (max-width: 991px) {
  .single-post .blog-post-section .content-siderbar-zIndex ul li .blog-img {
    background: none;
  }
}
.single-post .blog-post-section .content-siderbar-zIndex ul li .blog-img img {
  display: none;
}
@media (max-width: 991px) {
  .single-post .blog-post-section .content-siderbar-zIndex ul li .blog-img img {
    display: block;
  }
}
.single-post .blog-post-section .content-siderbar-zIndex ul li .blog-post-description {
  min-height: 308px;
  padding: 15px 15px 40px;
  display: block;
  position: relative;
  background-color: #f3f3f3;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 1201px) {
  .single-post .blog-post-section .content-siderbar-zIndex ul li .blog-post-description {
    min-height: 350px;
  }
}
@media (max-width: 991px) {
  .single-post .blog-post-section .content-siderbar-zIndex ul li .blog-post-description {
    min-height: initial;
  }
}
.single-post .blog-post-section .content-siderbar-zIndex ul li .blog-post-description span.post-date {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 10px;
  display: inline-block;
}
.single-post .blog-post-section .content-siderbar-zIndex ul li .blog-post-description span.post-category {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.single-post .blog-post-section .content-siderbar-zIndex ul li .blog-post-description span.blog-desp-data {
  min-height: 0;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 24px;
}
.single-post .blog-post-section .content-siderbar-zIndex ul li .blog-post-description span.blog-article-desc-data {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
}
.single-post .blog-post-section .content-siderbar-zIndex ul li .blog-post-description span.post-readmore {
  font-size: 16px;
  line-height: 20px;
}
.single-post .wp-socializer.wpsr-share-icons {
  margin: 0;
  padding: 19px 0;
}
.single-post .blog-post-section .heading-link-block {
  border-top: 1px solid #bebebe;
  padding-top: 60px;
}
@media (min-width: 992px) {
  .single-post .blog-post-section .heading-link-block {
    align-items: flex-end;
  }
}
@media (max-width: 991px) {
  .single-post .blog-post-section .heading-link-block {
    padding-top: 50px;
    margin-bottom: 30px;
  }
}

body.single-post .page-sub-child-menu .sidebar-bx ul.sidebar-list li.blog-active a {
  color: #bb16a3;
  font-weight: 700;
}

body .normal-wrapper {
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  body .normal-wrapper {
    padding-top: 50px !important;
  }
}

.reverse-two-column .right-contain {
  max-width: initial;
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .reverse-two-column .right-contain {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    order: 2;
  }
}
.reverse-two-column .left-contain {
  max-width: 134px;
  justify-content: center;
  display: inline-flex;
}
@media (max-width: 991px) {
  .reverse-two-column .left-contain {
    margin: 0 auto 30px;
  }
}

@media (max-width: 991px) {
  .grants-repeater-column .right-contain {
    border-bottom: 1px solid #bebebe;
    padding-bottom: 50px;
  }
}

body.page-template-template_grants_and_contributions .reverse-two-column .left-contain {
  max-width: 163px;
  margin-right: auto;
  padding-right: 15px;
}
@media (max-width: 991px) {
  body.page-template-template_grants_and_contributions .reverse-two-column .left-contain {
    padding-right: 0;
  }
}

.reverse-two-column .mail-icon:before {
  width: 18px;
  height: 12px;
  margin-right: 5px;
  content: "";
  background: url("./images/email-icon.png") no-repeat left top/auto 100%;
  vertical-align: middle;
  display: inline-block;
}
@media (min-width: 992px) {
  .reverse-two-column .mail-icon:hover {
    color: #bb16a3;
  }
}

.modify-two-column {
  padding-top: 0 !important;
}
.modify-two-column .block-btm-border {
  margin-bottom: 0;
  border-bottom: 0;
}
.modify-two-column .block-btm-border img {
  display: block;
}
@media (max-width: 991px) {
  .modify-two-column .block-btm-border img {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .modify-two-column h3 {
    margin-bottom: 30px;
  }
}

.modify-content {
  padding-bottom: 50px !important;
}
.modify-content h2 {
  margin-bottom: 0;
}

.advocacy-bg {
  background: url(./images/advocacy_bg.png) no-repeat left top/auto 100% #f6f6f6;
}
@media (max-width: 991px) {
  .advocacy-bg {
    background-image: none;
  }
}

.modify-heading .main-heading {
  margin-bottom: 50px;
}
.modify-heading .heading-mgtp-zero {
  margin-bottom: 0 !important;
}

.page-template-template_advocacy_early_access .science-two-column .left-contain {
  max-width: 220px;
}
.page-template-template_advocacy_early_access .science-two-column .left-contain img {
  max-width: 173px;
  display: block;
}

@media (max-width: 767px) {
  .internship-banner h1 {
    max-width: 170px;
  }
}

.internships-two-col-parent {
  padding: 60px 0 0 0 !important;
}
.internships-two-col-parent img {
  display: block;
}
.internships-two-col-parent .block-btm-border {
  padding-bottom: 60px !important;
}
@media (max-width: 991px) {
  .internships-two-col-parent .block-btm-border {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 991px) {
  .internships-two-col-parent .block-btm-border img {
    margin-bottom: 30px;
  }
}
.internships-two-col-parent .block-btm-border h2 {
  font-size: 30px;
  line-height: 34px;
}
@media (min-width: 992px) {
  .internships-two-col-parent .block-btm-border h2 {
    margin-top: -5px;
  }
}
@media (max-width: 991px) {
  .internships-two-col-parent .block-btm-border h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.internship-prog-det-section {
  background: url("./images/culture-dicover-more-bg.png") #f6f6f6 no-repeat left top/auto 100%;
}
@media (max-width: 991px) {
  .internship-prog-det-section {
    padding-bottom: 60px !important;
    background-image: none;
    background-color: #f6f6f6;
  }
}
.internship-prog-det-section .block-btm-border {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.internship-prog-det-section .block-btm-border:first-child {
  padding-top: 0;
}
@media (max-width: 991px) {
  .internship-prog-det-section .block-btm-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.internship-prog-det-section .block-btm-border:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.internship-prog-det-section .block-btm-border img {
  display: block;
}
@media (max-width: 991px) {
  .internship-prog-det-section .block-btm-border img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.internship-prog-det-section ul {
  margin-bottom: 25px;
}
.internship-prog-det-section ul li {
  padding-bottom: 5px;
}

.internships-discover-block h2 {
  margin-bottom: 50px;
}

.two-col-download {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  background: url(./images/bg_two_col_download.png) no-repeat left -10px/auto calc(100% + 10px) #f6f6f6;
}
@media (max-width: 991px) {
  .two-col-download {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background: url(./images/bg_two_col_download_mobile.png) no-repeat right calc(100% + 50px)/auto calc(100% + 50px) #f6f6f6;
  }
}
.two-col-download .img-wrap {
  max-width: 246px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .two-col-download .img-wrap {
    max-width: initial;
    margin-bottom: 30px;
  }
}
.two-col-download .img-wrap img {
  width: 100%;
  display: block;
}
.two-col-download h6 {
  margin-bottom: 15px;
}
.two-col-download .download-link {
  font-size: 16px;
}
.two-col-download .download-link::after {
  background-size: 16px;
}
.two-col-download .block-btm-border:last-of-type {
  padding-bottom: 0;
}
.two-col-download .block-btm-border ul:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .two-col-download .modify-contain-order {
    margin-bottom: 20px;
    order: 1;
  }
}
@media (max-width: 991px) {
  .two-col-download .modify-image-order {
    order: 2;
  }
}

.sustainability-content {
  margin-bottom: -10px;
}
@media (max-width: 991px) {
  .sustainability-content {
    margin-bottom: 0px;
  }
}
.sustainability-content h2 {
  margin-bottom: 0;
}

.page-template-template_corporate_sustainability .internships-two-col-parent {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .page-template-template_corporate_sustainability .internships-two-col-parent .block-btm-border .col-lg-7 {
    flex: 0 0 57%;
    max-width: 57%;
  }
}
@media (min-width: 992px) {
  .page-template-template_corporate_sustainability .internships-two-col-parent .block-btm-border .col-lg-5 {
    flex: 0 0 43%;
    max-width: 43%;
  }
}
.page-template-template_corporate_sustainability .internships-two-col-parent .block-btm-border .col-lg-5 ul {
  margin-bottom: 0;
}
.page-template-template_corporate_sustainability .internships-two-col-parent ul li {
  padding-bottom: 4px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-template-template_corporate_sustainability .hipa-block-parent p {
    min-height: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-template-template_corporate_sustainability .hipa-block-parent .cta-left-icon {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-template-template_corporate_sustainability .hipa-block-parent .col-12:last-child .cta-left-icon {
    margin-top: 8px;
  }
}

.desktop-download-links {
  margin-top: 30px;
}
.desktop-download-links a {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  display: table;
}
.desktop-download-links a:last-child {
  margin-bottom: 0;
}

.mobile-download-links {
  margin-top: 30px;
}
.mobile-download-links a {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  display: table;
}
.mobile-download-links a:last-child {
  margin-bottom: 0;
}

.corp-section-1 h3.main-heading {
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 42px;
}
@media (max-width: 991px) {
  .corp-section-1 h3.main-heading {
    font-size: 30px;
    line-height: 34px;
  }
}
.corp-section-1 .env-icon {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 991px) {
  .corp-section-1 .env-icon {
    max-width: 178px;
  }
}
.corp-section-1 ul {
  column-count: 3;
}
.corp-section-1 ul li {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .corp-section-1 ul li {
    margin-left: 0;
  }
}
.corp-section-1 .download-link {
  padding-right: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.corp-section-1 .download-link::after {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.columns-row {
  margin: 0 -10px;
  display: flex;
}
@media (max-width: 991px) {
  .columns-row {
    flex-wrap: wrap;
  }
}
.columns-row .left-contain {
  padding: 0 10px;
}
@media (min-width: 992px) {
  .columns-row .left-contain {
    max-width: 66.66%;
    flex: 0 0 66.66%;
  }
}
@media (max-width: 991px) {
  .columns-row .left-contain {
    max-width: 100%;
    flex: 0 0 100%;
    order: 1;
  }
}
.columns-row .right-contain {
  padding: 0 10px;
}
.columns-row .right-contain p:last-child {
  padding: 0;
}
@media (min-width: 992px) {
  .columns-row .right-contain {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
@media (max-width: 991px) {
  .columns-row .right-contain {
    max-width: 100%;
    margin-bottom: 30px;
    flex: 0 0 100%;
  }
}

.corp-section-download {
  background: url(./images/esg-report-bg.png) no-repeat left top/auto 100% #f6f6f6;
}
@media (max-width: 991px) {
  .corp-section-download {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .corp-section-download .col-lg-5 {
    max-width: 250px;
    flex: 0 0 250px;
  }
}
@media (min-width: 992px) {
  .corp-section-download .col-lg-7 {
    max-width: calc(100% - 250px);
    flex: 0 0 calc(100% - 250px);
    padding-right: 10%;
  }
}
.corp-section-download .img-wrap, .corp-section-download h6 {
  margin-bottom: 10px;
}
.corp-section-download .download-link {
  display: inline-flex;
}
.corp-section-download ul {
  margin-top: -20px;
}
.corp-section-download ul li {
  padding-bottom: 0;
}

.accordion-section + .section-pt-60px {
  display: none;
}
.accordion-section.bg-patterns {
  background: url(./images/resource-texture.png) no-repeat left calc(100% + 50px)/auto calc(100% + 50px) #f6f6f6;
}
@media (max-width: 991px) {
  .accordion-section.bg-patterns {
    background-image: none;
  }
}
.accordion-section h2 {
  margin-bottom: 30px;
}
.accordion-section .card {
  padding: 0;
  margin-bottom: 24px;
  border: 1px solid #bebebe !important;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .accordion-section .card {
    border: none !important;
  }
}
.accordion-section .card:last-child {
  margin-bottom: 0;
}
.accordion-section .card .card-header {
  background-color: transparent;
}
@media (max-width: 991px) {
  .accordion-section .card .card-header {
    padding: 0;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
  }
}
.accordion-section .card .card-header a {
  padding: 18px 48px 22px;
  display: block;
  position: relative;
  color: #bb16a3;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}
@media (max-width: 991px) {
  .accordion-section .card .card-header a {
    padding: 18px 15px 22px 48px;
  }
}
.accordion-section .card .card-header a:before {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 18px;
  background: url("./images/plus-minuse-pink.png") no-repeat left -14px/100%;
}
.accordion-section .card .card-header a.collapsed {
  color: #000;
  font-weight: 400;
}
.accordion-section .card .card-header a.collapsed:before {
  background: url("./images/plus-minuse-pink.png") no-repeat left top/100%;
}
.accordion-section .card .card-body {
  padding: 20px 30px 0;
}
.accordion-section .card .card-body .col-12 {
  padding: 0 30px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .accordion-section .card .card-body .col-12 {
    padding: 0 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .accordion-section .card .card-body .col-12:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .accordion-section .card .card-body .col-12.border-right {
    border: none !important;
  }
}
.accordion-section .card .card-body .col-12:nth-child(even).border-right {
  border-right: none !important;
}
.accordion-section .card .card-body .col-12:last-child.border-right {
  border-right: none !important;
}
.accordion-section .card .download-wrap h6 {
  margin-bottom: 10px;
}
.accordion-section .card .download-wrap .img-wrap {
  border: 1px solid #bebebe;
  margin-bottom: 14px;
}
.accordion-section .card .download-wrap .img-wrap img {
  display: block;
}
.accordion-section .card .download-wrap .download-link {
  padding-right: 20px;
  font-size: 16px;
}
.accordion-section .card .download-wrap .download-link:after {
  width: 14px;
  height: 14px;
  margin-top: -7px;
}

.heading_with_image.corp-award-section {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (max-width: 991px) {
  .heading_with_image.corp-award-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.heading_with_image.corp-award-section .col-lg-4 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .heading_with_image.corp-award-section .col-lg-4 {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .heading_with_image.corp-award-section .col-lg-4:last-child {
    margin-bottom: 0;
  }
}
.heading_with_image.corp-award-section h5 {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 42px;
}
@media (max-width: 991px) {
  .heading_with_image.corp-award-section h5 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 34px;
  }
}
.heading_with_image.corp-award-section .row {
  align-items: flex-start !important;
}
.heading_with_image.corp-award-section .img-placeholder {
  min-height: 122px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .heading_with_image.corp-award-section .img-placeholder {
    min-height: 10px;
  }
}
.heading_with_image.corp-award-section .img-placeholder img {
  margin: 0 auto;
}

.tab-with-icon-section h2 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .tab-with-icon-section h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .tab-accord-icon-bx {
    margin: 0 -20px;
  }
}
.tab-accord-icon-bx .nav-tabs {
  padding: 0;
  border-color: #4e4e4e;
  border-width: 2px;
}
.tab-accord-icon-bx .nav-tabs li {
  margin: 0 4px;
}
.tab-accord-icon-bx .nav-tabs li:first-child {
  margin-left: 0;
}
.tab-accord-icon-bx .nav-tabs li:last-child {
  margin-right: 0;
}
.tab-accord-icon-bx .nav-tabs li .nav-link {
  min-height: 210px;
  max-width: 120px;
  padding: 0;
  transition: all 0s ease-in-out 0s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tab-accord-icon-bx .nav-tabs li .nav-link {
    min-height: 184px;
  }
}
.tab-accord-icon-bx .nav-tabs li .nav-link.active {
  width: 276px;
  max-width: 100%;
  border-color: #4e4e4e;
  border-width: 2px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tab-accord-icon-bx .nav-tabs li .nav-link.active {
    width: 240px;
  }
}
.tab-accord-icon-bx .nav-tabs li .nav-link.active .thumb-img-child {
  background-color: transparent;
}
.tab-accord-icon-bx .nav-tabs li .nav-link.active .thumb-icon {
  visibility: hidden;
}
.tab-accord-icon-bx .nav-tabs li .nav-link.active .thumb-txt {
  bottom: -2px;
  color: #bb16a3;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tab-accord-icon-bx .nav-tabs li .nav-link.active .thumb-txt {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .tab-accord-icon-bx .nav-tabs li .nav-link.active:hover .thumb-img-child {
    background-color: transparent;
  }
  .tab-accord-icon-bx .nav-tabs li .nav-link.active:hover .thumb-txt {
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  .tab-accord-icon-bx .nav-tabs li .nav-link:hover .thumb-img-child, .tab-accord-icon-bx .nav-tabs li .nav-link:hover .thumb-txt {
    background-color: #FCF3FA;
  }
}
.tab-accord-icon-bx .nav-tabs li .thumb-img-icon-wrap {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.tab-accord-icon-bx .nav-tabs li .thumb-img-child {
  width: 100%;
  height: 100%;
  padding-bottom: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tab-accord-icon-bx .nav-tabs li .thumb-icon img {
    max-width: 80%;
    height: auto;
  }
}
.tab-accord-icon-bx .nav-tabs li .thumb-txt {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tab-accord-icon-bx .nav-tabs li .thumb-txt {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card:last-child {
    margin-bottom: 0;
  }
}
.tab-accord-icon-bx .card .card-body {
  padding: 0 10px;
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card .card-body {
    padding: 25px 20px;
    background-color: #fff;
  }
}
.tab-accord-icon-bx .card .card-body .row-border-btm {
  border-bottom: 1px solid #bebebe;
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card .card-body .row-border-btm {
    margin: 0;
    border-bottom: none;
  }
}
.tab-accord-icon-bx .card .card-body .col-12 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card .card-body .col-12 {
    padding: 20px 15px;
    display: flex;
  }
}
@media (min-width: 992px) {
  .tab-accord-icon-bx .card .card-body .col-lg-5 {
    max-width: 37%;
    flex: 0 0 37%;
  }
}
@media (min-width: 992px) {
  .tab-accord-icon-bx .card .card-body .col-lg-7 {
    max-width: 63%;
    flex: 0 0 63%;
  }
}
.tab-accord-icon-bx .card .card-body .background-texture {
  padding-left: 65px;
  position: relative;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card .card-body .background-texture {
    padding: 65px 15px 40px;
  }
}
.tab-accord-icon-bx .card .card-body .background-texture:before {
  content: "";
  width: 65px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("./images/white-arrow-big.png") no-repeat left center/auto 100%;
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card .card-body .background-texture:before {
    width: 100%;
    height: 60px;
    background: url("./images/white-arrow-big-hr.png") no-repeat center bottom/cover;
  }
}
@media (max-width: 480px) {
  .tab-accord-icon-bx .card .card-body .background-texture:before {
    height: 40px;
  }
}
.tab-accord-icon-bx .card .card-body .background-texture .text-bx {
  max-width: 280px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tab-accord-icon-bx .card .card-body .background-texture .text-bx {
    max-width: 240px;
  }
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card .card-body .background-texture .text-bx {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card .card-body .background-texture .text-bx h4 {
    margin-bottom: 25px;
  }
}
.tab-accord-icon-bx .card .card-body .background-texture .text-bx img {
  position: absolute;
  top: 25%;
  right: 40px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tab-accord-icon-bx .card .card-body .background-texture .text-bx img {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card .card-body .background-texture .text-bx img {
    width: 66px;
    top: 35px;
    right: 20px;
  }
}
.tab-accord-icon-bx .card .card-body .text-bx {
  max-width: 310px;
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card .card-body .text-bx {
    max-width: 100%;
  }
}
.tab-accord-icon-bx .card .card-body .text-bx h4 {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card .card-body .text-bx h4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card .card-body .num-para-bx {
    margin: 0;
  }
}
.tab-accord-icon-bx .card .card-body .num-para-bx .row1 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card .card-body .num-para-bx .row1 {
    margin-bottom: 0;
  }
}
.tab-accord-icon-bx .card .card-body .num-para-bx .aligncenter {
  margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tab-accord-icon-bx .card .card-body .num-para-bx .aligncenter {
    max-width: 70px;
  }
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card .card-body .num-para-bx .aligncenter {
    max-width: 74px;
    margin: 0 20px 0 0;
  }
}
.tab-accord-icon-bx .card .card-body .num-para-bx .num-txt {
  padding-right: 20px;
  font-size: 83px;
  line-height: 1em;
  font-weight: 100;
  white-space: nowrap;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tab-accord-icon-bx .card .card-body .num-para-bx .num-txt {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card .card-body .num-para-bx .num-txt {
    font-size: 60px;
  }
}
.tab-accord-icon-bx .card .card-body .num-para-bx .small-txt {
  max-width: 220px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card .card-body .num-para-bx .small-txt {
    max-width: 100%;
  }
}
.tab-accord-icon-bx .card .card-body .num-para-bx .sub-txt {
  margin-left: -25px;
  font-size: 30%;
  line-height: 1em;
}
.tab-accord-icon-bx .card .card-body .num-para-bx .col-12 {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card .card-body .num-para-bx .col-12 {
    padding: 20px 0;
    border-bottom: 1px solid #bebebe;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card .card-body .num-para-bx .col-12:last-child {
    padding-bottom: 0;
    flex-direction: column;
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card .card-body .num-para-bx .col-12:last-child .row1 {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .tab-accord-icon-bx .card .card-body .num-para-bx .col-lg-4:first-child {
    max-width: 33%;
    flex: 0 0 33%;
  }
}
@media (min-width: 992px) {
  .tab-accord-icon-bx .card .card-body .num-para-bx .col-lg-4 {
    max-width: 30%;
    flex: 0 0 30%;
  }
}
@media (min-width: 992px) {
  .tab-accord-icon-bx .card .card-body .num-para-bx .col-lg-4:last-child {
    max-width: 37%;
    flex: 0 0 37%;
  }
}
.tab-accord-icon-bx .card .card-body .footnote .text-indent {
  display: inline-block;
  text-indent: -5px;
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card-header a {
    padding: 0 56px 0 48px;
  }
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card-header a:before {
    color: #bb16a3;
  }
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card-header a .thumb-icon {
    position: absolute;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .tab-accord-icon-bx .card-header a .thumb-icon img {
    width: 38px;
  }
}
@media (max-width: 991px) {
  .tab-accord-icon-bx #patients .card-body .num-para-bx .col-12, .tab-accord-icon-bx #communities .card-body .num-para-bx .col-12, .tab-accord-icon-bx #planet .card-body .num-para-bx .col-12, .tab-accord-icon-bx #governance .card-body .num-para-bx .col-12 {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .tab-accord-icon-bx #patients .card-body .num-para-bx .col-12 .row1, .tab-accord-icon-bx #communities .card-body .num-para-bx .col-12 .row1, .tab-accord-icon-bx #planet .card-body .num-para-bx .col-12 .row1, .tab-accord-icon-bx #governance .card-body .num-para-bx .col-12 .row1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .tab-accord-icon-bx #people .card-body .num-para-bx .col-12:last-child {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .tab-accord-icon-bx #governance .card-body .num-para-bx .col-12:nth-child(2) {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .tab-accord-icon-bx #governance .card-body .num-para-bx .col-12:nth-child(2) .row1 {
    margin-bottom: 0;
  }
}

.modify-access-two-column {
  padding: 0 !important;
}
@media (min-width: 991px) {
  .modify-access-two-column .brd-bb {
    border-bottom: 1px solid #bebebe;
  }
}
.modify-access-two-column .block-btm-border {
  padding-bottom: 60px !important;
}
@media (max-width: 991px) {
  .modify-access-two-column .block-btm-border {
    padding-bottom: 50px !important;
    border-bottom: 1px solid #bebebe !important;
  }
}
@media (max-width: 991px) {
  .modify-access-two-column .modify-img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.border-two-column {
  padding-bottom: 50px;
  border-bottom: 1px solid #bebebe;
  margin: 50px 0 0;
}
@media (max-width: 991px) {
  .border-two-column {
    padding-bottom: 30px;
    margin: 30px 0 0;
  }
}
.border-two-column:first-of-type {
  margin-top: 0;
}
.border-two-column:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 991px) {
  .modify-heading .main-heading {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .right-contain p:last-child {
    padding-top: 10px;
  }
}

@media (min-width: 991px) {
  .page-template-template_access_to_our_therapies .brd-tp .content-siderbar-zIndex {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .page-template-template_access_to_our_therapies .brd-tp .content-siderbar-zIndex {
    border-top: none;
    padding-top: 0px;
  }
  .page-template-template_access_to_our_therapies .brd-tp .content-siderbar-zIndex div {
    border-top: 1px solid #bebebe;
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .page-template-template_access_to_our_therapies .modify-access-two-column .modify-img {
    margin-bottom: 16px;
  }
}
.page-template-template_access_to_our_therapies .reverse-two-column .left-contain {
  max-width: 137px;
  margin-right: auto;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .page-template-template_access_to_our_therapies .reverse-two-column .left-contain {
    padding-right: 0;
  }
}

.page-template-template_leadership .eventsDiv.section-pt-pb-60 {
  padding-bottom: 50px !important;
}
.page-template-template_leadership .testimonials {
  padding-bottom: 30px !important;
}
@media (max-width: 991px) {
  .page-template-template_leadership .testimonials {
    padding-bottom: 34px !important;
  }
}
.page-template-template_leadership .testimonials + .pt-5 {
  padding-top: 0 !important;
  padding-bottom: 2px !important;
}
@media (max-width: 991px) {
  .page-template-template_leadership .testimonials + .pt-5 {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 991px) {
  .page-template-template_leadership .testimonials + .pt-5 .pb-5 {
    padding-bottom: 0 !important;
  }
}
.page-template-template_leadership .testimonials .culture-testimonial .hipa-block {
  max-width: 285px;
  display: block;
}
@media (max-width: 991px) {
  .page-template-template_leadership .testimonials .culture-testimonial .hipa-block {
    max-width: 100%;
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .page-template-template_leadership .testimonials .culture-testimonial .blog-post-section {
    margin-bottom: 30px;
  }
}
.page-template-template_leadership .blog-img {
  position: relative;
  height: auto;
}
@media (max-width: 991px) {
  .page-template-template_leadership .blog-img {
    padding-bottom: 0px;
    border-bottom: none;
  }
}
.page-template-template_leadership .blog-img .leader-link {
  padding-bottom: 25px;
  display: block;
  background: #f3f3f3;
}
@media (max-width: 991px) {
  .page-template-template_leadership .blog-img .leader-link {
    padding-bottom: 50px;
  }
}
@media (min-width: 1201px) {
  .page-template-template_leadership .blog-img .leader-link {
    padding-bottom: 10px;
  }
}
.page-template-template_leadership .blog-img img {
  margin-bottom: 0;
}
.page-template-template_leadership .blog-desp-data {
  min-height: 145px;
  padding: 15px 15px 0;
}
.page-template-template_leadership .leader-title-span {
  padding: 16px 21px 0 20px;
  display: inline-block;
}
@media (min-width: 991px) {
  .page-template-template_leadership .leader-title-span {
    min-height: 145px;
  }
}
.page-template-template_leadership .leader-social {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0px;
  left: 20px;
}
.page-template-template_leadership .leader-social a {
  padding-right: 10px;
}
.page-template-template_leadership .leader-social img {
  width: 20px !important;
  margin: 20px 0 10px 0;
  display: block;
}

@media (max-width: 991px) {
  .ultra-icon-text-section {
    padding-top: 0 !important;
  }
}
.ultra-icon-text-section h2 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .ultra-icon-text-section h2 {
    margin-bottom: 30px;
  }
}
.ultra-icon-text-section .ultra-icon-txt {
  margin-bottom: 50px;
}
.ultra-icon-text-section .ultra-icon-txt .icon-block {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .ultra-icon-text-section .ultra-icon-txt .icon-block {
    margin-bottom: 15px;
  }
}
.ultra-icon-text-section .ultra-icon-txt img {
  width: auto;
  max-height: 140px;
  margin: 0 auto;
  display: block;
}
.ultra-icon-text-section .ultra-icon-txt p, .ultra-icon-text-section .ultra-icon-txt h4 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 991px) {
  .ultra-icon-text-section .ultra-icon-txt p, .ultra-icon-text-section .ultra-icon-txt h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
.ultra-icon-text-section ul:last-child {
  margin-bottom: 0;
}

.commited-border-block1 ul {
  max-width: 835px;
  margin-bottom: 0;
}
.commited-border-block1 ul li {
  margin-left: 0;
}
.commited-border-block1 ul li a {
  text-decoration: underline;
}

.commited-border-block2 {
  overflow: hidden;
}
.commited-border-block2 img {
  width: 50%;
  float: left;
  padding-right: 45px;
}
@media (max-width: 991px) {
  .commited-border-block2 img {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.commited-border-block2 h3, .commited-border-block2 h4 {
  margin-bottom: 10px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .commited-border-block2 h3, .commited-border-block2 h4 {
    margin-top: -6px;
  }
}
@media (max-width: 991px) {
  .commited-border-block2 h3, .commited-border-block2 h4 {
    margin-bottom: 30px;
  }
}
.commited-border-block2 a {
  text-decoration: underline;
}
.commited-border-block2 p {
  margin-bottom: 0;
}

.committed-content-with-num {
  padding-bottom: 10px !important;
}
@media (max-width: 991px) {
  .committed-content-with-num {
    padding-bottom: 50px !important;
  }
}
.committed-content-with-num ul {
  margin-bottom: 0;
}
.committed-content-with-num ul li {
  margin-left: 0;
}
.committed-content-with-num ul li ul {
  margin-left: 10px;
}
.committed-content-with-num h2 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .committed-content-with-num h2 {
    margin-bottom: 30px;
  }
}

.number-heading h3, .number-heading h4 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .number-heading h3, .number-heading h4 {
    margin-bottom: 20px;
  }
}

.committed-number-content {
  width: 50%;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.committed-number-content:nth-child(even) {
  border-left: 1px solid #bebebe;
}
@media (max-width: 991px) {
  .committed-number-content:nth-child(even) {
    border-left: none;
  }
}
.committed-number-content:nth-child(odd) .num-txt {
  padding-left: 0;
}
.committed-number-content .num-txt {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 86px;
  line-height: 1em;
  font-weight: 100;
}
@media (max-width: 1200px) {
  .committed-number-content .num-txt {
    font-size: 72px;
  }
}
@media (max-width: 991px) {
  .committed-number-content .num-txt {
    min-width: 100px;
    padding-left: 0;
    padding-right: 10px;
    font-size: 60px;
  }
}
.committed-number-content .num-content {
  max-width: 315px;
  padding-top: 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .committed-number-content .num-content {
    max-width: 240px;
  }
}
@media (max-width: 991px) {
  .committed-number-content .num-content {
    max-width: 100%;
    padding-top: 8px;
  }
}
@media (max-width: 991px) {
  .committed-number-content .num-content br {
    display: none;
  }
}
.committed-number-content .num-content p {
  margin-bottom: 0;
}

.committed-icons-with-txt {
  padding-bottom: 10px !important;
}
@media (max-width: 991px) {
  .committed-icons-with-txt {
    padding-bottom: 50px !important;
  }
}
.committed-icons-with-txt h2 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .committed-icons-with-txt h2 {
    margin-bottom: 30px;
  }
}
.committed-icons-with-txt ul {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .committed-icons-with-txt ul {
    margin-bottom: 50px;
  }
}
.committed-icons-with-txt .ultra-icon-txt2 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .committed-icons-with-txt .ultra-icon-txt2:last-child {
    margin-bottom: 0;
  }
}
.committed-icons-with-txt .ultra-icon-txt2 .icon-block {
  margin-bottom: 15px;
}
.committed-icons-with-txt .ultra-icon-txt2 .icon-block img {
  width: auto;
  max-height: 115px;
  margin: 0 auto;
  display: block;
}
.committed-icons-with-txt .ultra-icon-txt2 p {
  text-align: center;
  font-weight: 300;
}

.committed-two-col {
  padding-bottom: 0 !important;
}
@media (min-width: 992px) {
  .committed-two-col .col-lg-7 {
    flex: 0 0 57%;
    max-width: 57%;
  }
}
@media (min-width: 992px) {
  .committed-two-col .col-lg-5 {
    flex: 0 0 43%;
    max-width: 43%;
  }
}
.committed-two-col .block-btm-border:last-child {
  padding-bottom: 60px !important;
  border-bottom: 1px solid #bebebe !important;
}
@media (max-width: 991px) {
  .committed-two-col .block-btm-border:last-child {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .committed-two-col h2 {
    margin-top: -6px;
  }
}
@media (max-width: 991px) {
  .committed-two-col h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .committed-two-col h4 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .committed-two-col p {
    margin-bottom: 30px;
  }
}
.committed-two-col img {
  display: block;
}
@media (max-width: 991px) {
  .committed-two-col img {
    margin-bottom: 30px;
  }
}

.committed-additional-section {
  padding-bottom: 30px !important;
}
@media (max-width: 991px) {
  .committed-additional-section {
    padding-bottom: 26px !important;
  }
}
.committed-additional-section h3 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .committed-additional-section h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
.committed-additional-section .block-right-border {
  border: none;
}
.committed-additional-section .col-12:first-child .hipa-block img {
  width: auto;
  max-height: 75px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .committed-additional-section .col-12:last-child {
    margin-bottom: 0 !important;
  }
}
.committed-additional-section .col-12:last-child .hipa-block img {
  width: auto;
  max-height: 125px;
  margin-bottom: 0;
}
.committed-additional-section .col-12:last-child .hipa-block .external-link {
  position: relative;
  top: -25px;
}
.committed-additional-section .col-12 .external-link {
  margin-top: 0;
}
@media (max-width: 991px) {
  .committed-additional-section .col-12 {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 991px) {
  .committed-additional-section .hipa-block {
    margin: 0 auto;
    display: block !important;
    max-width: 380px;
  }
}

@media (max-width: 991px) {
  .committed-num-section.committed-number-content .num-txt {
    min-width: 145px;
  }
}
@media (max-width: 991px) {
  .committed-num-section.committed-number-content:first-child {
    padding-top: 0;
  }
}

.ultra-logos-columns h4, .ultra-logos-columns img {
  margin: 0;
}
.ultra-logos-columns h4 {
  padding-right: 20px;
}
.ultra-logos-columns img {
  max-width: 216px;
  display: block;
}
.ultra-logos-columns .col-12 {
  border-left: 1px solid #bebebe;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ultra-logos-columns .col-12:first-child {
  border-left: none !important;
}
.ultra-logos-columns .col-12:first-child::after {
  content: "";
  width: 13px;
  height: 63px;
  background: url(./images/arrow-right-big.png) no-repeat left top/100%;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .ultra-logos-columns .col-12:first-child::after {
    right: 0;
  }
}
@media (max-width: 991px) {
  .ultra-logos-columns .col-12:first-child::after {
    display: none;
  }
}
.ultra-logos-columns .col-12:nth-child(2) {
  border-left: none;
}
.ultra-logos-columns .col-12:nth-child(3n-2) {
  border-left: none;
}
@media (min-width: 992px) {
  .ultra-logos-columns .col-12:nth-child(3n-2) {
    justify-content: flex-start;
  }
}
.ultra-logos-columns .external-link.icon-pink {
  display: inline-flex;
  align-items: center;
  padding-right: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .ultra-logos-columns .external-link.icon-pink {
    margin: 0 20px;
  }
}
.ultra-logos-columns .external-link.icon-pink:after {
  width: 22px;
  height: 22px;
  background: url(./images/external-icon.png) no-repeat left -46px/100%;
  margin: 10px 0 0 10px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .ultra-logos-columns .external-link.icon-pink:after {
    width: 18px;
    height: 20px;
    background-position: left -36px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .ultra-logos-columns .external-link.icon-pink img {
    max-width: 160px;
  }
}

.ultra-pad-btm-sec {
  padding-bottom: 10px !important;
}
@media (max-width: 991px) {
  .ultra-pad-btm-sec {
    padding-bottom: 50px !important;
  }
}

body .leaders-details-top {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
body .leaders-details-top .view-leader-link {
  margin-bottom: 50px;
  display: inline-block;
}
@media (max-width: 991px) {
  body .leaders-details-top .view-leader-link {
    margin-bottom: 30px;
  }
}
body .leaders-details-top h3 {
  margin-bottom: 3px;
}
body .leaders-details-top .leader-title h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 991px) {
  body .leaders-details-top .leader-img-testimonial {
    margin-top: 30px;
  }
}
body .leaders-details-top .leader-img-testimonial .leader-img img {
  width: 100%;
  display: block;
}
body .leaders-details-top .leader-social a {
  display: block;
}
body .leaders-details-top .leader-social a img {
  display: inline-block;
  vertical-align: top;
}
body .leaders-details-top .leader-social a strong {
  padding: 0 0 0 4px;
  display: inline-block;
}

@media (max-width: 991px) {
  .leader-img-exists {
    padding-top: calc(24.3vw + 50px) !important;
  }
}

.leaders-details-btm {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.leaders-details-btm .cta-left-icon {
  margin-top: 30px;
}
.leaders-details-btm .leader-img {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .leaders-details-btm .leader-img {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
  }
}
.leaders-details-btm .leader-img img {
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .leaders-details-btm .leader-testimonial {
    margin-top: 30px;
  }
}
.leaders-details-btm .leader-testimonial p {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 991px) {
  body.single-leaders .social-links-mob {
    padding-bottom: 30px;
  }
}
body.single-leaders .page-sub-child-menu .sidebar-bx ul.sidebar-list li.leader-active a {
  color: #bb16a3;
  font-weight: 700;
}
@media (min-width: 992px) {
  body.single-leaders .leaders-details-top .col-lg-7, body.single-leaders .leaders-details-btm .col-lg-7 {
    flex: 0 0 57%;
    max-width: 57%;
  }
}
@media (min-width: 992px) {
  body.single-leaders .leaders-details-top .col-lg-5, body.single-leaders .leaders-details-btm .col-lg-5 {
    flex: 0 0 43%;
    max-width: 43%;
  }
}

.bg-blog-pattern {
  background: url(./images/bg_blog_pattern.png) no-repeat left -75px/auto calc(100% + 75px) #f6f6f6;
}
@media (max-width: 991px) {
  .bg-blog-pattern {
    background: url(./images/bg_blog_pattern_mobile.png) no-repeat right top/auto calc(100% + 60px) #f6f6f6;
  }
}

.blog-feature .alm-reveal {
  display: flex;
  flex-wrap: wrap;
}
.blog-feature .alm-reveal h3 {
  width: 100%;
  margin-bottom: 30px;
}
.blog-feature .alm-reveal .left-contain,
.blog-feature .alm-reveal .right-contain {
  width: 50%;
}
@media (max-width: 991px) {
  .blog-feature .alm-reveal .left-contain,
  .blog-feature .alm-reveal .right-contain {
    width: 100%;
  }
}
.blog-feature .alm-reveal .left-contain h3,
.blog-feature .alm-reveal .right-contain h3 {
  margin-bottom: 20px;
}
.blog-feature .alm-reveal .left-contain img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .blog-feature .alm-reveal .left-contain {
    margin-bottom: 30px;
  }
}
.blog-feature .alm-reveal .right-contain {
  padding-left: 18px;
}
@media (max-width: 991px) {
  .blog-feature .alm-reveal .right-contain {
    padding-left: 0;
  }
}
.blog-feature .alm-reveal .right-contain .blog-post-date {
  font-size: 14px;
}
.blog-feature .alm-reveal .right-contain .author-details {
  margin-bottom: 28px;
  font-size: 14px;
}
.blog-feature .alm-reveal .right-contain .author-details strong {
  display: block;
}
.blog-feature .alm-btn-wrap {
  display: none;
}

.alm-filter--inner {
  padding: 20px 0 0 !important;
}
.alm-filter--inner li::after, .alm-filter--inner li::before,
.alm-filter--inner div::after,
.alm-filter--inner div::before {
  display: none !important;
}
.alm-filter--inner ul {
  display: flex;
  flex-wrap: wrap;
}
.alm-filter--inner ul li {
  width: auto;
  margin: 0 13px 0 0 !important;
}
@media (max-width: 991px) {
  .alm-filter--inner ul li {
    width: calc(50% - 11px);
    margin: 0 21px 15px 0 !important;
    text-align: center;
  }
  .alm-filter--inner ul li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
.alm-filter--inner ul li:last-of-type {
  margin-right: 0 !important;
}
.alm-filter--inner ul li div {
  padding: 2px 19px 4px !important;
  border: solid 2px #bebebe;
  border-radius: 31px;
  color: #000 !important;
  font-size: 16px !important;
}
.alm-filter--inner ul li div.active {
  border: solid 2px #8dc63f;
  color: #bb16a3 !important;
  font-weight: 700;
}
@media (min-width: 992px) {
  .alm-filter--inner ul li div:hover {
    border: solid 2px #8dc63f;
    color: #bb16a3 !important;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .alm-filter--inner ul li .alm-filter--link {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .alm-filter--inner ul li .alm-filter--link .beforeTag {
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-family: "Sarabun", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
  }
}
.alm-filter--inner .alm-filters--loading {
  display: none;
}

.alm-reveal {
  display: flex;
  flex-wrap: wrap;
}
.alm-reveal .blog-list {
  width: calc(33.33% - 14px);
  margin: 0 20px 24px 0;
}
@media (max-width: 991px) {
  .alm-reveal .blog-list {
    width: 100%;
    margin: 0 0 24px 0;
  }
}
.alm-reveal .blog-list:nth-of-type(3n) {
  margin-right: 0;
}
.alm-reveal .blog-list a.blog-desc-anchor .post-readmore,
.alm-reveal .blog-list a.blog-desc-anchor .blog-desp-data {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 992px) {
  .alm-reveal .blog-list a.blog-desc-anchor:hover {
    color: #000;
  }
  .alm-reveal .blog-list a.blog-desc-anchor:hover .post-readmore,
  .alm-reveal .blog-list a.blog-desc-anchor:hover .blog-desp-data {
    color: #bb16a3;
  }
}
.alm-reveal .blog-list .blog-post-description {
  min-height: 308px;
  padding: 15px 15px 40px;
  display: block;
  position: relative;
  background-color: #f3f3f3;
}
@media (max-width: 1201px) {
  .alm-reveal .blog-list .blog-post-description {
    min-height: 350px;
  }
}
@media (max-width: 991px) {
  .alm-reveal .blog-list .blog-post-description {
    min-height: initial;
  }
}
.alm-reveal .blog-list .blog-post-description .post-date {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 10px;
  display: inline-block;
}
.alm-reveal .blog-list .blog-post-description .post-category {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.alm-reveal .blog-list .blog-post-description .blog-desp-data {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  display: block;
}
.alm-reveal .blog-list .blog-post-description .blog-article-desc-data {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
}
.alm-reveal .blog-list .blog-post-description .post-readmore {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 991px) {
  .alm-reveal .blog-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 160px;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .alm-reveal .blog-img {
    height: 135px;
  }
}
@media (max-width: 991px) {
  .alm-reveal .blog-img {
    background: none;
  }
}
.alm-reveal .blog-img img {
  width: 100%;
  height: auto;
  display: none;
}
@media (max-width: 991px) {
  .alm-reveal .blog-img img {
    display: block;
  }
}

.alm-btn-wrap {
  width: calc(100% - 35px);
  position: absolute !important;
  bottom: -75px;
}
.alm-btn-wrap .alm-load-more-btn {
  width: calc(100% - 20px);
}

.page-template-template_blog h2 {
  margin-bottom: 30px;
}

.blog-category-bx {
  margin-bottom: -24px;
}
@media (max-width: 991px) {
  .blog-category-bx .alm-filters-container {
    margin-bottom: 15px;
  }
}
.blog-category-bx p:empty {
  display: none;
}
@media (max-width: 991px) {
  .blog-category-bx h3 {
    margin-bottom: 10px;
  }
}

.featured-blog-post-cat .post-category {
  padding-left: 5px;
}

.upcoming_events .event {
  width: 100%;
  padding: 22px 27px;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  display: flex;
}
@media (max-width: 991px) {
  .upcoming_events .event {
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
.upcoming_events .event .date {
  max-width: 263px;
  width: 29%;
  margin-top: -5px;
  font-size: 16px;
  line-height: 1.88;
}
@media (max-width: 991px) {
  .upcoming_events .event .date {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .upcoming_events .event .date br {
    display: none;
  }
}
.upcoming_events .event .details {
  width: 71%;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .upcoming_events .event .details {
    width: 100%;
    padding: 0;
  }
}
.upcoming_events .event .details .event-title {
  padding-bottom: 10px;
  display: inline-block;
  font-size: 24px;
}
@media (max-width: 991px) {
  .upcoming_events .event .details .event-title {
    font-size: 20px;
  }
}
.upcoming_events .event .details a {
  margin-top: 15px;
  display: inline-block;
}

.archive_events {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (max-width: 991px) {
  .archive_events {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.archive_events .row-data,
.archive_events .row-heading {
  display: flex;
}
.archive_events .date {
  max-width: 263px;
  width: 29%;
  padding: 21px 20px;
  border-bottom: 2px solid #bebebe;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .archive_events .date {
    padding: 15px 0;
  }
}
.archive_events .details {
  width: 71%;
  padding: 21px 20px;
  border-bottom: 2px solid #bebebe;
}
@media (max-width: 991px) {
  .archive_events .details {
    padding: 15px 0 15px 10px;
  }
}
.archive_events .details p {
  font-size: 20px;
}
.archive_events .row-heading div {
  padding: 10px 20px;
  border-bottom: none;
  background-color: #d9d9d9;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .archive_events .row-heading div {
    padding: 10px;
  }
}
.archive_events .external-link {
  margin-top: 8px;
  font-size: 16px;
}

.upcoming_events h3,
.archive_events h3,
.presentation_events h3 {
  margin-bottom: 30px;
}

.presentation_events {
  padding-top: 60px !important;
  padding-bottom: 0px !important;
}
@media (max-width: 991px) {
  .presentation_events {
    padding-top: 50px !important;
  }
}
.presentation_events .block-left-border {
  border-left: 1px solid #bebebe;
}
@media (max-width: 991px) {
  .presentation_events .block-left-border {
    border-left: none;
  }
}
.presentation_events .present-block {
  margin-bottom: 60px !important;
}
@media (max-width: 991px) {
  .presentation_events .present-block {
    margin-bottom: 50px !important;
  }
}

.medi-page-banner .offset-lg-2a.col-lg-9 {
  max-width: 100%;
  margin-left: 0;
  flex: 0 0 100%;
}

.medi-social {
  padding: 15px 0 30px;
}
@media (max-width: 991px) {
  .medi-social {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.medicine-first-block .common-medicine-content {
  display: flex;
}
.medicine-first-block h2 {
  margin-bottom: 30px;
}

.medi-logo-link .medicine-logo-pdf:first-child .border-btm {
  border-top: 1px solid #bebebe;
}
.medi-logo-link .medicine-logo-pdf .border-btm {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #bebebe;
  overflow: hidden;
}
.medi-logo-link .medicine-logo-pdf .med-logo {
  width: 33%;
  float: left;
  padding: 0 50px;
}
@media (max-width: 991px) {
  .medi-logo-link .medicine-logo-pdf .med-logo {
    width: 100%;
    padding-bottom: 35px;
    text-align: center;
  }
}
.medi-logo-link .medicine-logo-pdf .med-logo img {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .medi-logo-link .medicine-logo-pdf .med-logo img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
}
.medi-logo-link .medicine-logo-pdf .med-title {
  padding-bottom: 31px;
  margin-top: -4px;
}
@media (max-width: 991px) {
  .medi-logo-link .medicine-logo-pdf .med-title {
    width: 100%;
    padding-bottom: 15px;
    margin-top: 0;
    float: left;
  }
}
.medi-logo-link .medicine-logo-pdf .med-title h4 {
  margin: 0;
}
@media (max-width: 991px) {
  .medi-logo-link .medicine-logo-pdf .med-title h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
}
.medi-logo-link .medicine-logo-pdf .med-link, .medi-logo-link .medicine-logo-pdf .med-pdf {
  width: 33%;
  padding-right: 30px;
  float: left;
}
@media (max-width: 991px) {
  .medi-logo-link .medicine-logo-pdf .med-link, .medi-logo-link .medicine-logo-pdf .med-pdf {
    width: 100%;
    padding-right: 0;
  }
}
.medi-logo-link .medicine-logo-pdf .med-link a, .medi-logo-link .medicine-logo-pdf .med-pdf a {
  max-width: 304px;
}
.medi-logo-link .medicine-logo-pdf .med-link .external-link::after, .medi-logo-link .medicine-logo-pdf .med-pdf .external-link::after {
  width: 16px;
  height: 16px;
  background: url(./images/external-icon.png) no-repeat left -34px/100%;
}
.medi-logo-link .medicine-logo-pdf .med-link .download-link, .medi-logo-link .medicine-logo-pdf .med-pdf .download-link {
  font-size: 16px;
  line-height: 20px;
}
.medi-logo-link .medicine-logo-pdf .med-link .download-link::after, .medi-logo-link .medicine-logo-pdf .med-pdf .download-link::after {
  margin: 0 0 0 5px;
  display: inline-block;
  position: static;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .medi-logo-link .medicine-logo-pdf .med-link {
    padding-bottom: 30px;
  }
}
.medi-logo-link .footnote-bx {
  padding-top: 30px;
}
.medi-logo-link .footnote-bx p {
  min-height: 10px;
}
.medi-logo-link .footnote-bx p:last-child {
  margin-bottom: 0;
}
.medi-logo-link .footnote-bx a {
  text-decoration: underline;
}
.medi-logo-link .footnote-bx a[href^="tel:"] {
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 991px) {
  .medi-logo-link .col-12 {
    margin-bottom: 0 !important;
  }
}

.medi-content-image-parent {
  background: url(./images/medi-texture.png) no-repeat right top/auto 100% #f6f6f6;
}
@media (min-width: 1201px) {
  .medi-content-image-parent {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .medi-content-image-parent {
    padding-bottom: 0;
    background-image: none;
  }
}
.medi-content-image-parent .row {
  display: flex;
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .medi-content-image-parent .row {
    flex-direction: column;
  }
}
.medi-content-image-parent .medi-content-image {
  max-width: 55%;
  flex: 0 0 55%;
}
@media (max-width: 991px) {
  .medi-content-image-parent .medi-content-image {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.medi-content-image-parent .medi-content-image h2 {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .medi-content-image-parent .medi-content-image h2 {
    margin-bottom: 30px;
  }
}
.medi-content-image-parent .medi-content-image p {
  font-weight: 400;
}
@media (max-width: 991px) {
  .medi-content-image-parent .medi-content-image p {
    margin-bottom: 0;
  }
}
.medi-content-image-parent .medi-content-image p br {
  display: none;
}
.medi-content-image-parent .medi-content-image img {
  width: 100%;
  max-width: 345px;
  height: auto;
  margin: 65px 0 40px;
  display: block;
}
@media (max-width: 991px) {
  .medi-content-image-parent .medi-content-image img {
    max-width: 300px;
    margin-bottom: 10px;
  }
}
.medi-content-image-parent .content-img {
  max-width: 45%;
  flex: 0 0 45%;
  position: relative;
}
@media (max-width: 991px) {
  .medi-content-image-parent .content-img {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}
.medi-content-image-parent .content-img img {
  width: 100%;
  max-width: 436px;
  height: auto;
  position: absolute;
  top: -125px;
}
@media (max-width: 991px) {
  .medi-content-image-parent .content-img img {
    margin: 0 auto;
    display: block;
    position: static;
  }
}

.medi-btm-card-two-col {
  background: url(./images/culture-dicover-more-bg.png) #f6f6f6 no-repeat left top/auto 100%;
}
@media (max-width: 991px) {
  .medi-btm-card-two-col {
    background-image: none;
  }
}
.medi-btm-card-two-col .row {
  width: auto;
  flex-direction: column;
}
@media (max-width: 991px) {
  .medi-btm-card-two-col .row {
    margin: 0;
  }
}
.medi-btm-card-two-col .row .row {
  flex-direction: row;
}
@media (max-width: 991px) {
  .medi-btm-card-two-col .row .row {
    margin: 0 -20px;
  }
}
@media (min-width: 992px) {
  .medi-btm-card-two-col .hipa-block {
    max-width: 510px;
  }
}
.medi-btm-card-two-col .hipa-block img {
  width: 100%;
}

.med-top-two-col-bx {
  padding-bottom: 15px;
}
.med-top-two-col-bx .common-medicine-content {
  display: flex;
}
@media (max-width: 991px) {
  .med-top-two-col-bx .common-medicine-content {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .med-top-two-col-bx .common-medicine-content .col-lft {
    width: 100% !important;
    padding-bottom: 30px;
  }
}
.med-top-two-col-bx .common-medicine-content .col-rht {
  margin-top: -30px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .med-top-two-col-bx .common-medicine-content .col-rht {
    width: 100% !important;
    margin-top: 0;
    justify-content: center;
  }
}

.med-three-col-bx {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .med-three-col-bx {
    padding-bottom: 50px;
  }
}
.med-three-col-bx .col-bg {
  padding-bottom: 30px;
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 100%;
  justify-content: space-between;
  background-color: #f3f3f3;
	width:100%;
}
.med-three-col-bx .med-head {
  min-height: 25px;
  padding: 10px;
  background-color: #d9d9d9;
  text-align: center;
}
.med-three-col-bx .med-head h4 {
  margin-bottom: 0;
  font-weight: 700;
}
.med-three-col-bx .med-image, .med-three-col-bx .med-middle-content, .med-three-col-bx .med-footer-note {
  padding: 0 30px;
}
@media (max-width: 991px) {
  .med-three-col-bx .med-image, .med-three-col-bx .med-middle-content, .med-three-col-bx .med-footer-note {
    padding: 0 10px;
  }
}
.med-three-col-bx .med-image {
  margin: 30px 0;
}
@media (min-width: 992px) {
  .med-three-col-bx .med-image {
    min-height: 129px;
    display: flex;
    align-items: center;
  }
}
.med-three-col-bx .med-image img {
  width: auto;
  max-width: 212px;
  max-height: 129px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.med-three-col-bx .col-12 {
  margin-bottom: 20px;
  display: inline-flex;
}
@media (max-width: 991px) {
  .med-three-col-bx .col-12 {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .med-three-col-bx .col-12:last-child {
    margin-bottom: 0;
  }
}
.med-three-col-bx .col-12:nth-child(3) .med-image img {
  max-width: 278px;
}
.med-three-col-bx .med-middle-content {
  padding-bottom: 30px;
}
.med-three-col-bx .med-middle-content .download-link {
  padding-right: 0;
  font-size: inherit;
  line-height: inherit;
}
.med-three-col-bx .med-middle-content .download-link:after {
  width: 18px;
  height: 18px;
  margin: -4px 0 0 5px;
  display: inline-block;
  position: static;
  vertical-align: middle;
}
.med-three-col-bx .med-footer-note p {
  margin-bottom: 5px;
}
.med-three-col-bx .med-footer-note p:last-child {
  margin-bottom: 0;
}
.med-three-col-bx .med-footer-note a {
  text-decoration: underline;
}
.med-three-col-bx .med-footer-note a[href^="tel:"] {
  display: inline-block;
  text-decoration: none;
}

.page-template-template_partnership h2 {
  margin-bottom: 30px;
}
.page-template-template_partnership main ul li {
  margin-left: 5px;
}
.page-template-template_partnership .hipa-block-parent .partnership-normal-content {
  padding-bottom: 60px;
  border-bottom: 1px solid #bebebe;
  margin-top: -60px;
}
@media (max-width: 991px) {
  .page-template-template_partnership .hipa-block-parent .partnership-normal-content {
    padding: 0 0 50px;
    margin-top: 0px;
  }
}
.page-template-template_partnership .hipa-block-parent .partnership-normal-content h2 {
  margin-bottom: 30px;
}
.page-template-template_partnership .hipa-block-parent .partnership-normal-content p {
  margin-bottom: 0;
}
.page-template-template_partnership .hipa-block-parent .partnership-normal-content ul {
  margin-bottom: 0;
}
.page-template-template_partnership .icon-section-container {
  margin-top: -60px;
}
@media (max-width: 991px) {
  .page-template-template_partnership .icon-section-container {
    margin-top: -50px;
  }
}

@media (max-width: 991px) {
  .icon-section-container .icon-section-row {
    padding: 0 !important;
  }
}
.icon-section-container .icon-section-row .col-12 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .icon-section-container .icon-section-row .col-12 {
    margin-bottom: 50px;
  }
}
.icon-section-container .icon-section-row .head-text-section {
  border-top: 1px solid #bebebe;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .icon-section-container .icon-section-row .head-text-section {
    padding-top: 50px;
    margin-top: 0;
  }
}
.icon-section-container .icon-section-row .head-text-section ul {
  margin-bottom: 0;
}
.icon-section-container .icon-section-row h3 {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .icon-section-container .icon-section-row h3 {
    margin-bottom: 30px;
  }
}
.icon-section-container .icon-section-row .icon-block {
  min-height: 130px;
  margin-bottom: 30px;
}
.icon-section-container .icon-section-row .icon-block img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 130px;
  height: auto;
  max-height: 130px;
}
.icon-section-container .icon-section-row p {
  text-align: center;
}

.area-of-interest {
  background: url(./images/partner-aor-bg.png) no-repeat right top/auto 100% #f6f6f6;
}
@media (max-width: 991px) {
  .area-of-interest {
    background-image: none;
  }
}
.area-of-interest .aoi-parent-row {
  display: block;
}
@media (max-width: 991px) {
  .area-of-interest .aoi-parent-row {
    padding: 0;
  }
}
.area-of-interest .aoi-parent-row .h2_partner {
  margin-bottom: 0;
}
.area-of-interest .aoi-parent-row .aoi-child-row .aio-parent-listing {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .area-of-interest .aoi-parent-row .aoi-child-row .aio-parent-listing {
    display: block;
  }
}
.area-of-interest .aoi-parent-row .aoi-child-row .area-image-section-class {
  margin: 0 30px 0 0;
}
@media (min-width: 992px) {
  .area-of-interest .aoi-parent-row .aoi-child-row .area-image-section-class {
    width: calc(50% - 15px);
    margin-bottom: 60px;
  }
  .area-of-interest .aoi-parent-row .aoi-child-row .area-image-section-class:nth-last-child(2), .area-of-interest .aoi-parent-row .aoi-child-row .area-image-section-class:last-child {
    margin-bottom: 0;
  }
  .area-of-interest .aoi-parent-row .aoi-child-row .area-image-section-class:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .area-of-interest .aoi-parent-row .aoi-child-row .area-image-section-class {
    margin: 0 0 50px 0;
  }
  .area-of-interest .aoi-parent-row .aoi-child-row .area-image-section-class:last-child {
    margin-bottom: 0;
  }
}
.area-of-interest .aoi-parent-row .aoi-child-row .area-image-section-class .icon-block img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.area-of-interest .aoi-parent-row .aoi-child-row .area-image-section-class h3 {
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .area-of-interest .aoi-parent-row .aoi-child-row .area-image-section-class h3 {
    padding: 0 25px;
  }
}
.area-of-interest .aoi-parent-row .aoi-child-row .area-image-section-class p {
  text-align: center;
  line-height: 30px;
}
.area-of-interest .aoi-parent-row .aoi-child-row .area-of-interest-footnote {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
}
.area-of-interest .aoi-parent-row .aoi-child-row .area-of-interest-footnote p {
  padding-bottom: 0;
}
.area-of-interest .aoi-parent-row .aoi-child-row .foonote_area {
  padding-top: 0;
}

.logo-section-class {
  padding-bottom: 35px !important;
}
@media (max-width: 991px) {
  .logo-section-class {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 991px) {
  .logo-section-class .logo-parent-row {
    padding: 0;
  }
}
.logo-section-class .logo-parent-row .logo-child-row {
  align-items: center;
}
.logo-section-class .col-12.col-lg-3 {
  padding: 30px 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .logo-section-class .col-12.col-lg-3 {
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  .logo-section-class .col-12.col-lg-3 {
    padding: 25px 0;
  }
}
.logo-section-class h2 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .logo-section-class h2 {
    margin-bottom: 25px;
  }
}
.logo-section-class .icon-block {
  max-width: 271px;
  margin: 0 auto;
}
.logo-section-class .icon-block img {
  width: 100%;
  height: auto;
  display: block;
}

.partnership-two-col-text {
  background: url(./images/parter-btm-texture.png) no-repeat center center/cover #f6f6f6;
  padding-top: 0 !important;
}
@media (max-width: 991px) {
  .partnership-two-col-text {
    padding-bottom: 0 !important;
  }
}
.partnership-two-col-text .align-items-center {
  align-items: flex-start !important;
}
@media (max-width: 991px) {
  .partnership-two-col-text p br {
    display: none;
  }
}
.partnership-two-col-text .row {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .partnership-two-col-text .row {
    border-top: none;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .partnership-two-col-text .row .col-12.col-lg-6 .content-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #bebebe;
  }
}
@media (max-width: 991px) {
  .partnership-two-col-text .row .col-12.col-lg-6:last-child .content-wrap {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .page-template-template_clinical_trial .page-banner h1,
  .page-template-template_clinical_trial_results .page-banner h1 {
    max-width: 200px;
  }
}

.clinical-trial-two-col-block .science-two-column {
  padding-bottom: 30px;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .clinical-trial-two-col-block .science-two-column {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.clinical-trial-two-col-block .science-two-column:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.clinical-trial-two-col-block .left-contain {
  max-width: calc(100% - 200px);
  width: 85%;
  margin-right: 0px;
}
@media (max-width: 991px) {
  .clinical-trial-two-col-block .left-contain {
    max-width: 100%;
    width: 100%;
  }
}
.clinical-trial-two-col-block .left-contain.full-width-block {
  max-width: 100%;
  width: 100%;
  margin-right: 0;
}
.clinical-trial-two-col-block .right-contain {
  max-width: 200px;
  width: 22%;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .clinical-trial-two-col-block .right-contain {
    max-width: 100%;
    width: 100%;
  }
}
.clinical-trial-two-col-block .right-contain img {
  max-width: 100%;
  height: auto;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .clinical-trial-two-col-block .right-contain img {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .clinical-trial-two-col-block .right-contain p:last-child {
    padding-top: 0;
  }
}
.clinical-trial-two-col-block ul li {
  padding-bottom: 6px;
}
.clinical-trial-two-col-block .mail-icon {
  display: inline-block;
}
.clinical-trial-two-col-block .mail-icon:before {
  width: 18px;
  height: 12px;
  margin-right: 5px;
  content: "";
  background: url("./images/email-icon.png") no-repeat left top/auto 100%;
  vertical-align: middle;
  display: inline-block;
}
@media (min-width: 992px) {
  .clinical-trial-two-col-block .mail-icon:hover {
    color: #bb16a3;
  }
}
.clinical-trial-two-col-block .download-link {
  padding-right: 0;
  font-size: inherit;
  line-height: inherit;
}
.clinical-trial-two-col-block .download-link:after {
  width: 18px;
  height: 18px;
  margin: -4px 0 0 5px;
  display: inline-block;
  position: static;
  vertical-align: middle;
}
@media (max-width: 390px) {
  .clinical-trial-two-col-block .download-link {
    max-width: 300px;
  }
}

.page-template-template_clinical_trial_results .page-sub-child-menu .sidebar-bx ul.sidebar-list li.current_page_item {
  display: none !important;
}
.page-template-template_clinical_trial_results .page-sub-child-menu .sidebar-bx ul.sidebar-list li.current_active_item {
  display: block !important;
}
.page-template-template_clinical_trial_results .page-sub-child-menu .sidebar-bx ul.sidebar-list li.clinical-trial-active a {
  color: #bb16a3;
  font-weight: 700;
}
.page-template-template_clinical_trial_results .eventsDiv:first-child {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
@media (max-width: 991px) {
  .page-template-template_clinical_trial_results .eventsDiv:first-child {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
  }
}
.page-template-template_clinical_trial_results .eventsDiv:nth-child(2) {
  padding-top: 0px !important;
}
@media (max-width: 991px) {
  .page-template-template_clinical_trial_results .social-links-mob {
    padding-bottom: 0;
  }
}

.clinical-trial-table {
  padding-top: 0 !important;
}
.clinical-trial-table .table-wrapper {
  overflow-x: auto;
}
.clinical-trial-table .external-link,
.clinical-trial-table .download-link {
  font-size: 16px;
  line-height: 20px;
}
.clinical-trial-table .external-link {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .clinical-trial-table .external-link {
    margin: 0 30px 0 0;
  }
}
.clinical-trial-table .download-link {
  padding-right: 20px;
}
.clinical-trial-table .download-link:after {
  width: 14px;
  height: 15px;
  margin-top: -7px;
}
.clinical-trial-table .result-table-mob {
  padding-top: 50px;
  border-top: 1px solid #bebebe;
}
.clinical-trial-table .result-table-mob .result-table-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .clinical-trial-table .result-table-mob .result-table-item {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.clinical-trial-table .result-table-mob .result-table-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.clinical-trial-table .result-table-mob .result-table-item .result-table-row {
  padding-bottom: 20px;
}
.clinical-trial-table .result-table-mob .result-table-item .result-table-row:last-child {
  padding-bottom: 0;
}
.clinical-trial-table .result-table-mob .result-table-item .result-table-row h6 {
  margin: 0 0 4px;
  color: #757575;
  font-weight: 700;
}
@media (max-width: 991px) {
  .clinical-trial-table .result-table-mob .result-table-item .result-table-row h6 {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
  }
}
.clinical-trial-table .result-table-mob .result-table-item .result-table-row p {
  font-weight: 300;
}

.page-template-template_gene_therapy_platform main h3 {
  margin-bottom: 40px;
}
.page-template-template_gene_therapy_platform main p:empty {
  margin-bottom: 0;
}
.page-template-template_gene_therapy_platform main ul li {
  padding-bottom: 5px;
}


/*-- fraudAlert Start ---*/	
.fraudAlert {	
  padding: 14px 18px 15px;	
  margin-top: 30px;	
  display: flex;	
  flex-wrap: wrap;	
  justify-content: space-between;	
  background-color: #f6f6f6;		
  top:141px;	
  z-index:2;	
}	
@media (max-width: 991px) {	
  .fraudAlert {	
    width: calc(100% + 40px);	
    padding: 20px 20px 15px;	
    margin-left: -20px;	
  }	
}	
.fraudAlert #alertPage {	
  color: #9a348a;	
  font-weight: 500;	
  border-bottom: 1px solid #9a348a;	
}	
.fraudAlert .button-wrap {	
  display: inline-block;	
}	
.fraudAlert a.btn{color: #bb16a3; font-weight: 500;}	
.fraudAlert a.btn:hover { color: #000000; font-weight: 500;}	
.fraudAlert i.fa-sharp.fa-solid.fa-circle-exclamation { font-size: 20px; top: 2px; margin-right: 5px;  position: relative; color: #bb16a3;}	


#fraudAlertModal button.close {	margin: -1rem;	}	
div#fraudAlertModal .modal-dialog {	max-width: 50%;	}	
.fraudAlert a.btn:hover,	
.fraudAlert a.btn:active,	
.fraudAlert a.btn:focus	
{ box-shadow:none;	}
#fraudAlertModal .modal-header {	
    border-bottom: 0px; 	
    margin: 12px 18px;	
}	
#fraudAlertModal .title_bottom{	
    width: 55px;	
    height: 2px;	
    border: 2px solid #bb16a3;	
    float: left;	
    border-radius: 10px;	
    margin-top: 10px;	
}	
#fraudAlertModal .modal-body{	
   padding: 0rem 2.2rem;	
}	
#fraudAlertModal .modal-footer .btn{	
color: #fff;	
text-align: center;	
background: #bb16a3;	
border-radius: 30px;	
width: 90px;	
}	
#fraudAlertModal .modal-footer {	
 border-top: 0px;	
 justify-content: center;	
 padding-top: 1em;	
}	

#fraudAlertModal .modal-body a::after {	
    content: "";	
    width: 14px;	
    height: 15px;	
    margin: -2px 0 0 4px;	
    display: inline-block;	
    position: static;	
    vertical-align: middle;	
    background: url(./images/external-icon.png) no-repeat left -29px/100%;	
    color: #bb16a3;	
}	
#fraudAlertModal .modal-body a{	
    text-decoration: underline;	
}	
/*-- fraudAlert End---*/
/*-- Updared CSS---*/
ul.sidebar-list li:last-child{border-bottom:0px !important}
.primary-nav-container{ display: flex;justify-content: left;}
#mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-item{width:auto;padding-left: 25px;}
.current-menu-item a{color:#bb16a3 !important}
.card figure {
    text-align: center;
}
.card figure img{
    width: 50%;
}
.spezialisten .card {
    border: 0px !important;
}
.spezialisten .card h5.card-title {
    text-align: center;
    font-weight: 500;
}
.programmuberblick-up{margin-top:10px}
.MPSVII-Normal{margin-bottom:10px}
.common-medicine-content{display:flex;}
.contact-icons a[href^="tel:"]:before, .phone-icon:before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    content: "";
    background: url(./images/phone-icon.png) no-repeat left top/auto 100%;
    vertical-align: middle;
    display: inline-block;
}
.proModal img{width:100%}
.dt-protectionBox{
	    width: 40rem;
    background-color: #cfd1d1;
    padding: 20px;
    text-align: center;
	margin:auto;
}
.dt-protectionBox h5.card-title{color:#942387;font-weight:bold}
.hero-home h1 {
    /* margin-bottom: 15px; */
    font-size: 50px;
    line-height: 55px;
}
.hero-home h2, .hero-home h3 {   
    font-size: 25px;   
    line-height: 30px;
}
.dt-protectionBox a.btn.btn-primary{background-color: #BB16A3; border-color: #BB16A3;}
.aio-parent-listing h3{margin-top:25px}
#pro1 .modal-footer{justify-content: center; border-top:0px}
#pro2 .modal-footer{justify-content: center; border-top:0px}
#pro1 .modal-dialog .modal-body .btn-secondary {
    color: #fff;
    background-color: #A2DB54;
    border-color: #A2DB54;
    width: 6rem;
    border-radius: 20px;
}
#pro2 .modal-dialog .modal-body .btn-secondary{ color: #fff;
    background-color: #A2DB54;
    border-color: #A2DB54;
    width: 6rem;
    border-radius: 20px;}
.primaryV-Btn{background-color: #BB16A3;
    border-color: #BB16A3;
    border-radius: 27px;}
.primaryV-Btn:hover{background-color: #BB16A3 !important;
    border-color: #BB16A3 !important;
    border-radius: 27px !important;color:#fff !important}
.primaryV-Btn:active{background-color: #BB16A3 !important;
    border-color: #BB16A3 !important;
    border-radius: 27px!important;color:#fff !important}
.primaryV-Btn:focus{background-color: #BB16A3 !important;
    border-color: #BB16A3 !important;
    border-radius: 27px!important;color:#fff !important;box-shadow: none !important;}

.newFeeds .hipa-block img{width:45%; max-width: 60px;display:none !important}
#notificationModal .txt{color:#000 !important}
.txtContent{color:#000}
#notificationModal .modal-header{padding: 0.5rem 1rem;}
#notificationModal ..modal-dialog .modal-body{padding: 0.5rem 1rem;}
#notificationModal .btn{border:1px solid #8DC63F;border-radius:22px; background-color:transparent;color:#000000;width:10rem;box-shadow:none}
#notificationModal .btn:hover{border:1px solid #8DC63F;border-radius:22px; background-color:#8DC63F;color:#000000;box-shadow:none}
#notificationModal .btn:active{border:1px solid #8DC63F;border-radius:22px; background-color:#8DC63F;color:#000000;box-shadow:none}
#notificationModal .btn:focus{border:1px solid #8DC63F;border-radius:22px; background-color:#8DC63F;color:#000000;box-shadow:none}
#notificationModal p.txtBold{font-weight:bold;color:#000}
#notificationModalLogo img{width:25%;text-align: center;}
#notificationModal .modal-footer{border-top:0px;margin: auto;margin-top:15px}
#ugxExternalLinkConfrim .btn{border:1px solid #8DC63F;border-radius:22px; background-color:transparent;color:#000000;width:10rem;}
#ugxExternalLinkConfrim .btn:hover{border:1px solid #8DC63F;border-radius:22px; background-color:#8DC63F;color:#000000;box-shadow:none}
#ugxExternalLinkConfrim .btn:active{border:1px solid #8DC63F;border-radius:22px; background-color:#8DC63F;color:#000000;box-shadow:none}
#ugxExternalLinkConfrim .btn:focus{border:1px solid #8DC63F;border-radius:22px; background-color:#8DC63F;color:#000000;box-shadow:none}
#ugxExternalLinkConfrim p.txtBold{font-weight:bold;color:#000}
#ugxExternalLinkConfrim .txt{color:#000 !important}
#ugxExternalLinkConfrim img{width:25%;text-align: center;}
#ugxExternalLinkConfrim .modal-header{border-bottom:0px}
#ugxExternalLinkConfrim .modal-footer{border-top:0px;margin: auto;margin-top:15px}
#ugxExternalLinkConfrim .modal-dialog .modal-body{padding:1rem}

#doc_notificationModal p{color:#000000 !important}
#doc_notificationModal .txtBold{font-weight:bold !important}
#doc_notificationModal .btn{border:1px solid #8DC63F;border-radius:22px; background-color:transparent;color:#000000;width:10rem;box-shadow:none}
#doc_notificationModal .btn:hover{border:1px solid #8DC63F;border-radius:22px; background-color:#8DC63F;color:#000000;box-shadow:none}
#doc_notificationModal .modal-footer{border-top:0px;margin: auto;margin-top:15px}

#pro1  .modal-header, #pro2  .modal-header{border-bottom: 0px}{border-bottom: 0px}
.sidebar-list .social-links{display:none}
.offset-lg-2a.col-lg-9.rotating-text.rotationStart{display:none}
.modal-footer{display:block !important;margin:auto;text-align: center;border-top:0px}
.modal-header{border-bottom:0px}

.modal-dialog.modal-dialog-centered{overflow-x:hidden}
.modalBtnMargin{margin-top:20px}
span.external-link.icon-pink a {color: #bb16a3;}
.serviceLinkBold{color: #bb16a3;font-weight:bold}
a.download-link:after{
	background: url(./images/download_link.png) no-repeat left 0/100%;
    width: 18px;
    height: 18px;
    margin: -4px 0 0 5px;
    display: inline-block;
    position: static;
    vertical-align: middle;
}
.contact-icons a[href^="tel:"]:before, .phone-icon:before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    content: "";
    background: url(./images/phone-icon.png) no-repeat left top/auto 100%;
    vertical-align: middle;
    display: inline-block;
}
.contact-icons a[href^="mailto:"]:before {
    width: 18px;
    height: 12px;
    margin-right: 5px;
    content: "";
    background: url(./images/email-icon.png) no-repeat left top/auto 100%;
    vertical-align: middle;
    display: inline-block;
}
.social-bar p{padding-left: 0rem;}
 a[href^="mailto:"]{color:#bb16a3}
a[href*="#"]{color:#bb16a3}
#ugxExternalLinkConfrim .modal-footer{margin-bottom:20px}
#pro1 .modal-dialog h5{color:#BB16A3;font-weight:bold;font-size: 1.1rem;}
.blockLine {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
footer .copyright-txt{margin-top: 25px; text-align: right;}
span.home-user-desig {
   font-size: 1.4rem;
}
.home-user-text{font-size:20px;}
.paraGreenBG{background-color:#90a75d; padding:15px;color:#fff}
.ul-Title{font-size:1rem}
.newFeeds .hipa-block img{display:none}
.supScriptTxt{font-size:0.7rem}
hr{ background-color: #afafaf;}
.social-lang-bx{display:none}
.aio-parent-listing .col-12 {
    padding: 0px;
}
ol.symptoms {
    list-style: auto;
    font-size: 16px;
    line-height: 25px;
}
.contentTopMargin{margin-top:46px;margin-bottom: 50px;}
.contentTopMargin .sideBarRght{}
.rhtSidebar h5{color:#bb16a3}
.imgBorder{border: 3px solid #90a75d;}

.vailProd img{width:75%}

.prd-title{
 font-size: 16px;
 background: #f1f1f1;
 padding:6px;
 border-radius:4px;
 font-weight: 600;
 text-align: center;
 border:1px solid #a5a5a5;
margin-bottom:22px;
}

p.btmSPace{margin-bottom: 85px;}
/* Product Page Text above Header  */
.security-alert{text-align: center;margin: 15px 0px 5px 0px;}
/* .mrcFooter{margin-left:57px;margin-top: 4px;}*/
.footer-row{font-size:12px} 
.mrcNumber{position: relative;float: left;margin: 5px 6px 0px 76px;}

/* Sitemap  */



/* --------	Top Level --------- */

.page-id-5220 .normal-layout{
	display:none;
}
/* --------	Product Page --------- */
.vailProd {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/*  
@media (min-width: 1300px) {
.page-id-6392 .contactBlock   {
       height: calc(100vh - 500px);
}
} 
.page-id-6392 .contactBlock   {
       height: calc(100vh - 200px);
} */

span.external-link.icon-pink a {
    color: #bb16a3;
    word-break: break-all;
}

.page-id-6445 .row .rhtSidebar{ padding-left:6px; padding-right:6px;}

/* UPDATED 06-06-2025 */
/*Top Menu  */
#top-menu .menu-item .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: absolute;
    background-color: #fff;
    padding: 0;
    margin: 0;
    min-width: 225px;
}

#top-menu .menu-item .sub-menu li > a {
    display: inline-block;
    padding: 16px 16px 0px 5px;
    color: #757575;
}

#top-menu > li:hover .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
#top-menu .menu-item .sub-menu li
 {
    list-style-type: none;
}

#top-menu .menu-item .sub-menu li:last-child > a {
   padding-bottom: 16px ;
}
#top-menu .menu-item .sub-menu li > a:hover
 {
    color: #bb16a3;
    display:block;
}
#primary-menu .menu-item .sub-menu:hover{display:block;}

@media only screen and (max-width: 991px) {
	#top-menu .menu-item .sub-menu {
		position: unset;
		display: none;
		background-color: transparent;
		padding-top: 10px;
	}
	#top-menu .menu-item .sub-menu li > a {
		color: #ffffff;
		padding: 0;
		padding-left: 20px;
	}
	#top-menu .menu-item .sub-menu li:last-child {
		padding-bottom: 0;
	}
	#top-menu .menu-item .sub-menu li:last-child > a {
	   padding-bottom: 0 ;
	}
}

@media only screen and (min-width: 992px) {
	#top-menu .menu-item .sub-menu {
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
		padding: 0 10px;
        margin: 2px 0 0 0;
	}
}

#top-menu .menu-item-6474 > a {
	position: relative;
	margin-right: 15px;
	width: max-content;
}
#top-menu .menu-item-6474 > a::after {
	content: "";
	min-width: 9px;
	height: 6px;
	background-image: url('/wp-content/uploads/2025/06/arrow-btm-white.png');
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translatey(-50%);
	transition: 200ms all ease;
}

@media only screen and (min-width: 992px) {
	#top-menu .menu-item-6474 > a::after {
		background-image: url('/wp-content/uploads/2025/06/arrow-btm-gray.png');
		top: calc(50% + 3px);
	}
}

#top-menu .menu-item-6474:hover > a::after {
	transform: translatey(-50%) rotate(180deg);
}
a.services_link.extLink {
    color: #bb16a3;
	text-decoration:underline;
}
.page-id-6476 main ul li{
    margin-left: 5px;
}
.page-id-6476 main ol li{
    margin-left: 20px;
}
a[href^="mailto:"] {
    color: #bb16a3;
}
.page-id-6476 main .section-pt-pb-60 {
    padding-top: 0 !important;
    padding-bottom: 0;
}
.page-id-6476 .page-banner {
	height: auto;
	min-height: 240px;
}
.page-id-6866 .page-banner.privacy-cookie-banner h1 {
	margin-bottom: 10px;
}
.page-id-6476 ol.privacy-orderlist {
    list-style: lower-roman;
    margin-bottom: 15px;
}
/* Updated on 05/29  */
.page-id-6476 .page-banner h1{letter-spacing:-0.9px}
.page-id-6476 .page-banner.privacy-cookie-banner h1{margin-bottom: 0px;}
@media (max-width: 576px) {
	.page-id-6476 .page-banner{
		min-height:58vw;
	}	
.page-id-6476 .page-banner .banner-inner-content h1{
	font-size:20px;
	line-height:27px;
	font-weight:500;
	}	
	.page-id-6476 .page-banner .banner-inner-content p{
		font-size:14px;
	}	
	.page-id-6476 .page-banner .banner-inner-content{
		margin-bottom:0;
	}
}

.page-id-6476 .page-banner .row > [class*=col-] {

	margin-bottom: 40px;

	margin-top: 40px;

}
 
@media (max-width: 991px) {

	.page-id-6476 .page-banner{

		height: auto;

		min-height:49.4vw;

	}		

	.page-id-6476 .page-banner .row > [class*=col-] {

		margin-bottom: 24px;

		margin-top: 24px;

	}

}
.page-id-6392 main{
	min-height:calc(100vh - 125px - 100px)
} 
.page-id-6392 main .transparency-report p.title{margin-bottom:0;}
.page-id-6392 main .transparency-report ul li{	
	list-style:none;	
	margin: 0px;
    padding: 0px;
    line-height: 1.5;
}
.page-id-6392 main .transparency-report ul li:first-child {
  margin-bottom: 15px;
}
.page-id-6392 main .transparency-report ul li:before{
	display:none;	
}