@import url(https://fonts.googleapis.com/css?family=Nunito:400,600,700|Work+Sans:400,700,800|Dosis:500,600,700);
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #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: 'Nunito';
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
  html {
    font-family: 'Nunito', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
  }
  
  body {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
  }
  
  [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  
  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  abbr[title],
  abbr[data-original-title] {
    text-decoration: underline;
    -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;
  }
  
  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  ol ol,
  ul ul,
  ol ul,
  ul ol {
    margin-bottom: 0;
  }
  
  dt {
    font-weight: 700;
  }
  
  dd {
    margin-bottom: .5rem;
    margin-left: 0;
  }
  
  blockquote {
    margin: 0 0 1rem;
  }
  
  b,
  strong {
    font-weight: bolder;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -.25em;
  }
  
  sup {
    top: -.5em;
  }
  
  a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
  }
  
  a:hover {
    color: #0056b3;
    text-decoration: underline;
  }
  
  a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
  }
  
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
  }
  
  pre,
  code,
  kbd,
  samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
  }
  
  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
  }
  
  figure {
    margin: 0 0 1rem;
  }
  
  img {
    vertical-align: middle;
    border-style: none;
  }
  
  svg {
    overflow: hidden;
    vertical-align: middle;
  }
  
  table {
    border-collapse: collapse;
  }
  
  caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
  }
  
  th {
    text-align: inherit;
  }
  
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  
  button {
    border-radius: 0;
  }
  
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  
  input,
  button,
  select,
  optgroup,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  button,
  input {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  [role="button"] {
    cursor: pointer;
  }
  
  select {
    word-wrap: normal;
  }
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer;
  }
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  
  input[type="radio"],
  input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
  }
  
  textarea {
    overflow: auto;
    resize: vertical;
  }
  
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  
  legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
  }
  
  progress {
    vertical-align: baseline;
  }
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
  }
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }
  
  output {
    display: inline-block;
  }
  
  summary {
    display: list-item;
    cursor: pointer;
  }
  
  template {
    display: none;
  }
  
  [hidden] {
    display: none !important;
  }
  
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  
  h1, .h1 {
    font-size: 2.5rem;
  }
  
  h2, .h2 {
    font-size: 2rem;
  }
  
  h3, .h3 {
    font-size: 1.75rem;
  }
  
  h4, .h4 {
    font-size: 1.5rem;
  }
  
  h5, .h5 {
    font-size: 1.25rem;
  }
  
  h6, .h6 {
    font-size: 1rem;
  }
  
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  
  .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
  }
  
  .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  
  .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  
  .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  small,
  .small {
    font-size: 80%;
    font-weight: 400;
  }
  
  mark,
  .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
  }
  
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  
  .list-inline-item {
    display: inline-block;
  }
  
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
  }
  
  .initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  
  .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  
  .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
  }
  
  .blockquote-footer::before {
    content: "\2014\00A0";
  }
  
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  
  .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
  }
  
  .figure {
    display: inline-block;
  }
  
  .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  
  .figure-caption {
    font-size: 90%;
    color: #6c757d;
  }
  
  code {
    font-size: 87.5%;
    color: #e83e8c;
    word-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-sm,
  .container-md,
  .container-lg,
  .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 576px) {
    .container, .container-sm {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container, .container-sm, .container-md {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .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 th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
  
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
  }
  
  .table tbody + tbody {
    border-top: 2px solid #dee2e6;
  }
  
  .table-sm th,
  .table-sm td {
    padding: 0.3rem;
  }
  
  .table-bordered {
    border: 1px solid #dee2e6;
  }
  
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6;
  }
  
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px;
  }
  
  .table-borderless th,
  .table-borderless td,
  .table-borderless thead th,
  .table-borderless tbody + tbody {
    border: 0;
  }
  
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  
  .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .table-primary,
  .table-primary > th,
  .table-primary > td {
    background-color: #b8daff;
  }
  
  .table-primary th,
  .table-primary td,
  .table-primary thead th,
  .table-primary tbody + tbody {
    border-color: #7abaff;
  }
  
  .table-hover .table-primary:hover {
    background-color: #9fcdff;
  }
  
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff;
  }
  
  .table-secondary,
  .table-secondary > th,
  .table-secondary > td {
    background-color: #d6d8db;
  }
  
  .table-secondary th,
  .table-secondary td,
  .table-secondary thead th,
  .table-secondary tbody + tbody {
    border-color: #b3b7bb;
  }
  
  .table-hover .table-secondary:hover {
    background-color: #c8cbcf;
  }
  
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
  }
  
  .table-success,
  .table-success > th,
  .table-success > td {
    background-color: #c3e6cb;
  }
  
  .table-success th,
  .table-success td,
  .table-success thead th,
  .table-success tbody + tbody {
    border-color: #8fd19e;
  }
  
  .table-hover .table-success:hover {
    background-color: #b1dfbb;
  }
  
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb;
  }
  
  .table-info,
  .table-info > th,
  .table-info > td {
    background-color: #bee5eb;
  }
  
  .table-info th,
  .table-info td,
  .table-info thead th,
  .table-info tbody + tbody {
    border-color: #86cfda;
  }
  
  .table-hover .table-info:hover {
    background-color: #abdde5;
  }
  
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5;
  }
  
  .table-warning,
  .table-warning > th,
  .table-warning > td {
    background-color: #ffeeba;
  }
  
  .table-warning th,
  .table-warning td,
  .table-warning thead th,
  .table-warning tbody + tbody {
    border-color: #ffdf7e;
  }
  
  .table-hover .table-warning:hover {
    background-color: #ffe8a1;
  }
  
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
  }
  
  .table-danger,
  .table-danger > th,
  .table-danger > td {
    background-color: #f5c6cb;
  }
  
  .table-danger th,
  .table-danger td,
  .table-danger thead th,
  .table-danger tbody + tbody {
    border-color: #ed969e;
  }
  
  .table-hover .table-danger:hover {
    background-color: #f1b0b7;
  }
  
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
  }
  
  .table-light,
  .table-light > th,
  .table-light > td {
    background-color: #fdfdfe;
  }
  
  .table-light th,
  .table-light td,
  .table-light thead th,
  .table-light tbody + tbody {
    border-color: #fbfcfc;
  }
  
  .table-hover .table-light:hover {
    background-color: #ececf6;
  }
  
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6;
  }
  
  .table-dark,
  .table-dark > th,
  .table-dark > td {
    background-color: #c6c8ca;
  }
  
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #95999c;
  }
  
  .table-hover .table-dark:hover {
    background-color: #b9bbbe;
  }
  
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
  }
  
  .table-active,
  .table-active > th,
  .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
  }
  
  .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  
  .table-dark {
    color: #fff;
    background-color: #343a40;
  }
  
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55;
  }
  
  .table-dark.table-bordered {
    border: 0;
  }
  
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
  }
  
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
  }
  
  @media (max-width: 575.98px) {
    .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
      border: 0;
    }
  }
  
  @media (max-width: 767.98px) {
    .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
      border: 0;
    }
  }
  
  @media (max-width: 991.98px) {
    .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
      border: 0;
    }
  }
  
  @media (max-width: 1199.98px) {
    .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
      border: 0;
    }
  }
  
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .table-responsive > .table-bordered {
    border: 0;
  }
  
  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none;
    }
  }
  
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
  }
  
  .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="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  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-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
  }
  
  .form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  
  .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  
  select.form-control[size], select.form-control[multiple] {
    height: auto;
  }
  
  textarea.form-control {
    height: auto;
  }
  
  .form-group {
    margin-bottom: 1rem;
  }
  
  .form-text {
    display: block;
    margin-top: 0.25rem;
  }
  
  .form-row {
    display: -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: 80%;
    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: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
  }
  
  .was-validated :valid ~ .valid-feedback,
  .was-validated :valid ~ .valid-tooltip,
  .is-valid ~ .valid-feedback,
  .is-valid ~ .valid-tooltip {
    display: block;
  }
  
  .was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  
  .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  }
  
  .was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
  }
  
  .was-validated .form-check-input:valid ~ .valid-feedback,
  .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
  .form-check-input.is-valid ~ .valid-tooltip {
    display: block;
  }
  
  .was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
  }
  
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
  }
  
  .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
  }
  
  .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  
  .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
  }
  
  .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
  }
  
  .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  
  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
  }
  
  .invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
  }
  
  .was-validated :invalid ~ .invalid-feedback,
  .was-validated :invalid ~ .invalid-tooltip,
  .is-invalid ~ .invalid-feedback,
  .is-invalid ~ .invalid-tooltip {
    display: block;
  }
  
  .was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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);
  }
  
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  
  .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  }
  
  .was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
  }
  
  .was-validated .form-check-input:invalid ~ .invalid-feedback,
  .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
  .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  
  .was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
  }
  
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
  }
  
  .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
  }
  
  .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  
  .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
  }
  
  .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
  }
  
  .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  
  .form-inline {
    display: -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 .input-group,
    .form-inline .custom-select {
      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-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  
  .btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  
  .btn-block {
    display: block;
    width: 100%;
  }
  
  .btn-block + .btn-block {
    margin-top: 0.5rem;
  }
  
  input[type="submit"].btn-block,
  input[type="reset"].btn-block,
  input[type="button"].btn-block {
    width: 100%;
  }
  
  .fade {
    transition: opacity 0.15s linear;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none;
    }
  }
  
  .fade:not(.show) {
    opacity: 0;
  }
  
  .collapse:not(.show) {
    display: none;
  }
  
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none;
    }
  }
  
  .dropup,
  .dropright,
  .dropdown,
  .dropleft {
    position: relative;
  }
  
  .dropdown-toggle {
    white-space: nowrap;
  }
  
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  
  .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  
  .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  
  @media (min-width: 576px) {
    .dropdown-menu-sm-left {
      right: auto;
      left: 0;
    }
    .dropdown-menu-sm-right {
      right: 0;
      left: auto;
    }
  }
  
  @media (min-width: 768px) {
    .dropdown-menu-md-left {
      right: auto;
      left: 0;
    }
    .dropdown-menu-md-right {
      right: 0;
      left: auto;
    }
  }
  
  @media (min-width: 992px) {
    .dropdown-menu-lg-left {
      right: auto;
      left: 0;
    }
    .dropdown-menu-lg-right {
      right: 0;
      left: auto;
    }
  }
  
  @media (min-width: 1200px) {
    .dropdown-menu-xl-left {
      right: auto;
      left: 0;
    }
    .dropdown-menu-xl-right {
      right: 0;
      left: auto;
    }
  }
  
  .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
  }
  
  .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
  }
  
  .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
  }
  
  .dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  
  .dropright .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropright .dropdown-toggle::after {
    vertical-align: 0;
  }
  
  .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
  }
  
  .dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
  }
  
  .dropleft .dropdown-toggle::after {
    display: none;
  }
  
  .dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
  }
  
  .dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropleft .dropdown-toggle::before {
    vertical-align: 0;
  }
  
  .dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
  }
  
  .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
  }
  
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
  }
  
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
  }
  
  .dropdown-menu.show {
    display: block;
  }
  
  .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
  }
  
  .dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
  }
  
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
  }
  
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  
  .btn-group > .btn:hover,
  .btn-group-vertical > .btn:hover {
    z-index: 1;
  }
  
  .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1;
  }
  
  .btn-toolbar {
    display: -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:not(:first-child),
  .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
  }
  
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .btn-group > .btn:not(:first-child),
  .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
  }
  
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0;
  }
  
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0;
  }
  
  .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }
  
  .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  
  .btn-group-vertical {
    -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:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
  }
  
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .btn-group-toggle > .btn,
  .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
  }
  
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  
  .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  }
  
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
  }
  
  .input-group > .form-control + .form-control,
  .input-group > .form-control + .custom-select,
  .input-group > .form-control + .custom-file,
  .input-group > .form-control-plaintext + .form-control,
  .input-group > .form-control-plaintext + .custom-select,
  .input-group > .form-control-plaintext + .custom-file,
  .input-group > .custom-select + .form-control,
  .input-group > .custom-select + .custom-select,
  .input-group > .custom-select + .custom-file,
  .input-group > .custom-file + .form-control,
  .input-group > .custom-file + .custom-select,
  .input-group > .custom-file + .custom-file {
    margin-left: -1px;
  }
  
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
  }
  
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
  }
  
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .input-group > .custom-file {
    display: -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-prepend,
  .input-group-append {
    display: -ms-flexbox;
    display: flex;
  }
  
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2;
  }
  
  .input-group-prepend .btn:focus,
  .input-group-append .btn:focus {
    z-index: 3;
  }
  
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px;
  }
  
  .input-group-prepend {
    margin-right: -1px;
  }
  
  .input-group-append {
    margin-left: -1px;
  }
  
  .input-group-text {
    display: -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="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0;
  }
  
  .input-group-lg > .form-control:not(textarea),
  .input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
  }
  
  .input-group-lg > .form-control,
  .input-group-lg > .custom-select,
  .input-group-lg > .input-group-prepend > .input-group-text,
  .input-group-lg > .input-group-append > .input-group-text,
  .input-group-lg > .input-group-prepend > .btn,
  .input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  
  .input-group-sm > .form-control:not(textarea),
  .input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
  }
  
  .input-group-sm > .form-control,
  .input-group-sm > .custom-select,
  .input-group-sm > .input-group-prepend > .input-group-text,
  .input-group-sm > .input-group-append > .input-group-text,
  .input-group-sm > .input-group-prepend > .btn,
  .input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  
  .input-group-lg > .custom-select,
  .input-group-sm > .custom-select {
    padding-right: 1.75rem;
  }
  
  .input-group > .input-group-prepend > .btn,
  .input-group > .input-group-prepend > .input-group-text,
  .input-group > .input-group-append:not(:last-child) > .btn,
  .input-group > .input-group-append:not(:last-child) > .input-group-text,
  .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .input-group > .input-group-append > .btn,
  .input-group > .input-group-append > .input-group-text,
  .input-group > .input-group-prepend:not(:first-child) > .btn,
  .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
  .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
  .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
  }
  
  .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: #adb5bd solid 1px;
  }
  
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
  }
  
  .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") no-repeat right 0.75rem center/8px 10px;
    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;
    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;
    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: none;
  }
  
  .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:hover, .nav-link:focus {
    text-decoration: none;
  }
  
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
  }
  
  .nav-tabs {
    border-bottom: 1px solid #dee2e6;
  }
  
  .nav-tabs .nav-item {
    margin-bottom: -1px;
  }
  
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
  }
  
  .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
  }
  
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
  }
  
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .nav-pills .nav-link {
    border-radius: 0.25rem;
  }
  
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
  }
  
  .nav-fill > .nav-link,
  .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
  }
  
  .nav-justified > .nav-link,
  .nav-justified .nav-item {
    -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-sm, .navbar .container-md, .navbar .container-lg, .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:hover, .navbar-brand:focus {
    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:hover, .navbar-toggler:focus {
    text-decoration: none;
  }
  
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  
  @media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  @media (min-width: 576px) {
    .navbar-expand-sm {
      -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-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .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-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  @media (min-width: 768px) {
    .navbar-expand-md {
      -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-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .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-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  @media (min-width: 992px) {
    .navbar-expand-lg {
      -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-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .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-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  @media (min-width: 1200px) {
    .navbar-expand-xl {
      -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-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .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-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .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-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  
  .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:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
  }
  
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
  }
  
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
  }
  
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
  }
  
  .navbar-light .navbar-nav .show > .nav-link,
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
  }
  
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
  
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  
  .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
  }
  
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
  }
  
  .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
  }
  
  .navbar-dark .navbar-brand {
    color: #fff;
  }
  
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
  }
  
  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
  }
  
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
  }
  
  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
  }
  
  .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
  }
  
  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  
  .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .navbar-dark .navbar-text a {
    color: #fff;
  }
  
  .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
  }
  
  .card {
    position: relative;
    display: -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-top,
  .card-img-bottom {
    -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-img-top,
    .card-group > .card:not(:last-child) .card-header {
      border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
      border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0;
    }
  }
  
  .card-columns .card {
    margin-bottom: 0.75rem;
  }
  
  @media (min-width: 576px) {
    .card-columns {
      -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 {
    display: -ms-flexbox;
    display: flex;
  }
  
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
  }
  
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
  }
  
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
  }
  
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
  }
  
  .breadcrumb-item.active {
    color: #6c757d;
  }
  
  .pagination {
    display: -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:hover, a.badge:focus {
    text-decoration: none;
  }
  
  .badge:empty {
    display: none;
  }
  
  .btn .badge {
    position: relative;
    top: -1px;
  }
  
  .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
  }
  
  .badge-primary {
    color: #fff;
    background-color: #007bff;
  }
  
  a.badge-primary:hover, a.badge-primary:focus {
    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:hover, a.badge-secondary:focus {
    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:hover, a.badge-success:focus {
    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:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
  }
  
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  }
  
  .badge-warning {
    color: #212529;
    background-color: #ffc107;
  }
  
  a.badge-warning:hover, a.badge-warning:focus {
    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:hover, a.badge-danger:focus {
    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:hover, a.badge-light:focus {
    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:hover, a.badge-dark:focus {
    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;
    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: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
  }
  
  @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:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
  }
  
  .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    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:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
  }
  
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
  }
  
  .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
  }
  
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
  }
  
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
  }
  
  .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
  }
  
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
  }
  
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
  }
  
  .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
  }
  
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
  }
  
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
  }
  
  .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
  }
  
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
  }
  
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
  }
  
  .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
  }
  
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
  }
  
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
  }
  
  .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
  }
  
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
  }
  
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
  }
  
  .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
  }
  
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
  }
  
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
  }
  
  .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
  }
  
  .close:hover {
    color: #000;
    text-decoration: none;
  }
  
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
  }
  
  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
  }
  
  a.close.disabled {
    pointer-events: none;
  }
  
  .toast {
    -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-header,
  .modal-dialog-scrollable .modal-footer {
    -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;
  }
  
  .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: 1rem 1rem;
    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", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
  }
  
  .tooltip.show {
    opacity: 0.9;
  }
  
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
  }
  
  .tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  
  .bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
  }
  
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
  }
  
  .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
  }
  
  .bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
  }
  
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  
  .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
  }
  
  .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
  }
  
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
  }
  
  .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
  }
  
  .bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
  }
  
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  
  .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
  }
  
  .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
  }
  
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
  }
  
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
  }
  
  .popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  
  .bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
  }
  
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px);
  }
  
  .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
  }
  
  .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
  }
  
  .bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
  }
  
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  
  .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="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-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
  }
  
  .bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
  }
  
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px);
  }
  
  .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="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-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
  }
  
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
  }
  
  .bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
  }
  
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  
  .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="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-left > .arrow::after, .bs-popover-auto[x-placement^="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.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: block;
  }
  
  .carousel-item-next:not(.carousel-item-left),
  .active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  
  .carousel-item-prev:not(.carousel-item-right),
  .active.carousel-item-left {
    -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.active,
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
  }
  
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none;
    }
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none;
    }
  }
  
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
  
  .carousel-control-prev {
    left: 0;
  }
  
  .carousel-control-next {
    right: 0;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
  }
  
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  }
  
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  }
  
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -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: .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: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
  }
  
  .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: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
  }
  
  .spinner-grow-sm {
    width: 1rem;
    height: 1rem;
  }
  
  .align-baseline {
    vertical-align: baseline !important;
  }
  
  .align-top {
    vertical-align: top !important;
  }
  
  .align-middle {
    vertical-align: middle !important;
  }
  
  .align-bottom {
    vertical-align: bottom !important;
  }
  
  .align-text-bottom {
    vertical-align: text-bottom !important;
  }
  
  .align-text-top {
    vertical-align: text-top !important;
  }
  
  .bg-primary {
    background-color: #007bff !important;
  }
  
  a.bg-primary:hover, a.bg-primary:focus,
  button.bg-primary:hover,
  button.bg-primary:focus {
    background-color: #0062cc !important;
  }
  
  .bg-secondary {
    background-color: #6c757d !important;
  }
  
  a.bg-secondary:hover, a.bg-secondary:focus,
  button.bg-secondary:hover,
  button.bg-secondary:focus {
    background-color: #545b62 !important;
  }
  
  .bg-success {
    background-color: #28a745 !important;
  }
  
  a.bg-success:hover, a.bg-success:focus,
  button.bg-success:hover,
  button.bg-success:focus {
    background-color: #1e7e34 !important;
  }
  
  .bg-info {
    background-color: #17a2b8 !important;
  }
  
  a.bg-info:hover, a.bg-info:focus,
  button.bg-info:hover,
  button.bg-info:focus {
    background-color: #117a8b !important;
  }
  
  .bg-warning {
    background-color: #ffc107 !important;
  }
  
  a.bg-warning:hover, a.bg-warning:focus,
  button.bg-warning:hover,
  button.bg-warning:focus {
    background-color: #d39e00 !important;
  }
  
  .bg-danger {
    background-color: #dc3545 !important;
  }
  
  a.bg-danger:hover, a.bg-danger:focus,
  button.bg-danger:hover,
  button.bg-danger:focus {
    background-color: #bd2130 !important;
  }
  
  .bg-light {
    background-color: #f8f9fa !important;
  }
  
  a.bg-light:hover, a.bg-light:focus,
  button.bg-light:hover,
  button.bg-light:focus {
    background-color: #dae0e5 !important;
  }
  
  .bg-dark {
    background-color: #343a40 !important;
  }
  
  a.bg-dark:hover, a.bg-dark:focus,
  button.bg-dark:hover,
  button.bg-dark:focus {
    background-color: #1d2124 !important;
  }
  
  .bg-white {
    background-color: #fff !important;
  }
  
  .bg-transparent {
    background-color: transparent !important;
  }
  
  .border {
    border: 1px solid #dee2e6 !important;
  }
  
  .border-top {
    border-top: 1px solid #dee2e6 !important;
  }
  
  .border-right {
    border-right: 1px solid #dee2e6 !important;
  }
  
  .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  
  .border-left {
    border-left: 1px solid #dee2e6 !important;
  }
  
  .border-0 {
    border: 0 !important;
  }
  
  .border-top-0 {
    border-top: 0 !important;
  }
  
  .border-right-0 {
    border-right: 0 !important;
  }
  
  .border-bottom-0 {
    border-bottom: 0 !important;
  }
  
  .border-left-0 {
    border-left: 0 !important;
  }
  
  .border-primary {
    border-color: #007bff !important;
  }
  
  .border-secondary {
    border-color: #6c757d !important;
  }
  
  .border-success {
    border-color: #28a745 !important;
  }
  
  .border-info {
    border-color: #17a2b8 !important;
  }
  
  .border-warning {
    border-color: #ffc107 !important;
  }
  
  .border-danger {
    border-color: #dc3545 !important;
  }
  
  .border-light {
    border-color: #f8f9fa !important;
  }
  
  .border-dark {
    border-color: #343a40 !important;
  }
  
  .border-white {
    border-color: #fff !important;
  }
  
  .rounded-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 iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  .embed-responsive-21by9::before {
    padding-top: 42.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;
    -ms-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:hover, a.text-primary:focus {
    color: #0056b3 !important;
  }
  
  .text-secondary {
    color: #6c757d !important;
  }
  
  a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
  }
  
  .text-success {
    color: #28a745 !important;
  }
  
  a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
  }
  
  .text-info {
    color: #17a2b8 !important;
  }
  
  a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
  }
  
  .text-warning {
    color: #ffc107 !important;
  }
  
  a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
  }
  
  .text-danger {
    color: #dc3545 !important;
  }
  
  a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
  }
  
  .text-light {
    color: #f8f9fa !important;
  }
  
  a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
  }
  
  .text-dark {
    color: #343a40 !important;
  }
  
  a.text-dark:hover, a.text-dark:focus {
    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;
    overflow-wrap: break-word !important;
  }
  
  .text-reset {
    color: inherit !important;
  }
  
  .visible {
    visibility: visible !important;
  }
  
  .invisible {
    visibility: hidden !important;
  }
  
  @media print {
    *,
    *::before,
    *::after {
      text-shadow: none !important;
      box-shadow: none !important;
    }
    a:not(.btn) {
      text-decoration: underline;
    }
    abbr[title]::after {
      content: " (" attr(title) ")";
    }
    pre {
      white-space: pre-wrap !important;
    }
    pre,
    blockquote {
      border: 1px solid #adb5bd;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
    @page {
      size: a3;
    }
    body {
      min-width: 992px !important;
    }
    .container {
      min-width: 992px !important;
    }
    .navbar {
      display: none;
    }
    .badge {
      border: 1px solid #000;
    }
    .table {
      border-collapse: collapse !important;
    }
    .table td,
    .table th {
      background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
      border: 1px solid #dee2e6 !important;
    }
    .table-dark {
      color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6;
    }
    .table .thead-dark th {
      color: inherit;
      border-color: #dee2e6;
    }
  }
  /*# sourceMappingURL=bootstrap.css.map */
@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: local('Nunito ExtraLight Italic'), local('Nunito-ExtraLightItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN5MZ9vHUT8_DQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: local('Nunito ExtraLight Italic'), local('Nunito-ExtraLightItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN5MZ9vOUT8_DQ.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: local('Nunito ExtraLight Italic'), local('Nunito-ExtraLightItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN5MZ9vFUT8_DQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: local('Nunito ExtraLight Italic'), local('Nunito-ExtraLightItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN5MZ9vEUT8_DQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: local('Nunito ExtraLight Italic'), local('Nunito-ExtraLightItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN5MZ9vKUT8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Nunito Light Italic'), local('Nunito-LightItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN4oZNvHUT8_DQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Nunito Light Italic'), local('Nunito-LightItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN4oZNvOUT8_DQ.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Nunito Light Italic'), local('Nunito-LightItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN4oZNvFUT8_DQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Nunito Light Italic'), local('Nunito-LightItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN4oZNvEUT8_DQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Nunito Light Italic'), local('Nunito-LightItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN4oZNvKUT8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Italic'), local('Nunito-Italic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXX3I6Li01BKofIMNaORs71cA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Italic'), local('Nunito-Italic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXX3I6Li01BKofIMNaHRs71cA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Italic'), local('Nunito-Italic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXX3I6Li01BKofIMNaMRs71cA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Italic'), local('Nunito-Italic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXX3I6Li01BKofIMNaNRs71cA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Italic'), local('Nunito-Italic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXX3I6Li01BKofIMNaDRs4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Nunito SemiBold Italic'), local('Nunito-SemiBoldItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN5cYtvHUT8_DQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Nunito SemiBold Italic'), local('Nunito-SemiBoldItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN5cYtvOUT8_DQ.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Nunito SemiBold Italic'), local('Nunito-SemiBoldItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN5cYtvFUT8_DQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Nunito SemiBold Italic'), local('Nunito-SemiBoldItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN5cYtvEUT8_DQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Nunito SemiBold Italic'), local('Nunito-SemiBoldItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN5cYtvKUT8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Nunito Bold Italic'), local('Nunito-BoldItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN44Y9vHUT8_DQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Nunito Bold Italic'), local('Nunito-BoldItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN44Y9vOUT8_DQ.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Nunito Bold Italic'), local('Nunito-BoldItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN44Y9vFUT8_DQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Nunito Bold Italic'), local('Nunito-BoldItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN44Y9vEUT8_DQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Nunito Bold Italic'), local('Nunito-BoldItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN44Y9vKUT8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Nunito ExtraBold Italic'), local('Nunito-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN4kYNvHUT8_DQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Nunito ExtraBold Italic'), local('Nunito-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN4kYNvOUT8_DQ.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Nunito ExtraBold Italic'), local('Nunito-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN4kYNvFUT8_DQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Nunito ExtraBold Italic'), local('Nunito-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN4kYNvEUT8_DQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Nunito ExtraBold Italic'), local('Nunito-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN4kYNvKUT8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Nunito Black Italic'), local('Nunito-BlackItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN4AYdvHUT8_DQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Nunito Black Italic'), local('Nunito-BlackItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN4AYdvOUT8_DQ.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Nunito Black Italic'), local('Nunito-BlackItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN4AYdvFUT8_DQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Nunito Black Italic'), local('Nunito-BlackItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN4AYdvEUT8_DQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Nunito;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Nunito Black Italic'), local('Nunito-BlackItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN4AYdvKUT8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Nunito ExtraLight'), local('Nunito-ExtraLight'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA-seUbOvISTs.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Nunito ExtraLight'), local('Nunito-ExtraLight'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA-seUZevISTs.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Nunito ExtraLight'), local('Nunito-ExtraLight'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA-seUbuvISTs.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Nunito ExtraLight'), local('Nunito-ExtraLight'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA-seUb-vISTs.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Nunito ExtraLight'), local('Nunito-ExtraLight'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA-seUYevI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Nunito Light'), local('Nunito-Light'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAnsSUbOvISTs.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Nunito Light'), local('Nunito-Light'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAnsSUZevISTs.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Nunito Light'), local('Nunito-Light'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAnsSUbuvISTs.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Nunito Light'), local('Nunito-Light'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAnsSUb-vISTs.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Nunito Light'), local('Nunito-Light'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAnsSUYevI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA6sKUbOvISTs.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA6sKUZevISTs.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA6sKUbuvISTs.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA6sKUb-vISTs.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA6sKUYevI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAjsOUbOvISTs.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAjsOUZevISTs.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAjsOUbuvISTs.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAjsOUb-vISTs.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAjsOUYevI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAksCUbOvISTs.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAksCUZevISTs.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAksCUbuvISTs.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAksCUb-vISTs.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAksCUYevI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Nunito Black'), local('Nunito-Black'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAtsGUbOvISTs.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Nunito Black'), local('Nunito-Black'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAtsGUZevISTs.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Nunito Black'), local('Nunito-Black'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAtsGUbuvISTs.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Nunito Black'), local('Nunito-Black'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAtsGUb-vISTs.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Nunito Black'), local('Nunito-Black'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAtsGUYevI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzlnC_W6EQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzlmC_W6EQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzloC_U.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzlnC_W6EQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzlmC_W6EQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzloC_U.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzlnC_W6EQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzlmC_W6EQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzloC_U.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzlnC_W6EQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzlmC_W6EQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzloC_U.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzlnC_W6EQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzlmC_W6EQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzloC_U.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzlnC_W6EQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzlmC_W6EQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzloC_U.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzlnC_W6EQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzlmC_W6EQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Dosis;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzloC_U.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqh7p29NNpQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqh7g29NNpQ.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqh7r29NNpQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqh7q29NNpQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqh7k29M.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_z8fZwnCo.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_z-PZwnCo.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_z8_ZwnCo.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_z8vZwnCo.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_z_PZw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz8fZwnCo.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz-PZwnCo.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz8_ZwnCo.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz8vZwnCo.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz_PZw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z8fZwnCo.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z-PZwnCo.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z8_ZwnCo.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z8vZwnCo.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz8fZwnCo.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz-PZwnCo.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz8_ZwnCo.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz8vZwnCo.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8fZwnCo.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz-PZwnCo.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8_ZwnCo.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8vZwnCo.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz8fZwnCo.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz-PZwnCo.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz8_ZwnCo.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz8vZwnCo.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz_PZw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz8fZwnCo.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz-PZwnCo.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz8_ZwnCo.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz8vZwnCo.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz_PZw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Montserrat Thin'), local('Montserrat-Thin'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QpRxC7mw9c.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Montserrat Thin'), local('Montserrat-Thin'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QpRzS7mw9c.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Montserrat Thin'), local('Montserrat-Thin'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QpRxi7mw9c.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Montserrat Thin'), local('Montserrat-Thin'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QpRxy7mw9c.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Montserrat Thin'), local('Montserrat-Thin'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QpRyS7m.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gbD_u50.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gbD_u50.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gbD_u50.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gTD_u50.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gbD_u50.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

body {
    /*color: #44394C;*/
    color: #635465;
    font-family: 'Nunito', sans-serif;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #37265b;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .active>.nav-link {
    color: #635465;
}

.navbar-expand-lg .navbar-nav .nav-link.active:hover {
    color: #37265b;
}

.navbar-light .navbar-nav .active>.nav-link:hover {
    color: #37265b;
}

a:hover {
    color: #007bff;
}

.navbar-expand-lg .navbar-nav .nav-link:hover:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #588fcb;
    display: block;
}

.navbar-expand-lg .navbar-nav .nav-link:after {
    content: '';
    width: 100%;
    height: 3px;
    background: transparent;
    display: block;
}

.navbar-expand-lg .navbar-nav .nav-link.active:after {
    background: #588fcb;
}

.navbar-expand-lg .navbar-nav #menu-item-451 .nav-link:hover:after,
.navbar-expand-lg .navbar-nav #menu-item-452 .nav-link:hover:after,
.navbar-expand-lg .navbar-nav #menu-item-453 .nav-link:hover:after {
    background: transparent;
}

.navbar-brand img {
    width: auto;
    margin-left: -9px;
    height: 57px;
    margin-top: -8px;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.top-bar {
    background-color: #3A7CC4;
}

.second-level-sub-menu {
    background-color: #37265b;
}

.second-level-menu {
    background-color: #D4D4D4;
}

.heading {
    margin-bottom: 26px;
}

.main-heading {
    font-size: 61px;
    color: #635465;
}


.page-template-project-reach .main-sub-heading {
    color: #4abab8;
}

.page-template-student-services .main-sub-heading {
    color: #f5865c;
}

.main-description {
    color: #868586;
    font-size: 15px;
    padding-left: 2px;
    font-weight: 800;
    padding-right: 40px;
    letter-spacing: .2px;
    margin-bottom: 20px;
}

.main-button {
    padding: 6px 21px 6px 19px;
    background: #4b1469;
    font-size: 14px;
    border-radius: 26px;
    color: #fff;
}

.main-button:hover {
    color: #fff;
}

.youtube-player {
    margin: 0px !important;
}

.section-padding-55 {
    padding-bottom: 30px;
}

.section-heading {
    color: #a6a6a6 !important;
    font-size: 21px;
    text-transform: inherit;
    letter-spacing: .2px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
}

.section-heading:after {
    padding-top: 19px;
}

.section-heading:after {
    border-bottom: 2px solid #4abab8;
    content: '';
    display: block;
    padding-top: 17px;
}

.page-template-project-reach .section-heading:after {
    border-bottom: 2px solid #4abab8;
}

hr.section-divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 3px solid #37C4BD;
}

.section-description {
    font-size: 13px;
    margin-top: 4px;
    letter-spacing: 0.4px;
    line-height: 20px;
    font-weight: 400;
    color: #635465;
}

.news_pagination {
    display: none !important;
}


.news-events {
    background-color: #37265b;
    padding-top: 80px;
    padding-bottom: 80px;
}

.news-events-heading {
    font-weight: 700;
    color: white;
    color: #fff !important;
    font-size: 36px;
    text-transform: capitalize;
    margin-left: -3px;
    margin-bottom: 40px;
}

#news-events .news-more-link {
    /*position: relative;
    left: 0;*/
}

#news-events .news-more-link:hover {
    background: transparent;
}

.page-parent .news-content-excerpt a.news-more-link:after {
    background: 0;
}

a:hover {
    color: #29BEFF;
}

.news-events-heading:after {
    border-bottom: 2px solid #37C4BD;
    content: '';
    display: block;
    padding-top: 13px;
}

.news-events-divider {
    margin-top: 2rem;
    margin-bottom: 4rem;
    border: 0;
    border-top: 3px solid #588fcb;
}

.news-events .wpem-event-listings .wpem-event-layout-wrapper {
    border-bottom: unset !important;
    border-right: unset !important;
    background: unset !important;
}

.news-events .wpem-event-date {
    border-left: unset !important;
    border-right: 1px solid #588fcb;
    transition: border .2s;
    width: 66px !important;
}

.news-events .wpem-date {
    font-size: 29px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    color: white !important;
}

.news-events .wpem-month {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 15px !important;
    color: white !important;
}

.news-events .wpem-heading-text {
    font-size: 33px !important;
    color: white !important;
}

.news-events .wpem-event-date-time {
    display: none !important;
}

.news-events .wpem-event-location::before {
    left: -4px !important;
    font-size: 15px !important;
    color: white !important;
    line-height: 23px !important;
}

.news-events .wpem-event-location-text {
    color: white !important;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-action-url {
    border-left: unset !important;
    transition: unset !important;
}

.news-events form#event_filters {
    display: none !important;
}

.news-events .wpem-event-banner {
    display: none !important;
}

.news-events .news-thumb {
    display: none !important;
}

.news-events .news-col-list .news-content {
    width: 100% !important;
}

.news-events .news-col-list .news-content {
    margin-left: unset !important;
}

.news-events .grid-date-post {
    color: #fff !important;
}

.news-events .news .news-title a {
    color: #fff !important;
}

.news-events .news-short-content {
    color: #fff !important;
}

.border-news {
    border-right: 1px solid #588fcb;
}

.alert-message {
    padding-top: 20px;
    padding-bottom: 20px;
}

.alert-text {
    font-size: 17px;
    color: white;
    font-weight: bold;
    margin: 0;
    margin-top: 10px;
}

.read-more {
    margin-top: 10px;
}

.read-more span {
    color: #29BEFF;
    font-weight: bolder;
}

.read-more a img {
    width: 40%;
    margin-left: 10px;
}

.close-button img {
    margin-top: 13px;
    width: 28%;
}

.sub-menu-row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sub-menu-text {
    color: #6D5D85;
    font-size: 0.9rem;
}

.sub-menu-text.active {
    color: white;
}

.sub-menu-text.active::before {
    content: '\25bc';
    padding-left: 0.5em;
    font-size: 10px;
    color: #37C4BD;
    margin-right: 15px;
}

.page-template-fitness-center .sub-menu-text.active::before {
    content: '\25bc';
    padding-left: 0.5em;
    font-size: 10px;
    color: #37A564;
    margin-right: 15px;
}

.page-template-fitness-center .second-level-menu {
    border-top: 4px solid #37a564;
}

.page-template-fitness-center .second-level-container.active-container a::before {
    content: "";
    vertical-align: middle;
    margin: auto;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: calc(100% - 6px);
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background-color: #37A564;
}

.second-level-menu {
    background-color: #D4D4D4;
    border-top: 8px solid #37C4BD;
}

.second-level-container {
    padding: 28px;
    text-align: center;
    border-right: 1px solid #868586;
}

.second-level-container a {
    font-size: 18px;
    color: #37265b;
    font-weight: 700;
}

.second-level-container.active-container {
    background-color: #37265b;
}

.second-level-container.active-container a {
    color: white;
}

.second-level-container.active-container a::before {
    content: "";
    vertical-align: middle;
    margin: auto;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: calc(100% - 6px);
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background-color: #37C4BD;
}

.page-sidebar {
    background-color: #F0F0F0;
    padding-right: unset;
    padding-left: 20px;
}

.page-sidebar .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title {
    margin: 0;
}

.staff-main-director {
    display: flex;
}

.staff-director {
    flex: 1 100%;
}

.director-name {
    margin-top: 9px;
    font-size: 23px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #4b1469;
    letter-spacing: .2px;
    font-weight: 600;
}

.owner-chat {
    color: #4abab8;
}

.page-template-early-childhood .owner-chat {
    color: #4abab8;
}

.director-position {
    margin-bottom: 2px;
    font-size: 11px;
    color: #37265b;
    font-weight: 600;
    padding-left: 24px;
}

.director-phone {
    color: #868586;
    font-size: 14px;
    line-height: 17px;
    display: block;
}

.brochure-div {
    margin-top: 22px;
}

.brochure-div p {
    font-size: 14px;
    margin-bottom: 0;
}

.brochure-div a {
    color: #868586;
}

.read-more-arrow {
    width: 9px;
    vertical-align: middle;
    margin-left: 2px;
}

.brochure-div .brochure-page {
    height: 127px !important;
    max-width: 100%;
    margin-bottom: 10px;
}


.director-phone-card {
    display: block;
    color: #868586;
    font-size: 11px;
    line-height: 13px;
}

.director-email {
    color: #868586;
    font-size: 14px;
    line-height: 17px;
    display: block;
}

.director-email i,
.director-phone i {
    color: #4abab8;
    font-size: 11px;
    margin-right: 8px;
}

.page-template-early-childhood .director-email i,
.page-template-early-childhood .director-phone i {
    color: #4abab8;
}

.sidebar-padding {
    padding-top: 30px;
}

.sidebar-main-heading {
    color: #4b1469;
    font-size: 13px;
    text-transform: inherit;
    letter-spacing: -0.1px;
    width: 100%;
    font-weight: 600;
    margin-top: 11px;
    margin-bottom: 0;
}

p.sidebar-main-heading:after {
    border-bottom: 2px solid #4b1469;
    content: '';
    display: block;
    padding-top: 1px;
}

.page-sidebar hr {
    margin-top: unset !important;
    margin-bottom: 1.2rem;
    border: 0;
    border-top: 3px solid #37265b;
}

.page-sidebar .card {
    background-color: unset !important;
    border-radius: unset !important;
    border: unset !important;
    padding: 1px 8px 0 0px;
    border-bottom: 1px solid #8e8e8e;
}

.page-sidebar .card-header {
    padding: unset !important;
    margin-bottom: unset !important;
    background-color: unset !important;
    border-bottom: 0 solid #C9C9C9 !important;
}

.page-sidebar .card {
    border-bottom: 1px solid #C9C9C9 !important;
}

.page-sidebar .card-header button {
    font-size: 18px;
    color: #868586;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.project-overview-left {
    padding-right: 50px;
}

.page-sidebar form#event_filters {
    display: none !important;
}

.page-sidebar .wpem-event-date {
    display: none !important;
}

.page-sidebar #event-listing-view .wpem-event-box-col {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.page-sidebar .wpem-event-layout-wrapper {
    border: unset !important;
    background: unset !important;
}

.page-sidebar .wpem-event-banner {
    padding-right: 33px !important;
    background: unset !important;
}

.page-sidebar .wpem-event-banner-img {
    height: 170px !important;
}

.page-sidebar .wpem-heading-text {
    color: #37265b;
    font-size: 22px;
    font-weight: 700;
}

.page-sidebar .wpem-event-date-time {
    color: #868586
}

.page-sidebar .wpem-event-location {
    color: #868586
}

.page-sidebar .wpem-event-details {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 0px !important;
    padding-right: 10px !important;
}

.page-sidebar .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location {
    margin: 0;
}

.page-sidebar .wpem-col {
    padding-right: unset !important;
}

.text-container {
    padding-right: 62px;
}

.sub-menu-row .text-container:last-child {
    padding-right: 0px;
}

.navbar .container {
    padding-right: 0px;
}

.purple-btn {
    padding: 5px 30px 5px 30px;
    background: #37265b;
    color: white;
    margin-left: 20px;
    border-radius: 30px;
    font-size: 18px;
}

.service-col {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.list-group-item {
    /* border: unset !important; */
    padding: unset !important;
    padding-bottom: 20px !important;
}

.service-col h5 {
    position: relative;
    color: #37265b;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.6px;
    margin-bottom: 0;
    line-height: 27px;
}

.service-col p {
    font-size: 13px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    line-height: 19px;
    color: #495057;
    font-weight: 400;
}

.arrow {
    border: solid #868586;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    margin-right: 12px;
    margin-bottom: 1px;
}

.arrow.arrow--small {
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.faq-section .accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    top: 10px;
    bottom: 0;
    position: relative;
    color: #37265b;
}

.faq-section .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.faq-section .card {
    background-color: unset !important;
    border: unset !important;
    border-radius: unset !important;
}

.faq-section .card-header {
    background-color: unset !important;
    padding: 0.75rem 16px 0 0;
    border-bottom: 1px solid #DDEDFF !important;
}

.faq-section .card-body {
    /* padding: 1.25rem 0 !important; */
    font-size: 13.8px;
    line-height: 21px;
    margin-bottom: 4px;
}

.faq-section .card-title {
    color: #37265b;
    cursor: pointer;
    padding: 21px 0 19px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    letter-spacing: -0.1px;
    font-weight: 800;
}

.news-events .news-more-link img {
    margin-left: 10px;
    width: 32%;
}

.news-events .event-button-container {
    width: 22%;
    padding-left: 8px;
    padding-top: 10px;
}

.news-events .event-button {
    color: white;
    padding: 8px 24px;
    font-size: 19px;
    border: 1px solid white;
    border-radius: 30px;
}

.jumbotron-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    border-radius: unset !important;
}

.jumbo-container .text-container {
    background: white;
    text-align: left;
    display: block;
    position: absolute;
    z-index: 1;
    top: 310px;
    margin-top: 60px;
    padding: 20px 0 20px 17px;
    width: 28%;
    box-shadow: 17px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px 7px rgba(0, 0, 0, 0.05);
    letter-spacing: 0.5px;
}

.jumbo-container .text-container h1 {
    font-size: 40px;
    font-weight: 900;
    color: #54387F;
    margin-bottom: 0;
}

.message-text-container {
    padding: 30px 110px 60px;
    text-align: center;
}

.message-text-container h1 {
    color: #37265b;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.card-title-main {
    padding: 17px;
    text-align: center;
    background: #37265b;
    border-bottom: 8px solid #37C4BD;
    min-height: 96px;
    vertical-align: middle;
}

.card-title-main h1 {
    font-size: 20px;
    color: white;
    line-break: auto;
    overflow-wrap: break-word;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0 28px;
}

.non-feature-card .card-title-main {
    min-height: auto;
}

.non-feature-card .card-text {
    font-size: 13px !important;
    line-height: 17px;
    margin-bottom: 0;
    padding-bottom: 9px !important;
}

.right-body-non-feacture {
    padding: 20px;
}

.featured-card {
    padding-bottom: 90px;
}

.featured-card-group {
    padding-bottom: 90px;
}

.featured-card-group.non-feature-card {
    padding-bottom: 0px;
}

.featured-card .custom-card {
    flex-flow: row wrap !important;
}

.featured-card .custom-card .custom-card-body {
    flex: 1 20%;
}

.custom-card {
    border: unset !important;
    border-bottom: 8px solid #37C4BD !important;
    border-radius: unset !important;
    -webkit-box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.17);
    box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.17);
}

.custom-card-body.left-body {
    background: #F0F0F0;
}

.custom-card-body img {
    border-radius: 0;
}

.custom-card-body .card-text {
    padding: 20px;
    font-size: 16px;
}

.custom-card-body.right-body {
    padding: 20px;
}

.featured-card-group .card-body {
    padding: 0px !important;
}

.featured-card-group .card-body .card-text {
    padding: 20px;
    font-size: 16px;
    color: #635465;
}

.featured-card-group .card-body img {
    border-radius: 0;
}

.featured-card-group .card-deck .card {
    border: unset !important;
    border-bottom: 8px solid #37C4BD !important;
    border-radius: unset !important;
    -webkit-box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.17);
    box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.17);
}

.page-parent .news-events {
    background-color: transparent !important;
}

.page-parent .news-events .grid-date-post {
    color: #635465 !important;
}

.page-parent .news-events .news .news-title a {
    color: #37265b !important;
}

.page-parent .news-events .news-short-content {
    color: #635465 !important;
    color: #635465 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-parent .news-events-heading {
    color: #A6A6A6 !important;
}

.page-parent.page-child .news-events {
    background-color: #37265b !important;
}

.page-parent.page-child .news-events .grid-date-post {
    color: #fff !important;
}

.page-parent.page-child .news-events .news .news-title a {
    color: #fff !important;
    font-weight: 700;
}

.page-parent .wpem-event-category {
    display: none;
}

.page-parent.page-child .news-events .news-short-content {
    color: #fff !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-parent.page-child .innerpage-event .wpem-event-description p {
    color: #fff;
}

.page-parent.page-child .news-events-heading {
    color: #fff !important;
}

.page-parent .innerpage-event .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before {
    /* content: ""; */
    color: #37265b !important;
}

.page-parent.page-child .innerpage-event .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before {
    color: #fff !important;
}

.page-parent .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location {
    position: relative;
    padding-left: 16px;
}

.news-col-list .news-inner-wrap-view {
    border-bottom: unset !important;
}

.page-template-early-childhood .wpem-from-date .wpem-date {
    color: #37265b !important;
}

.page-template-early-childhood .wpem-from-date .wpem-month {
    color: #37265b !important;
}

.page-template-early-childhood .news-events .wpem-heading-text {
    color: #588fcb !important;
}

.page-template-early-childhood .news-events .wpem-event-location-text {
    color: #635465 !important;
}

.page-template-early-childhood .news-events .wpem-event-location::before {
    color: #635465 !important;
}

.gallery-row .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gallery-row .white {
    padding: unset !important;
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/

.site-footer {
    padding: 49px 0 0;
    background: #e2e3e7;
    color: #86868a;
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/grey-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.site-footer ul {
    list-style: none;
}

.site-footer p,
.site-footer li {
    color: #cdced0;
}

.site-footer .social-newsletter-area {
    background-color: #1c202e;
    padding: 55px 0 60px;
}

@media (max-width: 991px) {
    .site-footer .social-newsletter-area .social-newsletter-content {
        text-align: center;
    }
}

.site-footer .social-newsletter-area .social-newsletter-content>div:first-child {
    width: 320px;
    float: left;
}

@media (max-width: 991px) {
    .site-footer .social-newsletter-area .social-newsletter-content>div:first-child {
        width: 100%;
        float: none;
    }
}

.site-footer .social-newsletter-area .social-newsletter-content>div:nth-child(2) {
    width: calc(100% - 640px);
    float: left;
}

@media (max-width: 991px) {
    .site-footer .social-newsletter-area .social-newsletter-content>div:nth-child(2) {
        width: 100%;
        float: none;
        margin: 35px 0;
    }
}

.site-footer .social-newsletter-area .social-newsletter-content>div:last-child {
    width: 320px;
    float: right;
}

@media (max-width: 991px) {
    .site-footer .social-newsletter-area .social-newsletter-content>div:last-child {
        width: 100%;
        float: none;
    }
}

.site-footer .social-newsletter-area .social-area ul {
    overflow: hidden;
    padding-top: 28px;
}

@media (max-width: 991px) {
    .site-footer .social-newsletter-area .social-area ul {
        display: inline-block;
        padding-top: 0;
    }
}

.site-footer .social-newsletter-area .social-area ul li {
    float: left;
}

.site-footer .social-newsletter-area .social-area ul>li+li {
    margin-left: 10px;
}

.site-footer .social-newsletter-area .social-area ul a {
    background-color: #30364e;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
}

.site-footer .social-newsletter-area .social-area ul a:hover {
    background-color: #e95945;
}

.site-footer .social-newsletter-area .logo-area {
    text-align: center;
}

.site-footer .social-newsletter-area .logo-area img {
    display: inline-block;
    margin-left: -90px;
}

@media (max-width: 991px) {
    .site-footer .social-newsletter-area .logo-area img {
        margin-left: 0;
    }
}

.site-footer .social-newsletter-area .newsletter-area .inner {
    max-width: 400px;
}

@media (max-width: 991px) {
    .site-footer .social-newsletter-area .newsletter-area .inner {
        margin: 0 auto;
    }
}

.site-footer .social-newsletter-area .newsletter-area h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.site-footer .social-newsletter-area .newsletter-area form {
    margin-top: 25px;
    position: relative;
}

.site-footer .social-newsletter-area .newsletter-area form input {
    background-color: #30364e;
    height: 55px;
    color: #152b3a;
    padding: 6px 20px;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.site-footer .social-newsletter-area .newsletter-area form button {
    background-color: #e95945;
    width: 55px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    outline: 0;
    font-size: 20px;
    color: #fff;
}

.footer-first {
    padding-left: 11px;
}

p.footer-title {
    color: #588fcb;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 9px;
}

ul.footer-links-ul {
    list-style: none;
    margin-left: -7px;
    padding-left: 0;
    margin-top: 4px;
    margin-bottom: 20px;
}

.site-footer a {
    color: #44394c;
    font-size: 15px;
    font-weight: 800;
}

.footer-links-ul li {
    position: relative;
    padding-left: 18px;
    line-height: 14px;
    margin-bottom: 12px;
}

    .footer-links-ul li:before {
        content: '';
        display: block;
        /*background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/footer-arrow.png);*/
        background: url(assets/footer-arrow.8b1f59a72fe7ed50028b28baeb6d6714.png);
        position: absolute;
        width: 17px;
        height: 11px;
        left: 0;
        top: 3px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

.footer-links-ul li ul li {
    padding-left: 0;
    margin-top: -6px;
    margin-bottom: 13px;
}

.footer-links-ul li ul li:before {
    background: 0;
}

ul.footer-links-ul li ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.second-ul .footer-links-ul li {
    margin-bottom: 18px;
    padding-left: 15px;
}

.second-ul .footer-links-ul li ul li {
    padding-left: 0;
    margin-bottom: 13px;
}

.footer-loction {
    margin-top: 11px !important;
    margin-left: -9px !important;
    margin-bottom: 0;
}

.footer-loction li {
    margin-bottom: 13px;
}

p.footer-location-title {
    color: #635465;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 1px;
}

p.footer-location-dec {
    color: #635465;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
    letter-spacing: -0.2px;
}

.second-first .footer-links-ul li {
    line-height: 14px;
    margin-bottom: 15px;
}

.second-first p.footer-title {
    margin-bottom: 11px;
}

p.footer-location-phn {
    color: #635465;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

.site-footer .footer-location-phn a {
    font-weight: 500;
    color: #635465;
    letter-spacing: -0.4px;
}

.second-first:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    /*background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/gray-line.png);*/
    background: url(assets/gray-line.863698ac126278affead6f7e9cbac8aa.png);
    background-repeat: repeat;
    background-position: right;
    background-size: cover;
    padding-left: 0;
    margin-left: -51px;
}

.second-first {
    position: relative;
    padding-left: 37px;
}

ul.footer-links-ul.footer-location {
    margin-bottom: 0;
}

p.see-allfooter {
    margin-left: 2px;
    margin-top: -4px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.see-allfooter img {
    width: 14px
}

.footer-third {
    padding-left: 21px;
    height: 100%;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    width: 182px;
    display: block;
}

.footer-call-email {
    margin-top: 20px;
}

.footer-call-email a {
    color: #588fcb;
    font-size: 14px;
}

.footer-third:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    /*background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/gray-line.png);*/
    background: url(assets/gray-line.863698ac126278affead6f7e9cbac8aa.png);
    background-repeat: repeat;
    background-position: right;
    background-size: cover;
    padding-left: 0;
    margin-left: -43px;
}

.footer-third .pdr-0 {
    padding-right: 0;
}

.site-footer a.career-a {
    background: transparent;
    color: #37265b;
    padding: 10px 27px 8px;
    border-radius: 20px;
    border: 2px solid #37265b;
    position: absolute;
    bottom: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.site-footer a.doe-a {
    background: transparent;
    color: #37265b;
    padding: 10px 27px 8px;
    border-radius: 20px;
    border: 2px solid #37265b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.site-footer a.footer-login {
    background: #37265b;
    color: #fff;
    padding: 10px 27px 8px;
    border-radius: 20px;
    border: 2px solid #37265b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.mt-10 {
    margin-top: 10px;
}

.footer-login-second-btn {
    margin-left: 20px
}

.footer-social-icons {
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
}

ul.social-links {
    list-style: none;
    padding-left: 5px;
    margin-left: 0;
    text-align: left;
    margin-bottom: 0;
}

ul.social-links li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 19px;
}

.social-links img {
    height: 14px;
}

.pdr-3 {
    padding-left: 3px !important;
}

.footer-legal li {
    display: inline-block;
    margin-right: 41px;
    margin-bottom: 0;
}

ul.footer-legal {
    list-style: none;
    padding-left: 0;
    margin-left: -9px;
    margin-bottom: 0;
}

.site-footer .footer-legal a {
    color: #a29fa3;
    font-weight: 300;
    font-size: 13px;
}

.site-rights p {
    font-size: 12.7px;
    color: #a29fa3;
}

.site-rights {
    text-align: right;
    font-size: 13px;
    margin-right: -10px;
}

.page {
    margin: 0;
    padding-bottom: 0;
}

.site-footer .goto-top {
    position: fixed;
    bottom: -50px;
    right: 14.5%;
    width: 43px;
    height: 43px;
    background: transparent;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: 24.1% !important;
    border: 0;
    padding: 0;
    z-index: 9;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
    margin-top: 12px;
}

.site-footer p {
    line-height: 1.618;
}

#menu-item-452 a,
#menu-item-453 a {
    color: #588fcb;
}


@media (max-width: 991px) {
    .site-footer .upper-footer {
        padding: 90px 0 20px;
    }
}

@media (max-width: 767px) {
    .site-footer .upper-footer {
        padding: 80px 0 10px;
    }
}

@media (max-width: 991px) {
    .site-footer .upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .site-footer .upper-footer .col {
        min-height: auto;
        margin-bottom: 60px;
    }
}

.site-footer .widget-title {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .site-footer .widget-title {
        margin-bottom: 20px;
    }
}

.site-footer .widget-title h3 {
    font-size: 1.45rem;
    font-weight: 700;
    color: #588fcb;
    margin: 0;
    padding-bottom: 0.4em;
    text-transform: capitalize;
    position: relative;
}

@media (max-width: 991px) {
    .site-footer .widget-title h3 {
        padding-bottom: 0;
    }
}

.site-footer .about-widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em;
}

.site-footer .about-widget p:last-child {
    margin-bottom: 0;
}

.site-footer .link-widget {
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .site-footer .link-widget {
        padding-left: 20px;
    }
}

@media (max-width: 1199px) {
    .site-footer .link-widget {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .site-footer .link-widget {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .site-footer .link-widget {
        max-width: 350px;
    }
}

.site-footer .link-widget ul {
    width: 50%;
    float: left;
}

.site-footer .link-widget ul li {
    position: relative;
}

.site-footer .link-widget ul a {
    color: #cdced0;
    font-weight: 500;
}

.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
    text-decoration: underline;
}

.site-footer .link-widget ul>li+li {
    margin-top: 15px;
}

.site-footer .line-widget-2 ul {
    width: 100%;
    float: none;
}

@media screen and (min-width: 1200px) {
    .site-footer .contact-widget {
        padding-left: 25px;
    }
}

.site-footer .contact-widget ul {
    margin-top: 25px;
}

.site-footer .contact-widget ul li {
    position: relative;
}

.site-footer .contact-widget ul>li+li {
    margin-top: 15px;
}

.site-footer .contact-widget li span {
    font-weight: 500;
}

.site-footer .lower-footer {
    text-align: center;
    position: relative;
}

.site-footer .lower-footer .row {
    padding: 20px 0;
    position: relative;
}

.site-footer .lower-footer .row .separator {
    background: rgba(255, 255, 255, 0.1);
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    top: 0;
}

.site-footer .lower-footer .copyright {
    display: inline-block;
    float: left;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
}

@media (max-width: 991px) {
    .site-footer .lower-footer .copyright {
        float: none;
        display: block;
        margin: 0 0 20px;
    }
}

.site-footer .lower-footer .copyright a {
    color: #cdced0;
    text-decoration: underline;
}

.site-footer .lower-footer .extra-link {
    display: inline-block;
    float: right;
    overflow: hidden;
}

@media (max-width: 991px) {
    .site-footer .lower-footer .extra-link {
        float: none;
        display: block;
        text-align: center;
    }
}

.site-footer .lower-footer .extra-link ul {
    overflow: hidden;
    list-style: none;
}

@media (max-width: 991px) {
    .site-footer .lower-footer .extra-link ul {
        display: inline-block;
    }
}

.site-footer .lower-footer .extra-link ul li {
    float: left;
}

.site-footer .lower-footer .extra-link ul>li+li {
    margin-left: 35px;
    position: relative;
}

@media (max-width: 767px) {
    .site-footer .lower-footer .extra-link ul>li+li {
        margin-left: 15px;
    }
}

.site-footer .lower-footer .extra-link ul>li+li:before {
    content: "";
    background: #10202f;
    width: 15px;
    height: 1px;
    position: absolute;
    left: -25px;
    top: 11px;
}

@media (max-width: 767px) {
    .site-footer .lower-footer .extra-link ul>li+li:before {
        display: none;
    }
}

.site-footer .lower-footer .extra-link ul a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #cdced0;
}

.site-footer .lower-footer .extra-link ul a:hover {
    text-decoration: underline;
}

.fixed .sticky-header {
    position: fixed;
    top: 0;
    opacity: 1;
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -300px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.sticky-on {
    opacity: 1;
    top: 0;
}

.header-style-1 .sticky-header,
.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
    background-color: #002b3c;
}

@media screen and (min-width: 992px) {

    .header-style-2 .sticky-header,
    .header-style-3 .sticky-header {
        background: -webkit-linear-gradient(left, #e95945 50%, #fff 50.1%);
        background: -moz-linear-gradient(left, #e95945 50%, #fff 50.1%);
        background: -o-linear-gradient(left, #e95945 50%, #fff 50.1%);
        background: -ms-linear-gradient(left, #e95945 50%, #fff 50.1%);
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e95945), color-stop(50.1%, #fff));
        background: linear-gradient(left, #e95945 50%, #fff 50.1%);
        border-bottom: 1px solid #e3e3e3;
    }

    .header-style-2 .sticky-header .container-fluid,
    .header-style-3 .sticky-header .container-fluid {
        border-top: 0;
    }
}

.header-style-3 .sticky-header {
    background: #fff;
}

.page-logo {
    width: 40%;
    margin-bottom: 20px;
}

.card-header {
    padding: 19px 0 0 16px;
}

.staff-card-title {
    background-color: transparent;
    cursor: pointer;
    padding: 16px 0 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    letter-spacing: 0.7px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.card-header.collapsed .staff-card-title {
    color: #868586;
    margin-bottom: 12px;
}

.card-header .staff-card-title {
    color: #4b1469;
    margin-bottom: 12px;
}

.staff-card-title img {
    width: 6%;
    margin-left: 6px;
}

.director-position-card {
    font-size: 16px;
    color: #37265b;
    letter-spacing: -0.2px;
    line-height: 21px;
    margin-bottom: 0px;
}

.director-email-card {
    display: block;
    color: #868586;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 5px;
}

.director-email-card img {
    margin-right: 12px;
}

.page-template-early-childhood .director-email-card i {
    color: #4abab8;
    font-size: 11px;
    margin-right: 3px;
}

.director-email-card i {
    color: #4abab8;
    font-size: 11px;
    margin-right: 3px;
}

.director-phone-card {
    display: block;
    color: #868586;
    font-size: 11px;
    line-height: 13px;
}

.director-phone-card img {
    margin-right: 12px;
}

.card-header.collapsed h5:after {
    content: '';
    font-size: 13px;
    color: #37265b;
    float: right;
    margin-left: 5px;
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/yvy-website-v1h-xd-4.png);
    width: 9px;
    height: 8px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 3px;
}

.card-header h5:after {
    content: "";
    color: #37265b;
    margin-top: 3px;
    float: right;
    margin-left: 5px;
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/yvy-website-v1h-xd-3.png);
    width: 9px;
    height: 8px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.news-events .wpem-event-date {
    border-right: 0px solid #588fcb;
}

.video-section .section-image {
    width: 100%;
}

.services-image {
    width: 100%;
}

/*hiral css*/
.navbar {
    box-shadow: 1px 2px 15px 4px rgba(0, 0, 0, 0.1), 2px 0px 2px -3px rgba(0, 0, 0, 0.05);
    z-index: 9;
    position: relative;
    padding: 20px 0 24px;
    background: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #37265b;
}

#menu-menu-1 li {
    margin-left: 27px;
}

.navbar-nav {
    padding-top: 4px;
}

.navbar .container {
    padding: 0 49px;
}

.navbar .purple-btn {
    background: #37265b;
    color: #fff;
    padding: 7px 23px;
    border-radius: 20px;
    margin-left: 28px;
    font-size: 13px;
    font-weight: 700;
}

.owl-carousel .item .carousel-content {
    position: absolute;
    bottom: 28.8%;
    left: 0;
    opacity: 1;
    margin: 0;
    display: block;
    padding: 25px 71px 15px 13px;
    width: 48%;
    box-shadow: 17px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px 7px rgba(0, 0, 0, 0.05);
    border-left: 0px solid #ccc;
    background: #54387f7a;
    color: #fff;
    padding-left: 15%;
}

.owl-carousel .item .carousel-content h4 {
    font-size: 34px;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.owl-carousel .item .carousel-content p {
    font-size: 17px;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 6px;
    border: 1.5px solid #fff;
    background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3a7cc4 !important;
}

.pd-0 {
    padding: 0;
}

.alert-banner {
    background-color: #3a7cc4;
    margin: 0;
    border: 0;
    border-radius: 0;
    color: white;
    font-size: 17px;
    letter-spacing: -0.5px;
    font-weight: 600;
    z-index: 1;
    padding: 25px 0;
}


.read-more-sec {
    color: #29BEFF;
    font-weight: 800;
    font-size: 16px;
    margin-left: 45px;
}

.read-more-sec:hover {
    text-decoration: none;
}

.closebtn {
    color: rgba(255, 255, 255, .3);
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 4px;
}

@media (max-width: 768px){
    .alert-banner a{
        display: block;
        margin-top: 8px;
    }
    .alert-banner a .read-more-sec{
        margin-left: 0;
    }

    .alert.alert-banner{
        padding: 20px 0 !important;
    }
}


.covid-icon {
    width: 34px;
    vertical-align: middle;
    margin-right: 32px;
}


.yeled-text-sec {
    background: #37265b;
    color: #fff;
    padding: 43px 0 58px;
    text-align: center;
}

.yeled-text-sec h1 {
    font-size: 22px;
    font-weight: 800;
    line-height: 35px;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 0 130px;
    margin-bottom: 0;
}

.spacer-inner-52 {
    height: 82px;
}

.spacer-inner-50 {
    height: 50px;
}

.service-sec .heading-title h2 {
    color: #A6A7A7;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 29px;
    margin-bottom: 0;
}

.service-sec .heading-title h2:after {
    border-bottom: 2px solid #AFD2EF;
    content: '';
    display: block;
    padding-top: 17px;
}

.card-deck .card {
    border: 0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 0;
}

.card-body {
    padding: 0;
    padding-bottom: 10px;
}

h5.card-title {
    background: #37265b;
    color: #fff;
    text-align: center;
    padding: 14px 10px 16px;
    font-size: 21px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: -0.3px;
    word-spacing: 5px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.card-deck .card:first-child h5.card-title,
.card-deck .card:first-child {
    border-bottom: 8px solid #4abab8;
}

.card-deck .card:nth-child(2) h5.card-title,
.card-deck .card:nth-child(2) {
    border-bottom: 8px solid #e23d3b;
}

.card-deck .card:nth-child(3) h5.card-title,
.card-deck .card:nth-child(3) {
    border-bottom: 8px solid #f5865c;
}

.card-deck .card:nth-child(4) h5.card-title,
.card-deck .card:nth-child(4) {
    border-bottom: 8px solid #b7805c;
}

.card-deck .card:last-child h5.card-title,
.card-deck .card:last-child {
    border-bottom: 8px solid #37a564;
}

.card-body .list-group-flush .list-group-item a {
    color: #588fcb;
}

.card-body .list-group-flush.card_option_2_ul .list-group-item {
    font-weight: 600;
}

.card_list_2_label {
    color: #588fcb;
    font-weight: 800;
    margin-bottom: 0;
}

.card-body .list-group-flush {
    padding: 18px;
}

.pl-17 {
    padding-left: 17px;
}

.page-child .rbox-job-fullpage {
    color: #635465;
}

.page-child .rbox-opening-detail .rbox-opening-position-info {
    display: none;
}

.rbox-widget button.rbox-btn {
    background: #37265b;
    color: #fff;
    padding: 6px 23px;
    border-radius: 20px;
    font-weight: 600;
    border: 0;
    transition: .3s;
}

.rbox-widget button.rbox-btn:hover {
    background: #37265b;
    color: #fff;
}

.home .rbox-widget button.rbox-btn {
    background: #fff;
    color: #635465;
}

.home .rbox-widget button.rbox-btn:hover {
    background: #fff;
    color: #635465;
}

.modal-body .rbox-opening-detail.rbox-widget {
    visibility: visible !important;
}

a:hover {
    text-decoration: none;
}

.hero-slider {
    margin-top: -9.1%;
    padding: 0
}

.hero-slider .owl-carousel .owl-item img {
    height: 587px;
    object-fit: cover;
}

.scroll-down-btn {
    margin-top: -90px;
    z-index: 999;
    position: relative;
}

.scroll-down-btn img {
    width: 40px;
    margin: auto;
    display: block;
}

.alert.alert-banner.innerpage-topbar {
    margin-top: 0;
}

.group-title-list li {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12.79px;
    margin-bottom: 0;
    padding-right: 21px;
    font-weight: 500;
    letter-spacing: -0.1px;
    padding-left: 38px;
}

.group-title-list li:last-child {
    margin-right: 0;
}

.group-title-list li:first-child {
    margin-left: 0;
}

ul.group-title-list {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
}

.group-title {
    margin-top: -1px;
}

.group-title-list li.active:before {
    content: '';
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/early-child-down.png);
    display: block;
    width: 10px;
    height: 8px;
    position: absolute;
    background-position: center;
    background-size: contain;
    margin-left: -23px;
    top: 5px;
}

.page-template-special-education-main .group-title-list li.active:before {
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/special-education-down.png);
    background-position: center;
    background-size: contain;
}

.page-template-special-education-main .card-title-main {
    border-bottom: 8px solid #e23d3b;
}

.page-template-special-education-main .custom-card {
    border-bottom: 8px solid #e23d3b !important;
}

/* .page-template-special-education-main .non-feature-card .card-deck .card:last-child .card-body .list-group-flush .list-group-item:after {
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/a1-1.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
} */

.page-template-student-services-main .group-title-list li.active:before {
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/student-down.png);
    background-position: center;
    background-size: contain;
}

.page-template-student-services-main .card-title-main {
    border-bottom: 8px solid #f5865c;
}

.page-template-student-services-main .custom-card {
    border-bottom: 8px solid #f5865c !important;
}

/* .page-template-student-services-main .non-feature-card .card-deck .card:last-child .card-body .list-group-flush .list-group-item:after {
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/a2-1.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat; 
}
*/

.page-template-community-services-main .group-title-list li.active:before {
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/broun-group-1.png);
    background-position: center;
    background-size: contain;
}

.page-template-community-services-main .card-title-main {
    border-bottom: 8px solid #b7805c;
}

.page-template-community-services-main .custom-card {
    border-bottom: 8px solid #b7805c !important;
}

.page-template-community-services-main .non-feature-card .card-deck .card:last-child .card-body .list-group-flush .list-group-item:after {
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/a3.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-template-fitness-center-main .group-title-list li.active:before {
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/fitness-down.png);
    background-position: center;
    background-size: contain;
}

.page-template-fitness-center-main .card-title-main {
    border-bottom: 8px solid #37a564;
}

.page-template-fitness-center-main .custom-card {
    border-bottom: 8px solid #37a564 !important;
}

.page-template-fitness-center-main .non-feature-card .card-deck .card:last-child .card-body .list-group-flush .list-group-item:after {
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/a4-1.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-template-special-education-main .news-events-heading:after {
    border-bottom: 2px solid #e23d3b;
}

.page-template-student-services-main .news-events-heading:after {
    border-bottom: 2px solid #f5865c;
}

.page-template-community-services-main .news-events-heading:after {
    border-bottom: 2px solid #b7805c;
}

.page-template-fitness-center-main .news-events-heading:after {
    border-bottom: 2px solid #37a564;
}


video {
    width: 100%;
}

.group-title-list li.active {
    position: relative;
}

.group-title-list li:first-child {
    margin-left: 0;
    padding-left: 35px;
}

.group-title-list li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.group-title-list li.active a {
    color: #fff;
}

.group-title-list li a {
    color: #6d5d85;
}

.group-topic-menu {
    background: #d3d3d3;
    border-top: 4px solid #4abab8;
    margin-top: -1px;
}

ul.group-topic-list li {
    display: inline-block;
    padding-left: 36px;
    padding-right: 40px;
    width: 19.1%;
    text-align: center;
    border-left: 1px solid #9a9a9a;
    margin-bottom: 0;
    padding-top: 22px;
    padding-bottom: 16px;
    line-height: 21px;
}

ul.group-topic-list {
    list-style: none;
    padding-left: 31px;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 0;
}

ul.group-topic-list li:nth-child(2) {
    width: 16.4%;
    padding-left: 22px;
    padding-right: 10px;
}

ul.group-topic-list li:nth-child(3) {
    width: 22.3%;
    padding-left: 30px;
    padding-right: 30px;
}

ul.group-topic-list li:nth-child(4) {
    width: 15.8%;
    padding-left: 41px;
    padding-right: 40px;
}

ul.group-topic-list li a {
    font-size: 16px;
    color: #4b1469;
    font-weight: 700;
    line-height: 13px;
}

ul.group-topic-list li:last-child {
    text-align: center;
    padding-left: 42px;
    padding-right: 40px;
    width: 23%;
}

ul.group-topic-list li a {
    font-size: 15px;
    color: #4b1469;
    font-weight: 600;
    line-height: 13px;
    font-family: 'Montserrat', sans-serif;
}

ul.group-topic-list li:nth-child(3) {
    width: 22.4%;
    padding-left: 30px;
    padding-right: 30px;
}

ul.group-topic-list li.active a {
    color: #fff;
}

ul.group-topic-list li.active {
    background: #4b1469;
    position: relative;
}

ul.group-topic-list li:first-child {
    padding-left: 32px;
    padding-right: 30px;
    border-left: 0;
}

ul.group-topic-list li.active:before {
    top: -3px;
    content: '';
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/early-child-caret.png);
    width: 18px;
    height: 17px;
    display: block;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 46%;
}

h1.main-heading {
    color: #635465;
    font-family: 'Dosis', sans-serif;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -0.2px;
    margin-bottom: 0;
    line-height: 58px;
}

p.group-name {
    color: #4abab8;
    font-size: 12.8px;
    margin-bottom: 7px;
    padding-left: 4px;
}

.page-template-early-childhood p.group-name {
    color: #4abab8;
}

.page-template-project-reach .second-level-menu {
    border-top: 4px solid #4abab8;
}

.page-template-early-childhood .second-level-sub-menu {
    border-bottom: 4px solid #4abab8;
}

.page-template-special-education .second-level-menu {
    border-top: 4px solid #e23d3b;
}


.page-template-student-services .second-level-menu {
    border-top: 4px solid #f5865c;
}

.group-detail {
    color: #868586;
    font-size: 15px;
    padding-left: 2px;
    font-weight: 800;
    padding-right: 40px;
    letter-spacing: .2px;
    margin-bottom: 20px;
}

a.btn-jump-section {
    margin-bottom: 0;
    padding: 6px 21px 6px 19px;
    background: #4b1469;
    font-size: 14px;
    margin-left: 2px;
    color: #fff;
    font-weight: 500;
    float: right;
}

.page-child .grid-date-post {
    line-height: 12px;
    margin-left: -2px;
}

.page-template .grid-date-post {
    font-weight: 800;
    font-size: 10px;
    margin-bottom: 0;
}

.news-content .post-content-text {
    width: 97%;
}

.page-child .news-content .post-content-text {
    width: 107%;
}

.page-template .news .news-title {
    color: #37265b;
    font-size: 14px;
    padding-right: 20px;
    line-height: 16px;
    margin-bottom: 4px;
    width: 87%;
}

.page-template .news .news-title a {
    font-size: 23px;
    line-height: 25px;
    color: #37265b;
    text-decoration: none !important;
    letter-spacing: -0.9px;
    font-weight: 800;
}

.page-child .news .news-title a {
    margin-left: -3px;
    letter-spacing: -1px;
    line-height: 24px;
}

.page-child .news .news-title {
    padding-right: 0px;
    padding-top: 6px;
}

.news-content-excerpt {
    position: relative;
}

.page-child .news-content-excerpt {
    margin-top: 12px;
    margin-left: -2px;
    padding-right: 41px;
}

.news-short-content {
    font-size: 13px;
    letter-spacing: -0.2px;
    line-height: 18px;
    margin-bottom: 10px;
}

.page-child .news-short-content {
    font-size: 13px;
    letter-spacing: -0.3px;
    line-height: 17px;
}

.news-content-excerpt .news-more-link {
    color: #29BEFF;
    font-weight: 800;
    font-size: 13px;
    background: transparent;
    padding: 0;
    margin-left: 0;
    position: relative !important;
    left: 0 !important;
    text-transform: capitalize;
}

.page-child .news-content-excerpt .news-more-link,
.page-parent .news-content-excerpt .news-more-link {
    left: 47.6%;
    top: 56%;
    position: absolute;
}

.news-content-excerpt a.news-more-link:after {
    content: '';
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/readmore-arrow-1.png);
    display: block;
    width: 48px;
    height: 13px;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 45%;
    left: 110%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    background-repeat: no-repeat;
}

.home .news-content-excerpt a.news-more-link:after {
    /*background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/footer-arrow.png);*/
    background: url(assets/footer-arrow.8b1f59a72fe7ed50028b28baeb6d6714.png);
    display: block;
    width: 8px;
    height: 13px;
    background-position: center;
    background-size: contain;
}

.job-sidebar {
    padding: 2px 13px 15px 1px;
}

.job-title {
    font-size: 12px;
    letter-spacing: -0.3px;
    margin-bottom: 0;
    margin-top: 18px;
}

.page-parent.page-child a.rbox-opening-li-title {
    margin-top: 19px;
    font-size: 20px;
    color: #37265b;
    margin-bottom: 0;
    line-height: 28px;
}

.page-parent.page-child .rbox-opening-li {
    padding: 0;
    margin-bottom: 13px;
    border-bottom: 1px solid #A7C7EA;
    border-top: 0px dotted rgba(127, 127, 127, 0.2);
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.page-parent.page-child .rbox-opening-list {
    margin-left: 0;
}

.rbox-jobs-group+.rbox-jobs-group {
    margin-top: 0 !important;
}

.rbox-opening-li {
    padding: 0 !important;
    margin-bottom: 13px;
    border-bottom: 1px solid #29beff !important;
    border-top: 0px dotted rgba(127, 127, 127, 0.2) !important;
    position: relative;
    padding-top: 0;
}

.rbox-opening-li a {
    text-decoration: none;
    color: #37265b;
    font-weight: 600;
}

.page-parent.page-child .rbox-job-shortdesc,
.page-child .rbox-job-shortdesc {
    font-size: 11px;
    letter-spacing: 0.1px;
    color: #635465;
}

.page-parent.page-child .rbox-opening-position-info,
.page-child .rbox-opening-position-info {
    display: block;
    font-size: 13px;
    margin-bottom: 0;
    color: #29beff;
    font-weight: 700;
    font-size: 0;
    margin-top: 1px;
    position: relative;
    page-break-after: always;
    left: 0;
}

.page-parent.page-child .rbox-opening-position-type,
.page-child .rbox-opening-position-type {
    font-size: 0;
    border: 0;
    padding: 0;
    display: none;
}

.page-parent.page-child .rbox-opening-position-info:before,
.page-child .rbox-opening-position-info:before {
    content: '';
    /*background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/footer-arrow.png);*/
    background: url(assets/footer-arrow.8b1f59a72fe7ed50028b28baeb6d6714.png);
    width: 17px;
    height: 12px;
    background-position: center;
    background-size: contain;
    font-size: 13px;
    position: absolute;
    top: 5px;
    left: -3px;
    background-repeat: no-repeat;
}

.page-parent.page-child .rbox-opening-li:after {
    display: none;
}

.page-parent.page-child .rbox-opening-position-info:after,
.page-child .rbox-opening-position-info:after {
    font-size: 13px;
    content: 'Apply';
    padding-left: 14px;
    font-weight: 700;
    line-height: 24px;
    display: block;
}

p.sell-all-btn {
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

p.sell-all-btn .arrow {
    font-size: 14px;
}

.sell-all-btn a {
    color: #3FCCCC !important;
}

.sell-all-btn img {
    width: 8px;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 2px;
}

a.btn-jump-section:hover {
    color: #fff;
}

.additional-link-list {
    padding-top: 13px;
}

.additional-links {
    position: relative;
    font-size: 14px;
    color: #868586;
    margin-bottom: 5px;
    line-height: 19px;
}

.additional-links a {
    position: relative;
    font-size: 14px;
    color: #868586;
    margin-bottom: 5px;
    line-height: 19px;
}

.page-child .rbox-opening-list {
    height: 276px;
    overflow-y: scroll !important;
}

.rbox-widget h3 {
    display: none;
}

.families-sec {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    margin: 0px 8px 30px;
    background: #fff;
}

.families-sec p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 13px;
}

.parents-teacher {
    background: #fff;
}

.mlr-8 {
    margin: 0 8px;
}

.mb-10 {
    margin-bottom: 10px;
}

.families-sec img {
    object-fit: cover;
    min-height: 110.3%;
    margin-top: -30px;
    object-position: center;
}

.parents-login-btn {
    position: absolute;
    bottom: 0;
}

.spacer-inner-112 {
    height: 112px;
}

.parents-teacher-title {
    background: #588fcb;
    color: #fff;
    font-size: 20px;
    padding-left: 30px;
    padding: 12px 0 11px 30px;
}

.parents-teacher-title h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-left: 12px;
}

.parents-teacher .row .col-sm-6:first-child {
    padding-left: 0;
}

.parents-teacher .row .col-sm-6:last-child {
    padding-right: 0;
}

.parents-teacher-des {
    padding: 16px 17px 16px 31px;
}

.families-sec p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 13px;
}

.parents-teacher-ul {
    margin-top: 10px;
}

.parents-teacher-ul>li {
    position: relative;
    border-bottom: 0.5px solid #DDEDFF;
    padding: 7px 0;
    padding-left: 26px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 1px;
}

.parents-teacher-ul>li a {
    color: #588fcb;
}

    .parents-teacher-ul > li:after {
        content: '';
        /*background-image: url(https://yvy.yeled.org/wp-content/uploads/2020/09/footer-arrow.png);*/
        background-image: url(assets/footer-arrow.8b1f59a72fe7ed50028b28baeb6d6714.png);
        background-repeat: no-repeat;
        width: 15px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-position: top;
        background-size: contain;
    }

.blank-purple-section {
    background: #37265b;
    height: 195px;
    margin-top: -150px;
}

.mb-10 {
    margin-bottom: 10px;
}

.btn-primary {
    background: #37265b;
    color: #fff;
    padding: 4px 23px;
    border-radius: 20px;
    font-weight: 600;
    border: 0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #37265b;
    border-color: #37265b;
}

/* added for btn-secondary */


.btn-secondary {
    padding: 4px 23px;
    border-radius: 20px;
    font-weight: 600;
    border: 0;
    font-size:18px;
    border-width:2px;
    background-origin: border-box;
}

img {
    height: auto;
    max-width: 100%;
}

.parents-teacher-ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
}

.count-secs {
    background: #37265b;
    color: #fff;
    padding: 61px 45px;
}

.count-sec {
    text-align: center;
}

.counts {
    width: 167px;
    height: 167px;
    border-radius: 50%;
    font-size: 43px;
    color: #fff;
    line-height: 167px;
    text-align: center;
    border: 2px solid #5c0086;
    margin: 0 auto;
    font-weight: bold;
}

.count-sec p {
    margin-top: 16px;
    font-weight: 500;
    letter-spacing: -0.4px;
    margin-bottom: 0;
}

.heading-title h2 {
    color: #A6A7A7;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 29px;
    margin-bottom: 0;
}

.heading-title h2:after {
    border-bottom: 2px solid #AFD2EF;
    content: '';
    display: block;
    padding-top: 17px;
}

.home .news-col-2 .grid-news-thumb {
    height: 168px;
}

.home .news-col-2 {
    width: 100%;
}

.home .news-thumb {
    width: 25%;
    float: left;
}

.home .news-content {
    float: left;
    width: 75%;
    padding-left: 15px;
    clear: none;
}

#home-news-list .type-news:nth-child(4n) {
    display: none;
}

#home-news-list .type-news {
    display: none;
}

#home-news-list .type-news:nth-child(-n+3) {
    display: block;
}

.page-parent .type-news {
    display: none;
}

.page-parent .type-news:nth-child(-n+4) {
    display: block;
}

.page-parent #event-listing-view .wpem-event-box-col {
    display: none;
}

.page-parent #event-listing-view .wpem-event-box-col:nth-child(-n+3) {
    display: list-item;
}

.home .type-event_listing a.wpem-event-action-url.event-style-color {
    padding: 0;
}

.home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation {
    width: 75%;
}

.spacer-inner-40 {
    height: 40px;
}

.home #event-listing-view {
    /*max-height: 465px;*/
    overflow: hidden;
}

.wpem-event-listings-header {
    display: none;
}

.gmap_canvas,
.mapouter {
    width: 100% !important;
}

.home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
    height: 168px;
    width: 103px;
}

#event_filters {
    display: none;
}

.home .wpem-event-banner,
.wpem-event-date-time {
    display: block;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-action-url {
    border-left: 0;
    background: transparent;
}

.wpem-event-listings .wpem-event-layout-wrapper {
    border-bottom: 0px solid #e4e4e4;
    border-right: 0px solid #e4e4e4;
    background: transparent;
}

.wpem-event-listings .wpem-event-layout-wrapper:hover .wpem-event-action-url {
    border-width: 0;
}

.home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month {
    color: #635465;
    font-weight: 700;
    font-size: 10px;
    margin-top: -3px;
}

.home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date {
    color: #37265b;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
}

.home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-action-url {
    padding: 12px 0px;
}

.home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date {
    color: #37265b;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
}

.home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month {
    color: #635465;
    font-weight: 700;
    font-size: 10px;
    margin-top: -3px;
}

.home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
    padding-left: 0;
    color: #588fcb;
    margin-top: 0;
    position: relative;
}

.home .type-event_listing .wpem-event-details a.wpem-event-action-url.event-style-color {
    width: 100%;
    padding: 0 0 12px;
}

.home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title {
    margin-bottom: 0;
}

.home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    color: #588fcb;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 10px;
}

.home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location {
    margin: 0 !important;
    color: #635465;
    font-weight: 600;
    margin-top: -5px;
    letter-spacing: -0.4px;
}

.home .wpem-event-listing-list-view .wpem-event-box-col {
    margin-bottom: 0;
    min-height: 155px;
}

p.sell-all-btn.event-see-all {
    margin-right: 0%;
    margin-top: -14px;
}

#home-news-list:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    /*background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/Trazado-161.png);*/
    background-repeat: repeat;
    background-position: right;
    background-size: cover;
    padding-left: 0;
    margin-left: 8px;
    right: 0;
}

.home .wpem-event-date {
    display: none;
}

.wpem-event-listings .wpem-event-layout-wrapper {
    border: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-action-url {
    display: block;
}

.home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details:before {
    /*content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/Trazado-62.png);
    background-repeat: repeat;
    background-position: right;
    background-size: cover;
    padding-left: 0;
    margin-left: -17px;
    top: 9px;*/
}

.home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location {
    margin: 0 !important;
    color: #635465;
    font-weight: 600;
}

.home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before {
    color: #37265b;
}

.home .wpem-event-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home .wpem-event-description {
    color: #635465;
    font-weight: 400;
    font-size: 13px;
}

.home .wpem-event-description p {
    font-size: 13px;
    letter-spacing: 0.3px;
    margin-top: 2px;
    line-height: 18px;
    margin-bottom: 0;
}

.home .event-register-btn {
    color: #37265b !important;
    border: 1px solid #37265b;
    width: max-content !important;
    padding: 1px 17px !important;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Open Sans';
    margin-top: -3px;
}

.home .wpem-event-listing-list-view .wpem-event-box-col {
    margin-bottom: 0;
    min-height: 155px;
    margin-bottom: 50px;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-box-col {
    padding-bottom: 30px;
}

.wpem-event-listings .wpem-event-layout-wrapper {
    border-bottom: 0px solid #e4e4e4 !important;
    border-right: 0px solid #e4e4e4 !important;
}

.home .event-register-btn:hover {
    border: 1px solid #37265b;
    width: max-content !important;
    padding: 1px 17px !important;
    color: #37265b;
}

.wpem-event-listings .wpem-event-layout-wrapper:hover .wpem-event-action-url {
    border-width: 1px !important;
}

ul.location-list-ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 4px;
    margin-top: 9px;
    margin-left: 0;
    height: 393px;
    overflow-x: hidden;
}

.office-name {
    color: #37265b;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}

.location-list-ul li.active:before {
    content: '';
    display: block;
    width: 7px;
    height: 59px;
    background: #588fcb;
    position: absolute;
}

.location-list-ul li.active div {
    padding-left: 15px;
}

p.office-address {
    font-size: 13px;
    letter-spacing: -0.2px;
    margin-bottom: 0;
    line-height: 18px;
    font-weight: 600;
}

.office-phone {
    font-size: 13px;
    margin-bottom: 0;
}

.office-phone a {
    color: #635465;
    font-weight: 600;
}

.location-list-ul li {
    border-bottom: 1px solid #ccc;
    width: 87%;
    position: relative;
    cursor: pointer;
}

.location-list-ul .list-content {
    padding: 20px 12px;
}

.location-list-ul .list-content:hover {
    background-color: #eeeeee;
}

.location-list-ul li:last-child {
    border-bottom: 0 solid #ccc;
}

.career-sec {
    background: #37265b;
    position: relative;
    padding-left: 217px;
    padding-right: 187px;
    margin-top: -5px;
    padding-top: 30px;
    padding-bottom: 30px;
    /*background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/purple-bg.png);*/
    background: url(assets/purple-bg.028f24ede6ac595199a40943c06cd9e7.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.career-sec .heading-title h2 {
    font-size: 40px;
    text-transform: capitalize;
    color: #fff !important;
}

.spacer-inner-20 {
    height: 20px;
}

.rbox-widget .rbox-jobs-group h3 {
    color: #A6A7A7;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 29px;
    margin-bottom: 15px;
}

.rbox-widget .rbox-jobs-group h3:after {
    border-bottom: 2px solid #AFD2EF;
    content: '';
    display: block;
    padding-top: 3px;
}

.rbox-opening-li a {
    text-decoration: none;
    color: #37265b;
    font-weight: 600;
}

.home .rbox-widget .rbox-jobs-group h3,
.page-parent .rbox-widget .rbox-jobs-group h3 {
    display: none;
}

.home .rbox-opening-list,
.page-parent .rbox-opening-list {
    padding-left: 0;
    margin-left: -7px;
    margin-top: -5px;
    height: 340px;
    overflow: scroll !important;
    margin-bottom: 0;
    overflow-x: hidden !important;
}

.home .rbox-opening-li,
.page-parent .rbox-opening-li {
    padding: 0;
    width: 96%;
    margin-bottom: 13px;
    padding-left: 28px;
    border-bottom: 0px dotted rgba(127, 127, 127, 0.2);
    border-top: 0px dotted rgba(127, 127, 127, 0.2);
    position: relative;
    padding-top: 0;
}

.home a.rbox-opening-li-title,
.page-parent a.rbox-opening-li-title {
    color: #fff;
    font-size: 23px;
    letter-spacing: -0.3px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 29px;
    position: relative;
}

.home a.rbox-opening-li-title:before,
.page-parent a.rbox-opening-li-title:before {
    content: '';
    background-image: url(https://yvy.yeled.org/wp-content/uploads/2020/09/arow-2-2.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    position: absolute;
    left: -18px;
    top: 50.5%;
    transform: translateY(-50%);
    background-position: top;
    background-size: contain;
}

.home .rbox-job-shortdesc,
.page-parent .rbox-job-shortdesc {
    color: #fff;
    font-size: 14px;
    margin-bottom: 6px;
}

.home .rbox-opening-li:after,
.page-parent .rbox-opening-li:after {
    content: '';
    height: 1px;
    background: #fff;
    width: 100%;
    display: block;
}

.home small.rbox-opening-position-type,
.page-parent small.rbox-opening-position-type {
    border: 0;
    padding: 0;
}

.home span.rbox-opening-position-info,
.page-parent span.rbox-opening-position-info {
    position: absolute;
    top: 0;
    left: 31px;
    margin-top: -11px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: 15px;
}

#gallery-slider.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}

#gallery-slider.owl-carousel .owl-item img {
    height: 250px;
    object-fit: cover;
}

.home .rbox-jobs-group+.rbox-jobs-group,
.page-parent .rbox-jobs-group+.rbox-jobs-group {
    margin-top: 0;
}

.job-script {
    padding-bottom: 20px
}

.career-text a {
    color: #29beff;
}

.newsletter-date p {
    font-size: 10px;
    line-height: 13px;
    color: #635465;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 10px;
}

.newsletter-title h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #37265b;
    font-size: 24px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: -0.4px;
}

.newsletter-des p {
    color: #868586;
    font-size: 14px;
    margin-top: 26px;
    padding-right: 17px;
    letter-spacing: 0.1px;
    line-height: 18px;
    margin-bottom: 11px;
}

a.newsletter-read {
    color: #29beff;
    font-size: 13px;
    font-weight: 700;
}

.newsletter-sub {
    padding: 40px 40px 30px;
    text-align: center;
    background: #DCDCDC;
}

p.newsletter-sub-title {
    color: #635465;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.1px;
    margin-left: -6px;
    margin-bottom: 21px;
}

.emaillist {
    margin-bottom: 23px;
}

.es_subscription_form input[type="submit"] {
    border-radius: 33px;
    padding: 11px 24px;
    font-size: 13px;
    margin-left: -6px !important;
    background: #37265b;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #e6e6ea;
    border-radius: 3px;
    padding: 0.5rem;
    background-color: #f6f6fa;
}

input.es_required_field.es_txt_email.ig_es_form_field_email {
    width: 98%;
    border-radius: 22px;
    background: #fff;
    margin-left: -6px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 9px;
    color: #b4b2b6;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 0;
}

.es_subscription_form label {
    font-size: 0;
}

.es_subscription_form input[type="submit"] {
    border-radius: 33px;
    padding: 11px 26px;
    font-size: 13px;
    margin-left: -6px !important;
    background: #37265b;
    border: 0;
    color: #fff;
    font-weight: 700;
}

p.newsletter-sub-detail {
    font-size: 14px;
    margin-left: -6px;
    margin-top: 18px;
    font-weight: 600;
    color: #b4b2b6;
    margin-bottom: 0;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

#gallery-owl.owl-carousel .owl-item img {
    height: auto;
    object-fit: cover;
}

#gallery-owl .owl-dot {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date {
    width: 30px;
    left: -10px;
    top: -8px;
}

.sidebar-events-list {
    margin-top: 12px;
}

.sidebar-events-list #event-listing-view {
    padding-right: 15px;
    padding-left: 15px;
}

.sidebar-events .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
    height: 127px;
    width: 100%;
    border-radius: 0;
}

.sidebar-events .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner {
    margin-top: 10px;
    padding-right: 0 !important;
}

.sidebar-events div#event-listing-view {
    overflow: hidden;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
    border: 0;
}

.sidebar-events .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner {
    margin-top: 10px;
}

.sidebar-events .wpem-event-date {
    display: none;
}

.sidebar-events span.wpem-event-date-time-text {
    font-size: 10px;
    color: #37265b;
    font-weight: 700;
}

.sidebar-events .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    color: #37265b;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.sidebar-events .wpem-event-location span {
    color: #868586;
    font-size: 11px;
    line-height: 14px;
    margin-top: 5px;
    font-weight: 600;
    margin-left: 1px;
    letter-spacing: -0.2px;
}

.sidebar-events .wpem-event-description p {
    color: #868586;
    font-size: 11px;
    line-height: 18px;
    margin-top: 5px;
    font-weight: 400;
    margin-left: 1px;
    letter-spacing: -0.2px;
}

.sidebar-events .wpem-event-action-url.event-register-btn {
    right: auto;
    color: #29beff !important;
    font-size: 12px;
    font-weight: 700;
    margin-top: 0;
    border-bottom: 1px solid #29beff !important;
    padding-bottom: 8px !important;
    top: auto;
    opacity: 1;
    display: inline-block;
    bottom: 3px;
    border-radius: 0;
    width: 98% !important;
    padding-left: 13px !important;
    border-top: 0 !important;
    border-right: 0 !important;
    position: relative;
    font-family: 'Nunito', sans-serif;
}

    .sidebar-events .wpem-event-action-url.event-register-btn:before {
        content: '';
        /*background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/footer-arrow.png);*/
        background: url(assets/footer-arrow.8b1f59a72fe7ed50028b28baeb6d6714.png);
        display: block;
        width: 7px;
        height: 12px;
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 12%;
        left: 0;
        right: 0;
        background-repeat: no-repeat;
    }

.sidebar-events .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0 0 0px rgba(0, 0, 0, 0);
}

.sidebar-events .wpem-event-listings.wpem-event-listing-box-view .wpem-event-box-col {
    padding-bottom: 0px;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before {
    content: "";
}

.sidebar-events .wpem-event-date-time {
    display: block;
}

.page-sidebar .sidebar-events .wpem-event-details {
    padding-top: 0px !important;
}

.sidebar-events .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before {
    display: none;
}

.sidebar-events .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before {
    display: none;
}

.sidebar-events .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location,
.sidebar-events .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time {
    padding-left: 0;
}

.sidebar-events .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    color: #37265b !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 25px !important;
    margin-bottom: 0 !important
}

.innerpage-event .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
    padding-left: 52px;
    color: #588fcb;
    margin-top: -47px;
    position: relative;
}

.innerpage-event .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-action-url {
    display: block;
    padding: 12px 0px;
}

.innerpage-event .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    color: #588fcb !important;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 10px;
}

.innerpage-event .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month {
    color: #635465;
    font-weight: 700;
    font-size: 10px;
    margin-top: -3px;
}

.innerpage-event .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date {
    color: #37265b;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
}

.innerpage-event .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-action-url {
    padding: 12px 0px;
}

.innerpage-event .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before {
    /*content: "";*/
    color: #fff !important;
}

.innerpage-event .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date {
    color: #37265b;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
}

.innerpage-event .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month {
    color: #635465;
    font-weight: 700;
    font-size: 10px;
    margin-top: -3px;
}

.innerpage-event .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
    padding-left: 52px;
    color: #588fcb;
    margin-top: -47px;
    position: relative;
}

.innerpage-event .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title {
    margin-bottom: 0;
}

.innerpage-event .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    color: #588fcb;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 24px !important;
}

.innerpage-event .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location {
    /*padding-left: 0;*/
    margin: 0 !important;
    color: #635465;
    font-weight: 600;
    margin-top: -5px;
    letter-spacing: -0.4px;
}

.innerpage-event .wpem-event-listing-list-view .wpem-event-box-col {
    margin-bottom: 30px;
    min-height: 155px;
}

.page-parent .innerpage-event .wpem-event-description p {
    color: #635465;
}

.innerpage-event .wpem-event-description p {
    color: #fff;
    margin-bottom: 0;
}

.innerpage-event .event-register-btn:hover {
    border: 1px solid #37265b;
    width: max-content !important;
    padding: 1px 17px !important;
    color: #37265b;
}

.innerpage-event .event-register-btn {
    color: #fff !important;
    border: 1px solid #fff;
    width: max-content !important;
    padding: 1px 17px !important;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Open Sans';
    margin-top: -3px;
}

.innerpage-event .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/Trazado-62.png);
    background-repeat: repeat;
    background-position: right;
    background-size: cover;
    padding-left: 0;
    margin-left: -9px;
    top: 9px;
    background: #588fcb;
}

.page-template-fitness-center ul.group-topic-list li {
    width: 16.1%;
}

.page-template-fitness-center ul.group-topic-list li:nth-child(2) {
    width: 23.6%;
    padding-left: 22px;
    padding-right: 10px;
}

.page-template-fitness-center ul.group-topic-list li:nth-child(3) {
    width: 31.4%;
    padding-left: 13px;
    padding-right: 20px;
}

.page-template-fitness-center ul.group-topic-list li:last-child {
    text-align: center;
    padding-left: 32px;
    padding-right: 30px;
    width: 19%;
}

.page-template-fitness-center .group-title-list li.active:before {
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/fitness-down.png);
    background-position: center;
    background-size: contain;
}

.page-template-fitness-center ul.group-topic-list li.active:before {
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/fitness-caret.png);
    width: 18px;
    height: 17px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-child #news-events .news-content-excerpt a.news-more-link:after {
    background: 0;
}

.page-template-early-childhood-sub-child #news-events .news-content-excerpt a.news-more-link:after {
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/readmore-arrow-1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.fitness-round-btn {
    padding: 6px 21px 6px 19px;
    background: #4b1469;
    font-size: 14px;
    border-radius: 26px;
}

.fitness-round-btn:hover {
    color: #fff;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    background-color: transparent;
}

.benefits-section .list-group-item {
    color: #37265b;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px !important;
}

.benefits-section .list-group-item h5 {
    font-weight: 600;
}

.page-template-special-education .group-title-list li.active:before {
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/special-education-down.png);
    background-position: center;
    background-size: contain;
}

.page-template-special-education ul.group-topic-list li:first-child {
    padding-left: 22px;
    padding-right: 20px;
}

.page-template-special-education ul.group-topic-list li:nth-child(2) {
    width: 15.6%;
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-special-education ul.group-topic-list li:nth-child(3) {
    width: 12.4%;
    padding-left: 23px;
    padding-right: 20px;
}

.page-template-special-education ul.group-topic-list li:nth-child(4) {
    width: 19.8%;
    padding-left: 21px;
    padding-right: 20px;
}

.page-template-special-education .second-level-menu {
    border-top: 4px solid #e23d3b;
}

.page-template-special-education ul.group-topic-list li.active:before {
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/special-education-caret.png);
    width: 18px;
    height: 17px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-template-student-services .group-title-list li.active:before {
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/student-down.png);
    background-position: center;
    background-size: contain;
}

.page-template-student-services .second-level-menu {
    border-top: 4px solid #f5865c;
}

.page-template-community-services .second-level-menu {
    border-top: 4px solid #CE9367;
}

.page-template-community-services .group-title-list li.active:before {
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/broun-group-1.png);
    background-position: center;
    background-size: contain;
}

.page-template-community-services ul.group-topic-list li.active:before {
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/brown-down-caret.png);
    width: 18px;
    height: 17px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-template-community-services ul.group-topic-list {
    padding-left: 0;
    text-align: center;
}

.page-template-community-services ul.group-topic-list li {
    width: 16.1%;
}

.page-template-community-services ul.group-topic-list li:nth-child(2) {
    width: 18.6%;
    padding-left: 22px;
    padding-right: 10px;
}

.page-template-community-services ul.group-topic-list li:nth-child(3) {
    text-align: center;
    width: 29.4%;
    padding-left: 43px;
    padding-right: 40px;
}

.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    object-fit: cover;
    width: auto;
    object-position: right;
    max-width: 100%;
    min-height: 100%;
    padding-left: 0;
}

.non-feature-card .card-img-top {
    padding-left: 15px;
}

.cart-dec {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
    margin-bottom: 19px;
    padding: 10px 18px 0 17px;
}

#gmap_canvas {
    width: 600px;
    height: 500px;
}

.mapouter {
    float: left;
}

.director-phone-card i {
    color: #4abab8;
    font-size: 11px;
    margin-right: 3px;
}

/*template color css*/
.page-template-fitness-center .owner-chat,
.page-template-fitness-center .director-email i,
.page-template-fitness-center .director-phone i,
.page-template-fitness-center .main-sub-heading,
.page-template-fitness-center .director-email-card i,
.page-template-fitness-center .director-phone-card i {
    color: #37a564;
}

.page-template-fitness-center .section-heading:after {
    border-bottom: 2px solid #37a564;
}

.page-template-special-education .owner-chat,
.page-template-special-education .director-email i,
.page-template-special-education .director-phone i,
.page-template-special-education .main-sub-heading,
.page-template-special-education .director-email-card i,
.page-template-special-education .director-phone-card i {
    color: #e23d3b;
}

.page-template-special-education .section-heading:after {
    border-bottom: 2px solid #e23d3b;
}

.page-template-student-services .owner-chat,
.page-template-student-services .director-email i,
.page-template-student-services .director-phone i,
.page-template-student-services .main-sub-heading,
.page-template-student-services .director-email-card i,
.page-template-student-services .director-phone-card i {
    color: #f5865c;
}

.page-template-student-services .section-heading:after {
    border-bottom: 2px solid #f5865c;
}

.page-template-community-services .owner-chat,
.page-template-community-services .director-email i,
.page-template-community-services .director-phone i,
.page-template-community-services .main-sub-heading,
.page-template-community-services .director-email-card i,
.page-template-community-services .director-phone-card i {
    color: #CE9367;
}

.page-template-community-services .section-heading:after {
    border-bottom: 2px solid #CE9367;
}

/*template color css*/


#myModal .modal-content {
    max-width: 700px;
    margin: 20px auto;
}

#myModal .rbox-top-links,
#myModal .rbox-bottom-links {
    display: none;
}

#myModal .close {
    margin-top: 1px;
    font-size: 24px;
    opacity: 1;
    margin-right: 7px;
    cursor: pointer;
}

.page-child #myModal .rbox-opening-position-info:before,
.home #myModal .rbox-opening-position-info:before {
    background: 0;
}

.page-child #myModal .rbox-opening-position-info:after,
.home #myModal .rbox-opening-position-info:after {
    font-size: 0
}

#myModal .rbox-job-fullpage,
#myModal .rbox-job-fullpage p,
#myModal .rbox-job-fullpage li {
    color: #635465;
}

.home #myModal .rbox-job-shortdesc {
    color: #635465;
}

#myModal .rbox-apply-button {
    background: #37265b;
    color: #fff;
    padding: 6px 23px;
    border-radius: 20px;
    border: 0;
}

#myModal .rbox-buttons {
    text-align: center;
}

.page-child #myModal .rbox-opening-position-type {
    font-size: 14px;
    color: #635465;
}

.type-news .entry-title {
    text-transform: capitalize;
    font-weight: 700;
    color: #37265b;
    font-size: 32px;
}

.event_listing .entry-title {
    text-transform: capitalize;
    font-weight: 700;
    color: #37265b;
    font-size: 32px;
}

.single .widget-area {
    background-color: #F0F0F0;
    padding-right: unset;
    padding: 30px 36px;
    margin-top: 40px;
}

.widget_search .search-form .screen-reader-text {
    display: none;
}

.widget-area .widget {
    padding: 10px 0;
}

.single .site-footer {
    margin-top: 40px;
}

h2.widget-title {
    font-size: 20px;
    font-weight: 600;
}

.widget a {
    color: #635465;
}

.search-form .search-submit {
    background: #37265b;
    color: #fff;
    padding: 6px 17px;
    border-radius: 20px;
    font-weight: 600;
    border: 0;
}

.single .post-thumbnail img {
    width: 500px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 330px;
    object-fit: cover;
}

.single .post-navigation .screen-reader-text {
    display: none;
}

.single .post-navigation {
    margin-top: 50px;
}

.single-event_listing .widget-area {
    display: none;
}

.page-id-68 .entry-header,
.page-id-68 .widget-area,
.page-id-815 .entry-header {
    display: none;
}

.page-id-68 .site-main,
.page-id-815 .site-main {
    padding-top: 40px;
}

.news-col-3 {
    margin: 0 15px;
    box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.1), 0 2px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid #e6e6e6;
    padding: 0 !important;
    width: 30.333333% !important;
    min-height: 432px;
}

.news-col-3 .news .news-title a {
    font-size: 20px;
    line-height: 22px;
    color: #37265b;
    text-decoration: none !important;
    text-transform: capitalize;
    font-weight: 600;
}

.news-col-3 .news-content {
    padding: 0 15px 20px;
}

.news-col-3 .news-content-excerpt .news-more-link {
    position: relative;
    left: 0;
    top: 0;
}

.news-col-3 .grid-date-post {
    font-size: 10px;
    font-weight: 700;
}

.space30 {
    margin-top: 30px;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
    box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.1), 0 2px 6px -2px rgba(0, 0, 0, 0.05);
    border: 0 !important;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    font-size: 20px !important;
    line-height: 22px !important;
    color: #37265b !important;
    text-transform: capitalize;
    font-weight: 700 !important;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
    padding-top: 0;
}

.wpem-main a:active,
.wpem-main a:focus,
.wpem-main a:hover {
    color: #37265b !important;
}

.wpem-main a {
    color: #635465 !important;
}

.wpem-event-action-url.event-register-btn {
    color: #37265b !important;
    border: 1px solid #37265b;
    width: max-content !important;
    padding: 1px 17px !important;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Open Sans';
    margin-left: 0;
    border-left: 1px solid #ccc !important;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-description {
    display: none;
}

.page-child .wpem-event-listings.wpem-event-listing-box-view .wpem-event-description {
    display: block;
}

.news-more-link:hover {
    background: transparent !important;
    color: #29BEFF !important;
}

.single .widget-area {
    padding: 30px 26px;
}

.parent-page-card .card-img-top {
    height: 160px;
    min-height: auto;
    margin-bottom: 7px;
}

.parent-page-card .card-text {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
    padding-bottom: 9px;
}

.parent-page-card .card-link {
    padding-left: 20px;
    font-size: 13px;
    line-height: 17px;
    padding-bottom: 5px;
    position: relative;
}

.parent-page-card .card-link a {
    color: #29BEFF;
    font-weight: 800;
}

.parent-page-card .card-link a:after {
    content: '';
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/readmore-arrow-1.png);
    display: block;
    width: 43px;
    height: 10px;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 42%;
    left: 42%;
    right: 0;
    transform: translateY(-50%);
}

.non-feature-card .card-body .list-group-flush .list-group-item:first-child {
    border-top: 1px solid #A7C7EA !important;
}

.non-feature-card .card-body .list-group-flush .list-group-item:last-child {
    border-bottom: 1px solid #A7C7EA !important;
}

.non-feature-card .card-body .list-group-flush .list-group-item {
    padding: 8px 0 9px 19px !important;
}

.non-feature-card .card-body .list-group-flush {
    padding: 10px 98px 0 17px;
}

.non-feature-card.featured-card-group .card-body img {
    max-height: 330px;
    min-height: auto;
    width: 100%;
}

.second-sublevel-menu {
    background-color: #D4D4D4;
    border-top: 8px solid #4b1469;
}

ul.group-sub-topic-list {
    list-style: none;
    padding-left: 31px;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 0;
}

ul.group-sub-topic-list li {
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    width: 24.1%;
    text-align: center;
    border-left: 1px solid #9a9a9a;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 4px;
    line-height: 21px;
}

ul.group-sub-topic-list li a {
    font-size: 15px;
    color: #4b1469;
    font-weight: 600;
    line-height: 13px;
    font-family: 'Montserrat', sans-serif;
}

ul.group-sub-topic-list li.active {
    background: #37C4BD;
    position: relative;
}

ul.group-sub-topic-list li.active:before {
    top: -3px;
    content: '';
    background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/purple-caret.png);
    width: 18px;
    height: 17px;
    display: block;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 46%;
}

ul.group-sub-topic-list li a.active {
    color: #fff;
}

ul.group-sub-topic-list li:first-child {
    border-left: 0;
}

.page-template-special-education-sub-child ul.group-sub-topic-list li.active {
    background: #e23d3b;
    position: relative;
}

.page-template-student-services-sub-child ul.group-sub-topic-list li.active {
    background: #f5865c;
    position: relative;
}

.page-template-community-services-sub-child ul.group-sub-topic-list li.active {
    background: #b7805c;
    position: relative;
}

.page-template-fitness-center-sub-child ul.group-sub-topic-list li.active {
    background: #37a564;
    position: relative;
}

#event-listing-view .wpem-event-box-col {
    display: none;
}

#event-listing-view .wpem-event-box-col:nth-child(-n+3) {
    display: list-item;
}

.sidebar-events-list #event-listing-view .wpem-event-box-col:nth-child(-n+2) {
    display: list-item;
}

.sidebar-events-list #event-listing-view .wpem-event-box-col:nth-child(3) {
    display: none;
}

.footer-sitelinks {
    padding-left: 0;
    text-align: right;
}

.footer-sitelinks li {
    display: inline-block;
}

.footer-sitelinks li a {
    color: #a29fa3;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
}

.footer-sitelinks li:last-child:after {
    content: '';
}

.last-right-pd {
    padding-right: 0;
}

.footer-main-address-title {
    color: #635465;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
}

.footer-main-address p {
    color: #635465;
}

.footer-main-address img {
    width: auto;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 2px;
}

.white-nextarrow {
    width: 9px;
    vertical-align: inherit;
    margin-left: 4px;
    margin-top: -2px;
}

.read-more-straight-arrow {
    width: 57px;
    vertical-align: middle;
    margin-left: 2px;
}

.page-child .type-news {
    display: none;
}

.page-child .type-news:nth-child(-n+2) {
    display: block;
}

.page-child #event-listing-view .wpem-event-box-col {
    display: none;
}

.page-child #event-listing-view .wpem-event-box-col:nth-child(-n+2) {
    display: block;
}

.page-child #event-listing-view .wpem-event-box-col:nth-child(3) {
    display: none;
}

.page-child #event-listing-view .wpem-event-action-url.event-register-btn {
    color: #fff !important;
    border: 1px solid #fff;
}

.page-child .page-sidebar #event-listing-view .wpem-event-action-url.event-register-btn {
    color: #29beff !important;
    border: 1px solid #29beff;
}

.page-child .grid-date-post a {
    color: #fff;
}

.page-child #news-events {
    margin-bottom: 130px;
}

.news-content .grid-date-post a {
    color: #588fcb;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.4px;
}

.event_listings a.load_more_events {
    display: none !important;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
    border-radius: 0 !important
}

.home .news-col-2 {
    margin-bottom: 27px;
}

.home-news-events p.sell-all-btn {
    margin-top: 0;
}

.news-event-title h2 {
    color: #4b1469;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 38px;
    margin-bottom: 0;
}

.news-event-title h2:after {
    border-bottom: 2px solid #AFD2EF;
    content: '';
    display: block;
    padding-top: 17px;
}

.news-page-detail {
    margin-top: 34px;
}

.news-page-detail #event-listing-view .wpem-event-box-col {
    display: block;
}

.news-page-detail .type-news {
    padding: 0;
    margin: 0 13px 30px;
    border-bottom: 8px solid #4b1469;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.news-page-detail .news-col-2 {
    width: 46%;
}

.news-page-detail .news-content {
    padding: 20px 20px 23px;
}

.news-page-detail .grid-date-post {
    font-size: 0;
}

.news-page-detail .news-content .grid-date-post a {
    font-weight: 800;
}

.news-page-detail .news .news-title {
    font-size: 18px;
    line-height: 22px;
    color: #37265b;
    text-decoration: none !important;
    font-weight: 700;
    letter-spacing: -0.4px;
    min-height: 66px;
}

.news-page-detail .news .news-title a {
    font-size: 18px;
    line-height: 22px;
    color: #37265b;
    text-decoration: none !important;
}

    .news-page-detail .news-content-excerpt a.news-more-link:after {
        content: '';
        /*background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/footer-arrow.png);*/
        background: url(assets/footer-arrow.8b1f59a72fe7ed50028b28baeb6d6714.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 8px;
    }

.news-event-pade-sidebar .sidebar-events {
    padding-top: 15px;
}

.news-event-pade-sidebar .wpem-event-listings.wpem-event-listing-box-view .wpem-event-description {
    display: block;
}

.news-event-pade-sidebar .sidebar-events .wpem-event-action-url.event-register-btn:before {
    background: 0;
}

.news-event-pade-sidebar .sidebar-events .wpem-event-details .wpem-event-action-url.event-register-btn {
    border: 1px solid #37265b !important;
    width: max-content !important;
    padding: 4px 17px !important;
    color: #37265b !important;
    margin-top: 6px;
    border-radius: 20px;
}

.news-event-pade-sidebar .wpem-event-description p {
    display: none;
}

.news-event-pade-sidebar .wpem-event-description p:nth-child(-n+1) {
    display: block;
}

.news-event-pade-sidebar .wpem-event-infomation {
    padding-right: 15px;
}

.news-event-pade-sidebar .sidebar-events span.wpem-event-date-time-text {
    font-size: 12px;
}

.news-event-pade-sidebar .wpem-event-date-time {
    margin-left: 0;
}

.news-event-pade-sidebar .wpem-event-location .wpem-event-location-text {
    font-size: 14px;
    font-weight: 400;
}

.news-event-pade-sidebar #event-listing-view {
    margin-right: 15px;
}

.news-event-pade-sidebar #event-listing-view .wpem-event-infomation {
    border-bottom: 1px solid #29BEFF;
    padding-bottom: 10px;
}

.news-event-pade-sidebar .wpem-event-box-col {
    margin-bottom: 20px;
}

.news-event-pade-sidebar .page-sidebar .wpem-event-banner {
    padding-right: 7px !important;
}

.news-event-pade-sidebar .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-category {
    margin: 0;
    padding: 0;
}

.news-event-pade-sidebar .wpem-event-category h6 {
    color: #588fcb;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.news-template-default .post-thumbnail img {
    width: 100%;
    margin-top: 0;
    object-position: center;
    height: 560px;
}

.news-template-default .type-news.has-post-thumbnail {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-bottom: 8px solid #4b1469;
    padding: 40px 35px;
    background: #fff;
}

.news-template-default .type-news .entry-title:after {
    border-bottom: 2px solid #AFD2EF;
    content: '';
    display: block;
    padding-top: 17px;
}

.news-template-default h2.widget-title {
    font-size: 23px;
    font-weight: 600;
    color: #37265b;
}

.news-template-default h2.widget-title:after {
    border-bottom: 2px solid #AFD2EF;
    content: '';
    display: block;
    padding-top: 17px;
}

.news-template-default .recent-news-items ul {
    padding-left: 0;
}

.news-template-default .news_li a.newspost-title,
.news-template-default .widget .news_li a.newspost-title,
.news-template-default #secondary .widget .news_li a.newspost-title {
    color: #37265b;
    font-weight: 600;
}

.news-template-default .widget-date-post a {
    color: #588fcb;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.news-template-default li.news_li {
    border-bottom: 1px solid #29BEFF !important;
}

.news-template-default li.news_li:last-child {
    border-bottom: 0 solid #29BEFF !important;
}

.news-template-default .nav-previous .nav-title,
.news-template-default .nav-next .nav-title {
    display: none;
}

.news-template-default .nav-previous .nav-subtitle,
.news-template-default .nav-next .nav-subtitle {
    color: #29BEFF;
}

.news-template-default .nav-previous a:before {
    content: '';
    background-image: url(https://yvy.yeled.org/wp-content/uploads/2020/10/footer-arrow-swap.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 13px;
    background-position: top;
    background-size: contain;
    display: inline-block;
    position: relative;
    margin-right: 3px;
    top: 1px;
}

.news-template-default .nav-previous .nav-subtitle,
.news-template-default .nav-next .nav-subtitle {
    font-size: 0;
}

.news-template-default .nav-previous .nav-subtitle:before {
    content: 'Previous';
    font-size: 1rem;
    font-weight: 400;
    color: #29BEFF;
}

.news-template-default .nav-next .nav-subtitle:before {
    content: 'Next';
    font-size: 1rem;
    font-weight: 400;
    color: #29BEFF;
}

.news-template-default .nav-next a:after {
    content: '';
    /*background-image: url(https://yvy.yeled.org/wp-content/uploads/2020/09/footer-arrow.png);*/
    background-image: url(assets/footer-arrow.8b1f59a72fe7ed50028b28baeb6d6714.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 13px;
    background-position: top;
    background-size: contain;
    display: inline-block;
    position: relative;
    margin-right: 3px;
    top: 2px;
}

.news-template-default .nav-links .nav-previous,
.news-template-default .nav-links .nav-next {
    display: inline-block;
}

.news-template-default .nav-links .nav-next {
    float: right;
}

.news-template-default .event-new-detail-page {
    margin-top: -220px;
    z-index: 9;
    position: relative;
}

.news-template-default .type-news .entry-title {
    margin-bottom: 30px;
}

.news-template-default .navbar {
    margin-top: 25px;
}

.news-template-default .post-thumbnail {
    margin-top: -118px;
}

#secondary.widget-area {
    display: none;
}

.single-news #secondary.widget-area {
    display: block;
}

.page-id-809 .entry-header {
    display: none;
}

.page-id-809 .site-main {
    padding-top: 40px;
}

.news-seperate-page .news_pagination {
    display: block !important;
}

.news-page-detail .news_pagination a,
.news-page-detail .news_pagination a {
    color: #635465 !important;
    background: transparent;
    border: 1px solid #fff;
}

.news_pagination .page-numbers.current {
    background: #4b1469;
    padding: 3px 8px;
    border: 1px solid #4b1469;
    color: #fff;
}

.news-event-pade-sidebar .event-seperate-page #event-listing-view .wpem-event-infomation {
    border-bottom: 0;
    padding-bottom: 15px;
    margin-top: -17px;
}

.event-seperate-page .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
    border-bottom: 4px solid #4b1469 !important;
}

.event-seperate-page .wpem-event-date {
    display: none !important;
}

.event-seperate-page .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
    padding-top: 0;
}

.event-seperate-page .wpem-event-category {
    display: none;
}

.event-seperate-page .wpem-event-description {
    margin: 5px;
}

.event-seperate-page .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before {
    display: none;
}

.event-seperate-page .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time {
    padding-left: 0px;
}

.event-seperate-page .wpem-event-date-time .wpem-event-date-time-text {
    color: #37265b !important;
    font-size: 13px;
    font-weight: 600;
}

.event-seperate-page .wpem-event-action-url.event-register-btn {
    padding: 5px 17px !important;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.event_registration.registration {
    display: none;
}

.news-page-detail .news-content-excerpt .news-short-content,
.news-page-detail .wpem-event-description p,
.page-child .news-section .news-short-content,
.page-child .sidebar-events .wpem-event-description p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-page-detail .news-content-excerpt .news-short-content {
    min-height: 54px;
}

.home .news-events-detail .news-short-content,
.home .wpem-event-description p,
.page-parent .news-events .news-short-content,
#event-listing-view .wpem-event-description p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-child .wpem-event-category {
    display: none !important;
}

.single-event_listing .wpem-single-event-short-info .event-category {
    color: #5090d6;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.single-event_listing .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-short-info {
    padding-left: 30px;
    padding-right: 30px;
}

.single-event_listing .wpem-single-event-page .wpem-single-event-wrapper {
    border: 0px solid #e4e4e4;
}

.single-event_listing .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top {
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-bottom: 8px solid #4b1469;
}

.single-event_listing .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-details .wpem-event-title .wpem-heading-text {
    color: #5090d6;
    font-weight: 800;
    font-size: 33px;
    margin-top: 5px;
}

.single-event_listing .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-details .wpem-event-title {
    margin-bottom: 0;
}

.single-event_listing .wpem-event-date-time .wpem-event-date-time-text {
    color: #351763;
    font-size: 22px;
    font-weight: 800;
}

.single-event_listing .location-event-address a,
.single-event_listing .location-event-address div {
    color: #44394c !important;
    font-size: 20px;
}

.single-event_listing .location-event-address div {
    padding-left: 18px;
}

.single-event_listing .location-event-address a:before,
.single-event_listing .location-event-address div:before {
    content: "\e947";
    font-family: wp-event-manager;
    position: absolute;
    left: 29px;
    font-size: 15px;
    line-height: 23px;
    color: #37265b;
}

.single-event_listing .location-event-address {
    margin-top: 6px;
}

.single-event_listing .wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-logo-wrapper {
    display: none;
}

.single-event_listing .wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper {
    border-top: 0px solid #e4e4e4;
    padding: 0;
    text-align: left;
}

.single-event_listing .wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links {
    display: none;
}

.single-event_listing .wpem-single-event-page .wpem-single-event-sidebar-info {
    margin-bottom: 15px;
}

.single-event_listing .wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-short-info {
    font-size: 17px;
    color: #44394c !important;
}

.single-event_listing .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-single-image-wrapper .wpem-event-single-image img {
    height: 100%;
    object-fit: cover;
}

.single-event_listing .wpem-single-event-page .wpem-single-event-wrapper .wpem-event-single-image {
    height: 100%;
}

.single-event_listing .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-single-image-wrapper {
    height: 100%;
}

.single-event_listing .friends-share {
    color: #868586;
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.single-event_listing .event-share-custom {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.single-event_listing .event-share-custom::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #351763;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
}

.single-event_listing .event-share-custom .friends-share,
.single-event_listing .event-share-custom .wpem-share-this-event {
    background: #fff;
    position: relative;
}

.single-event_listing .event-share-custom .friends-share {
    padding-right: 20px;
    margin-bottom: 0;
}

.single-event_listing .event-share-custom .wpem-share-this-event {
    padding-left: 20px;
    width: auto;
    margin-top: auto;
    margin-bottom: auto
}

.single-event_listing .wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon {
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    height: 19px;
    width: 19px;
}

.single-event_listing .wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-linkedin a::before,
.single-event_listing .wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-facebook a::before {
    background-color: #351763;
    height: 19px;
    width: 19px;

}

.single-event_listing .wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-linkedin a,
.single-event_listing .wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-facebook a {
    background: transparent;
    color: #351763 !important;
    height: 19px;
    width: 19px;
}

.single-event_listing .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-details {
    margin-bottom: 20px;
}

.single-event_listing .share-div-custom {
    position: absolute;
    width: 82%;
    bottom: 20px;
}

.single-event_listing .wpem-single-event-body {
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-bottom: 8px solid #4b1469;
    margin-top: 40px;
    border-top: 1px solid #f1efef;
}

.single-event_listing .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content {
    padding: 30px 40px;
}

.single-event_listing .navigation.post-navigation {
    display: none;
}

.single-event_listing .event-back-btn {
    padding: 0;
    background: transparent;
    border: 0;
    color: #29BEFF;
    font-weight: 600;
    margin: 0 auto;
    font-size: 15px;
}

.single-event_listing .wpem-single-event-body-content p {
    font-size: 17px;
    color: #44394c !important;
}

.single-event_listing .event-back-div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: center;
}

.single-event_listing .entry-header {
    display: none;
}

.mb-30 {
    margin-bottom: 30px;
}

.single-event_listing .event-list-short-desc {
    display: none;
}

.wpem-event-description {
    max-height: 44px;
    overflow: hidden;
}

.home .wpem-event-description {
    max-height: 36px;
    overflow: hidden;
}

.page-id-645 .entry-header {
    display: none;
}

.page-id-645 .event-new-detail-page,
.page-template-contact-php .contact-page {
    margin-top: 40px;
}
/*
.contact-title {
    background: #4abab8;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    padding: 18px 21px;
    line-height: 1;
}

.parent-page-title {
    font-size: 21px;
    color: #4abab8;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0;
}*/

.contact-director-name {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0;
}

/*.contact-social-icons {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    float: right;
    margin-bottom: 0;
}

.contact-social-icons li {
    display: inline-block;
    color: #4abab8;
}

.contact-social-icons li a {
    color: #4abab8;
}*/

.director-contact {
    position: relative;
    height: 100%
}

.director-contact a {
    position: absolute;
    bottom: 0;
    color: #44394C;
    font-weight: bold
}

.contact-box {
    border-bottom: 1px solid #4abab8;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.mt-28 {
    margin-top: 28px;
}

.subparent-page-title {
    color: #929094;
    margin-bottom: 0;
    font-size: 15px;
    height: 17px;
    line-height: 1.2;
}

#special_education-contact .contact-title {
    background: #e23d3b;
}

#special_education-contact .parent-page-title,
#special_education-contact .contact-social-icons li,
#special_education-contact .contact-social-icons li a {
    color: #e23d3b;
}

#special_education-contact .contact-box {
    border-bottom: 1px solid #e23d3b;
}

#special_education-contact {
    margin-top: 20px;
}

#student_success-contact .contact-title {
    background: #f5865c;
}

#student_success-contact .parent-page-title,
#student_success-contact .contact-social-icons li,
#student_success-contact .contact-social-icons li a {
    color: #f5865c;
}

#student_success-contact .contact-box {
    border-bottom: 1px solid #f5865c;
}

#student_success-contact {
    margin-top: 20px;
}

#fitness_health-contact .contact-title {
    background: #37a564;
}

#fitness_health-contact .parent-page-title,
#fitness_health-contact .contact-social-icons li,
#fitness_health-contact .contact-social-icons li a {
    color: #37a564;
}

#fitness_health-contact .contact-box {
    border-bottom: 1px solid #37a564;
}

#fitness_health-contact {
    margin-top: 20px;
}

#community_social-contact .contact-title {
    background: #b7805c;
}

#community_social-contact .parent-page-title,
#community_social-contact .contact-social-icons li,
#community_social-contact .contact-social-icons li a {
    color: #b7805c;
}

#community_social-contact .contact-box {
    border-bottom: 1px solid #b7805c;
}

#community_social-contact {
    margin-top: 20px;
    margin-bottom: 40px;
}

.career-banner-div {
    position: relative;
    margin-top: -118px;
}

.career-banner img {
    max-height: 560px;
    width: 100%;
    object-fit: cover;
}

.page-template-career .navbar,
.page-template-enroll .navbar,
.page-template-board-of-governance .navbar {
    margin-top: 25px;
}

.career-text-box {
    position: absolute;
    background: #fff;
    bottom: 0;
    padding: 40px;
    width: 50%;
}

.career-text-box p {
    color: #868586;
    margin-top: 20px;
    margin-bottom: 0;
}

.career-inner h1 {
    color: #5090d6;
    font-size: 35px;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
}

.career-inner h1:after {
    border-bottom: 2px solid #AFD2EF;
    content: '';
    display: block;
    padding-top: 10px;
}

.career-inner {
    margin-top: 60px;
}

.career-job-script {
    margin-top: 30px;
}

.career-job-script .rbox-opening-li-title,
.career-job-script .rbox-opening-li a {
    font-size: 29px;
    font-weight: bold;
}

    .career-job-script .rbox-opening-li:before {
        content: '';
        /*background-image: url(https://yvy.yeled.org/wp-content/uploads/2020/09/footer-arrow.png);*/
        background-image: url(assets/footer-arrow.8b1f59a72fe7ed50028b28baeb6d6714.png);
        background-repeat: no-repeat;
        width: 13px;
        height: 13px;
        position: absolute;
        left: 0;
        top: 12%;
        transform: translateY(-0%);
        background-position: top;
        background-size: contain;
    }

.career-job-script .rbox-opening-li {
    position: relative;
    padding-left: 17px !important;
    padding-bottom: 15px !important;
    margin-bottom: 30px;
}

.career-job-script .rbox-job-shortdesc {
    color: #37265b;
    font-weight: 500;
}

.career-job-script .rbox-job-title {
    color: #37265b;
}

.wpcp-carousel-section .wpcp-single-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.enroll-title-box {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 30px 180px;
    z-index: 999;
    position: relative;
    background: #fff;
    margin-left: 40px;
    margin-right: 40px;
}

.enroll-title-box h1 {
    color: #4b1469;
    font-weight: 800;
}

.container.enroll-links {
    margin-top: 80px;
    margin-bottom: 80px;
}

.enroll-dept-title {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background: #4abab8;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 8px 16px;
}

.enroll-link-box ul {
    padding-left: 0;
    list-style: none;
}

.enroll-pagetitle {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}

.enroll-link-box li {
    border-bottom: 4px solid #4abab8;
    padding: 10px 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin-bottom: 13px;
    background: #fff;
}

.enroll-pagetitle {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}

.enroll-subpagetitle {
    color: #929094;
    font-size: 15px;
    font-family: Montserrat;
}

.vertical-center {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.enroll-link {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.enroll-link a {
    color: #4abab8;
    font-weight: 700;
}

.enroll-link i {
    padding: 3px;
    margin-right: 2px;
}

.enroll-link--container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#special_education .enroll-dept-title {
    background: #e23d3b;
}

#special_education .enroll-link a {
    color: #e23d3b;
}


#special_education.enroll-link-box li {
    border-bottom: 4px solid #e23d3b;
}

#student_success .enroll-dept-title {
    background: #f5865c;
}

#student_success .enroll-link a {
    color: #f5865c;
}

#student_success.enroll-link-box li {
    border-bottom: 4px solid #f5865c;
}

#community_services .enroll-dept-title {
    background: #b7805c;
}

#community_services .enroll-link a {
    color: #b7805c;
}

#community_services.enroll-link-box li {
    border-bottom: 4px solid #b7805c;
}

#fitness_health .enroll-dept-title {
    background: #37a564;
}

#fitness_health .enroll-link a {
    color: #37a564;
}

#fitness_health.enroll-link-box li {
    border-bottom: 4px solid #37a564;
}

.governance-left ul {
    padding-left: 0;
    list-style: none;
}

.governance-left li {
    margin-bottom: 60px
}

.governance-left li:last-child {
    margin-bottom: 0px
}

.governance-title {
    position: absolute;
    background: #fff;
    padding: 20px;
    right: 0;
    color: #4b1469;
    top: 50%;
    width: 36%;
}

.governance-title h1 {
    font-weight: 900;
    font-size: 38px;
    margin-bottom: 0;
    line-height: 1.1;
}

.governance-inner {
    margin-top: 50px;
    margin-bottom: 50px;
}

.governance-left h2 {
    color: #351763;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1;
}

.governance-left p {
    font-size: 23px;
    line-height: 1.1;
    margin-bottom: 0;
}

.governance-left {
    border-right: 1px solid #588fcb;
}

.governance-dept-title {
    color: #5090d6;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.1;
}

.governance-dept-name {
    color: #351763;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0;
}

.governance-dept-position {
    margin-bottom: 0;
}

.governance-detail-subbox {
    margin-bottom: 10px;
}


@media (min-width: 1200px) {
    .site-footer {
        position: relative;
        width: 100%;
        float: left;
    }
}

@media (min-width: 992px) {
    .single .site-main {
        flex: 0 0 75%;
        max-width: 75%;
        float: left;
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .single.single-event_listing .site-main {
        flex: 0 0 100%;
        max-width: 100%;
        float: left;
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-template-default .widget-area {
        flex: 0 0 25%;
        max-width: 25%;
        float: left;
        margin-top: 40px;
    }

    .news-template-default.single .site-main {
        padding-right: 40px;
        width: 75%;
    }
}

@media (min-width: 768px) {
    .wpem-col-md-4.wpem-single-event-right-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .card-deck .card {
        flex: auto;
        margin-right: 15px;
        margin-bottom: 20px;
        margin-left: 15px;
        max-width: 46%;
        float: left;
    }

    .card-deck .card:first-child {
        max-width: 100%;
    }

    .card-deck .card .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card-deck .card:first-child .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .card-deck .card:first-child .col-sm-5 {
        -ms-flex: 0 0 25.666667%;
        flex: 0 0 25.666667%;
        max-width: 25.666667%;
    }

    .card-deck .card:first-child .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 72.333333%;
        max-width: 72.333333%;
    }

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #635465;
        font-weight: 700;
        font-size: 13px;
        padding: 0;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1029px;
    }
}

@media(max-width: 1199px) {
    .hero-slider {
        margin-top: -12.1%;
    }

    .alert.alert-banner {
        padding: 21px 34px 19px;
    }

    .yeled-text-sec h1 {
        padding: 0 90px;
    }

    h5.card-title {
        font-size: 19px;
        padding: 14px 0px 16px;
    }

    .parents-teacher-title h2 {
        font-size: 18px;
    }

    .families-sec p {
        font-size: 11px;
    }

    .career-sec {
        padding-left: 97px;
        padding-right: 97px;
    }

    p.newsletter-sub-detail {
        font-size: 13px;
    }

    ul.group-topic-list {
        padding-left: 0;
    }

    ul.group-topic-list li:first-child {
        padding-left: 22px;
    }

    ul.group-topic-list li a {
        font-size: 14px;
    }

    ul.group-topic-list li:first-child {
        padding-left: 2px;
        padding-right: 10px;
        border-left: 0;
    }

    ul.group-topic-list li:nth-child(3) {
        padding-left: 8px;
        padding-right: 0px;
    }

    ul.group-topic-list li:nth-child(4) {
        padding-left: 11px;
        padding-right: 10px;
    }

    ul.group-topic-list li:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-child .news-content-excerpt .news-more-link {
        left: 29.6%;
    }

    .page-template-community-services ul.group-topic-list li:nth-child(3) {
        padding-left: 23px;
        padding-right: 20px;
    }

    .group-title-list li {
        padding-left: 12px;
        padding-right: 10px;
        text-transform: uppercase;
        font-size: 10.79px;
    }

    .page-template-community-services ul.group-topic-list li:nth-child(2) {
        width: 25.6%;
        padding-left: 12px;
    }

    .page-template-community-services ul.group-topic-list li:nth-child(3) {
        width: 35.4%;
        padding-left: 13px;
        padding-right: 10px;
    }

    .page-template-community-services ul.group-topic-list li {
        padding-left: 2px;
        padding-right: 10px;
    }

    .page-template-community-services .group-title-list li:first-child {
        padding-left: 0;
    }

    .page-template-community-services .group-title-list li {
        padding-left: 0;
    }

    .jumbo-container .text-container {
        width: 36%;
    }

    .card-title-main h1 {
        padding: 0 18px;
    }

    ul.group-sub-topic-list li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .owl-carousel .item .carousel-content {
        bottom: 23.8%;
        width: 50%;
        padding-left: 5%;
    }

    .page-template .news .news-title a,
    .home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
        font-size: 17px;
    }

    .news-page-detail .news-col-2 {
        width: 45%;
    }
}

@media(max-width: 991px) {
    .navbar .container {
        position: relative;
    }

    .navbar-toggler {
        padding: 0;
        border: 0;
        float: right;
        right: 0;
    }

    .owl-carousel .item h4 {
        font-size: 29px;
    }

    .owl-carousel .item .carousel-content {
        bottom: 23.8%;
        width: 67%;
        padding-left: 9%;
        padding-right: 40px;
    }

    .alert.alert-banner {
        font-size: 16px;
    }

    .yeled-text-sec h1 {
        padding: 0 0px;
    }

    .card-body .list-group-flush .list-group-item {
        font-size: 14px;
    }

    .parents-teacher-ul>li {
        font-size: 11px;
    }

    .btn-primary {
        padding: 4px 17px;
    }

    .counts {
        width: 127px;
        height: 127px;
        font-size: 30px;
        line-height: 127px;
    }

    .news-content-excerpt .news-more-link {
        left: 0;
        top: auto;
    }

    .news .news-title a,
    .page-template .news .news-title a {
        font-size: 18px;
    }

    .news .news-title,
    .page-template .news .news-title {
        font-size: 12px;
        width: 100%;
    }

    .career-sec {
        padding-left: 57px;
        padding-right: 57px;
    }

    .home a.rbox-opening-li-title {
        font-size: 19px;
    }

    .newsletter-sub {
        padding: 40px 30px 30px;
    }

    .site-footer .upper-footer {
        padding: 0;
    }

    #gmap_canvas,
    .mapouter,
    .gmap_canvas {
        width: 360px !important;
        height: 500px !important;
        float: left;
    }

    ul.group-topic-list {
        padding-left: 0;
    }

    ul.group-topic-list li:first-child {
        padding-left: 22px;
    }

    ul.group-topic-list li a {
        font-size: 14px;
    }

    ul.group-topic-list li:first-child {
        padding-left: 2px;
        padding-right: 10px;
        border-left: 0;
    }

    ul.group-topic-list li:nth-child(3) {
        padding-left: 8px;
        padding-right: 0px;
    }

    ul.group-topic-list li:nth-child(4) {
        padding-left: 11px;
        padding-right: 10px;
    }

    .page-child .news-content-excerpt .news-more-link {
        left: 29.6%;
    }

    .page-template-special-education ul.group-topic-list li:nth-child(3) {
        width: 17.4%;
        padding-left: 23px;
        padding-right: 20px;
    }

    .page-template-special-education ul.group-topic-list li:first-child {
        padding-left: 2px;
        padding-right: 0px;
        width: 20.1%;
    }

    .page-template-special-education ul.group-topic-list li:nth-child(2) {
        width: 15.6%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-template-special-education ul.group-topic-list li:nth-child(4) {
        width: 19.8%;
        padding-left: 11px;
        padding-right: 10px;
    }

    .page-template-special-education ul.group-topic-list li:last-child {
        text-align: center;
        padding-left: 27px;
        padding-right: 30px;
    }

    .page-template-fitness-center ul.group-topic-list li:last-child {
        padding-left: 22px;
        padding-right: 20px;
        width: 22%;
    }

    .page-template-fitness-center ul.group-topic-list li:nth-child(2) {
        width: 27.6%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .page-template-community-services .group-title-list li:first-child {
        padding-left: 0;
    }

    .page-template-community-services .group-title-list li {
        padding-left: 0;
    }

    .group-title-list li {
        font-size: 12.79px;
    }

    .single .site-main {
        float: left;
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .single .widget-area {
        float: left;
        margin-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        display: none;
    }

    .jumbo-container .text-container {
        top: 370px;
        width: 40%;
    }

    .jumbo-container .text-container h1 {
        font-size: 34px;
    }

    .message-text-container {
        padding: 30px 5px 60px;
    }

    .card-title-main h1 {
        font-size: 15px;
        padding: 0 8px;
    }

    .card-title-main {
        min-height: 76px;
    }

    .custom-card {
        margin-bottom: 30px;
    }

    ul.group-sub-topic-list li {
        padding-left: 0;
        padding-right: 0;
        width: 25%;
    }

    ul.group-sub-topic-list li a {
        font-size: 13px;
    }

    ul.group-sub-topic-list {
        padding-left: 0;
    }

    .pl-17 {
        padding-left: 0;
    }

    .families-sec img {
        margin-top: -41px;
    }

    .home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
        width: 73px;
    }

    .site-footer a.career-a {
        bottom: -30px;
    }

    .news-page-detail .news-col-2 {
        width: 44%;
    }

    .news-page-detail .news .news-title {
        font-size: 13px;
        line-height: 18px;
        min-height: 54px;
    }

    .news-page-detail .news .news-title a {
        font-size: 13px;
        line-height: 15px;
    }

    .career-text-box {
        padding: 30px;
        width: 70%;
    }

    .career-job-script .rbox-opening-li-title,
    .career-job-script .rbox-opening-li a {
        font-size: 25px;
    }

    .enroll-title-box {
        padding: 30px 50px;
    }

    .enroll-pagetitle {
        font-size: 16px;
    }

    .enroll-subpagetitle {
        font-size: 13px;
    }

    .enroll-link {
        font-size: 14px;
    }
}

@media(max-width: 767px) {
    .navbar .container {
        padding: 0 13px;
    }

    .navbar-brand img {
        margin-left: 0;
        height: 48px;
        margin-top: -8px;
    }

    .owl-carousel .owl-item img {
        height: auto;
        object-fit: cover;
    }

    .hero-slider {
        margin-top: 0;
    }

    .owl-carousel .item h4 {
        font-size: 22px;
        line-height: 19px;
        width: 100%;
    }

    .covid-icon {
        width: 27px;
        margin-right: 7px;
    }

    .alert.alert-banner {
        padding: 21px 14px 19px;
    }

    .yeled-text-sec h1 {
        font-size: 19px;
        line-height: 27px;
    }

    .yeled-text-sec {
        padding: 43px 0 43px;
    }

    .service-sec .heading-title h2 {
        font-size: 27px;
    }

    h5.card-title {
        word-spacing: 0;
        padding: 14px 0px 14px;
        min-height: auto;
    }

    .card-deck {
        padding-left: 15px;
        padding-right: 15px;
    }

    .count-sec {
        margin-bottom: 30px;
    }

    .wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date {
        display: block;
    }

    .home .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
        padding-left: 52px;
    }

    .career-sec {
        padding-left: 20px;
        padding-right: 20px;
    }

    .career-sec .heading-title h2 {
        font-size: 26px;
    }

    .second-first {
        position: relative;
        padding-left: 15px;
    }

    .second-first:before {
        width: 0;
    }

    .footer-third {
        margin-top: 20px;
    }

    ul.footer-legal {
        text-align: center;
    }

    .site-rights {
        text-align: center;
    }

    .footer-legal li:last-child {
        margin-right: 0;
    }

    .families-sec img {
        max-height: 281px;
        width: 100%;
    }

    #home-news-list:before {
        background: 0;
    }

    #gmap_canvas,
    .mapouter,
    .gmap_canvas {
        width: 100% !important;
        height: 500px !important;
        float: left;
    }

    ul.group-topic-list li,
    ul.group-topic-list li:nth-child(2),
    ul.group-topic-list li:nth-child(3),
    ul.group-topic-list li:nth-child(4),
    .page-template-special-education ul.group-topic-list li:first-child,
    .page-template-special-education ul.group-topic-list li:nth-child(2),
    .page-template-special-education ul.group-topic-list li:nth-child(3),
    .page-template-special-education ul.group-topic-list li:nth-child(4),
    .page-template-fitness-center ul.group-topic-list li,
    .page-template-fitness-center ul.group-topic-list li:nth-child(2),
    .page-template-fitness-center ul.group-topic-list li:nth-child(3),
    .page-template-fitness-center ul.group-topic-list li:last-child,
    .page-template-community-services ul.group-topic-list li,
    .page-template-community-services ul.group-topic-list li:nth-child(2) {
        width: 49%;
    }

    ul.group-topic-list li:last-child {
        border-left: 0 solid #9a9a9a;
        width: 100%;
    }

    ul.group-topic-list li:nth-child(3) {
        border-left: 0 solid #9a9a9a;
    }

    .page-child .news-content-excerpt .news-more-link {
        left: 41.6%;
        top: 69%;
    }

    .page-sidebar {
        padding-right: 15px;
        padding-left: 15px;
    }

    .page-template-special-education .group-title-list li:first-child {
        margin-left: 0;
        padding-left: 15px;
    }

    h1.main-heading {
        font-size: 30px;
    }

    a.btn-jump-section {
        font-size: 13px;
    }

    .border-news {
        border-right: 0px solid #588fcb;
    }

    .innerpage-event {
        margin-top: 40px;
    }

    .wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
        padding-left: 60px;
        margin-bottom: 60px;
    }

    .group-title-list li:first-child {
        padding-left: 13px;
    }

    .page-template-community-services ul.group-topic-list li:nth-child(3) {
        width: 100%;
    }

    .video-section video {
        width: 100%;
    }

    .jumbo-container .text-container {
        width: 64%;
        top: 31%;
    }

    .jumbo-container .text-container h1 {
        font-size: 26px;
    }

    .jumbo-container {
        position: relative;
    }

    .message-text-container {
        padding: 30px 0 60px;
    }

    .message-text-container h1 {
        font-size: 21px;
        line-height: 29px;
    }

    .card-title-main {
        min-height: auto;
    }

    .non-feature-card.featured-card-group .card-body img {
        padding-right: 15px;
    }

    ul.group-sub-topic-list li {
        width: 50%;
        margin-bottom: 10px;
    }

    ul.group-sub-topic-list li:nth-child(3) {
        border-left: 0;
    }

    .owl-carousel .item .carousel-content h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .owl-carousel .item .carousel-content {
        bottom: 34.8%;
        width: 100%;
        padding-left: 9%;
        padding-right: 40px;
    }

    .pl-17 {
        padding-left: 37px;
    }

    .card-deck .card {
        max-width: 100%;
    }

    .families-sec img {
        margin-top: 0;
    }

    .parents-teacher-title h2 {
        text-align: center;
        padding-left: 0;
    }

    .parents-teacher-title {
        padding-left: 0;
    }

    .card-img-top {
        max-height: 130px;
        width: 100%;
    }

    .parents-teacher .row .col-sm-6:first-child {
        padding-left: 15px;
    }

    .blank-purple-section {
        display: none;
    }

    .parents-teacher .row .col-sm-6:last-child {
        padding-right: 15px;
    }

    .mlr-8 {
        margin: 0 0;
    }

    .families-sec {
        margin: 0px 0 30px;
    }

    .news-page-detail .news-col-2 {
        width: 92%;
    }

    .news-event-title h2 {
        font-size: 27px;
    }

    .career-text-box {
        width: 92%;
        padding: 20px 30px;
    }

    .career-job-script .rbox-opening-li-title,
    .career-job-script .rbox-opening-li a {
        font-size: 20px;
    }

    .news-event-title h2:after {
        padding-top: 10px;
    }

    .career-text-box p {
        margin-top: 14px;
    }

    .career-banner img {
        height: 460px;
        object-fit: cover;
    }
}

@media (min-width: 576px) {
    .non-feature-card .card-deck .card {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media(max-width: 575px) {
    .parent-page-card .card-img-top {
        width: 100%;
    }

    .map-img {
        margin-top: 30px;
    }

    .site-footer a.career-a {
        position: relative;
        bottom: -6px;
    }

    .footer-first {
        padding-left: 0;
        margin-top: 22px;
    }

    .footer-third {
        padding-left: 0;
    }

    .footer-third {
        margin-top: 25px;
    }

    .footer-sitelinks {
        text-align: center;
    }

    .site-rights {
        margin-right: 0;
        margin-top: 12px;
    }

    .card-deck {
        padding-left: 0;
        padding-right: 0;
    }

    .news-page-detail .news-col-2 {
        width: 95%;
    }

    .news-page-detail .news .news-title,
    .news-page-detail .news-content-excerpt .news-short-content {
        min-height: auto;
    }

    .image-gallery {
        margin-top: 40px
    }

    .enroll-title-box h1 {
        font-size: 25px;
    }

    .enroll-title-box {
        padding: 20px 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

/*This style sheet is modified by Jorge Escobar just as my notes*/

/*******Home Page******/

.top-arrow,
.down-arrow {
    background: #588fcb;
    color: white;
    padding: 12px;
    margin: auto !important;
    display: block !important;
    width: 40px;
    border-radius: 5px;
    vertical-align: middle;
}

.top-arrow:hover,
.down-arrow:hover {
    background: #37265b;
}

/*Header menu*/
@media (max-width: 767px) {
    .navbar-brand img {
        display: block;
    }

    .navbar {
        text-align: center;
    }

    .mb-10 {
        margin: 20px auto;
        display: table;
        position: relative;
    }

}

/* .fa-phone-alt,
.fa-envelope,
.fa-search {
    display: initial !important;
    border-radius: 50px;
} */

.card-body .list-group-flush .list-group-item:hover {
    background: #E0E9F6 !important;
}

/*covid row section*/
.read-more-arrow {
    width: 45px;
    vertical-align: middle;
    margin-left: 20px;
}

/* Boxs Section*/

.card-body {
    padding-bottom: 0px !important;
}

.section6-bg {
    background: purple;
}

/*Fitenss & Health*/

.fitness-health ul li a {
    font-family: "Font Awesome 5 Free";
    top: 0;
    left: -5px;
    padding-right: 10px;
    content: "\f105";
    color: #37a564;
}

/*Link Hover Color*/
/*.card-body .list-group-flush .list-group-item a:hover{
	color: #37265b !important;
}*/

/*button Hover*/
.btn-primary:hover {
    background: #588fcb;
}

/*Login Button Hover*/
.navbar .purple-btn:hover {
    background: #588fcb;
}


/*Career Opportunity Sections*/
.career-sec {
    background: #37265b;
    position: relative;
    margin-top: -5px;
    padding-top: 30px;
    padding-bottom: 30px;
    /*background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/purple-bg.png);*/
    background: url(assets/purple-bg.028f24ede6ac595199a40943c06cd9e7.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/*Newsletter Button Hover*/
.es_subscription_form input[type="submit"]:hover {
    background: #588fcb;
}

/*Footer Hover Links*/
.site-footer a:hover {
    color: #588fcb;
}

/*Footer BG*/

.site-footer {
    /*background: url(https://yvy.yeled.org/wp-content/uploads/2020/09/grey-bg.png);*/
    background: url(assets/grey-bg.dbc73bfc45c00e13e961c7c3d0a9278b.png);
    background-color: #E3E4E3;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

/*Footer button*/

element.style {}

.site-footer a.doe-a:hover {
    background: #37265b;
    color: #FFFFFF;
    padding: 10px 27px 8px;
    border-radius: 20px;
    border: 2px solid #37265b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.site-footer a.career-a:hover {
    background: #37265b;
    color: #FFFFFF;
    padding: 10px 27px 8px;
    border-radius: 20px;
    border: 2px solid #37265b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.site-footer a.footer-login:hover {
    background: #588fcb;
    color: #FFFFFF;
    padding: 10px 27px 8px;
    border-radius: 20px;
    border: 2px solid #588fcb;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.footer-fas {
    color: #588fcb;
}

.footer-links-ul li {
    position: relative;
    padding-left: 18px;
    line-height: 17px;
    margin-bottom: none;
}

/*.footer-links-ul li:before{
	font-family: FontAwesome;
    top:0;
    left:-5px;
    padding-right:10px;
    content: "\f105" !important; 
	color: #588fcb;
    text-align: center;
}
*/

/*footer Bottom Links*/
.footer-sitelinks li a:hover {
    color: #000000;
}

.site-footer .footer-legal a:hover {
    color: #000000;
}

.footer-first {
    padding-left: 11px;
    height: 100%;
}


ul.social-links li {
    margin-right: 15px;
}

@media (max-width: 767px) {
    .desktop-footer {
        display: none;
    }

    .col-md-2 {
        margin: 10px;
    }

    .footer-logo img {
        width: 250px;
        display: block;
        margin: auto;
    }

    .col-md-12 {
        text-align: center;
    }

    .mt-10 {
        margin-top: 30px;
    }

    ul.social-links {
        text-align: center;
    }
}

@media (min-width: 767px) {
    .mobile-footer {
        display: none;
    }

}

/*Top Button*/
.site-footer .goto-top {
    right: 1.5%;
    bottom: 1.5% !important;
}

/*pop up form*/

.pop-htr-form {
    background: #518ECC;
    color: white;
    text-align: center;
    display: block;
    padding: 20px 0px;
}

.popup-form-title {
    font-size: 34px;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
    color: white;
}

.popup-form-text {
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
}

.wpcf7 input,
.wpcf7-textarea {
    width: 100%;
    border-radius: 25px;
}

select.form-control {
    color: red;
}

label {
    font-family: 'Nunito', sans-serif;
    color: #37265b;
    font-size: 15px;
    font-weight: 700;
}

input[type="submit"i] {
    border-radius: 33px;
    padding: 11px 26px;
    font-size: 13px;
    margin-left: -6px !important;
    background: #37265b;
    border: 0;
    color: #fff;
    font-weight: 700;
    margin: 0 auto !important;
    width: 160px;
}

select {
    width: 300px;
    border: 1px solid #e6e6ea;
    background: #518ECC;
    border-radius: 25px;
    padding: 10px;
    color: white;
    margin: 0px;
}

option {
    padding-right: 10px;
}

/*popup phone*/

.spu-box.spu-position-bottom-bar .spu-content>*,
.spu-box.spu-position-top-bar .spu-content>* {
    margin-left: 0px;
}

/*Event Section*/

.event-title {
    font-family: 'Nunito', sans-serif;
    font-size: 21px;
    line-height: 25px;
    color: #588fcb;
    text-decoration: none !important;
    letter-spacing: 0.1px;
    font-weight: 700;
}

.event-title a:hover {
    color: #37265b;
}

.event-title a {
    color: #588fcb;
}

.fa-map-marker {
    color: #37265b;
}

.grid-date-post a {
    color: #588fcb !important;
}

.event-more-link {
    color: #37265b;
    font-weight: 800;
    font-size: 13px;
    background: transparent;
    padding: 0;
    margin-left: 0;
    position: relative !important;
    left: 0 !important;
    text-transform: capitalize;
}

.event-register {
    background: transparent;
    color: #37265b;
    padding: 5px 20px;
    border-radius: 20px;
    border: 2px solid #37265b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    float: right;
}

.event-register:hover {
    background: #37265b;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 20px;
    border: 2px solid #37265b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    float: right;
}

/*Career Oportunities Section*/

.job-list-ul li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0px;
    width: 87%;
    margin-bottom: 10px;
    position: relative;
    list-style-type: none;
}

.job-time {
    color: #588fcb;
    font-size: 8px;
    margin-bottom: 0px;
}


.fas-title {
    color: #588fcb;
}

.fas-title:hover {
    color: #588fcb;
}

.job-description {
    color: #fff;
    font-size: 12px;
}

/*Boxes Height*/
.show {
    height: auto;
}

@media (max-width: 767px) {
    .earlychild-box {
        height: auto !important;
    }
}

/*footer social links hover*/

.fa-facebook-f:hover {
    color: #37265b;
}

.fa-instagram:hover {
    color: #37265b;
}

.fa-linkedin-in:hover {
    color: #37265b;
}

@media (max-width: 767px) {
    .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*Image Desktop and mobile*/

@media (min-width: 767px) {
    .img-desktop {
        display: none;
    }
}

@media (max-width: 767px) {
    .img-mobile {
        display: none;
    }
}

.owl-buttons {
    display: none;
}

.owl-carousel:hover .owl-buttons {
    display: block;
}

.owl-item {
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #869791;
    font-size: 40px;
    line-height: 207px;
    margin: 0;
    padding: 0 60px;
    position: absolute;
    top: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    padding-left: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    padding-right: 20px;
}
/*!
Theme Name: Yeled
Theme URI: https://urbilabs.com
Author: Urbi Labs
Author URI: https://urbilabs.com
Description: Custom WordPress theme created by Urbi Labs.
Version:      1.0.0
*/.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto 5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}.aligncenter{display:block;margin:5px auto 5px auto}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}blockquote{background:#f9f9f9;border-left:10px solid #ccc;margin:15px 10px;padding:20px 10px;quotes:"“" "”" "‘" "’"}blockquote:before{color:#ccc;content:open-quote;font-size:40px;line-height:1;margin-right:2.5px;vertical-align:-4px}blockquote p{display:inline}.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}.accessible-text{border:0;clip:rect(0 0 0 0);height:1px;top:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.btn.btn-primary{font-size:18px;border:solid 2px #351763;transition:background-color .2s ease,border .2s ease}.btn.btn-primary:focus,.btn.btn-primary:active,.btn.btn-primary:disabled{background-color:#351763;border:solid 2px #351763;color:#fff}.btn.btn-primary:hover{background-color:#588fcb;border:solid 2px #588fcb}.btn.outline{border:2px solid #351763;padding:10px 27px;font-weight:700;font-size:18px;line-height:1;background:0 0;color:#351763;border-radius:20px}.btn.outline:hover,.btn.outline:focus,.btn.outline:active{background-color:#351763;color:#fff}.btn.btn-blue{border:2px solid #5090d6;padding:6px 27px;color:#5090d6;font-size:20px;border-radius:60px}.btn.btn-blue:focus,.btn.btn-blue.selected{background:#5090d6;color:#fff}.btn.btn-with-icon{border:2px solid #5090d6;padding:10px 25px;color:#5090d6;font-size:17px;font-weight:700;border-radius:60px}.btn.btn-with-icon img{margin-bottom:12px}.btn.btn-with-icon:focus,.btn.btn-with-icon.selected{background:#5090d6;color:#fff}.btn.btn-with-icon:hover{border:2px solid #351763;color:#351763}.form-group .form-control{height:40px;padding:8px 10px;font-size:16px;background-color:#fff !important}.form-group textarea.form-control{height:auto}.form-message div{font-size:16px;margin:0 0 15px;padding:10px;border-radius:6px}.form-message div.success{background:#bdecd1}.form-message div.error{background:#e9b0b0}a{text-decoration:none}a:hover{text-decoration:none}.entry-content{font-size:16px;line-height:1.33}.entry-content *:first-child{margin-top:0}.entry-content a{color:#0357ff;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:color .2s ease}.entry-content a:hover{text-decoration:underline}.entry-content p{margin-bottom:16px}.featuredCTA .entry-content p{margin-bottom:4px}.entry-content ul,.entry-content ol{margin-bottom:16px;padding-left:32px}.entry-content ul>li,.entry-content ol>li{margin-bottom:8px}.entry-content ul>li:last-of-type,.entry-content ol>li:last-of-type{margin-bottom:0}.entry-content ol{list-style-type:decimal}.entry-content ul{list-style-type:disc}.entry-content ul>li>ul{list-style-type:circle;margin-bottom:0}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{margin:32px 0 16px;color:#272727;font-weight:700}.entry-content h1,.entry-content .h1{font-size:36px;font-weight:900}@media screen and (max-width: 767px){.entry-content h1,.entry-content .h1{font-size:28px}}.featuredCTA .entry-content h1,.featuredCTA .entry-content .h1{color:#597687}.entry-content h2,.entry-content .h2{font-size:40px;line-height:1;font-weight:900;font-family:"Work Sans",sans-serif}@media screen and (max-width: 767px){.entry-content h2,.entry-content .h2{font-size:34px}}.featuredCTA .entry-content h2,.featuredCTA .entry-content .h2{color:#597687}.entry-content h3,.entry-content .h3{font-size:24px;font-weight:600}.entry-content strong,.entry-content b{font-weight:700}.entry-content em,.entry-content i{font-style:italic}.entry-content img{max-width:100%;height:auto}.entry-content .alignnone{margin:16px 0}.entry-content p img.alignnone{margin-bottom:0}.entry-content hr{border:0;border-bottom:1px solid rgba(73,89,102,.2);margin:20px 0}.entry-content .table__container{position:relative;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:16px}.entry-content table{width:100%;border-collapse:collapse;border:1px solid #d3d3d3}.entry-content th,.entry-content td{padding:16px;text-align:center;vertical-align:middle}@media screen and (max-width: 767px){.entry-content th,.entry-content td{font-size:16px}}.entry-content th em,.entry-content th i,.entry-content td em,.entry-content td i{font-weight:400;font-size:16px}@media screen and (max-width: 767px){.entry-content th em,.entry-content th i,.entry-content td em,.entry-content td i{font-size:14px}}.entry-content th{font-weight:600;background-color:#e8e8e8}.entry-content th:first-child{text-align:left}.entry-content td{background-color:#f1f1f1}.entry-content tbody tr:nth-child(even) td{background-color:#d6d6d6}::-webkit-input-placeholder{color:#777}::-moz-placeholder{color:#777}:-ms-input-placeholder{color:#777}:-moz-placeholder{color:#777}.section-heading{margin:20px 0;padding-bottom:18px;border-bottom:solid 3px #aad3ff;text-transform:uppercase;font-weight:900}.section-heading:after{content:unset}.home .section-heading{font-size:29px;color:#a6a7a7}.subpage-content{padding-bottom:72px}.subpage-content p{font-size:18px;margin-top:4px;margin-bottom:16px;letter-spacing:.4px;line-height:26px;font-weight:400;color:#635465}.cart-dec{font-size:16px}html,body{height:100%}html{font-size:10px}body{font-family:"Nunito",sans-serif;font-size:18px;line-height:1.3;font-weight:500;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;color:#272727;padding-top:93px}body.overflow-hidden{overflow:hidden}.video-container{position:relative;padding-bottom:56.25%;padding-top:0;height:0;overflow:hidden}.video-container>iframe{position:absolute;top:0;left:0;width:100%;height:100%}.container{width:100%;max-width:1400px;padding-left:32px;padding-right:32px;margin:0 auto;box-sizing:border-box}@media screen and (max-width: 767px){.container{padding-left:20px;padding-right:20px}}.container.container--narrow{max-width:1200px}.purple-after{position:relative;margin-bottom:40px}.purple-after:after{content:"";background:#37265b;width:100vw;height:240px;bottom:-60px;left:calc((100vw - 100%)/-2);position:absolute;z-index:-1}.not-found-container{text-align:center;padding:80px 0}.not-found-container .h1{font-size:8rem;font-weight:600;color:#351763}.not-found-container .not-found-body{font-size:3rem;color:#868586}.navbar-container-fixed{position:fixed;top:0;left:0;right:0;z-index:1000}.navbar--contact-buttons-phone{position:relative;display:flex;justify-content:center}.navbar--contact-buttons-phone-popup{border-top:solid 12px #588fcb;position:absolute;width:240px;bottom:-142px;padding:16px;background-color:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);transition:transform .2s ease,opacity .2s ease;transform:translateY(30px);opacity:0;visibility:hidden;height:0;z-index:10}.navbar--contact-buttons-phone-popup.active{transform:translateY(0);opacity:1;visibility:visible;height:auto}.navbar--contact-buttons-phone-popup.active:before,.navbar--contact-buttons-phone-popup.active .phone-popup-close,.navbar--contact-buttons-phone-popup.active .phone-number,.navbar--contact-buttons-phone-popup.active .popup-phone-title{display:block}.navbar--contact-buttons-phone-popup:before{content:"";position:absolute;top:-30px;left:calc((100% - 48px)/2);width:0;height:0;border-style:solid;border-width:0 24px 20px 24px;border-color:transparent transparent #588fcb transparent}.navbar--contact-buttons-phone-popup .phone-popup-close{position:absolute;top:24px;right:16px;background:none;border:none;padding:0;cursor:pointer}.navbar--contact-buttons-phone-popup .phone-popup-close:before,.navbar--contact-buttons-phone-popup .phone-popup-close:after{content:"";border-radius:1px;background-color:#44394c;width:2px;height:12px;position:absolute}.navbar--contact-buttons-phone-popup .phone-popup-close:before{transform:rotate(-45deg)}.navbar--contact-buttons-phone-popup .phone-popup-close:after{transform:rotate(45deg)}.navbar--contact-buttons-phone-popup .popup-phone-title{font-weight:800;margin-top:8px;margin-bottom:0;color:#44394c}.navbar--contact-buttons-phone-popup .popup-phone-title:first-of-type{margin-top:0}.navbar--contact-buttons-phone-popup .arrow.right{padding:3px;margin-right:8px}.navbar--contact-buttons-phone-popup .phone-number{padding-left:16px;margin-bottom:0;font-weight:bold}.navbar--contact-buttons-phone-popup:before,.navbar--contact-buttons-phone-popup .phone-popup-close,.navbar--contact-buttons-phone-popup .phone-number,.navbar--contact-buttons-phone-popup .popup-phone-title{display:none}.search-bar{position:absolute;width:100%;transition:transform .3s ease,opacity .3s ease;transform:translateY(-80px);opacity:0}.search-bar .search-bar--input{width:100%;height:80px;border-radius:0;padding:16px 80px;font-size:32px}.search-bar.active{transform:translateY(0);opacity:1}#main-menu-toggle.navbar-collapse{justify-content:center}#menu-main-menu .menu-item{margin:0 12px;border-bottom:solid transparent 3px;transition:all .3s ease}#menu-main-menu .menu-item a{color:#635465;font-size:16px;font-weight:800;padding:0}#menu-main-menu .menu-item:hover,#menu-main-menu .menu-item.current-menu-item{border-bottom-color:#588fcb;font-weight:700}#menu-main-menu .menu-item:hover a,#menu-main-menu .menu-item.current-menu-item a{color:#37265b}@media(min-width: 992px){#menu-main-menu .menu-item.hide-desktop{display:none}}@media(max-width: 991px){#menu-main-menu{padding-top:8px}#menu-main-menu .menu-item{padding:8px 0}#menu-main-menu .menu-item:hover,#menu-main-menu .menu-item.current-menu-item{border-bottom:none}#menu-main-menu .menu-item:hover a,#menu-main-menu .menu-item.current-menu-item a{color:#588fcb}}.navbar--contact-buttons-holder{display:flex;font-size:18px}.navbar--contact-buttons-holder .navbar--contact-buttons{margin:0 4px;height:36px;width:36px;border-radius:50%;background-color:transparent;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.navbar--contact-buttons-holder .navbar--contact-buttons:hover{background-color:#aad3ff}.navbar--contact-buttons-holder .navbar--contact-buttons a,.navbar--contact-buttons-holder .navbar--contact-buttons button{color:#588fcb;line-height:1;background:none;border:none;padding:0;cursor:pointer}.navbar--contact-buttons-holder .navbar--contact-buttons a:focus-visible,.navbar--contact-buttons-holder .navbar--contact-buttons button:focus-visible{outline:2px solid #588fcb;outline-offset:3px;border-radius:50%}@media(max-width: 991px){.navbar--contact-buttons-holder{display:none}}@media(max-width: 991px){.navbar--login-button{display:none}}.subsite-menu{position:relative}.subsite-menu--categories{background-color:#351763}.subsite-menu--categories .subsite-menu--categories--container{display:flex;justify-content:space-between;padding:16px 0}.subsite-menu--categories .subsite-menu--category{padding:0 8px;display:flex;justify-content:center;align-items:center;text-transform:uppercase;color:#a090b8;font-family:Nunito,sans-serif;font-size:16px;font-weight:600;user-select:none;text-align:center;position:relative;padding-left:16px;background:none;border:none;cursor:pointer}.subsite-menu--categories .subsite-menu--category.category_is_active,.subsite-menu--categories .subsite-menu--category:hover{color:#fff}.subsite-menu--categories .subsite-menu--category:focus-visible{outline:2px solid #fff;outline-offset:3px;border-radius:2px}.subsite-menu--categories .subsite-menu--category .fa-caret-down{display:none;margin-right:4px;position:absolute;left:0}.subsite-menu--categories .subsite-menu--category.category_is_active .fa-caret-down{display:inline}.subsite-menu--categories .subsite-menu--category[data-site-category=subsite-category-early_childhood_education]{order:1}.subsite-menu--categories .subsite-menu--category[data-site-category=subsite-category-special_education__disability_services]{order:1}.subsite-menu--categories .subsite-menu--category[data-site-category=subsite-category-behavior_health]{order:2}.subsite-menu--categories .subsite-menu--category[data-site-category=subsite-category-student_success]{order:3}.subsite-menu--categories .subsite-menu--category[data-site-category=subsite-category-community__social]{order:4}.subsite-menu--categories .subsite-menu--category[data-site-category=subsite-category-fitness__health]{order:5}@media(max-width: 991px){.subsite-menu--categories .subsite-menu--category{min-width:240px}}.subsite-menu--sites{background-color:#d4d4d4;border-top:solid 8px #29beff;position:absolute;left:0;width:100%;transform:translateY(30px);opacity:0;visibility:hidden;height:0;position:absolute;left:0;right:0;z-index:10;box-shadow:0 2px 4px rgba(0,0,0,.25);transition-property:opacity,visibility,height,transform;transition-timing-function:ease;transition-duration:.2s}.subsite-menu--sites.is-active{transform:translateY(0);opacity:1;visibility:visible;height:auto}.subsite-menu--sites .subsite-menu--sites--container{display:none;min-width:480px}.subsite-menu--sites .subsite-menu--sites--container.category_is_active{display:flex;align-items:stretch}.subsite-menu--sites .subsite-menu--site{line-height:1.27;padding:24px 12px;text-align:center;color:#351763;font-weight:600;font-size:20px;border-right:solid 1px #9e9e9e;user-select:none;transition:background-color .2s ease,color .2s ease;display:flex;align-items:center;justify-content:center;min-width:180px;position:relative}.subsite-menu--sites .subsite-menu--site .fa-caret-down{position:absolute;top:-20px;height:46px;width:46px;display:none}.subsite-menu--sites .subsite-menu--site:last-child{border-right:none}.subsite-menu--sites .subsite-menu--site.is-active{background-color:#351763;color:#fff}.subsite-menu--sites .subsite-menu--site.is-active:hover{background-color:#351763}.subsite-menu--sites .subsite-menu--site.is-active .fa-caret-down{display:inline}.subsite-menu--sites .subsite-menu--site:hover{background-color:#351763;color:#fff}.subsite-menu--sublinks{background-color:#f0f0f0;transition:all .2s ease;transform:translateY(30px);opacity:0;visibility:hidden;height:0;z-index:10}.subsite-menu--sublinks.is-active,.subsite-menu--sublinks.is-being-viewed:not(.user-browsing),.subsite-menu--sublinks:hover{border-top:solid 8px #351763;transform:translateY(0);opacity:1;visibility:visible;height:auto}.subsite-menu--sublinks .subsite-menu--sublinks--container{display:flex;justify-content:space-between}.subsite-menu--sublinks .subsite-menu--sublink{padding:14px 8px;display:flex;justify-content:center;align-items:center;color:#351763;font-weight:600;border-right:solid 1px #9e9e9e;transition:all .3s ease}.subsite-menu--sublinks .subsite-menu--sublink:last-child{border-right:none}.subsite-menu--sublinks .subsite-menu--sublink .fa-caret-down{position:absolute;top:-20px;height:46px;width:46px;color:#351763;display:none}.subsite-menu--sublinks .subsite-menu--sublink.is-active .fa-caret-down{display:inline}.subsite-menu--categories,.subsite-menu--sites,.subsite-menu--sublinks{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.subsite-menu--categories::-webkit-scrollbar,.subsite-menu--sites::-webkit-scrollbar,.subsite-menu--sublinks::-webkit-scrollbar{width:0px;background:transparent;display:none}.site-footer{background-position:bottom right}.site-footer .site-rights p{font-size:16px}.site-footer .menu-item a{color:#635465}.site-footer .menu-item a:hover{color:#29beff}.see-allfooter a{color:#29beff}.footer-last{font-weight:500;color:#a29fa3;padding:30px 0;margin-top:50px;border-top:solid 1px #868586}.footer-last .menu-item a{font-size:16px;font-weight:600}.footer-last .menu-item a:after{content:"/";padding-left:4px}.footer-last .menu-item:last-child a:after{display:none}.gm-style div,.gm-style span,.gm-style label,.gm-style a{font-family:Arial,Helvetica,sans-serif}.bh-sl-window{font-size:13px}.bh-sl-error{clear:both;color:#ae2118;float:left;font-weight:bold;padding:10px 0;width:100%}#bh-sl-map-container{box-sizing:border-box;width:100%}#bh-sl-map-container .bh-sl-loc-list{font-size:13px;height:530px;overflow-x:auto}#bh-sl-map-container .bh-sl-loc-list ul li{background-color:#fff !important;list-style:none;position:relative}#bh-sl-map-container .bh-sl-loc-list ul li .list-label{display:none}#bh-sl-map-container .bh-sl-loc-list ul li .loc-name{color:#37265b;font-weight:700;font-size:14px;line-height:20px;margin-bottom:4px}#bh-sl-map-container .bh-sl-loc-list ul li.list-focus{padding-left:13px}#bh-sl-map-container .bh-sl-loc-list ul li.list-focus:before{content:"";position:absolute;display:block;left:0;top:0;width:7px;height:59px;background:#588fcb}#bh-sl-map-container #bh-sl-map{height:430px;width:100%}.bh-sl-map-container img{border-radius:0 !important;box-shadow:none !important;max-height:none !important;max-width:none !important}.bh-sl-container{box-sizing:border-box;color:#555;float:left;font:normal 14px/1.4 Arial,Helvetica,sans-serif;padding:0 15px;width:100%}.bh-sl-container>*{box-sizing:content-box !important}.bh-sl-container .bh-sl-form-container{clear:left;float:left;margin-top:15px;width:100%}.bh-sl-container .form-input{float:left;margin-top:3px;width:100%}@media(min-width: 768px){.bh-sl-container .form-input{width:auto}}.bh-sl-container .form-input label{display:block;font-weight:bold;width:100%}@media(min-width: 768px){.bh-sl-container .form-input label{display:inline-block;width:auto}}.bh-sl-container .form-input input,.bh-sl-container .form-input select{box-sizing:border-box;border:1px solid #ccc;border-radius:4px;font:normal 14px/1.4 Arial,Helvetica,sans-serif;margin:15px 0;padding:6px 12px;width:100%;-webkit-border-radius:4px}@media(min-width: 768px){.bh-sl-container .form-input input,.bh-sl-container .form-input select{width:auto;margin:0 15px 0 10px}}.bh-sl-container .loc-alt-dist{display:none}.bh-sl-container button{background:#00447a;border:none;border-radius:4px;color:#fff;cursor:pointer;float:left;font:bold 14px/1.4 Arial,Helvetica,sans-serif;margin-top:3px;padding:6px 12px;white-space:nowrap;-webkit-border-radius:4px}.bh-sl-container .bh-sl-loading{float:left;margin:4px 0 0 10px;height:16px;width:16px}.bh-sl-container .bh-sl-filters-container{clear:both;float:left;margin:15px 0;width:100%}.bh-sl-container .bh-sl-filters-container .bh-sl-filters{float:left;list-style:none;margin:0 100px 0 0;padding:0}.bh-sl-container .bh-sl-filters-container .bh-sl-filters li{clear:left;display:block;float:left;margin:5px 0;width:100%}.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label{display:inline;vertical-align:text-bottom}.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input{display:block;float:left;margin-right:8px}.bh-sl-container .bh-sl-filters-container .bh-sl-filters li select{box-sizing:border-box;border:1px solid #ccc;border-radius:4px;font:normal 14px/1.4 Arial,Helvetica,sans-serif;padding:6px 12px;-webkit-border-radius:4px}.bh-sl-container .bh-sl-map-container{clear:left;float:left;margin-top:27px;width:100%}@media(min-width: 1024px){.bh-sl-container .bh-sl-map-container{margin-bottom:60px}}.bh-sl-container .bh-sl-map-container a{color:#005293;text-decoration:none}.bh-sl-container .bh-sl-map-container a:active,.bh-sl-container .bh-sl-map-container a:focus,.bh-sl-container .bh-sl-map-container a:hover{text-decoration:underline}.bh-sl-container .bh-sl-loc-list{font-size:13px;height:530px;overflow-x:auto;width:100%}@media(min-width: 1024px){.bh-sl-container .bh-sl-loc-list{width:30%}}.bh-sl-container .bh-sl-loc-list ul{display:block;clear:left;float:left;width:100%;list-style:none;margin:0;padding:0}.bh-sl-container .bh-sl-loc-list ul li{border:1px solid #fff;box-sizing:border-box;clear:left;cursor:pointer;display:block;float:left;width:100%}.bh-sl-container .bh-sl-loc-list .list-label{background:#00192d;border-radius:15px;color:#fff;display:block;float:left;font-weight:bold;margin:10px 0 0 15px;padding:4px 7px;text-align:center;width:auto;min-width:13px}.bh-sl-container .bh-sl-loc-list .list-details{float:left;margin-left:6px;width:80%}.bh-sl-container .bh-sl-loc-list .list-details .list-content{padding:10px}.bh-sl-container .bh-sl-loc-list .list-details .loc-dist{color:#8e8e8e;font-weight:bold;font-style:italic}.bh-sl-container .bh-sl-loc-list .list-focus{border:1px solid rgba(0,82,147,.4);transition:border .2s linear 0s,box-shadow .2s linear 0s}.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container{height:20px;position:relative;width:100%}.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon{right:6px;top:0}.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel{margin:0 2%}.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table{table-layout:auto;width:100%}.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table,.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td{vertical-align:middle;border-collapse:separate}.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td{padding:1px}.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-placemark{margin:10px 0;border:1px solid silver}.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-marker{padding:3px}.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title{font-weight:bold;margin:15px}.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc{margin:0 15px}.bh-sl-container .loc-name{font-size:15px;font-weight:bold}.bh-sl-container .bh-sl-map{float:left;height:530px;width:100%}@media(min-width: 1024px){.bh-sl-container .bh-sl-map{width:70%}}.bh-sl-container .bh-sl-pagination-container{clear:both}.bh-sl-container .bh-sl-pagination-container ol{list-style-type:none;margin:0;padding:10px 0;text-align:center}.bh-sl-container .bh-sl-pagination-container ol li{color:#005293;cursor:pointer;display:inline-block;font:bold 14px Arial,Helvetica,sans-serif;padding:10px}.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current{color:#555;cursor:auto;text-decoration:none}.bh-sl-overlay{height:100%;left:0;position:fixed;top:0;width:100%;z-index:10000}.bh-sl-overlay .bh-sl-modal-window{background:#fff;border-radius:10px;box-shadow:0 0 10px #656565;position:absolute;left:50%;margin-left:-460px;margin-top:60px;height:620px;width:920px;z-index:10010}.bh-sl-overlay .bh-sl-modal-window .bh-sl-map-container{margin-top:50px}.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content{float:left;padding:0 1%;width:98%}.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon{right:22px;top:13px}.bh-sl-close-icon{cursor:pointer;height:24px;position:absolute;width:24px}.bh-sl-close-icon:after,.bh-sl-close-icon:before{background:#ccc;content:"";display:block;height:24px;margin:-3px 0 0 -1px;position:absolute;bottom:0;left:50%;right:3px;top:3px;width:3px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bh-sl-close-icon:hover:after,.bh-sl-close-icon:hover:before{background:#b3b3b3}.bh-sl-close-icon:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.subsite-menu--categories .subsite-menu--categories--container{padding:0px;height:53px}.subsite-menu--categories .subsite-menu--category{color:#fff !important}.subsite-menu--categories .subsite-menu--category[data-site-category=subsite-category-early_childhood_education].category_is_active,.subsite-menu--categories .subsite-menu--category[data-site-category=subsite-category-early_childhood_education]:hover{color:#fff !important;background-color:#4abab8}.subsite-menu--categories .subsite-menu--category[data-site-category=subsite-category-special_education__disability_services].category_is_active,.subsite-menu--categories .subsite-menu--category[data-site-category=subsite-category-special_education__disability_services]:hover{background-color:#e23d3b !important}.subsite-menu--categories .subsite-menu--category[data-site-category=subsite-category-behavior_health].category_is_active,.subsite-menu--categories .subsite-menu--category[data-site-category=subsite-category-behavior_health]:hover{background-color:#fb0 !important}.subsite-menu--categories .subsite-menu--category[data-site-category=subsite-category-community__social].category_is_active,.subsite-menu--categories .subsite-menu--category[data-site-category=subsite-category-community__social]:hover{background-color:#b7805c !important}.subsite-menu--categories .subsite-menu--category[data-site-category=subsite-category-student_success].category_is_active,.subsite-menu--categories .subsite-menu--category[data-site-category=subsite-category-student_success]:hover{background-color:#f5865c !important}.subsite-menu--categories .subsite-menu--category[data-site-category=subsite-category-fitness__health].category_is_active,.subsite-menu--categories .subsite-menu--category[data-site-category=subsite-category-fitness__health]:hover{background-color:#37a564 !important}.accordion .card-header{padding:.75rem 16px .75rem 0 !important}.accordion .card-header .icon{position:absolute;right:0;top:17px;width:20px;height:20px}.accordion .card-header .icon:before,.accordion .card-header .icon:after{content:"";position:absolute;height:4px;background-color:#351763;width:20px;transition:all .3s ease-in-out}.accordion .card-header.collapsed .icon:after{transform:rotate(90deg)}.list-group--item .list-group--item-title{display:flex;align-items:center;font-size:20px;color:#351763;font-weight:bold;transition:all .3s ease;cursor:pointer}.list-group--item .list-group--item-title a,.list-group--item .list-group--item-title p{color:#351763;font-weight:800;transition:all .3s ease}.list-group--item .list-group--item-title a:hover{color:#736190}.list-group--item .list-group--item-title .arrow.right{transform:rotate(45deg);transition:transform .3s ease}.list-group--item .list-group--item-title.collapsed .arrow.right{transform:rotate(-45deg)}.list-group--item .list-group--item-description{font-size:16px}.news-section .news-content{padding-left:0;float:unset;width:100%}.news-section .news-content .post-content-text{color:#37265b;font-size:14px;padding-right:20px;line-height:16px;margin-bottom:4px;width:87%}.news-section .news-content--thumb{margin-bottom:20px}.news-section .news-content--thumb .attachment-post-thumbnail{width:100%;height:214px;object-fit:cover;object-position:center}.home-department-cards{margin-bottom:20px}.home-department-cards .card{margin-bottom:0 !important}.home-department-cards .card-content{display:flex;flex-wrap:nowrap}.home-department-cards .card-content .card-content--image{min-width:240px;position:relative;overflow:hidden}.home-department-cards .card-content .card-content--image .card-img-top{position:absolute;top:0;bottom:0;left:0;right:0}@media screen and (max-width: 992px){.home-department-cards .card-content .card-content--image{min-height:240px}.home-department-cards .card-content .card-content--image .card-img-top{width:100%;height:100%}}.home-department-cards .card-body .list-group-flush{padding:0}.home-department-cards .card-body .list-group-flush .list-group-item{padding:12px 0;line-height:unset !important;font-size:16px}.home-department-cards .card-body .list-group-flush .list-group-item.has-sublinks{border-bottom:none;font-size:18px;padding-bottom:0 !important}.home-department-cards .card-body .list-group-flush .list-group-item.has-sublinks:hover{background-color:#fff !important}.home-department-cards .card-body .list-group-flush .list-group-item.has-sublinks .arrow{display:none}.home-department-cards .card-body .list-group-flush .list-group-item.has-sublinks.has-1-column .arrow{display:inline-block}.home-department-cards .card-body .list-group-flush .submenu-links{display:flex;flex-direction:column}.home-department-cards .card-body .list-group-flush .submenu-links.has-1-column{flex-direction:row;flex-wrap:wrap;padding-left:26px}.home-department-cards .card-body .list-group-flush .submenu-links.has-1-column .list-group-item.list-group-item--sublink{padding-right:4px !important;padding-top:4px !important;border:none;padding-left:0 !important}.home-department-cards .card-body .list-group-flush .submenu-links.has-1-column .list-group-item.list-group-item--sublink .arrow{display:none;border:none}.home-department-cards .card-body .list-group-flush .submenu-links.has-1-column .list-group-item.list-group-item--sublink .list-group-item--sublink--inner-text{transition:all .3s ease}.home-department-cards .card-body .list-group-flush .submenu-links.has-1-column .list-group-item.list-group-item--sublink .list-group-item--sublink--inner-text:after{content:", "}.home-department-cards .card-body .list-group-flush .submenu-links.has-1-column .list-group-item.list-group-item--sublink:last-of-type span:after{content:""}.home-department-cards .card-body .list-group-flush .submenu-links.has-1-column .list-group-item.list-group-item--sublink:hover{background-color:#fff !important}.home-department-cards .card-body .list-group-flush .submenu-links.has-1-column .list-group-item.list-group-item--sublink:hover a{color:#29beff}.home-department-cards .card-body .list-group-flush .list-group-item--sublink{border-width:0 0 1px;padding-left:24px !important;color:#588fcb}.home-department-cards .card-body .list-group-flush .list-group-item--sublink .list-group-item--sublink--inner-text{font-weight:600}.home-department-cards .card-body .card-content--lists{padding:40px 24px 60px}.home-department-cards .card-body .card-content--lists .cart-dec{padding:0}.card-list{width:100%;border-bottom:none !important}.card-list .card-list--header{background-color:#588fcb;color:#fff;font-size:26px;font-weight:700;display:flex;justify-content:flex-end}.card-list .card-list--header-title{margin-bottom:0;padding:16px;padding-left:24px;width:60%}.card-list .card-list--body{display:flex;min-height:290px;background-color:#fff}.card-list .card-list--image{max-width:calc(40% - 36px);margin-top:-36px;min-width:40%;background-position:center;background-size:cover;background-repeat:no-repeat}.card-list .card-list--content{width:60%;padding:24px;padding-bottom:24px !important;display:flex;flex-direction:column;justify-content:space-between}.card-list .card-list--content .card-body{padding-bottom:36px !important}.card-list .card-list--content .cart-dec{padding:0 !important;margin-bottom:0 !important}.card-list .card-list--content .list-group-flush{padding:16px 0}.card-list .card-list--content .list-group-flush .list-group-item .arrow.right{border-color:#29beff !important}.card-list .card-list--content .card-body--cta{margin-top:16px}.career-sec .careers-container{max-height:400px;overflow:scroll;margin-bottom:24px;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.career-sec .careers-container::-webkit-scrollbar{width:0px;background:transparent;display:none}.career-sec .career-text{color:#aad3ff}.career-sec .career-text .career-text--title{font-size:20px}.career-sec .career-text p{font-size:16px}.career-sec .career-see-all{font-size:16px}.career-sec .career-see-all .arrow{border-color:#29beff}.career-sec .career-see-all a{color:#29beff !important}.career-sec .career-see-all:hover a{color:#3fcccc !important}.career-sec .career-see-all:hover .arrow{border-color:#3fcccc !important}.career-sec .career{padding:12px 0;border-bottom:solid 1px #c09ef0}.career-sec .career:last-of-type{border-bottom:none}.career-sec .career-type{font-size:16px;text-transform:capitalize;color:#aad3ff}.career-sec .career-title{position:relative}.career-sec .career-title .arrow{border-color:#29beff;position:absolute;top:10px;left:0}.career-sec .career-title a{color:#fff;font-size:24px;font-weight:600}.career-sec .career-title a:hover{color:#29beff}.career-sec .career-location{color:#c09ef0}.career-sec .career-title,.career-sec .career-type,.career-sec .career-location{padding-left:24px}.module-color-block{background-color:#351763}.module-color-block .module-color-block__content{padding-top:30px;padding-bottom:30px}.module-color-block.full-width{width:100vw !important;margin-left:calc((100vw - 100%)/-2);margin-right:calc((100vw - 100%)/-2)}.module-color-block h1{color:#fff !important;font-weight:800;font-size:30px;margin-bottom:0 !important}.module-featured-text-image{position:relative}.module-featured-text-image h1{color:#351763;font-size:50px;font-weight:800;margin-bottom:30px}.module-featured-text-image p{color:#868586}.module-featured-text-image .image-featured{position:absolute;right:-10%;top:0}.module-featured-text-image .image-featured img{width:700px}@media(max-width: 991px){.module-featured-text-image .image-featured{position:relative;right:auto}}.module-featured-text-image .module-color-block h1{margin-bottom:0}.module-featured-text-image .module-color-block .module-color-block__content{padding-top:0;padding-bottom:0}.module-about-cards .module-about-cards__title{margin-top:20px;margin-bottom:20px;text-align:center;font-size:40px;font-weight:800;color:#351763}.module-about-cards hr{margin-bottom:40px;border-color:#aad3ff;border-width:3px}.page-sidebar{padding:20px}.page-sidebar .staff-main-director .svg-inline--fa,.page-sidebar .staff-members .svg-inline--fa{margin-right:10px}.page-sidebar .staff-director .director-email,.page-sidebar .staff-director .director-phone,.page-sidebar .staff-director .director-fax{margin:8px 0;font-size:18px;color:#868586}.page-sidebar .staff-director .director-email:hover,.page-sidebar .staff-director .director-phone:hover,.page-sidebar .staff-director .director-fax:hover{color:#29beff}.page-sidebar .director-position,.page-sidebar .director-position-card{padding-left:27px;font-size:16px;font-weight:400;transition:color .3s ease;line-height:1}.page-sidebar .collapsed .director-position-card{color:#868586}.page-sidebar .director-name{font-size:24px;padding-left:27px;position:relative}.page-sidebar .director-name .svg-inline--fa{left:0;position:absolute;color:#29beff;margin-right:4px}.page-sidebar .staff-card-title{margin-bottom:0 !important;position:relative;padding-top:0;font-weight:700}.page-sidebar .staff-card-title .fa-caret-down{position:absolute;right:0;transition:all .3s ease}.page-sidebar .card-header:not(.collapsed) .staff-card-title .fa-caret-down{transform:rotate(180deg)}.page-sidebar .staff-member-card{padding-bottom:16px}.page-sidebar .director-email-card,.page-sidebar .director-phone-card{font-size:16px}.page-sidebar .sell-all-btn{margin-top:20px}.page-sidebar .additional-links{position:relative;padding-left:24px}.page-sidebar .additional-links .arrow{position:absolute;left:0;top:4px}.page-sidebar .additional-links a{font-size:16px}.page-sidebar .additional-links .svg-inline--fa{color:#29beff}.page-sidebar .read-more-link{display:flex;align-items:center;justify-content:flex-start}.page-sidebar .read-more-link .read-more-arrow{width:60px;margin-left:8px}.page-sidebar .wpem-event-date-time{margin-left:0 !important}.page-sidebar .wpem-event-infomation{width:100% !important}.page-sidebar .sidebar-jobs .sidebar-main-heading{margin-bottom:24px}.page-sidebar .sidebar-jobs .jobs-title{color:#868586;font-size:16px}.page-sidebar .jobs--job{border-bottom:solid 1px #29beff;padding:20px 0}.page-sidebar .jobs--job-title a{color:#351763;font-size:18px;font-weight:bold}.page-sidebar .jobs--job-location{font-size:16px;color:#868586}.page-sidebar .jobs--job-link{margin-bottom:0}.page-sidebar .jobs--job-link i,.page-sidebar .jobs--job-link a{color:#29beff;border-color:#29beff;font-weight:800}.page-sidebar .sell-all-btn{font-size:18px}.page-sidebar .sidebar-main-heading{font-size:18px;margin-top:24px;margin-right:-20px;width:calc(100% + 20px)}.event-listing-view-sidebar{margin:0}.sidebar-events #event-listing-view .wpem-event-box-col{margin-bottom:0}.sidebar-events #event-listing-view .wpem-event-infomation{float:none}.sidebar-events #event-listing-view .wpem-event-details{float:none;padding-right:0 !important}.sidebar-events #event-listing-view .wpem-event-details .wpem-event-banner{padding-right:0 !important}.sidebar-events #event-listing-view .wpem-event-details .wpem-event-banner .wpem-event-banner-img{width:100%}.sidebar-events #event-listing-view .js-collapsable-box-event{display:none}.hero-slider #hero-slider.loading{position:relative;background-color:#736190;min-height:90vh}.hero-slider #hero-slider.loading:after{opacity:.4;content:"";position:absolute;left:50%;top:50%;margin-top:25px;margin-left:-30px;width:60px;height:60px;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='60px' height='60px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve'%3E%3Cpath opacity='1' fill='%23fff' d='M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946 s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634 c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z' /%3E%3Cpath fill='%23736190' d='M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0 C22.32,8.481,24.301,9.057,26.013,10.047z'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.5s' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E")}.hero-slider #hero-slider.loading .container{display:none}.hero-slider .carousel-content{background-color:rgba(84,56,127,.48) !important}.hero-slider .owl-carousel .carousel-content{padding:64px 32px;bottom:25%}.hero-slider .owl-carousel .carousel-content h4{font-weight:400;font-size:56px;line-height:1.2}.hero-slider .owl-carousel .carousel-content p{font-size:20px}.hero-slider .owl-carousel .owl-item img{height:720px}.career-banner-div{margin-top:0;z-index:0}.career-banner-div .career-banner{padding-top:600px;background-size:cover;background-repeat:no-repeat;background-position:center}@keyframes rotate{100%{transform:rotate(360deg)}}.home-department-cards .card{max-width:100%;flex-basis:40%}.home-department-cards .card:first-child{max-width:100%;flex-basis:100%}.home-department-cards .card-body .list-group-flush .list-group-item{margin:0}.card-body .list-group-flush .list-group-item{position:relative;padding:6px 0 6px 0;font-size:15px;font-weight:800;letter-spacing:.1px;line-height:24px;border-bottom:1px solid #a7c7ea}.styled-card{background-color:#fff;padding:60px;box-shadow:0 3px 12px 0 rgba(0,0,0,.16);border-bottom:solid 13px #351763}.card.card-about{box-shadow:0 3px 12px 0 rgba(0,0,0,.16);border-bottom:10px solid #351763}.card.card-about .subtitle{color:#588fcb;font-size:25px;margin-bottom:0}.card.card-about .title{color:#351763;font-weight:800;font-size:40px;margin-bottom:20px}.card.card-about .card-body{padding-bottom:20px !important}.card.card-about .card-body p{color:#868586;margin-bottom:20px}.alert{margin-top:0}.alert-banner .alert-banner--text{margin-bottom:0}.alert-banner .alert-banner--content{display:flex;justify-content:space-evenly;align-items:center}.alert-banner .closebtn{float:unset}@media(max-width: 991px){.alert-banner .alert-banner--content{text-align:center}}.news-events__heading-title{margin-bottom:40px}.news-events__heading-title h2{color:#a6a6a6}.news-events__heading-title h2::after{padding-top:20px;border-bottom:3px solid #aad3ff}@media(max-width: 767px){.news-events__heading-title{margin-top:20px}}.news__single-new,.events__single-event{overflow:hidden;margin-bottom:40px;font-family:"Nunito",sans-serif;display:flex;justify-content:flex-start;align-items:flex-start}.news__content,.events__content{position:relative;width:75%;margin-left:30px}@media(max-width: 767px){.news__content,.events__content{margin-left:20px}}.events__content{padding-right:96px}@media(max-width: 767px){.events__content{padding-right:0;padding-bottom:42px}}.news__new-img,.events__new-img{width:155px;overflow:hidden;background-color:#5090d6}.news__new-img img,.events__new-img img{object-fit:cover;object-position:center;height:227px;transition:opacity .2s ease}.news__new-img img:hover,.events__new-img img:hover{opacity:.75}.news.news-col-2{margin-bottom:0}.news__date{font-size:12px;line-height:20px;font-family:"Nunito",sans-serif;color:#44394c;font-weight:700}.news__cat{font-size:10px;line-height:20px;letter-spacing:.72px;font-family:"Nunito",sans-serif;color:#5090d6;font-weight:900;text-transform:uppercase}.news__title{font-size:26px;line-height:28px;font-family:"Nunito",sans-serif;font-weight:900}.news__title a{color:#351763;transition:color .2s ease}.news__title a:hover{color:#29beff}@media(max-width: 767px){.news__title{font-size:20px;line-height:22px}}.news__excerpt{font-size:16px;line-height:22px;font-family:"Nunito",sans-serif;color:#44394c}.news__read-more,.news__see-all{font-weight:900;font-size:16px;color:#29beff;line-height:22px;font-family:"Nunito",sans-serif;display:flex;justify-content:flex-start;align-items:center}.news__read-more:hover,.news__see-all:hover{color:#351763}.news__caret{margin-left:13px;height:12px;width:12px}.news__see-all{justify-content:flex-end}.news__see-all .news__caret{margin-left:0;margin-right:13px}.events__title{font-size:30px;line-height:30px;font-family:"Nunito",sans-serif;font-weight:900}.events__title a{color:#5090d6}@media(max-width: 767px){.events__title{line-height:25px;font-size:22px}}.events__addr{display:flex;justify-content:flex-start;align-items:center;color:#44394c;font-size:18px;font-weight:600;line-height:36px;transform:translateX(-6px)}@media(max-width: 767px){.events__addr{font-size:14px;line-height:18px}}.events__map-pin{transform:translateY(-2px);height:28px;width:28px}.events__excerpt{color:#44394c;line-height:22px;font-size:16px}@media(max-width: 767px){.events__excerpt{font-size:14px;line-height:18px;margin-top:20px}}.events__date{color:#351763;font-size:18px;line-height:30px;font-weight:800;display:inline-block}.events__date span{font-size:10px;transform:translateY(-7px);display:inline-block}@media(max-width: 767px){.events__date{font-size:14px;line-height:30px}}.events__register-btn{display:inline-block;color:#351763;border-color:#351763;text-transform:none;background-color:transparent;padding:5px 20px;transition:all 300ms ease;font-size:18px;min-width:unset;border-radius:30px;position:absolute;right:0;bottom:0}.events__register-btn:hover{background-color:#351763;color:#fff}@media(max-width: 767px){.events__register-btn{font-size:16px;left:0;right:auto}}.events__last-line{display:flex;justify-content:space-between;align-items:center}@media(max-width: 767px){.events__last-line{align-items:flex-start;flex-direction:column}}.prof-news-evts{background-color:#351763;padding-top:50px;padding-bottom:50px}@media(max-width: 991px){.prof-news-evts{padding-bottom:0;padding-top:10px}}.prof-news-evts__title-wrapper{margin-bottom:40px;border-bottom:3px solid #5090d6;width:100%}@media(max-width: 767px){.prof-news-evts__title-wrapper{margin-top:20px}}.prof-news-evts__title{color:#fff;font-weight:700;font-size:44px;line-height:55px}.prof-news-evts__columns-wrapper{display:flex;justify-content:flex-start;align-items:stretch;flex-direction:row}@media(max-width: 991px){.prof-news-evts__columns-wrapper{flex-direction:column}}.prof-news-evts__column-news,.prof-news-evts__column-events{width:50%;display:block}@media(max-width: 991px){.prof-news-evts__column-news,.prof-news-evts__column-events{width:100%;margin-bottom:60px}}@media(max-width: 991px){.prof-news-evts__column-events{padding-top:60px;position:relative}.prof-news-evts__column-events::after{background-color:#5090d6;height:1px;width:60%;position:absolute;top:0;left:50%;transform:translateX(-50%);content:""}}.prof-news-evts__column-news{position:relative}.prof-news-evts__column-news:after{width:1px;height:100%;content:"";background-color:#5090d6;position:absolute;top:0;right:0}@media(max-width: 991px){.prof-news-evts__column-news:after{display:none}}.prof-news-evts__new{width:80%;margin-right:auto;margin-bottom:40px;font-family:"Nunito",sans-serif}@media(max-width: 991px){.prof-news-evts__new{width:100%;margin-bottom:40px}}.prof-news-evts__evt-single-event{width:95%;margin-left:auto;margin-bottom:40px;font-family:"Nunito",sans-serif;display:flex;justify-content:space-between;align-items:stretch}@media(max-width: 991px){.prof-news-evts__evt-single-event{justify-content:space-between;width:100%;margin-bottom:70px;position:relative}}.prof-news-evts__new-content,.prof-news-evts__evt-content{width:75%;margin-left:30px}@media(max-width: 767px){.prof-news-evts__new-content,.prof-news-evts__evt-content{margin-left:20px}}.prof-news-evts__new-date{font-size:12px;line-height:20px;font-family:"Nunito",sans-serif;color:#29beff;font-weight:700}.prof-news-evts__new-cat{font-size:10px;line-height:20px;letter-spacing:.72px;font-family:"Nunito",sans-serif;color:#5090d6;font-weight:900;text-transform:uppercase}.prof-news-evts__new-title{font-size:26px;line-height:28px;font-family:"Nunito",sans-serif;font-weight:800}.prof-news-evts__new-title a{color:#fff}@media(max-width: 767px){.prof-news-evts__new-title{font-size:20px;line-height:22px}}.prof-news-evts__new-excerpt{font-size:16px;line-height:22px;font-family:"Nunito",sans-serif;color:#fff}.prof-news-evts__new-read-more{font-weight:900;font-size:16px;color:#29beff;line-height:22px;font-family:"Nunito",sans-serif;display:flex;justify-content:flex-start;align-items:center}.prof-news-evts__new-read-more{display:inline-block}.prof-news-evts__new-arrow{height:12px;width:80px}.prof-news-evts__evt-title{font-size:30px;line-height:32px;font-family:"Nunito",sans-serif;font-weight:700}.prof-news-evts__evt-title a{color:#5090d6}@media(max-width: 767px){.prof-news-evts__evt-title{line-height:25px;font-size:22px}}.prof-news__see-all-wrapper{display:flex;justify-content:flex-end;align-items:flex-start}.prof-news__see-all{display:inline-block;margin-right:40px;margin-left:auto;font-weight:900;font-size:16px;color:#29beff;line-height:22px;font-family:"Nunito",sans-serif;display:flex;justify-content:flex-start;align-items:center}.prof-news__see-all .prof-news__caret{margin-right:13px}.prof-news__see-all .arrow{border-color:#29beff}@media(max-width: 991px){.prof-news__see-all{margin-right:10px}}.prof-news-evts__evt-addr{display:flex;justify-content:flex-start;align-items:center;color:#fff;font-size:18px;font-weight:600;line-height:36px;max-width:100%;word-wrap:break-word;transform:translateX(-6px)}@media(max-width: 767px){.prof-news-evts__evt-addr{font-size:14px;line-height:18px}}.prof-news-evts__evt-map-pin{transform:translateY(-8px);height:28px;width:28px;min-width:28px;fill:#fff}@media(max-width: 767px){.prof-news-evts__evt-map-pin{transform:translateY(-4px)}}.prof-news-evts__evt-excerpt{color:#fff;line-height:22px;font-size:16px}@media(max-width: 767px){.prof-news-evts__evt-excerpt{font-size:14px;line-height:18px;margin-top:20px}}.prof-news-evts__evt-date{color:#fff;font-size:30px;line-height:16px;font-weight:800;display:inline-block;width:80px;min-width:80px;position:relative;margin-right:20px;text-align:center;padding-top:10px}.prof-news-evts__evt-date span{text-transform:uppercase;font-size:14px;font-weight:600}.prof-news-evts__evt-date::after{background-color:#5090d6;content:"";width:1px;height:100%;position:absolute;top:0;right:0}@media(max-width: 991px){.prof-news-evts__evt-date{width:auto;min-width:auto;padding-right:20px}}@media(max-width: 767px){.prof-news-evts__evt-date{font-size:20px;line-height:16px}}@media(max-width: 991px){.prof-news-evts__evt-main-content{margin-right:auto}}.prof-news-evts__evt-register-btn{display:inline-block;color:#fff;border-color:#fff;text-transform:none;background-color:transparent;padding:5px 20px;transition:all 300ms ease;font-size:16px;min-width:unset;border-radius:30px}.prof-news-evts__evt-register-btn:hover{background-color:#fff;color:#351763}@media(max-width: 991px){.prof-news-evts__evt-register-btn{position:absolute;top:100%;right:10px;margin-top:10px}}@media(max-width: 767px){.prof-news-evts__evt-register-btn{font-size:16px}}.prof-news-evts__evt-last-line{display:flex;justify-content:space-between;align-items:flex-start;margin-left:10px;margin-right:10px}@media(max-width: 767px){.prof-news-evts__evt-last-line{margin-left:auto}}@media(max-width: 767px){.prof-news-evts__evt-last-line{align-items:flex-start;flex-direction:column}}.career-sec .careers-container{max-height:400px;overflow:scroll;margin-bottom:24px;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.career-sec .careers-container::-webkit-scrollbar{width:0px;background:transparent;display:none}.career-sec .career-text{color:#aad3ff}.career-sec .career-text .career-text--title{font-size:20px}.career-sec .career-text p{font-size:16px}.career-sec .career-see-all{font-size:16px}.career-sec .career-see-all .arrow{border-color:#29beff}.career-sec .career-see-all a{color:#29beff !important}.career-sec .career-see-all:hover a{color:#3fcccc !important}.career-sec .career-see-all:hover .arrow{border-color:#3fcccc !important}.career-sec .career{padding:12px 0;border-bottom:solid 1px #c09ef0}.career-sec .career:last-of-type{border-bottom:none}.career-sec .career-type{font-size:16px;text-transform:capitalize;color:#aad3ff}.career-sec .career-title{position:relative}.career-sec .career-title .arrow{border-color:#29beff;position:absolute;top:10px;left:0}.career-sec .career-title a{color:#fff;font-size:24px;font-weight:600}.career-sec .career-title a:hover{color:#29beff}.career-sec .career-location{color:#c09ef0}.career-sec .career-title,.career-sec .career-type,.career-sec .career-location{padding-left:24px}.mb-6{margin-bottom:50px}.card-news{margin-bottom:30px;border:none;box-shadow:0 10px 16px rgba(0,0,0,.12)}.card-news .card-news__posttitle a{color:#351763;font-weight:700;font-size:25px}.card-news .card-news__imagelink{display:block;margin-bottom:20px}.card-news .card-news__imagelink img{width:100%;max-height:120px;object-fit:cover}.card-news .card-news__date{margin:15px 0;font-size:12px;font-weight:700}.card-news .card-news__excerpt{font-size:15px;line-height:25px;color:#868586}.card-news .card-news__sitetitle{color:#5090d6;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:1.2px}.card-news .card-news__link{color:#29beff;font-weight:800;font-size:13px;background:transparent;padding:0;margin-left:0;position:relative;left:0 !important;text-transform:capitalize}.card-news .card-news__link:after{top:2px;position:absolute;content:"";right:-16px;top:2px;width:8px;height:13px;background-position:center;background-size:contain}.sidebar-moreposts__container h3{margin:25px 0 10px;font-weight:700;color:#351763;font-size:27px}.sidebar-moreposts__container hr{border-color:#29beff;border-width:2px;margin:10px 0 20px}@media(min-width: 992px){.modal-lg,.modal-xl{max-width:700px}}.modal.custom-modal.show{height:100%;background:rgba(0,0,0,.4)}.modal.custom-modal .modal-header{background:#5090d6;border:none;text-align:center;align-items:center;justify-content:center}.modal.custom-modal .modal-header h5{font-weight:800;color:#fff;font-size:30px}.modal.custom-modal .modal-header .close{position:absolute;right:10px;top:10px;color:#fff;opacity:1;font-size:22px}.modal.custom-modal .modal-content{border:none;border-radius:0;box-shadow:0 3px 12px 0 rgba(0,0,0,.16)}.modal.custom-modal .modal-body-steps h4{color:#351763;font-weight:800;font-size:20px}.modal.custom-modal .modal-body-steps .btn-with-icon{display:flex;flex-direction:column;border-radius:20px;justify-content:center;align-items:center;box-shadow:0 3px 10px 0 rgba(0,0,0,.16)}body.page-template-tpl-events-detail{background:#fafafa}body.page-template-tpl-events-detail .subsite-menu{display:none}body.page-template-tpl-events-detail .navbar{margin-top:25px}.page-template-tpl-about .career-banner-div .career-banner{padding:160px 0 60px}.event-detail-banner{overflow:hidden}.event-detail-banner img{top:0;position:absolute;width:100%;min-height:160vh}@media(max-width: 767px){.event-detail-banner img{max-height:inherit}}.event-detail-banner .over-element .card{box-shadow:-3px 3px 20px 0 rgba(0,0,0,.16);border:none}.event-detail-banner .over-element .card .card-header{background-color:#5090d6;border:none;text-align:center}.event-detail-banner .over-element .card .card-header h1{font-size:40px;font-weight:700;color:#fff}.event-detail-banner .over-element .card .card-header span{color:#fff}.event-detail-banner .over-element .card .card-body{color:#868586;padding-bottom:3rem !important}

/*# sourceMappingURL=layoutPageEntry.da001177135c136b8b5c.bundle.css.map*/