 @charset "UTF-8";

    /*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
    :root {
      --blue: #007bff;
      --indigo: #6610f2;
      --purple: #6f42c1;
      --pink: #e83e8c;
      --red: #dc3545;
      --orange: #fd7e14;
      --yellow: #ffc107;
      --green: #28a745;
      --teal: #20c997;
      --cyan: #17a2b8;
      --white: #fff;
      --gray: #6c757d;
      --gray-dark: #343a40;
      --primary: #007bff;
      --secondary: #6c757d;
      --success: #28a745;
      --info: #17a2b8;
      --warning: #ffc107;
      --danger: #dc3545;
      --light: #f8f9fa;
      --dark: #343a40;
      --breakpoint-xs: 0;
      --breakpoint-sm: 576px;
      --breakpoint-md: 768px;
      --breakpoint-lg: 992px;
      --breakpoint-xl: 1200px;
      --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
    }

    *,
    :after,
    :before {
      box-sizing: border-box
    }

    html {
      font-family: sans-serif;
      line-height: 1.15;
      -webkit-text-size-adjust: 100%;
      -webkit-tap-highlight-color: transparent
    }

    article,
    aside,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    nav,
    section {
      display: block
    }

    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      text-align: left;
      background-color: #fff
    }

    [tabindex="-1"]:focus {
      outline: 0 !important
    }

    hr {
      box-sizing: content-box;
      height: 0;
      overflow: visible
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-top: 0;
      margin-bottom: .5rem
    }

    p {
      margin-top: 0;
      margin-bottom: 1rem
    }

    abbr[data-original-title],
    abbr[title] {
      text-decoration: underline;
      -webkit-text-decoration: underline dotted;
      text-decoration: underline dotted;
      cursor: help;
      border-bottom: 0;
      -webkit-text-decoration-skip-ink: none;
      text-decoration-skip-ink: none
    }

    address {
      font-style: normal;
      line-height: inherit
    }

    address,
    dl,
    ol,
    ul {
      margin-bottom: 1rem
    }

    dl,
    ol,
    ul {
      margin-top: 0
    }

    ol ol,
    ol ul,
    ul ol,
    ul ul {
      margin-bottom: 0
    }

    dt {
      font-weight: 700
    }

    dd {
      margin-bottom: .5rem;
      margin-left: 0
    }

    blockquote {
      margin: 0 0 1rem
    }

    b,
    strong {
      font-weight: bolder
    }

    small {
      font-size: 80%
    }

    sub,
    sup {
      position: relative;
      font-size: 75%;
      line-height: 0;
      vertical-align: baseline
    }

    sub {
      bottom: -.25em
    }

    sup {
      top: -.5em
    }

    a {
      color: #007bff;
      text-decoration: none;
      background-color: transparent
    }

    a:hover {
      color: #0056b3;
      text-decoration: underline
    }

    a:not([href]):not([tabindex]),
    a:not([href]):not([tabindex]):focus,
    a:not([href]):not([tabindex]):hover {
      color: inherit;
      text-decoration: none
    }

    a:not([href]):not([tabindex]):focus {
      outline: 0
    }

    code,
    kbd,
    pre,
    samp {
      font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
      font-size: 1em
    }

    pre {
      margin-top: 0;
      margin-bottom: 1rem;
      overflow: auto
    }

    figure {
      margin: 0 0 1rem
    }

    img {
      border-style: none
    }

    img,
    svg {
      vertical-align: middle
    }

    svg {
      overflow: hidden
    }

    table {
      border-collapse: collapse
    }

    caption {
      padding-top: .75rem;
      padding-bottom: .75rem;
      color: #6c757d;
      text-align: left;
      caption-side: bottom
    }

    th {
      text-align: inherit
    }

    label {
      display: inline-block;
      margin-bottom: .5rem
    }

    button {
      border-radius: 0
    }

    button:focus {
      outline: 1px dotted;
      outline: 5px auto -webkit-focus-ring-color
    }

    button,
    input,
    optgroup,
    select,
    textarea {
      margin: 0;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit
    }

    button,
    input {
      overflow: visible
    }

    button,
    select {
      text-transform: none
    }

    select {
      word-wrap: normal
    }

    [type=button],
    [type=reset],
    [type=submit],
    button {
      -webkit-appearance: button
    }

    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
      cursor: pointer
    }

    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
      padding: 0;
      border-style: none
    }

    input[type=checkbox],
    input[type=radio] {
      box-sizing: border-box;
      padding: 0
    }

    input[type=date],
    input[type=datetime-local],
    input[type=month],
    input[type=time] {
      -webkit-appearance: listbox
    }

    textarea {
      overflow: auto;
      resize: vertical
    }

    fieldset {
      min-width: 0;
      padding: 0;
      margin: 0;
      border: 0
    }

    legend {
      display: block;
      width: 100%;
      max-width: 100%;
      padding: 0;
      margin-bottom: .5rem;
      font-size: 1.5rem;
      line-height: inherit;
      color: inherit;
      white-space: normal
    }

    progress {
      vertical-align: baseline
    }

    [type=number]::-webkit-inner-spin-button,
    [type=number]::-webkit-outer-spin-button {
      height: auto
    }

    [type=search] {
      outline-offset: -2px;
      -webkit-appearance: none
    }

    [type=search]::-webkit-search-decoration {
      -webkit-appearance: none
    }

    ::-webkit-file-upload-button {
      font: inherit;
      -webkit-appearance: button
    }

    output {
      display: inline-block
    }

    summary {
      display: list-item;
      cursor: pointer
    }

    template {
      display: none
    }

    [hidden] {
      display: none !important
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-bottom: .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
    }

    .display-1,
    .display-2 {
      font-weight: 300;
      line-height: 1.2
    }

    .display-2 {
      font-size: 5.5rem
    }

    .display-3 {
      font-size: 4.5rem
    }

    .display-3,
    .display-4 {
      font-weight: 300;
      line-height: 1.2
    }

    .display-4 {
      font-size: 3.5rem
    }

    hr {
      margin-top: 1rem;
      margin-bottom: 1rem;
      border: 0;
      border-top: 1px solid rgba(0, 0, 0, .1)
    }

    .small,
    small {
      font-size: 80%;
      font-weight: 400
    }

    .mark,
    mark {
      padding: .2em;
      background-color: #fcf8e3
    }

    .list-inline,
    .list-unstyled {
      padding-left: 0;
      list-style: none
    }

    .list-inline-item {
      display: inline-block
    }

    .list-inline-item:not(:last-child) {
      margin-right: .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,
    .img-thumbnail {
      max-width: 100%;
      height: auto
    }

    .img-thumbnail {
      padding: .25rem;
      background-color: #fff;
      border: 1px solid #dee2e6;
      border-radius: .25rem
    }

    .figure {
      display: inline-block
    }

    .figure-img {
      margin-bottom: .5rem;
      line-height: 1
    }

    .figure-caption {
      font-size: 90%;
      color: #6c757d
    }

    code {
      font-size: 87.5%;
      color: #e83e8c;
      word-break: break-word
    }

    a>code {
      color: inherit
    }

    kbd {
      padding: .2rem .4rem;
      font-size: 87.5%;
      color: #fff;
      background-color: #212529;
      border-radius: .2rem
    }

    kbd kbd {
      padding: 0;
      font-size: 100%;
      font-weight: 700
    }

    pre {
      display: block;
      font-size: 87.5%;
      color: #212529
    }

    pre code {
      font-size: inherit;
      color: inherit;
      word-break: normal
    }

    .pre-scrollable {
      max-height: 340px;
      overflow-y: scroll
    }

    .container {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto
    }

    @media (min-width:576px) {
      .container {
        max-width: 540px
      }
    }

    @media (min-width:768px) {
      .container {
        max-width: 720px
      }
    }

    @media (min-width:992px) {
      .container {
        max-width: 960px
      }
    }

    @media (min-width:1200px) {
      .container {
        max-width: 1140px
      }
    }

    .container-fluid {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto
    }

    .row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px
    }

    .no-gutters {
      margin-right: 0;
      margin-left: 0
    }

    .no-gutters>.col,
    .no-gutters>[class*=col-] {
      padding-right: 0;
      padding-left: 0
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px
    }

    .col {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%
    }

    .col-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%
    }

    .col-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%
    }

    .col-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%
    }

    .col-3 {
      flex: 0 0 25%;
      max-width: 25%
    }

    .col-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%
    }

    .col-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%
    }

    .col-6 {
      flex: 0 0 50%;
      max-width: 50%
    }

    .col-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%
    }

    .col-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%
    }

    .col-9 {
      flex: 0 0 75%;
      max-width: 75%
    }

    .col-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%
    }

    .col-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%
    }

    .col-12 {
      flex: 0 0 100%;
      max-width: 100%
    }

    .order-first {
      order: -1
    }

    .order-last {
      order: 13
    }

    .order-0 {
      order: 0
    }

    .order-1 {
      order: 1
    }

    .order-2 {
      order: 2
    }

    .order-3 {
      order: 3
    }

    .order-4 {
      order: 4
    }

    .order-5 {
      order: 5
    }

    .order-6 {
      order: 6
    }

    .order-7 {
      order: 7
    }

    .order-8 {
      order: 8
    }

    .order-9 {
      order: 9
    }

    .order-10 {
      order: 10
    }

    .order-11 {
      order: 11
    }

    .order-12 {
      order: 12
    }

    .offset-1 {
      margin-left: 8.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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
      }

      .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
      }

      .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
      }

      .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
      }

      .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
      }

      .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
      }

      .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
      }

      .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
      }

      .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
      }

      .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
      }

      .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
      }

      .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
      }

      .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
      }

      .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
      }

      .order-sm-first {
        order: -1
      }

      .order-sm-last {
        order: 13
      }

      .order-sm-0 {
        order: 0
      }

      .order-sm-1 {
        order: 1
      }

      .order-sm-2 {
        order: 2
      }

      .order-sm-3 {
        order: 3
      }

      .order-sm-4 {
        order: 4
      }

      .order-sm-5 {
        order: 5
      }

      .order-sm-6 {
        order: 6
      }

      .order-sm-7 {
        order: 7
      }

      .order-sm-8 {
        order: 8
      }

      .order-sm-9 {
        order: 9
      }

      .order-sm-10 {
        order: 10
      }

      .order-sm-11 {
        order: 11
      }

      .order-sm-12 {
        order: 12
      }

      .offset-sm-0 {
        margin-left: 0
      }

      .offset-sm-1 {
        margin-left: 8.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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
      }

      .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
      }

      .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
      }

      .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
      }

      .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
      }

      .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
      }

      .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
      }

      .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
      }

      .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
      }

      .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
      }

      .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
      }

      .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
      }

      .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
      }

      .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
      }

      .order-md-first {
        order: -1
      }

      .order-md-last {
        order: 13
      }

      .order-md-0 {
        order: 0
      }

      .order-md-1 {
        order: 1
      }

      .order-md-2 {
        order: 2
      }

      .order-md-3 {
        order: 3
      }

      .order-md-4 {
        order: 4
      }

      .order-md-5 {
        order: 5
      }

      .order-md-6 {
        order: 6
      }

      .order-md-7 {
        order: 7
      }

      .order-md-8 {
        order: 8
      }

      .order-md-9 {
        order: 9
      }

      .order-md-10 {
        order: 10
      }

      .order-md-11 {
        order: 11
      }

      .order-md-12 {
        order: 12
      }

      .offset-md-0 {
        margin-left: 0
      }

      .offset-md-1 {
        margin-left: 8.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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
      }

      .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
      }

      .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
      }

      .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
      }

      .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
      }

      .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
      }

      .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
      }

      .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
      }

      .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
      }

      .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
      }

      .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
      }

      .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
      }

      .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
      }

      .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
      }

      .order-lg-first {
        order: -1
      }

      .order-lg-last {
        order: 13
      }

      .order-lg-0 {
        order: 0
      }

      .order-lg-1 {
        order: 1
      }

      .order-lg-2 {
        order: 2
      }

      .order-lg-3 {
        order: 3
      }

      .order-lg-4 {
        order: 4
      }

      .order-lg-5 {
        order: 5
      }

      .order-lg-6 {
        order: 6
      }

      .order-lg-7 {
        order: 7
      }

      .order-lg-8 {
        order: 8
      }

      .order-lg-9 {
        order: 9
      }

      .order-lg-10 {
        order: 10
      }

      .order-lg-11 {
        order: 11
      }

      .order-lg-12 {
        order: 12
      }

      .offset-lg-0 {
        margin-left: 0
      }

      .offset-lg-1 {
        margin-left: 8.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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
      }

      .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
      }

      .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
      }

      .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
      }

      .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
      }

      .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
      }

      .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
      }

      .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
      }

      .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
      }

      .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
      }

      .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
      }

      .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
      }

      .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
      }

      .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
      }

      .order-xl-first {
        order: -1
      }

      .order-xl-last {
        order: 13
      }

      .order-xl-0 {
        order: 0
      }

      .order-xl-1 {
        order: 1
      }

      .order-xl-2 {
        order: 2
      }

      .order-xl-3 {
        order: 3
      }

      .order-xl-4 {
        order: 4
      }

      .order-xl-5 {
        order: 5
      }

      .order-xl-6 {
        order: 6
      }

      .order-xl-7 {
        order: 7
      }

      .order-xl-8 {
        order: 8
      }

      .order-xl-9 {
        order: 9
      }

      .order-xl-10 {
        order: 10
      }

      .order-xl-11 {
        order: 11
      }

      .order-xl-12 {
        order: 12
      }

      .offset-xl-0 {
        margin-left: 0
      }

      .offset-xl-1 {
        margin-left: 8.333333%
      }

      .offset-xl-2 {
        margin-left: 16.666667%
      }

      .offset-xl-3 {
        margin-left: 25%
      }

      .offset-xl-4 {
        margin-left: 33.333333%
      }

      .offset-xl-5 {
        margin-left: 41.666667%
      }

      .offset-xl-6 {
        margin-left: 50%
      }

      .offset-xl-7 {
        margin-left: 58.333333%
      }

      .offset-xl-8 {
        margin-left: 66.666667%
      }

      .offset-xl-9 {
        margin-left: 75%
      }

      .offset-xl-10 {
        margin-left: 83.333333%
      }

      .offset-xl-11 {
        margin-left: 91.666667%
      }
    }

    .table {
      width: 100%;
      margin-bottom: 1rem;
      color: #212529
    }

    .table td,
    .table th {
      padding: .75rem;
      vertical-align: top;
      border-top: 1px solid #dee2e6
    }

    .table thead th {
      vertical-align: bottom;
      border-bottom: 2px solid #dee2e6
    }

    .table tbody+tbody {
      border-top: 2px solid #dee2e6
    }

    .table-sm td,
    .table-sm th {
      padding: .3rem
    }

    .table-bordered,
    .table-bordered td,
    .table-bordered th {
      border: 1px solid #dee2e6
    }

    .table-bordered thead td,
    .table-bordered thead th {
      border-bottom-width: 2px
    }

    .table-borderless tbody+tbody,
    .table-borderless td,
    .table-borderless th,
    .table-borderless thead th {
      border: 0
    }

    .table-striped tbody tr:nth-of-type(odd) {
      background-color: rgba(0, 0, 0, .05)
    }

    .table-hover tbody tr:hover {
      color: #212529;
      background-color: rgba(0, 0, 0, .075)
    }

    .table-primary,
    .table-primary>td,
    .table-primary>th {
      background-color: #b8daff
    }

    .table-primary tbody+tbody,
    .table-primary td,
    .table-primary th,
    .table-primary thead th {
      border-color: #7abaff
    }

    .table-hover .table-primary:hover,
    .table-hover .table-primary:hover>td,
    .table-hover .table-primary:hover>th {
      background-color: #9fcdff
    }

    .table-secondary,
    .table-secondary>td,
    .table-secondary>th {
      background-color: #d6d8db
    }

    .table-secondary tbody+tbody,
    .table-secondary td,
    .table-secondary th,
    .table-secondary thead th {
      border-color: #b3b7bb
    }

    .table-hover .table-secondary:hover,
    .table-hover .table-secondary:hover>td,
    .table-hover .table-secondary:hover>th {
      background-color: #c8cbcf
    }

    .table-success,
    .table-success>td,
    .table-success>th {
      background-color: #c3e6cb
    }

    .table-success tbody+tbody,
    .table-success td,
    .table-success th,
    .table-success thead th {
      border-color: #8fd19e
    }

    .table-hover .table-success:hover,
    .table-hover .table-success:hover>td,
    .table-hover .table-success:hover>th {
      background-color: #b1dfbb
    }

    .table-info,
    .table-info>td,
    .table-info>th {
      background-color: #bee5eb
    }

    .table-info tbody+tbody,
    .table-info td,
    .table-info th,
    .table-info thead th {
      border-color: #86cfda
    }

    .table-hover .table-info:hover,
    .table-hover .table-info:hover>td,
    .table-hover .table-info:hover>th {
      background-color: #abdde5
    }

    .table-warning,
    .table-warning>td,
    .table-warning>th {
      background-color: #ffeeba
    }

    .table-warning tbody+tbody,
    .table-warning td,
    .table-warning th,
    .table-warning thead th {
      border-color: #ffdf7e
    }

    .table-hover .table-warning:hover,
    .table-hover .table-warning:hover>td,
    .table-hover .table-warning:hover>th {
      background-color: #ffe8a1
    }

    .table-danger,
    .table-danger>td,
    .table-danger>th {
      background-color: #f5c6cb
    }

    .table-danger tbody+tbody,
    .table-danger td,
    .table-danger th,
    .table-danger thead th {
      border-color: #ed969e
    }

    .table-hover .table-danger:hover,
    .table-hover .table-danger:hover>td,
    .table-hover .table-danger:hover>th {
      background-color: #f1b0b7
    }

    .table-light,
    .table-light>td,
    .table-light>th {
      background-color: #fdfdfe
    }

    .table-light tbody+tbody,
    .table-light td,
    .table-light th,
    .table-light thead th {
      border-color: #fbfcfc
    }

    .table-hover .table-light:hover,
    .table-hover .table-light:hover>td,
    .table-hover .table-light:hover>th {
      background-color: #ececf6
    }

    .table-dark,
    .table-dark>td,
    .table-dark>th {
      background-color: #c6c8ca
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
      border-color: #95999c
    }

    .table-hover .table-dark:hover,
    .table-hover .table-dark:hover>td,
    .table-hover .table-dark:hover>th {
      background-color: #b9bbbe
    }

    .table-active,
    .table-active>td,
    .table-active>th,
    .table-hover .table-active:hover,
    .table-hover .table-active:hover>td,
    .table-hover .table-active:hover>th {
      background-color: rgba(0, 0, 0, .075)
    }

    .table .thead-dark th {
      color: #fff;
      background-color: #343a40;
      border-color: #454d55
    }

    .table .thead-light th {
      color: #495057;
      background-color: #e9ecef;
      border-color: #dee2e6
    }

    .table-dark {
      color: #fff;
      background-color: #343a40
    }

    .table-dark td,
    .table-dark th,
    .table-dark thead th {
      border-color: #454d55
    }

    .table-dark.table-bordered {
      border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
      background-color: hsla(0, 0%, 100%, .05)
    }

    .table-dark.table-hover tbody tr:hover {
      color: #fff;
      background-color: hsla(0, 0%, 100%, .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 + .75rem + 2px);
      padding: .375rem .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: .25rem;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
      .form-control {
        transition: none
      }
    }

    .form-control::-ms-expand {
      background-color: transparent;
      border: 0
    }

    .form-control:focus {
      color: #495057;
      background-color: #fff;
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .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
    }

    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(.375rem + 1px);
      padding-bottom: calc(.375rem + 1px);
      margin-bottom: 0;
      font-size: inherit;
      line-height: 1.5
    }

    .col-form-label-lg {
      padding-top: calc(.5rem + 1px);
      padding-bottom: calc(.5rem + 1px);
      font-size: 1.25rem;
      line-height: 1.5
    }

    .col-form-label-sm {
      padding-top: calc(.25rem + 1px);
      padding-bottom: calc(.25rem + 1px);
      font-size: .875rem;
      line-height: 1.5
    }

    .form-control-plaintext {
      display: block;
      width: 100%;
      padding-top: .375rem;
      padding-bottom: .375rem;
      margin-bottom: 0;
      line-height: 1.5;
      color: #212529;
      background-color: transparent;
      border: solid transparent;
      border-width: 1px 0
    }

    .form-control-plaintext.form-control-lg,
    .form-control-plaintext.form-control-sm {
      padding-right: 0;
      padding-left: 0
    }

    .form-control-sm {
      height: calc(1.5em + .5rem + 2px);
      padding: .25rem .5rem;
      font-size: .875rem;
      line-height: 1.5;
      border-radius: .2rem
    }

    .form-control-lg {
      height: calc(1.5em + 1rem + 2px);
      padding: .5rem 1rem;
      font-size: 1.25rem;
      line-height: 1.5;
      border-radius: .3rem
    }

    select.form-control[multiple],
    select.form-control[size],
    textarea.form-control {
      height: auto
    }

    .form-group {
      margin-bottom: 1rem
    }

    .form-text {
      display: block;
      margin-top: .25rem
    }

    .form-row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -5px;
      margin-left: -5px
    }

    .form-row>.col,
    .form-row>[class*=col-] {
      padding-right: 5px;
      padding-left: 5px
    }

    .form-check {
      position: relative;
      display: block;
      padding-left: 1.25rem
    }

    .form-check-input {
      position: absolute;
      margin-top: .3rem;
      margin-left: -1.25rem
    }

    .form-check-input:disabled~.form-check-label {
      color: #6c757d
    }

    .form-check-label {
      margin-bottom: 0
    }

    .form-check-inline {
      display: inline-flex;
      align-items: center;
      padding-left: 0;
      margin-right: .75rem
    }

    .form-check-inline .form-check-input {
      position: static;
      margin-top: 0;
      margin-right: .3125rem;
      margin-left: 0
    }

    .valid-feedback {
      display: none;
      width: 100%;
      margin-top: .25rem;
      font-size: 80%;
      color: #28a745
    }

    .valid-tooltip {
      position: absolute;
      top: 100%;
      z-index: 5;
      display: none;
      max-width: 100%;
      padding: .25rem .5rem;
      margin-top: .1rem;
      font-size: .875rem;
      line-height: 1.5;
      color: #fff;
      background-color: rgba(40, 167, 69, .9);
      border-radius: .25rem
    }

    .form-control.is-valid,
    .was-validated .form-control:valid {
      border-color: #28a745;
      padding-right: calc(1.5em + .75rem);
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: 100% calc(.375em + .1875rem);
      background-size: calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .form-control.is-valid:focus,
    .was-validated .form-control:valid:focus {
      border-color: #28a745;
      box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
    }

    .form-control.is-valid~.valid-feedback,
    .form-control.is-valid~.valid-tooltip,
    .was-validated .form-control:valid~.valid-feedback,
    .was-validated .form-control:valid~.valid-tooltip {
      display: block
    }

    .was-validated textarea.form-control:valid,
    textarea.form-control.is-valid {
      padding-right: calc(1.5em + .75rem);
      background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
    }

    .custom-select.is-valid,
    .was-validated .custom-select:valid {
      border-color: #28a745;
      padding-right: calc((3em + 2.25rem)/ 4 + 1.75rem);
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .custom-select.is-valid:focus,
    .was-validated .custom-select:valid:focus {
      border-color: #28a745;
      box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
    }

    .custom-select.is-valid~.valid-feedback,
    .custom-select.is-valid~.valid-tooltip,
    .form-control-file.is-valid~.valid-feedback,
    .form-control-file.is-valid~.valid-tooltip,
    .was-validated .custom-select:valid~.valid-feedback,
    .was-validated .custom-select:valid~.valid-tooltip,
    .was-validated .form-control-file:valid~.valid-feedback,
    .was-validated .form-control-file:valid~.valid-tooltip {
      display: block
    }

    .form-check-input.is-valid~.form-check-label,
    .was-validated .form-check-input:valid~.form-check-label {
      color: #28a745
    }

    .form-check-input.is-valid~.valid-feedback,
    .form-check-input.is-valid~.valid-tooltip,
    .was-validated .form-check-input:valid~.valid-feedback,
    .was-validated .form-check-input:valid~.valid-tooltip {
      display: block
    }

    .custom-control-input.is-valid~.custom-control-label,
    .was-validated .custom-control-input:valid~.custom-control-label {
      color: #28a745
    }

    .custom-control-input.is-valid~.custom-control-label:before,
    .was-validated .custom-control-input:valid~.custom-control-label:before {
      border-color: #28a745
    }

    .custom-control-input.is-valid~.valid-feedback,
    .custom-control-input.is-valid~.valid-tooltip,
    .was-validated .custom-control-input:valid~.valid-feedback,
    .was-validated .custom-control-input:valid~.valid-tooltip {
      display: block
    }

    .custom-control-input.is-valid:checked~.custom-control-label:before,
    .was-validated .custom-control-input:valid:checked~.custom-control-label:before {
      border-color: #34ce57;
      background-color: #34ce57
    }

    .custom-control-input.is-valid:focus~.custom-control-label:before,
    .was-validated .custom-control-input:valid:focus~.custom-control-label:before {
      box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
    }

    .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
    .custom-file-input.is-valid~.custom-file-label,
    .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
    .was-validated .custom-file-input:valid~.custom-file-label {
      border-color: #28a745
    }

    .custom-file-input.is-valid~.valid-feedback,
    .custom-file-input.is-valid~.valid-tooltip,
    .was-validated .custom-file-input:valid~.valid-feedback,
    .was-validated .custom-file-input:valid~.valid-tooltip {
      display: block
    }

    .custom-file-input.is-valid:focus~.custom-file-label,
    .was-validated .custom-file-input:valid:focus~.custom-file-label {
      border-color: #28a745;
      box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
    }

    .invalid-feedback {
      display: none;
      width: 100%;
      margin-top: .25rem;
      font-size: 80%;
      color: #dc3545
    }

    .invalid-tooltip {
      position: absolute;
      top: 100%;
      z-index: 5;
      display: none;
      max-width: 100%;
      padding: .25rem .5rem;
      margin-top: .1rem;
      font-size: .875rem;
      line-height: 1.5;
      color: #fff;
      background-color: rgba(220, 53, 69, .9);
      border-radius: .25rem
    }

    .form-control.is-invalid,
    .was-validated .form-control:invalid {
      border-color: #dc3545;
      padding-right: calc(1.5em + .75rem);
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: 100% calc(.375em + .1875rem);
      background-size: calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .form-control.is-invalid:focus,
    .was-validated .form-control:invalid:focus {
      border-color: #dc3545;
      box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
    }

    .form-control.is-invalid~.invalid-feedback,
    .form-control.is-invalid~.invalid-tooltip,
    .was-validated .form-control:invalid~.invalid-feedback,
    .was-validated .form-control:invalid~.invalid-tooltip {
      display: block
    }

    .was-validated textarea.form-control:invalid,
    textarea.form-control.is-invalid {
      padding-right: calc(1.5em + .75rem);
      background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
    }

    .custom-select.is-invalid,
    .was-validated .custom-select:invalid {
      border-color: #dc3545;
      padding-right: calc((3em + 2.25rem)/ 4 + 1.75rem);
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .custom-select.is-invalid:focus,
    .was-validated .custom-select:invalid:focus {
      border-color: #dc3545;
      box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
    }

    .custom-select.is-invalid~.invalid-feedback,
    .custom-select.is-invalid~.invalid-tooltip,
    .form-control-file.is-invalid~.invalid-feedback,
    .form-control-file.is-invalid~.invalid-tooltip,
    .was-validated .custom-select:invalid~.invalid-feedback,
    .was-validated .custom-select:invalid~.invalid-tooltip,
    .was-validated .form-control-file:invalid~.invalid-feedback,
    .was-validated .form-control-file:invalid~.invalid-tooltip {
      display: block
    }

    .form-check-input.is-invalid~.form-check-label,
    .was-validated .form-check-input:invalid~.form-check-label {
      color: #dc3545
    }

    .form-check-input.is-invalid~.invalid-feedback,
    .form-check-input.is-invalid~.invalid-tooltip,
    .was-validated .form-check-input:invalid~.invalid-feedback,
    .was-validated .form-check-input:invalid~.invalid-tooltip {
      display: block
    }

    .custom-control-input.is-invalid~.custom-control-label,
    .was-validated .custom-control-input:invalid~.custom-control-label {
      color: #dc3545
    }

    .custom-control-input.is-invalid~.custom-control-label:before,
    .was-validated .custom-control-input:invalid~.custom-control-label:before {
      border-color: #dc3545
    }

    .custom-control-input.is-invalid~.invalid-feedback,
    .custom-control-input.is-invalid~.invalid-tooltip,
    .was-validated .custom-control-input:invalid~.invalid-feedback,
    .was-validated .custom-control-input:invalid~.invalid-tooltip {
      display: block
    }

    .custom-control-input.is-invalid:checked~.custom-control-label:before,
    .was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
      border-color: #e4606d;
      background-color: #e4606d
    }

    .custom-control-input.is-invalid:focus~.custom-control-label:before,
    .was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
      box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
    }

    .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
    .custom-file-input.is-invalid~.custom-file-label,
    .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
    .was-validated .custom-file-input:invalid~.custom-file-label {
      border-color: #dc3545
    }

    .custom-file-input.is-invalid~.invalid-feedback,
    .custom-file-input.is-invalid~.invalid-tooltip,
    .was-validated .custom-file-input:invalid~.invalid-feedback,
    .was-validated .custom-file-input:invalid~.invalid-tooltip {
      display: block
    }

    .custom-file-input.is-invalid:focus~.custom-file-label,
    .was-validated .custom-file-input:invalid:focus~.custom-file-label {
      border-color: #dc3545;
      box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
    }

    .form-inline {
      display: flex;
      flex-flow: row wrap;
      align-items: center
    }

    .form-inline .form-check {
      width: 100%
    }

    @media (min-width:576px) {
      .form-inline label {
        justify-content: center
      }

      .form-inline .form-group,
      .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
      }

      .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
      }

      .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
      }

      .form-inline .form-control-plaintext {
        display: inline-block
      }

      .form-inline .custom-select,
      .form-inline .input-group {
        width: auto
      }

      .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
      }

      .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
      }

      .form-inline .custom-control {
        align-items: center;
        justify-content: center
      }

      .form-inline .custom-control-label {
        margin-bottom: 0
      }
    }

    .btn {
      display: inline-block;
      font-weight: 400;
      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: .375rem .75rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: .25rem;
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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 .2rem rgba(0, 123, 255, .25)
    }

    .btn.disabled,
    .btn:disabled {
      opacity: .65
    }

    a.btn.disabled,
    fieldset:disabled a.btn {
      pointer-events: none
    }

    .btn-primary {
      color: #fff;
      background-color: #007bff;
      border-color: #007bff
    }

    .btn-primary:hover {
      color: #fff;
      background-color: #0069d9;
      border-color: #0062cc
    }

    .btn-primary.focus,
    .btn-primary:focus {
      box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .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 .2rem rgba(38, 143, 255, .5)
    }

    .btn-secondary {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d
    }

    .btn-secondary:hover {
      color: #fff;
      background-color: #5a6268;
      border-color: #545b62
    }

    .btn-secondary.focus,
    .btn-secondary:focus {
      box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .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 .2rem rgba(130, 138, 145, .5)
    }

    .btn-success {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745
    }

    .btn-success:hover {
      color: #fff;
      background-color: #218838;
      border-color: #1e7e34
    }

    .btn-success.focus,
    .btn-success:focus {
      box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .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 .2rem rgba(72, 180, 97, .5)
    }

    .btn-info {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8
    }

    .btn-info:hover {
      color: #fff;
      background-color: #138496;
      border-color: #117a8b
    }

    .btn-info.focus,
    .btn-info:focus {
      box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .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 .2rem rgba(58, 176, 195, .5)
    }

    .btn-warning {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107
    }

    .btn-warning:hover {
      color: #212529;
      background-color: #e0a800;
      border-color: #d39e00
    }

    .btn-warning.focus,
    .btn-warning:focus {
      box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .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 .2rem rgba(222, 170, 12, .5)
    }

    .btn-danger {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545
    }

    .btn-danger:hover {
      color: #fff;
      background-color: #c82333;
      border-color: #bd2130
    }

    .btn-danger.focus,
    .btn-danger:focus {
      box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .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 .2rem rgba(225, 83, 97, .5)
    }

    .btn-light {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa
    }

    .btn-light:hover {
      color: #212529;
      background-color: #e2e6ea;
      border-color: #dae0e5
    }

    .btn-light.focus,
    .btn-light:focus {
      box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .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 .2rem rgba(216, 217, 219, .5)
    }

    .btn-dark {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40
    }

    .btn-dark:hover {
      color: #fff;
      background-color: #23272b;
      border-color: #1d2124
    }

    .btn-dark.focus,
    .btn-dark:focus {
      box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .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 .2rem rgba(82, 88, 93, .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 .2rem rgba(0, 123, 255, .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 .2rem rgba(0, 123, 255, .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 .2rem rgba(108, 117, 125, .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 .2rem rgba(108, 117, 125, .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 .2rem rgba(40, 167, 69, .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 .2rem rgba(40, 167, 69, .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 .2rem rgba(23, 162, 184, .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 .2rem rgba(23, 162, 184, .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 .2rem rgba(255, 193, 7, .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 .2rem rgba(255, 193, 7, .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 .2rem rgba(220, 53, 69, .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 .2rem rgba(220, 53, 69, .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 .2rem rgba(248, 249, 250, .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 .2rem rgba(248, 249, 250, .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 .2rem rgba(52, 58, 64, .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 .2rem rgba(52, 58, 64, .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;
      box-shadow: none
    }

    .btn-link.disabled,
    .btn-link:disabled {
      color: #6c757d;
      pointer-events: none
    }

    .btn-group-lg>.btn,
    .btn-lg {
      padding: .5rem 1rem;
      font-size: 1.25rem;
      line-height: 1.5;
      border-radius: .3rem
    }

    .btn-group-sm>.btn,
    .btn-sm {
      padding: .25rem .5rem;
      font-size: .875rem;
      line-height: 1.5;
      border-radius: .2rem
    }

    .btn-block {
      display: block;
      width: 100%
    }

    .btn-block+.btn-block {
      margin-top: .5rem
    }

    input[type=button].btn-block,
    input[type=reset].btn-block,
    input[type=submit].btn-block {
      width: 100%
    }

    .fade {
      transition: opacity .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 .35s ease
    }

    @media (prefers-reduced-motion:reduce) {
      .collapsing {
        transition: none
      }
    }

    .dropdown,
    .dropleft,
    .dropright,
    .dropup {
      position: relative
    }

    .dropdown-toggle {
      white-space: nowrap
    }

    .dropdown-toggle:after {
      display: inline-block;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .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: .5rem 0;
      margin: .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, .15);
      border-radius: .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: .125rem
    }

    .dropup .dropdown-toggle:after {
      display: inline-block;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: 0;
      border-right: .3em solid transparent;
      border-bottom: .3em solid;
      border-left: .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: .125rem
    }

    .dropright .dropdown-toggle:after {
      display: inline-block;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid transparent;
      border-right: 0;
      border-bottom: .3em solid transparent;
      border-left: .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: .125rem
    }

    .dropleft .dropdown-toggle:after {
      display: inline-block;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      display: none
    }

    .dropleft .dropdown-toggle:before {
      display: inline-block;
      margin-right: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid transparent;
      border-right: .3em solid;
      border-bottom: .3em solid transparent
    }

    .dropleft .dropdown-toggle:empty:after {
      margin-left: 0
    }

    .dropleft .dropdown-toggle:before {
      vertical-align: 0
    }

    .dropdown-menu[x-placement^=bottom],
    .dropdown-menu[x-placement^=left],
    .dropdown-menu[x-placement^=right],
    .dropdown-menu[x-placement^=top] {
      right: auto;
      bottom: auto
    }

    .dropdown-divider {
      height: 0;
      margin: .5rem 0;
      overflow: hidden;
      border-top: 1px solid #e9ecef
    }

    .dropdown-item {
      display: block;
      width: 100%;
      padding: .25rem 1.5rem;
      clear: both;
      font-weight: 400;
      color: #212529;
      text-align: inherit;
      white-space: nowrap;
      background-color: transparent;
      border: 0
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
      color: #16181b;
      text-decoration: none;
      background-color: #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: .5rem 1.5rem;
      margin-bottom: 0;
      font-size: .875rem;
      color: #6c757d;
      white-space: nowrap
    }

    .dropdown-item-text {
      display: block;
      padding: .25rem 1.5rem;
      color: #212529
    }

    .btn-group,
    .btn-group-vertical {
      position: relative;
      display: inline-flex;
      vertical-align: middle
    }

    .btn-group-vertical>.btn,
    .btn-group>.btn {
      position: relative;
      flex: 1 1 auto
    }

    .btn-group-vertical>.btn.active,
    .btn-group-vertical>.btn:active,
    .btn-group-vertical>.btn:focus,
    .btn-group-vertical>.btn:hover,
    .btn-group>.btn.active,
    .btn-group>.btn:active,
    .btn-group>.btn:focus,
    .btn-group>.btn:hover {
      z-index: 1
    }

    .btn-toolbar {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start
    }

    .btn-toolbar .input-group {
      width: auto
    }

    .btn-group>.btn-group:not(:first-child),
    .btn-group>.btn:not(:first-child) {
      margin-left: -1px
    }

    .btn-group>.btn-group:not(:last-child)>.btn,
    .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
    }

    .btn-group>.btn-group:not(:first-child)>.btn,
    .btn-group>.btn:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
    }

    .dropdown-toggle-split {
      padding-right: .5625rem;
      padding-left: .5625rem
    }

    .dropdown-toggle-split:after,
    .dropright .dropdown-toggle-split:after,
    .dropup .dropdown-toggle-split:after {
      margin-left: 0
    }

    .dropleft .dropdown-toggle-split:before {
      margin-right: 0
    }

    .btn-group-sm>.btn+.dropdown-toggle-split,
    .btn-sm+.dropdown-toggle-split {
      padding-right: .375rem;
      padding-left: .375rem
    }

    .btn-group-lg>.btn+.dropdown-toggle-split,
    .btn-lg+.dropdown-toggle-split {
      padding-right: .75rem;
      padding-left: .75rem
    }

    .btn-group-vertical {
      flex-direction: column;
      align-items: flex-start;
      justify-content: center
    }

    .btn-group-vertical>.btn,
    .btn-group-vertical>.btn-group {
      width: 100%
    }

    .btn-group-vertical>.btn-group:not(:first-child),
    .btn-group-vertical>.btn:not(:first-child) {
      margin-top: -1px
    }

    .btn-group-vertical>.btn-group:not(:last-child)>.btn,
    .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0
    }

    .btn-group-vertical>.btn-group:not(:first-child)>.btn,
    .btn-group-vertical>.btn:not(:first-child) {
      border-top-left-radius: 0;
      border-top-right-radius: 0
    }

    .btn-group-toggle>.btn,
    .btn-group-toggle>.btn-group>.btn {
      margin-bottom: 0
    }

    .btn-group-toggle>.btn input[type=checkbox],
    .btn-group-toggle>.btn input[type=radio],
    .btn-group-toggle>.btn-group>.btn input[type=checkbox],
    .btn-group-toggle>.btn-group>.btn input[type=radio] {
      position: absolute;
      clip: rect(0, 0, 0, 0);
      pointer-events: none
    }

    .input-group {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      width: 100%
    }

    .input-group>.custom-file,
    .input-group>.custom-select,
    .input-group>.form-control,
    .input-group>.form-control-plaintext {
      position: relative;
      flex: 1 1 auto;
      width: 1%;
      margin-bottom: 0
    }

    .input-group>.custom-file+.custom-file,
    .input-group>.custom-file+.custom-select,
    .input-group>.custom-file+.form-control,
    .input-group>.custom-select+.custom-file,
    .input-group>.custom-select+.custom-select,
    .input-group>.custom-select+.form-control,
    .input-group>.form-control+.custom-file,
    .input-group>.form-control+.custom-select,
    .input-group>.form-control+.form-control,
    .input-group>.form-control-plaintext+.custom-file,
    .input-group>.form-control-plaintext+.custom-select,
    .input-group>.form-control-plaintext+.form-control {
      margin-left: -1px
    }

    .input-group>.custom-file .custom-file-input:focus~.custom-file-label,
    .input-group>.custom-select:focus,
    .input-group>.form-control:focus {
      z-index: 3
    }

    .input-group>.custom-file .custom-file-input:focus {
      z-index: 4
    }

    .input-group>.custom-select:not(:last-child),
    .input-group>.form-control:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
    }

    .input-group>.custom-select:not(:first-child),
    .input-group>.form-control:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
    }

    .input-group>.custom-file {
      display: flex;
      align-items: center
    }

    .input-group>.custom-file:not(:last-child) .custom-file-label,
    .input-group>.custom-file:not(:last-child) .custom-file-label:after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
    }

    .input-group>.custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
    }

    .input-group-append,
    .input-group-prepend {
      display: flex
    }

    .input-group-append .btn,
    .input-group-prepend .btn {
      position: relative;
      z-index: 2
    }

    .input-group-append .btn:focus,
    .input-group-prepend .btn:focus {
      z-index: 3
    }

    .input-group-append .btn+.btn,
    .input-group-append .btn+.input-group-text,
    .input-group-append .input-group-text+.btn,
    .input-group-append .input-group-text+.input-group-text,
    .input-group-prepend .btn+.btn,
    .input-group-prepend .btn+.input-group-text,
    .input-group-prepend .input-group-text+.btn,
    .input-group-prepend .input-group-text+.input-group-text {
      margin-left: -1px
    }

    .input-group-prepend {
      margin-right: -1px
    }

    .input-group-append {
      margin-left: -1px
    }

    .input-group-text {
      display: flex;
      align-items: center;
      padding: .375rem .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: .25rem
    }

    .input-group-text input[type=checkbox],
    .input-group-text input[type=radio] {
      margin-top: 0
    }

    .input-group-lg>.custom-select,
    .input-group-lg>.form-control:not(textarea) {
      height: calc(1.5em + 1rem + 2px)
    }

    .input-group-lg>.custom-select,
    .input-group-lg>.form-control,
    .input-group-lg>.input-group-append>.btn,
    .input-group-lg>.input-group-append>.input-group-text,
    .input-group-lg>.input-group-prepend>.btn,
    .input-group-lg>.input-group-prepend>.input-group-text {
      padding: .5rem 1rem;
      font-size: 1.25rem;
      line-height: 1.5;
      border-radius: .3rem
    }

    .input-group-sm>.custom-select,
    .input-group-sm>.form-control:not(textarea) {
      height: calc(1.5em + .5rem + 2px)
    }

    .input-group-sm>.custom-select,
    .input-group-sm>.form-control,
    .input-group-sm>.input-group-append>.btn,
    .input-group-sm>.input-group-append>.input-group-text,
    .input-group-sm>.input-group-prepend>.btn,
    .input-group-sm>.input-group-prepend>.input-group-text {
      padding: .25rem .5rem;
      font-size: .875rem;
      line-height: 1.5;
      border-radius: .2rem
    }

    .input-group-lg>.custom-select,
    .input-group-sm>.custom-select {
      padding-right: 1.75rem
    }

    .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
    .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
    .input-group>.input-group-append:not(:last-child)>.btn,
    .input-group>.input-group-append:not(:last-child)>.input-group-text,
    .input-group>.input-group-prepend>.btn,
    .input-group>.input-group-prepend>.input-group-text {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
    }

    .input-group>.input-group-append>.btn,
    .input-group>.input-group-append>.input-group-text,
    .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
    .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
    .input-group>.input-group-prepend:not(:first-child)>.btn,
    .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
    }

    .custom-control {
      position: relative;
      display: block;
      min-height: 1.5rem;
      padding-left: 1.5rem
    }

    .custom-control-inline {
      display: inline-flex;
      margin-right: 1rem
    }

    .custom-control-input {
      position: absolute;
      z-index: -1;
      opacity: 0
    }

    .custom-control-input:checked~.custom-control-label:before {
      color: #fff;
      border-color: #007bff;
      background-color: #007bff
    }

    .custom-control-input:focus~.custom-control-label:before {
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .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 {
      color: #6c757d
    }

    .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 {
      pointer-events: none;
      background-color: #fff;
      border: 1px solid #adb5bd
    }

    .custom-control-label:after,
    .custom-control-label:before {
      position: absolute;
      top: .25rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      content: ""
    }

    .custom-control-label:after {
      background: no-repeat 50%/50% 50%
    }

    .custom-checkbox .custom-control-label:before {
      border-radius: .25rem
    }

    .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
    }

    .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
      background-color: rgba(0, 123, 255, .5)
    }

    .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
      background-color: rgba(0, 123, 255, .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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
    }

    .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
      background-color: rgba(0, 123, 255, .5)
    }

    .custom-switch {
      padding-left: 2.25rem
    }

    .custom-switch .custom-control-label:before {
      left: -2.25rem;
      width: 1.75rem;
      pointer-events: all;
      border-radius: .5rem
    }

    .custom-switch .custom-control-label:after {
      top: calc(.25rem + 2px);
      left: calc(-2.25rem + 2px);
      width: calc(1rem - 4px);
      height: calc(1rem - 4px);
      background-color: #adb5bd;
      border-radius: .5rem;
      transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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;
      transform: translateX(.75rem)
    }

    .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
      background-color: rgba(0, 123, 255, .5)
    }

    .custom-select {
      display: inline-block;
      width: 100%;
      height: calc(1.5em + .75rem + 2px);
      padding: .375rem 1.75rem .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      vertical-align: middle;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
      background-color: #fff;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none
    }

    .custom-select:focus {
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff
    }

    .custom-select[multiple],
    .custom-select[size]:not([size="1"]) {
      height: auto;
      padding-right: .75rem;
      background-image: none
    }

    .custom-select:disabled {
      color: #6c757d;
      background-color: #e9ecef
    }

    .custom-select::-ms-expand {
      display: none
    }

    .custom-select-sm {
      height: calc(1.5em + .5rem + 2px);
      padding-top: .25rem;
      padding-bottom: .25rem;
      padding-left: .5rem;
      font-size: .875rem
    }

    .custom-select-lg {
      height: calc(1.5em + 1rem + 2px);
      padding-top: .5rem;
      padding-bottom: .5rem;
      padding-left: 1rem;
      font-size: 1.25rem
    }

    .custom-file {
      display: inline-block;
      margin-bottom: 0
    }

    .custom-file,
    .custom-file-input {
      position: relative;
      width: 100%;
      height: calc(1.5em + .75rem + 2px)
    }

    .custom-file-input {
      z-index: 2;
      margin: 0;
      opacity: 0
    }

    .custom-file-input:focus~.custom-file-label {
      border-color: #80bdff;
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

    .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 {
      left: 0;
      z-index: 1;
      height: calc(1.5em + .75rem + 2px);
      font-weight: 400;
      background-color: #fff;
      border: 1px solid #ced4da;
      border-radius: .25rem
    }

    .custom-file-label,
    .custom-file-label:after {
      position: absolute;
      top: 0;
      right: 0;
      padding: .375rem .75rem;
      line-height: 1.5;
      color: #495057
    }

    .custom-file-label:after {
      bottom: 0;
      z-index: 3;
      display: block;
      height: calc(1.5em + .75rem);
      content: "Browse";
      background-color: #e9ecef;
      border-left: inherit;
      border-radius: 0 .25rem .25rem 0
    }

    .custom-range {
      width: 100%;
      height: 1.4rem;
      padding: 0;
      background-color: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none
    }

    .custom-range:focus {
      outline: 0
    }

    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

    .custom-range::-moz-focus-outer {
      border: 0
    }

    .custom-range::-webkit-slider-thumb {
      width: 1rem;
      height: 1rem;
      margin-top: -.25rem;
      background-color: #007bff;
      border: 0;
      border-radius: 1rem;
      transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      -webkit-appearance: none;
      appearance: none
    }

    @media (prefers-reduced-motion:reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none
      }
    }

    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff
    }

    .custom-range::-webkit-slider-runnable-track {
      width: 100%;
      height: .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;
      transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      -moz-appearance: none;
      appearance: none
    }

    @media (prefers-reduced-motion:reduce) {
      .custom-range::-moz-range-thumb {
        transition: none
      }
    }

    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff
    }

    .custom-range::-moz-range-track {
      width: 100%;
      height: .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: .2rem;
      margin-left: .2rem;
      background-color: #007bff;
      border: 0;
      border-radius: 1rem;
      transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      appearance: none
    }

    @media (prefers-reduced-motion:reduce) {
      .custom-range::-ms-thumb {
        transition: none
      }
    }

    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff
    }

    .custom-range::-ms-track {
      width: 100%;
      height: .5rem;
      color: transparent;
      cursor: pointer;
      background-color: transparent;
      border-color: transparent;
      border-width: .5rem
    }

    .custom-range::-ms-fill-lower,
    .custom-range::-ms-fill-upper {
      background-color: #dee2e6;
      border-radius: 1rem
    }

    .custom-range::-ms-fill-upper {
      margin-right: 15px
    }

    .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 .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {

      .custom-control-label:before,
      .custom-file-label,
      .custom-select {
        transition: none
      }
    }

    .nav {
      display: flex;
      flex-wrap: wrap;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none
    }

    .nav-link {
      display: block;
      padding: .5rem 1rem
    }

    .nav-link:focus,
    .nav-link:hover {
      text-decoration: none
    }

    .nav-link.disabled {
      color: #6c757d;
      pointer-events: none;
      cursor: default
    }

    .nav-tabs {
      border-bottom: 1px solid #dee2e6
    }

    .nav-tabs .nav-item {
      margin-bottom: -1px
    }

    .nav-tabs .nav-link {
      border: 1px solid transparent;
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem
    }

    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
      border-color: #e9ecef #e9ecef #dee2e6
    }

    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
      color: #495057;
      background-color: #fff;
      border-color: #dee2e6 #dee2e6 #fff
    }

    .nav-tabs .dropdown-menu {
      margin-top: -1px;
      border-top-left-radius: 0;
      border-top-right-radius: 0
    }

    .nav-pills .nav-link {
      border-radius: .25rem
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
      color: #fff;
      background-color: #007bff
    }

    .nav-fill .nav-item {
      flex: 1 1 auto;
      text-align: center
    }

    .nav-justified .nav-item {
      flex-basis: 0;
      flex-grow: 1;
      text-align: center
    }

    .tab-content>.tab-pane {
      display: none
    }

    .tab-content>.active {
      display: block
    }

    .navbar {
      position: relative;
      padding: .5rem 1rem
    }

    .navbar,
    .navbar>.container,
    .navbar>.container-fluid {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between
    }

    .navbar-brand {
      display: inline-block;
      padding-top: .3125rem;
      padding-bottom: .3125rem;
      margin-right: 1rem;
      font-size: 1.25rem;
      line-height: inherit;
      white-space: nowrap
    }

    .navbar-brand:focus,
    .navbar-brand:hover {
      text-decoration: none
    }

    .navbar-nav {
      display: flex;
      flex-direction: column;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none
    }

    .navbar-nav .nav-link {
      padding-right: 0;
      padding-left: 0
    }

    .navbar-nav .dropdown-menu {
      position: static;
      float: none
    }

    .navbar-text {
      display: inline-block;
      padding-top: .5rem;
      padding-bottom: .5rem
    }

    .navbar-collapse {
      flex-basis: 100%;
      flex-grow: 1;
      align-items: center
    }

    .navbar-toggler {
      padding: .25rem .75rem;
      font-size: 1.25rem;
      line-height: 1;
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: .25rem
    }

    .navbar-toggler:focus,
    .navbar-toggler:hover {
      text-decoration: none
    }

    .navbar-toggler-icon {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      vertical-align: middle;
      content: "";
      background: no-repeat 50%;
      background-size: 100% 100%
    }

    @media (max-width:575.98px) {

      .navbar-expand-sm>.container,
      .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
      }
    }

    @media (min-width:576px) {
      .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
      }

      .navbar-expand-sm .navbar-nav {
        flex-direction: row
      }

      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
      }

      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
      }

      .navbar-expand-sm>.container,
      .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
      }

      .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
      }

      .navbar-expand-sm .navbar-toggler {
        display: none
      }
    }

    @media (max-width:767.98px) {

      .navbar-expand-md>.container,
      .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
      }
    }

    @media (min-width:768px) {
      .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
      }

      .navbar-expand-md .navbar-nav {
        flex-direction: row
      }

      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
      }

      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
      }

      .navbar-expand-md>.container,
      .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
      }

      .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
      }

      .navbar-expand-md .navbar-toggler {
        display: none
      }
    }

    @media (max-width:991.98px) {

      .navbar-expand-lg>.container,
      .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
      }
    }

    @media (min-width:992px) {
      .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
      }

      .navbar-expand-lg .navbar-nav {
        flex-direction: row
      }

      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
      }

      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
      }

      .navbar-expand-lg>.container,
      .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
      }

      .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
      }

      .navbar-expand-lg .navbar-toggler {
        display: none
      }
    }

    @media (max-width:1199.98px) {

      .navbar-expand-xl>.container,
      .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
      }
    }

    @media (min-width:1200px) {
      .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
      }

      .navbar-expand-xl .navbar-nav {
        flex-direction: row
      }

      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
      }

      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
      }

      .navbar-expand-xl>.container,
      .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
      }

      .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
      }

      .navbar-expand-xl .navbar-toggler {
        display: none
      }
    }

    .navbar-expand {
      flex-flow: row nowrap;
      justify-content: flex-start
    }

    .navbar-expand>.container,
    .navbar-expand>.container-fluid {
      padding-right: 0;
      padding-left: 0
    }

    .navbar-expand .navbar-nav {
      flex-direction: row
    }

    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute
    }

    .navbar-expand .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem
    }

    .navbar-expand>.container,
    .navbar-expand>.container-fluid {
      flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
      display: flex !important;
      flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
      display: none
    }

    .navbar-light .navbar-brand,
    .navbar-light .navbar-brand:focus,
    .navbar-light .navbar-brand:hover {
      color: rgba(0, 0, 0, .9)
    }

    .navbar-light .navbar-nav .nav-link {
      color: rgba(0, 0, 0, .5)
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
      color: rgba(0, 0, 0, .7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
      color: rgba(0, 0, 0, .3)
    }

    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
      color: rgba(0, 0, 0, .9)
    }

    .navbar-light .navbar-toggler {
      color: rgba(0, 0, 0, .5);
      border-color: rgba(0, 0, 0, .1)
    }

    .navbar-light .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
    }

    .navbar-light .navbar-text {
      color: rgba(0, 0, 0, .5)
    }

    .navbar-light .navbar-text a,
    .navbar-light .navbar-text a:focus,
    .navbar-light .navbar-text a:hover {
      color: rgba(0, 0, 0, .9)
    }

    .navbar-dark .navbar-brand,
    .navbar-dark .navbar-brand:focus,
    .navbar-dark .navbar-brand:hover {
      color: #fff
    }

    .navbar-dark .navbar-nav .nav-link {
      color: hsla(0, 0%, 100%, .5)
    }

    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
      color: hsla(0, 0%, 100%, .75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
      color: hsla(0, 0%, 100%, .25)
    }

    .navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link {
      color: #fff
    }

    .navbar-dark .navbar-toggler {
      color: hsla(0, 0%, 100%, .5);
      border-color: hsla(0, 0%, 100%, .1)
    }

    .navbar-dark .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
    }

    .navbar-dark .navbar-text {
      color: hsla(0, 0%, 100%, .5)
    }

    .navbar-dark .navbar-text a,
    .navbar-dark .navbar-text a:focus,
    .navbar-dark .navbar-text a:hover {
      color: #fff
    }

    .card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0, 0, 0, .125);
      border-radius: .25rem
    }

    .card>hr {
      margin-right: 0;
      margin-left: 0
    }

    .card>.list-group:first-child .list-group-item:first-child {
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem
    }

    .card>.list-group:last-child .list-group-item:last-child {
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: .25rem
    }

    .card-body {
      flex: 1 1 auto;
      padding: 1.25rem
    }

    .card-title {
      margin-bottom: .75rem
    }

    .card-subtitle {
      margin-top: -.375rem
    }

    .card-subtitle,
    .card-text:last-child {
      margin-bottom: 0
    }

    .card-link:hover {
      text-decoration: none
    }

    .card-link+.card-link {
      margin-left: 1.25rem
    }

    .card-header {
      padding: .75rem 1.25rem;
      margin-bottom: 0;
      background-color: rgba(0, 0, 0, .03);
      border-bottom: 1px solid rgba(0, 0, 0, .125)
    }

    .card-header:first-child {
      border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header+.list-group .list-group-item:first-child {
      border-top: 0
    }

    .card-footer {
      padding: .75rem 1.25rem;
      background-color: rgba(0, 0, 0, .03);
      border-top: 1px solid rgba(0, 0, 0, .125)
    }

    .card-footer:last-child {
      border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

    .card-header-tabs {
      margin-bottom: -.75rem;
      border-bottom: 0
    }

    .card-header-pills,
    .card-header-tabs {
      margin-right: -.625rem;
      margin-left: -.625rem
    }

    .card-img-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 1.25rem
    }

    .card-img {
      width: 100%;
      border-radius: calc(.25rem - 1px)
    }

    .card-img-top {
      width: 100%;
      border-top-left-radius: calc(.25rem - 1px);
      border-top-right-radius: calc(.25rem - 1px)
    }

    .card-img-bottom {
      width: 100%;
      border-bottom-right-radius: calc(.25rem - 1px);
      border-bottom-left-radius: calc(.25rem - 1px)
    }

    .card-deck {
      display: flex;
      flex-direction: column
    }

    .card-deck .card {
      margin-bottom: 15px
    }

    @media (min-width:576px) {
      .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
      }

      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
      }
    }

    .card-group {
      display: flex;
      flex-direction: column
    }

    .card-group>.card {
      margin-bottom: 15px
    }

    @media (min-width:576px) {
      .card-group {
        flex-flow: row wrap
      }

      .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
      }

      .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
      }

      .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
      }

      .card-group>.card:not(:last-child) .card-header,
      .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
      }

      .card-group>.card:not(:last-child) .card-footer,
      .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
      }

      .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
      }

      .card-group>.card:not(:first-child) .card-header,
      .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
      }

      .card-group>.card:not(:first-child) .card-footer,
      .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
      }
    }

    .card-columns .card {
      margin-bottom: .75rem
    }

    @media (min-width:576px) {
      .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        grid-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
      }

      .card-columns .card {
        display: inline-block;
        width: 100%
      }
    }

    .accordion>.card {
      overflow: hidden
    }

    .accordion>.card:not(:first-of-type) .card-header:first-child {
      border-radius: 0
    }

    .accordion>.card:not(:first-of-type):not(:last-of-type) {
      border-bottom: 0;
      border-radius: 0
    }

    .accordion>.card:first-of-type {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0
    }

    .accordion>.card:last-of-type {
      border-top-left-radius: 0;
      border-top-right-radius: 0
    }

    .accordion>.card .card-header {
      margin-bottom: -1px
    }

    .breadcrumb {
      display: flex;
      flex-wrap: wrap;
      padding: .75rem 1rem;
      margin-bottom: 1rem;
      list-style: none;
      background-color: #e9ecef;
      border-radius: .25rem
    }

    .breadcrumb-item+.breadcrumb-item {
      padding-left: .5rem
    }

    .breadcrumb-item+.breadcrumb-item:before {
      display: inline-block;
      padding-right: .5rem;
      color: #6c757d;
      content: "/"
    }

    .breadcrumb-item+.breadcrumb-item:hover:before {
      text-decoration: underline;
      text-decoration: none
    }

    .breadcrumb-item.active {
      color: #6c757d
    }

    .pagination {
      display: flex;
      padding-left: 0;
      list-style: none;
      border-radius: .25rem
    }

    .page-link {
      position: relative;
      display: block;
      padding: .5rem .75rem;
      margin-left: -1px;
      line-height: 1.25;
      color: #007bff;
      background-color: #fff;
      border: 1px solid #dee2e6
    }

    .page-link:hover {
      z-index: 2;
      color: #0056b3;
      text-decoration: none;
      background-color: #e9ecef;
      border-color: #dee2e6
    }

    .page-link:focus {
      z-index: 2;
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

    .page-item:first-child .page-link {
      margin-left: 0;
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem
    }

    .page-item:last-child .page-link {
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem
    }

    .page-item.active .page-link {
      z-index: 1;
      color: #fff;
      background-color: #007bff;
      border-color: #007bff
    }

    .page-item.disabled .page-link {
      color: #6c757d;
      pointer-events: none;
      cursor: auto;
      background-color: #fff;
      border-color: #dee2e6
    }

    .pagination-lg .page-link {
      padding: .75rem 1.5rem;
      font-size: 1.25rem;
      line-height: 1.5
    }

    .pagination-lg .page-item:first-child .page-link {
      border-top-left-radius: .3rem;
      border-bottom-left-radius: .3rem
    }

    .pagination-lg .page-item:last-child .page-link {
      border-top-right-radius: .3rem;
      border-bottom-right-radius: .3rem
    }

    .pagination-sm .page-link {
      padding: .25rem .5rem;
      font-size: .875rem;
      line-height: 1.5
    }

    .pagination-sm .page-item:first-child .page-link {
      border-top-left-radius: .2rem;
      border-bottom-left-radius: .2rem
    }

    .pagination-sm .page-item:last-child .page-link {
      border-top-right-radius: .2rem;
      border-bottom-right-radius: .2rem
    }

    .badge {
      display: inline-block;
      padding: .25em .4em;
      font-size: 75%;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: .25rem;
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
      .badge {
        transition: none
      }
    }

    a.badge:focus,
    a.badge:hover {
      text-decoration: none
    }

    .badge:empty {
      display: none
    }

    .btn .badge {
      position: relative;
      top: -1px
    }

    .badge-pill {
      padding-right: .6em;
      padding-left: .6em;
      border-radius: 10rem
    }

    .badge-primary {
      color: #fff;
      background-color: #007bff
    }

    a.badge-primary:focus,
    a.badge-primary:hover {
      color: #fff;
      background-color: #0062cc
    }

    a.badge-primary.focus,
    a.badge-primary:focus {
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
    }

    .badge-secondary {
      color: #fff;
      background-color: #6c757d
    }

    a.badge-secondary:focus,
    a.badge-secondary:hover {
      color: #fff;
      background-color: #545b62
    }

    a.badge-secondary.focus,
    a.badge-secondary:focus {
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
    }

    .badge-success {
      color: #fff;
      background-color: #28a745
    }

    a.badge-success:focus,
    a.badge-success:hover {
      color: #fff;
      background-color: #1e7e34
    }

    a.badge-success.focus,
    a.badge-success:focus {
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
    }

    .badge-info {
      color: #fff;
      background-color: #17a2b8
    }

    a.badge-info:focus,
    a.badge-info:hover {
      color: #fff;
      background-color: #117a8b
    }

    a.badge-info.focus,
    a.badge-info:focus {
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
    }

    .badge-warning {
      color: #212529;
      background-color: #ffc107
    }

    a.badge-warning:focus,
    a.badge-warning:hover {
      color: #212529;
      background-color: #d39e00
    }

    a.badge-warning.focus,
    a.badge-warning:focus {
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
    }

    .badge-danger {
      color: #fff;
      background-color: #dc3545
    }

    a.badge-danger:focus,
    a.badge-danger:hover {
      color: #fff;
      background-color: #bd2130
    }

    a.badge-danger.focus,
    a.badge-danger:focus {
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
    }

    .badge-light {
      color: #212529;
      background-color: #f8f9fa
    }

    a.badge-light:focus,
    a.badge-light:hover {
      color: #212529;
      background-color: #dae0e5
    }

    a.badge-light.focus,
    a.badge-light:focus {
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
    }

    .badge-dark {
      color: #fff;
      background-color: #343a40
    }

    a.badge-dark:focus,
    a.badge-dark:hover {
      color: #fff;
      background-color: #1d2124
    }

    a.badge-dark.focus,
    a.badge-dark:focus {
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
    }

    .jumbotron {
      padding: 2rem 1rem;
      margin-bottom: 2rem;
      background-color: #e9ecef;
      border-radius: .3rem
    }

    @media (min-width:576px) {
      .jumbotron {
        padding: 4rem 2rem
      }
    }

    .jumbotron-fluid {
      padding-right: 0;
      padding-left: 0;
      border-radius: 0
    }

    .alert {
      position: relative;
      padding: .75rem 1.25rem;
      margin-bottom: 1rem;
      border: 1px solid transparent;
      border-radius: .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: .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 {
      0% {
        background-position: 1rem 0
      }

      to {
        background-position: 0 0
      }
    }

    @keyframes progress-bar-stripes {
      0% {
        background-position: 1rem 0
      }

      to {
        background-position: 0 0
      }
    }

    .progress {
      display: flex;
      height: 1rem;
      overflow: hidden;
      font-size: .75rem;
      background-color: #e9ecef;
      border-radius: .25rem
    }

    .progress-bar {
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: #fff;
      text-align: center;
      white-space: nowrap;
      background-color: #007bff;
      transition: width .6s ease
    }

    @media (prefers-reduced-motion:reduce) {
      .progress-bar {
        transition: none
      }
    }

    .progress-bar-striped {
      background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, 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: flex;
      align-items: flex-start
    }

    .media-body {
      flex: 1
    }

    .list-group {
      display: flex;
      flex-direction: column;
      padding-left: 0;
      margin-bottom: 0
    }

    .list-group-item-action {
      width: 100%;
      color: #495057;
      text-align: inherit
    }

    .list-group-item-action:focus,
    .list-group-item-action:hover {
      z-index: 1;
      color: #495057;
      text-decoration: none;
      background-color: #f8f9fa
    }

    .list-group-item-action:active {
      color: #212529;
      background-color: #e9ecef
    }

    .list-group-item {
      position: relative;
      display: block;
      padding: .75rem 1.25rem;
      margin-bottom: -1px;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .125)
    }

    .list-group-item:first-child {
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: .25rem
    }

    .list-group-item.disabled,
    .list-group-item:disabled {
      color: #6c757d;
      pointer-events: none;
      background-color: #fff
    }

    .list-group-item.active {
      z-index: 2;
      color: #fff;
      background-color: #007bff;
      border-color: #007bff
    }

    .list-group-horizontal {
      flex-direction: row
    }

    .list-group-horizontal .list-group-item {
      margin-right: -1px;
      margin-bottom: 0
    }

    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0
    }

    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: 0
    }

    @media (min-width:576px) {
      .list-group-horizontal-sm {
        flex-direction: row
      }

      .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
      }

      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
      }

      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
      }
    }

    @media (min-width:768px) {
      .list-group-horizontal-md {
        flex-direction: row
      }

      .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
      }

      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
      }

      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
      }
    }

    @media (min-width:992px) {
      .list-group-horizontal-lg {
        flex-direction: row
      }

      .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
      }

      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
      }

      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
      }
    }

    @media (min-width:1200px) {
      .list-group-horizontal-xl {
        flex-direction: row
      }

      .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
      }

      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
      }

      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
      }
    }

    .list-group-flush .list-group-item {
      border-right: 0;
      border-left: 0;
      border-radius: 0
    }

    .list-group-flush .list-group-item:last-child {
      margin-bottom: -1px
    }

    .list-group-flush:first-child .list-group-item:first-child {
      border-top: 0
    }

    .list-group-flush:last-child .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom: 0
    }

    .list-group-item-primary {
      color: #004085;
      background-color: #b8daff
    }

    .list-group-item-primary.list-group-item-action:focus,
    .list-group-item-primary.list-group-item-action:hover {
      color: #004085;
      background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active {
      color: #fff;
      background-color: #004085;
      border-color: #004085
    }

    .list-group-item-secondary {
      color: #383d41;
      background-color: #d6d8db
    }

    .list-group-item-secondary.list-group-item-action:focus,
    .list-group-item-secondary.list-group-item-action:hover {
      color: #383d41;
      background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
      color: #fff;
      background-color: #383d41;
      border-color: #383d41
    }

    .list-group-item-success {
      color: #155724;
      background-color: #c3e6cb
    }

    .list-group-item-success.list-group-item-action:focus,
    .list-group-item-success.list-group-item-action:hover {
      color: #155724;
      background-color: #b1dfbb
    }

    .list-group-item-success.list-group-item-action.active {
      color: #fff;
      background-color: #155724;
      border-color: #155724
    }

    .list-group-item-info {
      color: #0c5460;
      background-color: #bee5eb
    }

    .list-group-item-info.list-group-item-action:focus,
    .list-group-item-info.list-group-item-action:hover {
      color: #0c5460;
      background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
      color: #fff;
      background-color: #0c5460;
      border-color: #0c5460
    }

    .list-group-item-warning {
      color: #856404;
      background-color: #ffeeba
    }

    .list-group-item-warning.list-group-item-action:focus,
    .list-group-item-warning.list-group-item-action:hover {
      color: #856404;
      background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
      color: #fff;
      background-color: #856404;
      border-color: #856404
    }

    .list-group-item-danger {
      color: #721c24;
      background-color: #f5c6cb
    }

    .list-group-item-danger.list-group-item-action:focus,
    .list-group-item-danger.list-group-item-action:hover {
      color: #721c24;
      background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
      color: #fff;
      background-color: #721c24;
      border-color: #721c24
    }

    .list-group-item-light {
      color: #818182;
      background-color: #fdfdfe
    }

    .list-group-item-light.list-group-item-action:focus,
    .list-group-item-light.list-group-item-action:hover {
      color: #818182;
      background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active {
      color: #fff;
      background-color: #818182;
      border-color: #818182
    }

    .list-group-item-dark {
      color: #1b1e21;
      background-color: #c6c8ca
    }

    .list-group-item-dark.list-group-item-action:focus,
    .list-group-item-dark.list-group-item-action:hover {
      color: #1b1e21;
      background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
      color: #fff;
      background-color: #1b1e21;
      border-color: #1b1e21
    }

    .close {
      float: right;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1;
      color: #000;
      text-shadow: 0 1px 0 #fff;
      opacity: .5
    }

    .close:hover {
      color: #000;
      text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus,
    .close:not(:disabled):not(.disabled):hover {
      opacity: .75
    }

    button.close {
      padding: 0;
      background-color: transparent;
      border: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none
    }

    a.close.disabled {
      pointer-events: none
    }

    .toast {
      max-width: 350px;
      overflow: hidden;
      font-size: .875rem;
      background-color: hsla(0, 0%, 100%, .85);
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, .1);
      box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      opacity: 0;
      border-radius: .25rem
    }

    .toast:not(:last-child) {
      margin-bottom: .75rem
    }

    .toast.showing {
      opacity: 1
    }

    .toast.show {
      display: block;
      opacity: 1
    }

    .toast.hide {
      display: none
    }

    .toast-header {
      display: flex;
      align-items: center;
      padding: .25rem .75rem;
      color: #6c757d;
      background-color: hsla(0, 0%, 100%, .85);
      background-clip: padding-box;
      border-bottom: 1px solid rgba(0, 0, 0, .05)
    }

    .toast-body {
      padding: .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: .5rem;
      pointer-events: none
    }

    .modal.fade .modal-dialog {
      transition: transform .3s ease-out;
      transform: translateY(-50px)
    }

    @media (prefers-reduced-motion:reduce) {
      .modal.fade .modal-dialog {
        transition: none
      }
    }

    .modal.show .modal-dialog {
      transform: none
    }

    .modal-dialog-scrollable {
      display: flex;
      max-height: calc(100% - 1rem)
    }

    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 1rem);
      overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer,
    .modal-dialog-scrollable .modal-header {
      flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
      overflow-y: auto
    }

    .modal-dialog-centered {
      display: flex;
      align-items: center;
      min-height: calc(100% - 1rem)
    }

    .modal-dialog-centered:before {
      display: block;
      height: calc(100vh - 1rem);
      content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable {
      flex-direction: column;
      justify-content: center;
      height: 100%
    }

    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none
    }

    .modal-dialog-centered.modal-dialog-scrollable:before {
      content: none
    }

    .modal-content {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      pointer-events: auto;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, .2);
      border-radius: .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: .5
    }

    .modal-header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 1rem;
      border-bottom: 1px solid #dee2e6;
      border-top-left-radius: .3rem;
      border-top-right-radius: .3rem
    }

    .modal-header .close {
      padding: 1rem;
      margin: -1rem -1rem -1rem auto
    }

    .modal-title {
      margin-bottom: 0;
      line-height: 1.5
    }

    .modal-body {
      position: relative;
      flex: 1 1 auto;
      padding: 1rem
    }

    .modal-footer {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 1rem;
      border-top: 1px solid #dee2e6;
      border-bottom-right-radius: .3rem;
      border-bottom-left-radius: .3rem
    }

    .modal-footer>:not(:first-child) {
      margin-left: .25rem
    }

    .modal-footer>:not(:last-child) {
      margin-right: .25rem
    }

    .modal-scrollbar-measure {
      position: absolute;
      top: -9999px;
      width: 50px;
      height: 50px;
      overflow: scroll
    }

    @media (min-width:576px) {
      .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
      }

      .modal-dialog-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)
      }

      .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
      }
    }

    [dir=ltr] .tooltip {
      text-align: left
    }

    [dir=rtl] .tooltip {
      text-align: right
    }

    .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-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: .875rem;
      word-wrap: break-word;
      opacity: 0
    }

    .tooltip.show {
      opacity: .9
    }

    .tooltip .arrow {
      position: absolute;
      display: block;
      width: .8rem;
      height: .4rem
    }

    .tooltip .arrow:before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid
    }

    .bs-tooltip-auto[x-placement^=top],
    .bs-tooltip-top {
      padding: .4rem 0
    }

    .bs-tooltip-auto[x-placement^=top] .arrow,
    .bs-tooltip-top .arrow {
      bottom: 0
    }

    .bs-tooltip-auto[x-placement^=top] .arrow:before,
    .bs-tooltip-top .arrow:before {
      top: 0;
      border-width: .4rem .4rem 0;
      border-top-color: #000
    }

    .bs-tooltip-auto[x-placement^=right],
    .bs-tooltip-right {
      padding: 0 .4rem
    }

    .bs-tooltip-auto[x-placement^=right] .arrow,
    .bs-tooltip-right .arrow {
      left: 0;
      width: .4rem;
      height: .8rem
    }

    .bs-tooltip-auto[x-placement^=right] .arrow:before,
    .bs-tooltip-right .arrow:before {
      right: 0;
      border-width: .4rem .4rem .4rem 0;
      border-right-color: #000
    }

    .bs-tooltip-auto[x-placement^=bottom],
    .bs-tooltip-bottom {
      padding: .4rem 0
    }

    .bs-tooltip-auto[x-placement^=bottom] .arrow,
    .bs-tooltip-bottom .arrow {
      top: 0
    }

    .bs-tooltip-auto[x-placement^=bottom] .arrow:before,
    .bs-tooltip-bottom .arrow:before {
      bottom: 0;
      border-width: 0 .4rem .4rem;
      border-bottom-color: #000
    }

    .bs-tooltip-auto[x-placement^=left],
    .bs-tooltip-left {
      padding: 0 .4rem
    }

    .bs-tooltip-auto[x-placement^=left] .arrow,
    .bs-tooltip-left .arrow {
      right: 0;
      width: .4rem;
      height: .8rem
    }

    .bs-tooltip-auto[x-placement^=left] .arrow:before,
    .bs-tooltip-left .arrow:before {
      left: 0;
      border-width: .4rem 0 .4rem .4rem;
      border-left-color: #000
    }

    .tooltip-inner {
      max-width: 200px;
      padding: .25rem .5rem;
      color: #fff;
      text-align: center;
      background-color: #000;
      border-radius: .25rem
    }

    [dir=ltr] .popover {
      text-align: left
    }

    [dir=rtl] .popover {
      text-align: right
    }

    .popover {
      top: 0;
      left: 0;
      z-index: 1060;
      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-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: .875rem;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, .2);
      border-radius: .3rem
    }

    .popover,
    .popover .arrow {
      position: absolute;
      display: block
    }

    .popover .arrow {
      width: 1rem;
      height: .5rem;
      margin: 0 .3rem
    }

    .popover .arrow:after,
    .popover .arrow:before {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid
    }

    .bs-popover-auto[x-placement^=top],
    .bs-popover-top {
      margin-bottom: .5rem
    }

    .bs-popover-auto[x-placement^=top]>.arrow,
    .bs-popover-top>.arrow {
      bottom: calc(-.5rem + -1px)
    }

    .bs-popover-auto[x-placement^=top]>.arrow:before,
    .bs-popover-top>.arrow:before {
      bottom: 0;
      border-width: .5rem .5rem 0;
      border-top-color: rgba(0, 0, 0, .25)
    }

    .bs-popover-auto[x-placement^=top]>.arrow:after,
    .bs-popover-top>.arrow:after {
      bottom: 1px;
      border-width: .5rem .5rem 0;
      border-top-color: #fff
    }

    .bs-popover-auto[x-placement^=right],
    .bs-popover-right {
      margin-left: .5rem
    }

    .bs-popover-auto[x-placement^=right]>.arrow,
    .bs-popover-right>.arrow {
      left: calc(-.5rem + -1px);
      width: .5rem;
      height: 1rem;
      margin: .3rem 0
    }

    .bs-popover-auto[x-placement^=right]>.arrow:before,
    .bs-popover-right>.arrow:before {
      left: 0;
      border-width: .5rem .5rem .5rem 0;
      border-right-color: rgba(0, 0, 0, .25)
    }

    .bs-popover-auto[x-placement^=right]>.arrow:after,
    .bs-popover-right>.arrow:after {
      left: 1px;
      border-width: .5rem .5rem .5rem 0;
      border-right-color: #fff
    }

    .bs-popover-auto[x-placement^=bottom],
    .bs-popover-bottom {
      margin-top: .5rem
    }

    .bs-popover-auto[x-placement^=bottom]>.arrow,
    .bs-popover-bottom>.arrow {
      top: calc(-.5rem + -1px)
    }

    .bs-popover-auto[x-placement^=bottom]>.arrow:before,
    .bs-popover-bottom>.arrow:before {
      top: 0;
      border-width: 0 .5rem .5rem;
      border-bottom-color: rgba(0, 0, 0, .25)
    }

    .bs-popover-auto[x-placement^=bottom]>.arrow:after,
    .bs-popover-bottom>.arrow:after {
      top: 1px;
      border-width: 0 .5rem .5rem;
      border-bottom-color: #fff
    }

    .bs-popover-auto[x-placement^=bottom] .popover-header:before,
    .bs-popover-bottom .popover-header:before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 1rem;
      margin-left: -.5rem;
      content: "";
      border-bottom: 1px solid #f7f7f7
    }

    .bs-popover-auto[x-placement^=left],
    .bs-popover-left {
      margin-right: .5rem
    }

    .bs-popover-auto[x-placement^=left]>.arrow,
    .bs-popover-left>.arrow {
      right: calc(-.5rem + -1px);
      width: .5rem;
      height: 1rem;
      margin: .3rem 0
    }

    .bs-popover-auto[x-placement^=left]>.arrow:before,
    .bs-popover-left>.arrow:before {
      right: 0;
      border-width: .5rem 0 .5rem .5rem;
      border-left-color: rgba(0, 0, 0, .25)
    }

    .bs-popover-auto[x-placement^=left]>.arrow:after,
    .bs-popover-left>.arrow:after {
      right: 1px;
      border-width: .5rem 0 .5rem .5rem;
      border-left-color: #fff
    }

    .popover-header {
      padding: .5rem .75rem;
      margin-bottom: 0;
      font-size: 1rem;
      background-color: #f7f7f7;
      border-bottom: 1px solid #ebebeb;
      border-top-left-radius: calc(.3rem - 1px);
      border-top-right-radius: calc(.3rem - 1px)
    }

    .popover-header:empty {
      display: none
    }

    .popover-body {
      padding: .5rem .75rem;
      color: #212529
    }

    .carousel {
      position: relative
    }

    .carousel.pointer-event {
      touch-action: pan-y
    }

    .carousel-inner {
      position: relative;
      width: 100%;
      overflow: hidden
    }

    .carousel-inner:after {
      display: block;
      clear: both;
      content: ""
    }

    .carousel-item {
      position: relative;
      display: none;
      float: left;
      width: 100%;
      margin-right: -100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition: transform .6s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
      .carousel-item {
        transition: none
      }
    }

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
      display: block
    }

    .active.carousel-item-right,
    .carousel-item-next:not(.carousel-item-left) {
      transform: translateX(100%)
    }

    .active.carousel-item-left,
    .carousel-item-prev:not(.carousel-item-right) {
      transform: translateX(-100%)
    }

    .carousel-fade .carousel-item {
      opacity: 0;
      transition-property: opacity;
      transform: none
    }

    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right,
    .carousel-fade .carousel-item.active {
      z-index: 1;
      opacity: 1
    }

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      z-index: 0;
      opacity: 0;
      transition: opacity 0s .6s
    }

    @media (prefers-reduced-motion:reduce) {

      .carousel-fade .active.carousel-item-left,
      .carousel-fade .active.carousel-item-right {
        transition: none
      }
    }

    .carousel-control-next,
    .carousel-control-prev {
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 15%;
      color: #fff;
      text-align: center;
      opacity: .5;
      transition: opacity .15s ease
    }

    @media (prefers-reduced-motion:reduce) {

      .carousel-control-next,
      .carousel-control-prev {
        transition: none
      }
    }

    .carousel-control-next:focus,
    .carousel-control-next:hover,
    .carousel-control-prev:focus,
    .carousel-control-prev:hover {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: .9
    }

    .carousel-control-prev {
      left: 0
    }

    .carousel-control-next {
      right: 0
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: no-repeat 50%/100% 100%
    }

    .carousel-control-prev-icon {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
    }

    .carousel-control-next-icon {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
    }

    .carousel-indicators {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 15;
      display: flex;
      justify-content: center;
      padding-left: 0;
      margin-right: 15%;
      margin-left: 15%;
      list-style: none
    }

    .carousel-indicators li {
      box-sizing: content-box;
      flex: 0 1 auto;
      width: 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 .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 {
        transform: rotate(1turn)
      }
    }

    @keyframes spinner-border {
      to {
        transform: rotate(1turn)
      }
    }

    .spinner-border {
      display: inline-block;
      width: 2rem;
      height: 2rem;
      vertical-align: text-bottom;
      border: .25em solid;
      border-right: .25em solid 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: .2em
    }

    @-webkit-keyframes spinner-grow {
      0% {
        transform: scale(0)
      }

      50% {
        opacity: 1
      }
    }

    @keyframes spinner-grow {
      0% {
        transform: scale(0)
      }

      50% {
        opacity: 1
      }
    }

    .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:focus,
    a.bg-primary:hover,
    button.bg-primary:focus,
    button.bg-primary:hover {
      background-color: #0062cc !important
    }

    .bg-secondary {
      background-color: #6c757d !important
    }

    a.bg-secondary:focus,
    a.bg-secondary:hover,
    button.bg-secondary:focus,
    button.bg-secondary:hover {
      background-color: #545b62 !important
    }

    .bg-success {
      background-color: #28a745 !important
    }

    a.bg-success:focus,
    a.bg-success:hover,
    button.bg-success:focus,
    button.bg-success:hover {
      background-color: #1e7e34 !important
    }

    .bg-info {
      background-color: #17a2b8 !important
    }

    a.bg-info:focus,
    a.bg-info:hover,
    button.bg-info:focus,
    button.bg-info:hover {
      background-color: #117a8b !important
    }

    .bg-warning {
      background-color: #ffc107 !important
    }

    a.bg-warning:focus,
    a.bg-warning:hover,
    button.bg-warning:focus,
    button.bg-warning:hover {
      background-color: #d39e00 !important
    }

    .bg-danger {
      background-color: #dc3545 !important
    }

    a.bg-danger:focus,
    a.bg-danger:hover,
    button.bg-danger:focus,
    button.bg-danger:hover {
      background-color: #bd2130 !important
    }

    .bg-light {
      background-color: #f8f9fa !important
    }

    a.bg-light:focus,
    a.bg-light:hover,
    button.bg-light:focus,
    button.bg-light:hover {
      background-color: #dae0e5 !important
    }

    .bg-dark {
      background-color: #343a40 !important
    }

    a.bg-dark:focus,
    a.bg-dark:hover,
    button.bg-dark:focus,
    button.bg-dark:hover {
      background-color: #1d2124 !important
    }

    .bg-white {
      background-color: #fff !important
    }

    .bg-transparent {
      background-color: transparent !important
    }

    .border {
      border: 1px solid #dee2e6 !important
    }

    .border-top {
      border-top: 1px solid #dee2e6 !important
    }

    .border-right {
      border-right: 1px solid #dee2e6 !important
    }

    .border-bottom {
      border-bottom: 1px solid #dee2e6 !important
    }

    .border-left {
      border-left: 1px solid #dee2e6 !important
    }

    .border-0 {
      border: 0 !important
    }

    .border-top-0 {
      border-top: 0 !important
    }

    .border-right-0 {
      border-right: 0 !important
    }

    .border-bottom-0 {
      border-bottom: 0 !important
    }

    .border-left-0 {
      border-left: 0 !important
    }

    .border-primary {
      border-color: #007bff !important
    }

    .border-secondary {
      border-color: #6c757d !important
    }

    .border-success {
      border-color: #28a745 !important
    }

    .border-info {
      border-color: #17a2b8 !important
    }

    .border-warning {
      border-color: #ffc107 !important
    }

    .border-danger {
      border-color: #dc3545 !important
    }

    .border-light {
      border-color: #f8f9fa !important
    }

    .border-dark {
      border-color: #343a40 !important
    }

    .border-white {
      border-color: #fff !important
    }

    .rounded-sm {
      border-radius: .2rem !important
    }

    .rounded {
      border-radius: .25rem !important
    }

    .rounded-top {
      border-top-left-radius: .25rem !important
    }

    .rounded-right,
    .rounded-top {
      border-top-right-radius: .25rem !important
    }

    .rounded-bottom,
    .rounded-right {
      border-bottom-right-radius: .25rem !important
    }

    .rounded-bottom,
    .rounded-left {
      border-bottom-left-radius: .25rem !important
    }

    .rounded-left {
      border-top-left-radius: .25rem !important
    }

    .rounded-lg {
      border-radius: .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: flex !important
    }

    .d-inline-flex {
      display: inline-flex !important
    }

    @media (min-width:576px) {
      .d-sm-none {
        display: none !important
      }

      .d-sm-inline {
        display: inline !important
      }

      .d-sm-inline-block {
        display: inline-block !important
      }

      .d-sm-block {
        display: block !important
      }

      .d-sm-table {
        display: table !important
      }

      .d-sm-table-row {
        display: table-row !important
      }

      .d-sm-table-cell {
        display: table-cell !important
      }

      .d-sm-flex {
        display: flex !important
      }

      .d-sm-inline-flex {
        display: inline-flex !important
      }
    }

    @media (min-width:768px) {
      .d-md-none {
        display: none !important
      }

      .d-md-inline {
        display: inline !important
      }

      .d-md-inline-block {
        display: inline-block !important
      }

      .d-md-block {
        display: block !important
      }

      .d-md-table {
        display: table !important
      }

      .d-md-table-row {
        display: table-row !important
      }

      .d-md-table-cell {
        display: table-cell !important
      }

      .d-md-flex {
        display: flex !important
      }

      .d-md-inline-flex {
        display: inline-flex !important
      }
    }

    @media (min-width:992px) {
      .d-lg-none {
        display: none !important
      }

      .d-lg-inline {
        display: inline !important
      }

      .d-lg-inline-block {
        display: inline-block !important
      }

      .d-lg-block {
        display: block !important
      }

      .d-lg-table {
        display: table !important
      }

      .d-lg-table-row {
        display: table-row !important
      }

      .d-lg-table-cell {
        display: table-cell !important
      }

      .d-lg-flex {
        display: flex !important
      }

      .d-lg-inline-flex {
        display: inline-flex !important
      }
    }

    @media (min-width:1200px) {
      .d-xl-none {
        display: none !important
      }

      .d-xl-inline {
        display: inline !important
      }

      .d-xl-inline-block {
        display: inline-block !important
      }

      .d-xl-block {
        display: block !important
      }

      .d-xl-table {
        display: table !important
      }

      .d-xl-table-row {
        display: table-row !important
      }

      .d-xl-table-cell {
        display: table-cell !important
      }

      .d-xl-flex {
        display: flex !important
      }

      .d-xl-inline-flex {
        display: inline-flex !important
      }
    }

    @media print {
      .d-print-none {
        display: none !important
      }

      .d-print-inline {
        display: inline !important
      }

      .d-print-inline-block {
        display: inline-block !important
      }

      .d-print-block {
        display: block !important
      }

      .d-print-table {
        display: table !important
      }

      .d-print-table-row {
        display: table-row !important
      }

      .d-print-table-cell {
        display: table-cell !important
      }

      .d-print-flex {
        display: flex !important
      }

      .d-print-inline-flex {
        display: inline-flex !important
      }
    }

    .embed-responsive {
      position: relative;
      display: block;
      width: 100%;
      padding: 0;
      overflow: hidden
    }

    .embed-responsive:before {
      display: block;
      content: ""
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0
    }

    .embed-responsive-21by9:before {
      padding-top: 42.857143%
    }

    .embed-responsive-16by9:before {
      padding-top: 56.25%
    }

    .embed-responsive-4by3:before {
      padding-top: 75%
    }

    .embed-responsive-1by1:before {
      padding-top: 100%
    }

    .flex-row {
      flex-direction: row !important
    }

    .flex-column {
      flex-direction: column !important
    }

    .flex-row-reverse {
      flex-direction: row-reverse !important
    }

    .flex-column-reverse {
      flex-direction: column-reverse !important
    }

    .flex-wrap {
      flex-wrap: wrap !important
    }

    .flex-nowrap {
      flex-wrap: nowrap !important
    }

    .flex-wrap-reverse {
      flex-wrap: wrap-reverse !important
    }

    .flex-fill {
      flex: 1 1 auto !important
    }

    .flex-grow-0 {
      flex-grow: 0 !important
    }

    .flex-grow-1 {
      flex-grow: 1 !important
    }

    .flex-shrink-0 {
      flex-shrink: 0 !important
    }

    .flex-shrink-1 {
      flex-shrink: 1 !important
    }

    .justify-content-start {
      justify-content: flex-start !important
    }

    .justify-content-end {
      justify-content: flex-end !important
    }

    .justify-content-center {
      justify-content: center !important
    }

    .justify-content-between {
      justify-content: space-between !important
    }

    .justify-content-around {
      justify-content: space-around !important
    }

    .align-items-start {
      align-items: flex-start !important
    }

    .align-items-end {
      align-items: flex-end !important
    }

    .align-items-center {
      align-items: center !important
    }

    .align-items-baseline {
      align-items: baseline !important
    }

    .align-items-stretch {
      align-items: stretch !important
    }

    .align-content-start {
      align-content: flex-start !important
    }

    .align-content-end {
      align-content: flex-end !important
    }

    .align-content-center {
      align-content: center !important
    }

    .align-content-between {
      align-content: space-between !important
    }

    .align-content-around {
      align-content: space-around !important
    }

    .align-content-stretch {
      align-content: stretch !important
    }

    .align-self-auto {
      align-self: auto !important
    }

    .align-self-start {
      align-self: flex-start !important
    }

    .align-self-end {
      align-self: flex-end !important
    }

    .align-self-center {
      align-self: center !important
    }

    .align-self-baseline {
      align-self: baseline !important
    }

    .align-self-stretch {
      align-self: stretch !important
    }

    @media (min-width:576px) {
      .flex-sm-row {
        flex-direction: row !important
      }

      .flex-sm-column {
        flex-direction: column !important
      }

      .flex-sm-row-reverse {
        flex-direction: row-reverse !important
      }

      .flex-sm-column-reverse {
        flex-direction: column-reverse !important
      }

      .flex-sm-wrap {
        flex-wrap: wrap !important
      }

      .flex-sm-nowrap {
        flex-wrap: nowrap !important
      }

      .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
      }

      .flex-sm-fill {
        flex: 1 1 auto !important
      }

      .flex-sm-grow-0 {
        flex-grow: 0 !important
      }

      .flex-sm-grow-1 {
        flex-grow: 1 !important
      }

      .flex-sm-shrink-0 {
        flex-shrink: 0 !important
      }

      .flex-sm-shrink-1 {
        flex-shrink: 1 !important
      }

      .justify-content-sm-start {
        justify-content: flex-start !important
      }

      .justify-content-sm-end {
        justify-content: flex-end !important
      }

      .justify-content-sm-center {
        justify-content: center !important
      }

      .justify-content-sm-between {
        justify-content: space-between !important
      }

      .justify-content-sm-around {
        justify-content: space-around !important
      }

      .align-items-sm-start {
        align-items: flex-start !important
      }

      .align-items-sm-end {
        align-items: flex-end !important
      }

      .align-items-sm-center {
        align-items: center !important
      }

      .align-items-sm-baseline {
        align-items: baseline !important
      }

      .align-items-sm-stretch {
        align-items: stretch !important
      }

      .align-content-sm-start {
        align-content: flex-start !important
      }

      .align-content-sm-end {
        align-content: flex-end !important
      }

      .align-content-sm-center {
        align-content: center !important
      }

      .align-content-sm-between {
        align-content: space-between !important
      }

      .align-content-sm-around {
        align-content: space-around !important
      }

      .align-content-sm-stretch {
        align-content: stretch !important
      }

      .align-self-sm-auto {
        align-self: auto !important
      }

      .align-self-sm-start {
        align-self: flex-start !important
      }

      .align-self-sm-end {
        align-self: flex-end !important
      }

      .align-self-sm-center {
        align-self: center !important
      }

      .align-self-sm-baseline {
        align-self: baseline !important
      }

      .align-self-sm-stretch {
        align-self: stretch !important
      }
    }

    @media (min-width:768px) {
      .flex-md-row {
        flex-direction: row !important
      }

      .flex-md-column {
        flex-direction: column !important
      }

      .flex-md-row-reverse {
        flex-direction: row-reverse !important
      }

      .flex-md-column-reverse {
        flex-direction: column-reverse !important
      }

      .flex-md-wrap {
        flex-wrap: wrap !important
      }

      .flex-md-nowrap {
        flex-wrap: nowrap !important
      }

      .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
      }

      .flex-md-fill {
        flex: 1 1 auto !important
      }

      .flex-md-grow-0 {
        flex-grow: 0 !important
      }

      .flex-md-grow-1 {
        flex-grow: 1 !important
      }

      .flex-md-shrink-0 {
        flex-shrink: 0 !important
      }

      .flex-md-shrink-1 {
        flex-shrink: 1 !important
      }

      .justify-content-md-start {
        justify-content: flex-start !important
      }

      .justify-content-md-end {
        justify-content: flex-end !important
      }

      .justify-content-md-center {
        justify-content: center !important
      }

      .justify-content-md-between {
        justify-content: space-between !important
      }

      .justify-content-md-around {
        justify-content: space-around !important
      }

      .align-items-md-start {
        align-items: flex-start !important
      }

      .align-items-md-end {
        align-items: flex-end !important
      }

      .align-items-md-center {
        align-items: center !important
      }

      .align-items-md-baseline {
        align-items: baseline !important
      }

      .align-items-md-stretch {
        align-items: stretch !important
      }

      .align-content-md-start {
        align-content: flex-start !important
      }

      .align-content-md-end {
        align-content: flex-end !important
      }

      .align-content-md-center {
        align-content: center !important
      }

      .align-content-md-between {
        align-content: space-between !important
      }

      .align-content-md-around {
        align-content: space-around !important
      }

      .align-content-md-stretch {
        align-content: stretch !important
      }

      .align-self-md-auto {
        align-self: auto !important
      }

      .align-self-md-start {
        align-self: flex-start !important
      }

      .align-self-md-end {
        align-self: flex-end !important
      }

      .align-self-md-center {
        align-self: center !important
      }

      .align-self-md-baseline {
        align-self: baseline !important
      }

      .align-self-md-stretch {
        align-self: stretch !important
      }
    }

    @media (min-width:992px) {
      .flex-lg-row {
        flex-direction: row !important
      }

      .flex-lg-column {
        flex-direction: column !important
      }

      .flex-lg-row-reverse {
        flex-direction: row-reverse !important
      }

      .flex-lg-column-reverse {
        flex-direction: column-reverse !important
      }

      .flex-lg-wrap {
        flex-wrap: wrap !important
      }

      .flex-lg-nowrap {
        flex-wrap: nowrap !important
      }

      .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
      }

      .flex-lg-fill {
        flex: 1 1 auto !important
      }

      .flex-lg-grow-0 {
        flex-grow: 0 !important
      }

      .flex-lg-grow-1 {
        flex-grow: 1 !important
      }

      .flex-lg-shrink-0 {
        flex-shrink: 0 !important
      }

      .flex-lg-shrink-1 {
        flex-shrink: 1 !important
      }

      .justify-content-lg-start {
        justify-content: flex-start !important
      }

      .justify-content-lg-end {
        justify-content: flex-end !important
      }

      .justify-content-lg-center {
        justify-content: center !important
      }

      .justify-content-lg-between {
        justify-content: space-between !important
      }

      .justify-content-lg-around {
        justify-content: space-around !important
      }

      .align-items-lg-start {
        align-items: flex-start !important
      }

      .align-items-lg-end {
        align-items: flex-end !important
      }

      .align-items-lg-center {
        align-items: center !important
      }

      .align-items-lg-baseline {
        align-items: baseline !important
      }

      .align-items-lg-stretch {
        align-items: stretch !important
      }

      .align-content-lg-start {
        align-content: flex-start !important
      }

      .align-content-lg-end {
        align-content: flex-end !important
      }

      .align-content-lg-center {
        align-content: center !important
      }

      .align-content-lg-between {
        align-content: space-between !important
      }

      .align-content-lg-around {
        align-content: space-around !important
      }

      .align-content-lg-stretch {
        align-content: stretch !important
      }

      .align-self-lg-auto {
        align-self: auto !important
      }

      .align-self-lg-start {
        align-self: flex-start !important
      }

      .align-self-lg-end {
        align-self: flex-end !important
      }

      .align-self-lg-center {
        align-self: center !important
      }

      .align-self-lg-baseline {
        align-self: baseline !important
      }

      .align-self-lg-stretch {
        align-self: stretch !important
      }
    }

    @media (min-width:1200px) {
      .flex-xl-row {
        flex-direction: row !important
      }

      .flex-xl-column {
        flex-direction: column !important
      }

      .flex-xl-row-reverse {
        flex-direction: row-reverse !important
      }

      .flex-xl-column-reverse {
        flex-direction: column-reverse !important
      }

      .flex-xl-wrap {
        flex-wrap: wrap !important
      }

      .flex-xl-nowrap {
        flex-wrap: nowrap !important
      }

      .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
      }

      .flex-xl-fill {
        flex: 1 1 auto !important
      }

      .flex-xl-grow-0 {
        flex-grow: 0 !important
      }

      .flex-xl-grow-1 {
        flex-grow: 1 !important
      }

      .flex-xl-shrink-0 {
        flex-shrink: 0 !important
      }

      .flex-xl-shrink-1 {
        flex-shrink: 1 !important
      }

      .justify-content-xl-start {
        justify-content: flex-start !important
      }

      .justify-content-xl-end {
        justify-content: flex-end !important
      }

      .justify-content-xl-center {
        justify-content: center !important
      }

      .justify-content-xl-between {
        justify-content: space-between !important
      }

      .justify-content-xl-around {
        justify-content: space-around !important
      }

      .align-items-xl-start {
        align-items: flex-start !important
      }

      .align-items-xl-end {
        align-items: flex-end !important
      }

      .align-items-xl-center {
        align-items: center !important
      }

      .align-items-xl-baseline {
        align-items: baseline !important
      }

      .align-items-xl-stretch {
        align-items: stretch !important
      }

      .align-content-xl-start {
        align-content: flex-start !important
      }

      .align-content-xl-end {
        align-content: flex-end !important
      }

      .align-content-xl-center {
        align-content: center !important
      }

      .align-content-xl-between {
        align-content: space-between !important
      }

      .align-content-xl-around {
        align-content: space-around !important
      }

      .align-content-xl-stretch {
        align-content: stretch !important
      }

      .align-self-xl-auto {
        align-self: auto !important
      }

      .align-self-xl-start {
        align-self: flex-start !important
      }

      .align-self-xl-end {
        align-self: flex-end !important
      }

      .align-self-xl-center {
        align-self: center !important
      }

      .align-self-xl-baseline {
        align-self: baseline !important
      }

      .align-self-xl-stretch {
        align-self: stretch !important
      }
    }

    .float-left {
      float: left !important
    }

    .float-right {
      float: right !important
    }

    .float-none {
      float: none !important
    }

    @media (min-width:576px) {
      .float-sm-left {
        float: left !important
      }

      .float-sm-right {
        float: right !important
      }

      .float-sm-none {
        float: none !important
      }
    }

    @media (min-width:768px) {
      .float-md-left {
        float: left !important
      }

      .float-md-right {
        float: right !important
      }

      .float-md-none {
        float: none !important
      }
    }

    @media (min-width:992px) {
      .float-lg-left {
        float: left !important
      }

      .float-lg-right {
        float: right !important
      }

      .float-lg-none {
        float: none !important
      }
    }

    @media (min-width:1200px) {
      .float-xl-left {
        float: left !important
      }

      .float-xl-right {
        float: right !important
      }

      .float-xl-none {
        float: none !important
      }
    }

    .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 {
      top: 0
    }

    .fixed-bottom,
    .fixed-top {
      position: fixed;
      right: 0;
      left: 0;
      z-index: 1030
    }

    .fixed-bottom {
      bottom: 0
    }

    @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;
      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 .125rem .25rem rgba(0, 0, 0, .075) !important
    }

    .shadow {
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
    }

    .shadow-lg {
      box-shadow: 0 1rem 3rem rgba(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
    }

    .stretched-link:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      pointer-events: auto;
      content: "";
      background-color: transparent
    }

    .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: .25rem !important
    }

    .mt-1,
    .my-1 {
      margin-top: .25rem !important
    }

    .mr-1,
    .mx-1 {
      margin-right: .25rem !important
    }

    .mb-1,
    .my-1 {
      margin-bottom: .25rem !important
    }

    .ml-1,
    .mx-1 {
      margin-left: .25rem !important
    }

    .m-2 {
      margin: .5rem !important
    }

    .mt-2,
    .my-2 {
      margin-top: .5rem !important
    }

    .mr-2,
    .mx-2 {
      margin-right: .5rem !important
    }

    .mb-2,
    .my-2 {
      margin-bottom: .5rem !important
    }

    .ml-2,
    .mx-2 {
      margin-left: .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: .25rem !important
    }

    .pt-1,
    .py-1 {
      padding-top: .25rem !important
    }

    .pr-1,
    .px-1 {
      padding-right: .25rem !important
    }

    .pb-1,
    .py-1 {
      padding-bottom: .25rem !important
    }

    .pl-1,
    .px-1 {
      padding-left: .25rem !important
    }

    .p-2 {
      padding: .5rem !important
    }

    .pt-2,
    .py-2 {
      padding-top: .5rem !important
    }

    .pr-2,
    .px-2 {
      padding-right: .5rem !important
    }

    .pb-2,
    .py-2 {
      padding-bottom: .5rem !important
    }

    .pl-2,
    .px-2 {
      padding-left: .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: -.25rem !important
    }

    .mt-n1,
    .my-n1 {
      margin-top: -.25rem !important
    }

    .mr-n1,
    .mx-n1 {
      margin-right: -.25rem !important
    }

    .mb-n1,
    .my-n1 {
      margin-bottom: -.25rem !important
    }

    .ml-n1,
    .mx-n1 {
      margin-left: -.25rem !important
    }

    .m-n2 {
      margin: -.5rem !important
    }

    .mt-n2,
    .my-n2 {
      margin-top: -.5rem !important
    }

    .mr-n2,
    .mx-n2 {
      margin-right: -.5rem !important
    }

    .mb-n2,
    .my-n2 {
      margin-bottom: -.5rem !important
    }

    .ml-n2,
    .mx-n2 {
      margin-left: -.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: .25rem !important
      }

      .mt-sm-1,
      .my-sm-1 {
        margin-top: .25rem !important
      }

      .mr-sm-1,
      .mx-sm-1 {
        margin-right: .25rem !important
      }

      .mb-sm-1,
      .my-sm-1 {
        margin-bottom: .25rem !important
      }

      .ml-sm-1,
      .mx-sm-1 {
        margin-left: .25rem !important
      }

      .m-sm-2 {
        margin: .5rem !important
      }

      .mt-sm-2,
      .my-sm-2 {
        margin-top: .5rem !important
      }

      .mr-sm-2,
      .mx-sm-2 {
        margin-right: .5rem !important
      }

      .mb-sm-2,
      .my-sm-2 {
        margin-bottom: .5rem !important
      }

      .ml-sm-2,
      .mx-sm-2 {
        margin-left: .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: .25rem !important
      }

      .pt-sm-1,
      .py-sm-1 {
        padding-top: .25rem !important
      }

      .pr-sm-1,
      .px-sm-1 {
        padding-right: .25rem !important
      }

      .pb-sm-1,
      .py-sm-1 {
        padding-bottom: .25rem !important
      }

      .pl-sm-1,
      .px-sm-1 {
        padding-left: .25rem !important
      }

      .p-sm-2 {
        padding: .5rem !important
      }

      .pt-sm-2,
      .py-sm-2 {
        padding-top: .5rem !important
      }

      .pr-sm-2,
      .px-sm-2 {
        padding-right: .5rem !important
      }

      .pb-sm-2,
      .py-sm-2 {
        padding-bottom: .5rem !important
      }

      .pl-sm-2,
      .px-sm-2 {
        padding-left: .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: -.25rem !important
      }

      .mt-sm-n1,
      .my-sm-n1 {
        margin-top: -.25rem !important
      }

      .mr-sm-n1,
      .mx-sm-n1 {
        margin-right: -.25rem !important
      }

      .mb-sm-n1,
      .my-sm-n1 {
        margin-bottom: -.25rem !important
      }

      .ml-sm-n1,
      .mx-sm-n1 {
        margin-left: -.25rem !important
      }

      .m-sm-n2 {
        margin: -.5rem !important
      }

      .mt-sm-n2,
      .my-sm-n2 {
        margin-top: -.5rem !important
      }

      .mr-sm-n2,
      .mx-sm-n2 {
        margin-right: -.5rem !important
      }

      .mb-sm-n2,
      .my-sm-n2 {
        margin-bottom: -.5rem !important
      }

      .ml-sm-n2,
      .mx-sm-n2 {
        margin-left: -.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: .25rem !important
      }

      .mt-md-1,
      .my-md-1 {
        margin-top: .25rem !important
      }

      .mr-md-1,
      .mx-md-1 {
        margin-right: .25rem !important
      }

      .mb-md-1,
      .my-md-1 {
        margin-bottom: .25rem !important
      }

      .ml-md-1,
      .mx-md-1 {
        margin-left: .25rem !important
      }

      .m-md-2 {
        margin: .5rem !important
      }

      .mt-md-2,
      .my-md-2 {
        margin-top: .5rem !important
      }

      .mr-md-2,
      .mx-md-2 {
        margin-right: .5rem !important
      }

      .mb-md-2,
      .my-md-2 {
        margin-bottom: .5rem !important
      }

      .ml-md-2,
      .mx-md-2 {
        margin-left: .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: .25rem !important
      }

      .pt-md-1,
      .py-md-1 {
        padding-top: .25rem !important
      }

      .pr-md-1,
      .px-md-1 {
        padding-right: .25rem !important
      }

      .pb-md-1,
      .py-md-1 {
        padding-bottom: .25rem !important
      }

      .pl-md-1,
      .px-md-1 {
        padding-left: .25rem !important
      }

      .p-md-2 {
        padding: .5rem !important
      }

      .pt-md-2,
      .py-md-2 {
        padding-top: .5rem !important
      }

      .pr-md-2,
      .px-md-2 {
        padding-right: .5rem !important
      }

      .pb-md-2,
      .py-md-2 {
        padding-bottom: .5rem !important
      }

      .pl-md-2,
      .px-md-2 {
        padding-left: .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: -.25rem !important
      }

      .mt-md-n1,
      .my-md-n1 {
        margin-top: -.25rem !important
      }

      .mr-md-n1,
      .mx-md-n1 {
        margin-right: -.25rem !important
      }

      .mb-md-n1,
      .my-md-n1 {
        margin-bottom: -.25rem !important
      }

      .ml-md-n1,
      .mx-md-n1 {
        margin-left: -.25rem !important
      }

      .m-md-n2 {
        margin: -.5rem !important
      }

      .mt-md-n2,
      .my-md-n2 {
        margin-top: -.5rem !important
      }

      .mr-md-n2,
      .mx-md-n2 {
        margin-right: -.5rem !important
      }

      .mb-md-n2,
      .my-md-n2 {
        margin-bottom: -.5rem !important
      }

      .ml-md-n2,
      .mx-md-n2 {
        margin-left: -.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: .25rem !important
      }

      .mt-lg-1,
      .my-lg-1 {
        margin-top: .25rem !important
      }

      .mr-lg-1,
      .mx-lg-1 {
        margin-right: .25rem !important
      }

      .mb-lg-1,
      .my-lg-1 {
        margin-bottom: .25rem !important
      }

      .ml-lg-1,
      .mx-lg-1 {
        margin-left: .25rem !important
      }

      .m-lg-2 {
        margin: .5rem !important
      }

      .mt-lg-2,
      .my-lg-2 {
        margin-top: .5rem !important
      }

      .mr-lg-2,
      .mx-lg-2 {
        margin-right: .5rem !important
      }

      .mb-lg-2,
      .my-lg-2 {
        margin-bottom: .5rem !important
      }

      .ml-lg-2,
      .mx-lg-2 {
        margin-left: .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: .25rem !important
      }

      .pt-lg-1,
      .py-lg-1 {
        padding-top: .25rem !important
      }

      .pr-lg-1,
      .px-lg-1 {
        padding-right: .25rem !important
      }

      .pb-lg-1,
      .py-lg-1 {
        padding-bottom: .25rem !important
      }

      .pl-lg-1,
      .px-lg-1 {
        padding-left: .25rem !important
      }

      .p-lg-2 {
        padding: .5rem !important
      }

      .pt-lg-2,
      .py-lg-2 {
        padding-top: .5rem !important
      }

      .pr-lg-2,
      .px-lg-2 {
        padding-right: .5rem !important
      }

      .pb-lg-2,
      .py-lg-2 {
        padding-bottom: .5rem !important
      }

      .pl-lg-2,
      .px-lg-2 {
        padding-left: .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: -.25rem !important
      }

      .mt-lg-n1,
      .my-lg-n1 {
        margin-top: -.25rem !important
      }

      .mr-lg-n1,
      .mx-lg-n1 {
        margin-right: -.25rem !important
      }

      .mb-lg-n1,
      .my-lg-n1 {
        margin-bottom: -.25rem !important
      }

      .ml-lg-n1,
      .mx-lg-n1 {
        margin-left: -.25rem !important
      }

      .m-lg-n2 {
        margin: -.5rem !important
      }

      .mt-lg-n2,
      .my-lg-n2 {
        margin-top: -.5rem !important
      }

      .mr-lg-n2,
      .mx-lg-n2 {
        margin-right: -.5rem !important
      }

      .mb-lg-n2,
      .my-lg-n2 {
        margin-bottom: -.5rem !important
      }

      .ml-lg-n2,
      .mx-lg-n2 {
        margin-left: -.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: .25rem !important
      }

      .mt-xl-1,
      .my-xl-1 {
        margin-top: .25rem !important
      }

      .mr-xl-1,
      .mx-xl-1 {
        margin-right: .25rem !important
      }

      .mb-xl-1,
      .my-xl-1 {
        margin-bottom: .25rem !important
      }

      .ml-xl-1,
      .mx-xl-1 {
        margin-left: .25rem !important
      }

      .m-xl-2 {
        margin: .5rem !important
      }

      .mt-xl-2,
      .my-xl-2 {
        margin-top: .5rem !important
      }

      .mr-xl-2,
      .mx-xl-2 {
        margin-right: .5rem !important
      }

      .mb-xl-2,
      .my-xl-2 {
        margin-bottom: .5rem !important
      }

      .ml-xl-2,
      .mx-xl-2 {
        margin-left: .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: .25rem !important
      }

      .pt-xl-1,
      .py-xl-1 {
        padding-top: .25rem !important
      }

      .pr-xl-1,
      .px-xl-1 {
        padding-right: .25rem !important
      }

      .pb-xl-1,
      .py-xl-1 {
        padding-bottom: .25rem !important
      }

      .pl-xl-1,
      .px-xl-1 {
        padding-left: .25rem !important
      }

      .p-xl-2 {
        padding: .5rem !important
      }

      .pt-xl-2,
      .py-xl-2 {
        padding-top: .5rem !important
      }

      .pr-xl-2,
      .px-xl-2 {
        padding-right: .5rem !important
      }

      .pb-xl-2,
      .py-xl-2 {
        padding-bottom: .5rem !important
      }

      .pl-xl-2,
      .px-xl-2 {
        padding-left: .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: -.25rem !important
      }

      .mt-xl-n1,
      .my-xl-n1 {
        margin-top: -.25rem !important
      }

      .mr-xl-n1,
      .mx-xl-n1 {
        margin-right: -.25rem !important
      }

      .mb-xl-n1,
      .my-xl-n1 {
        margin-bottom: -.25rem !important
      }

      .ml-xl-n1,
      .mx-xl-n1 {
        margin-left: -.25rem !important
      }

      .m-xl-n2 {
        margin: -.5rem !important
      }

      .mt-xl-n2,
      .my-xl-n2 {
        margin-top: -.5rem !important
      }

      .mr-xl-n2,
      .mx-xl-n2 {
        margin-right: -.5rem !important
      }

      .mb-xl-n2,
      .my-xl-n2 {
        margin-bottom: -.5rem !important
      }

      .ml-xl-n2,
      .mx-xl-n2 {
        margin-left: -.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
      }
    }

    .text-monospace {
      font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
    }

    .text-justify {
      text-align: justify !important
    }

    .text-wrap {
      white-space: normal !important
    }

    .text-nowrap {
      white-space: nowrap !important
    }

    .text-truncate {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .text-left {
      text-align: left !important
    }

    .text-right {
      text-align: right !important
    }

    .text-center {
      text-align: center !important
    }

    @media (min-width:576px) {
      .text-sm-left {
        text-align: left !important
      }

      .text-sm-right {
        text-align: right !important
      }

      .text-sm-center {
        text-align: center !important
      }
    }

    @media (min-width:768px) {
      .text-md-left {
        text-align: left !important
      }

      .text-md-right {
        text-align: right !important
      }

      .text-md-center {
        text-align: center !important
      }
    }

    @media (min-width:992px) {
      .text-lg-left {
        text-align: left !important
      }

      .text-lg-right {
        text-align: right !important
      }

      .text-lg-center {
        text-align: center !important
      }
    }

    @media (min-width:1200px) {
      .text-xl-left {
        text-align: left !important
      }

      .text-xl-right {
        text-align: right !important
      }

      .text-xl-center {
        text-align: center !important
      }
    }

    .text-lowercase {
      text-transform: lowercase !important
    }

    .text-uppercase {
      text-transform: uppercase !important
    }

    .text-capitalize {
      text-transform: capitalize !important
    }

    .font-weight-light {
      font-weight: 300 !important
    }

    .font-weight-lighter {
      font-weight: lighter !important
    }

    .font-weight-normal {
      font-weight: 400 !important
    }

    .font-weight-bold {
      font-weight: 700 !important
    }

    .font-weight-bolder {
      font-weight: bolder !important
    }

    .font-italic {
      font-style: italic !important
    }

    .text-white {
      color: #fff !important
    }

    .text-primary {
      color: #007bff !important
    }

    a.text-primary:focus,
    a.text-primary:hover {
      color: #0056b3 !important
    }

    .text-secondary {
      color: #6c757d !important
    }

    a.text-secondary:focus,
    a.text-secondary:hover {
      color: #494f54 !important
    }

    .text-success {
      color: #28a745 !important
    }

    a.text-success:focus,
    a.text-success:hover {
      color: #19692c !important
    }

    .text-info {
      color: #17a2b8 !important
    }

    a.text-info:focus,
    a.text-info:hover {
      color: #0f6674 !important
    }

    .text-warning {
      color: #ffc107 !important
    }

    a.text-warning:focus,
    a.text-warning:hover {
      color: #ba8b00 !important
    }

    .text-danger {
      color: #dc3545 !important
    }

    a.text-danger:focus,
    a.text-danger:hover {
      color: #a71d2a !important
    }

    .text-light {
      color: #f8f9fa !important
    }

    a.text-light:focus,
    a.text-light:hover {
      color: #cbd3da !important
    }

    .text-dark {
      color: #343a40 !important
    }

    a.text-dark:focus,
    a.text-dark:hover {
      color: #121416 !important
    }

    .text-body {
      color: #212529 !important
    }

    .text-muted {
      color: #6c757d !important
    }

    .text-black-50 {
      color: rgba(0, 0, 0, .5) !important
    }

    .text-white-50 {
      color: hsla(0, 0%, 100%, .5) !important
    }

    .text-hide {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0
    }

    .text-decoration-none {
      text-decoration: none !important
    }

    .text-break {
      word-break: break-word !important;
      word-wrap: break-word !important
    }

    .text-reset {
      color: inherit !important
    }

    .visible {
      visibility: visible !important
    }

    .invisible {
      visibility: hidden !important
    }

    @media print {

      *,
      :after,
      :before {
        text-shadow: none !important;
        box-shadow: none !important
      }

      a:not(.btn) {
        text-decoration: underline
      }

      abbr[title]:after {
        content: " ("attr(title) ")"
      }

      pre {
        white-space: pre-wrap !important
      }

      blockquote,
      pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
      }

      thead {
        display: table-header-group
      }

      img,
      tr {
        page-break-inside: avoid
      }

      h2,
      h3,
      p {
        orphans: 3;
        widows: 3
      }

      h2,
      h3 {
        page-break-after: avoid
      }

      @page {
        size: a3
      }

      .container,
      body {
        min-width: 992px !important
      }

      .navbar {
        display: none
      }

      .badge {
        border: 1px solid #000
      }

      .table {
        border-collapse: collapse !important
      }

      .table td,
      .table th {
        background-color: #fff !important
      }

      .table-bordered td,
      .table-bordered th {
        border: 1px solid #dee2e6 !important
      }

      .table-dark {
        color: inherit
      }

      .table-dark tbody+tbody,
      .table-dark td,
      .table-dark th,
      .table-dark thead th {
        border-color: #dee2e6
      }

      .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
      }
    }

    /*!
 * BootstrapVue Custom CSS (https://bootstrap-vue.js.org)
 */
    @media (max-width:575.98px) {
      .bv-d-xs-down-none {
        display: none !important
      }
    }

    @media (max-width:767.98px) {
      .bv-d-sm-down-none {
        display: none !important
      }
    }

    @media (max-width:991.98px) {
      .bv-d-md-down-none {
        display: none !important
      }
    }

    @media (max-width:1199.98px) {
      .bv-d-lg-down-none {
        display: none !important
      }
    }

    .bv-d-xl-down-none {
      display: none !important
    }

    .card-img-left {
      border-top-left-radius: calc(.25rem - 1px);
      border-bottom-left-radius: calc(.25rem - 1px)
    }

    .card-img-right {
      border-top-right-radius: calc(.25rem - 1px);
      border-bottom-right-radius: calc(.25rem - 1px)
    }

    .dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret:before,
    .dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret:after {
      display: none !important
    }

    .dropdown.b-dropdown .b-dropdown-form {
      display: inline-block;
      padding: .25rem 1.5rem;
      width: 100%;
      clear: both;
      font-weight: 400
    }

    .dropdown.b-dropdown .b-dropdown-form:focus {
      outline: 1px dotted !important;
      outline: 5px auto -webkit-focus-ring-color !important
    }

    .dropdown.b-dropdown .b-dropdown-form.disabled,
    .dropdown.b-dropdown .b-dropdown-form:disabled {
      outline: 0 !important;
      color: #6c757d;
      pointer-events: none
    }

    .b-dropdown-text {
      display: inline-block;
      padding: .25rem 1.5rem;
      margin-bottom: 0;
      width: 100%;
      clear: both;
      font-weight: lighter
    }

    .input-group>.input-group-append:last-child>.btn-group:not(:last-child):not(.dropdown-toggle)>.btn,
    .input-group>.input-group-append:not(:last-child)>.btn-group>.btn,
    .input-group>.input-group-prepend>.btn-group>.btn {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
    }

    .input-group>.input-group-append>.btn-group>.btn,
    .input-group>.input-group-prepend:first-child>.btn-group:not(:first-child)>.btn,
    .input-group>.input-group-prepend:not(:first-child)>.btn-group>.btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
    }

    .form-control.is-invalid,
    .form-control.is-valid,
    .was-validated .form-control:invalid,
    .was-validated .form-control:valid {
      background-position: right calc(.375em + .1875rem) center
    }

    input[type=color].form-control {
      height: calc(1.5em + .75rem + 2px);
      padding: .125rem .25rem
    }

    .input-group-sm input[type=color].form-control,
    input[type=color].form-control.form-control-sm {
      height: calc(1.5em + .5rem + 2px);
      padding: .125rem .25rem
    }

    .input-group-lg input[type=color].form-control,
    input[type=color].form-control.form-control-lg {
      height: calc(1.5em + 1rem + 2px);
      padding: .125rem .25rem
    }

    input[type=color].form-control:disabled {
      background-color: #adb5bd;
      opacity: .65
    }

    .input-group>.custom-range {
      position: relative;
      flex: 1 1 auto;
      width: 1%;
      margin-bottom: 0
    }

    .input-group>.custom-file+.custom-range,
    .input-group>.custom-range+.custom-file,
    .input-group>.custom-range+.custom-range,
    .input-group>.custom-range+.custom-select,
    .input-group>.custom-range+.form-control,
    .input-group>.custom-range+.form-control-plaintext,
    .input-group>.custom-select+.custom-range,
    .input-group>.form-control+.custom-range,
    .input-group>.form-control-plaintext+.custom-range {
      margin-left: -1px
    }

    .input-group>.custom-range:focus {
      z-index: 3
    }

    .input-group>.custom-range:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
    }

    .input-group>.custom-range:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
    }

    .input-group>.custom-range {
      padding: 0 .75rem;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      height: calc(1.5em + .75rem + 2px);
      border-radius: .25rem;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
      .input-group>.custom-range {
        transition: none
      }
    }

    .input-group>.custom-range:focus {
      color: #495057;
      background-color: #fff;
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

    .input-group>.custom-range:disabled,
    .input-group>.custom-range[readonly] {
      background-color: #e9ecef
    }

    .input-group-lg>.custom-range {
      height: calc(1.5em + 1rem + 2px);
      padding: 0 1rem;
      border-radius: .3rem
    }

    .input-group-sm>.custom-range {
      height: calc(1.5em + .5rem + 2px);
      padding: 0 .5rem;
      border-radius: .2rem
    }

    .input-group .custom-range.is-valid,
    .was-validated .input-group .custom-range:valid {
      border-color: #28a745
    }

    .input-group .custom-range.is-valid:focus,
    .was-validated .input-group .custom-range:valid:focus {
      border-color: #28a745;
      box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
    }

    .custom-range.is-valid:focus::-webkit-slider-thumb,
    .was-validated .custom-range:valid:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #9be7ac
    }

    .custom-range.is-valid:focus::-moz-range-thumb,
    .was-validated .custom-range:valid:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #9be7ac
    }

    .custom-range.is-valid:focus::-ms-thumb,
    .was-validated .custom-range:valid:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #9be7ac
    }

    .custom-range.is-valid::-webkit-slider-thumb,
    .was-validated .custom-range:valid::-webkit-slider-thumb {
      background-color: #28a745;
      background-image: none
    }

    .custom-range.is-valid::-webkit-slider-thumb:active,
    .was-validated .custom-range:valid::-webkit-slider-thumb:active {
      background-color: #9be7ac;
      background-image: none
    }

    .custom-range.is-valid::-webkit-slider-runnable-track,
    .was-validated .custom-range:valid::-webkit-slider-runnable-track {
      background-color: rgba(40, 167, 69, .35)
    }

    .custom-range.is-valid::-moz-range-thumb,
    .was-validated .custom-range:valid::-moz-range-thumb {
      background-color: #28a745;
      background-image: none
    }

    .custom-range.is-valid::-moz-range-thumb:active,
    .was-validated .custom-range:valid::-moz-range-thumb:active {
      background-color: #9be7ac;
      background-image: none
    }

    .custom-range.is-valid::-moz-range-track,
    .was-validated .custom-range:valid::-moz-range-track {
      background: rgba(40, 167, 69, .35)
    }

    .custom-range.is-valid~.valid-feedback,
    .custom-range.is-valid~.valid-tooltip,
    .was-validated .custom-range:valid~.valid-feedback,
    .was-validated .custom-range:valid~.valid-tooltip {
      display: block
    }

    .custom-range.is-valid::-ms-thumb,
    .was-validated .custom-range:valid::-ms-thumb {
      background-color: #28a745;
      background-image: none
    }

    .custom-range.is-valid::-ms-thumb:active,
    .was-validated .custom-range:valid::-ms-thumb:active {
      background-color: #9be7ac;
      background-image: none
    }

    .custom-range.is-valid::-ms-track-lower,
    .custom-range.is-valid::-ms-track-upper,
    .was-validated .custom-range:valid::-ms-track-lower,
    .was-validated .custom-range:valid::-ms-track-upper {
      background: rgba(40, 167, 69, .35)
    }

    .input-group .custom-range.is-invalid,
    .was-validated .input-group .custom-range:invalid {
      border-color: #dc3545
    }

    .input-group .custom-range.is-invalid:focus,
    .was-validated .input-group .custom-range:invalid:focus {
      border-color: #dc3545;
      box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
    }

    .custom-range.is-invalid:focus::-webkit-slider-thumb,
    .was-validated .custom-range:invalid:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #f6cdd1
    }

    .custom-range.is-invalid:focus::-moz-range-thumb,
    .was-validated .custom-range:invalid:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #f6cdd1
    }

    .custom-range.is-invalid:focus::-ms-thumb,
    .was-validated .custom-range:invalid:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #f6cdd1
    }

    .custom-range.is-invalid::-webkit-slider-thumb,
    .was-validated .custom-range:invalid::-webkit-slider-thumb {
      background-color: #dc3545;
      background-image: none
    }

    .custom-range.is-invalid::-webkit-slider-thumb:active,
    .was-validated .custom-range:invalid::-webkit-slider-thumb:active {
      background-color: #f6cdd1;
      background-image: none
    }

    .custom-range.is-invalid::-webkit-slider-runnable-track,
    .was-validated .custom-range:invalid::-webkit-slider-runnable-track {
      background-color: rgba(220, 53, 69, .35)
    }

    .custom-range.is-invalid::-moz-range-thumb,
    .was-validated .custom-range:invalid::-moz-range-thumb {
      background-color: #dc3545;
      background-image: none
    }

    .custom-range.is-invalid::-moz-range-thumb:active,
    .was-validated .custom-range:invalid::-moz-range-thumb:active {
      background-color: #f6cdd1;
      background-image: none
    }

    .custom-range.is-invalid::-moz-range-track,
    .was-validated .custom-range:invalid::-moz-range-track {
      background: rgba(220, 53, 69, .35)
    }

    .custom-range.is-invalid~.invalid-feedback,
    .custom-range.is-invalid~.invalid-tooltip,
    .was-validated .custom-range:invalid~.invalid-feedback,
    .was-validated .custom-range:invalid~.invalid-tooltip {
      display: block
    }

    .custom-range.is-invalid::-ms-thumb,
    .was-validated .custom-range:invalid::-ms-thumb {
      background-color: #dc3545;
      background-image: none
    }

    .custom-range.is-invalid::-ms-thumb:active,
    .was-validated .custom-range:invalid::-ms-thumb:active {
      background-color: #f6cdd1;
      background-image: none
    }

    .custom-range.is-invalid::-ms-track-lower,
    .custom-range.is-invalid::-ms-track-upper,
    .was-validated .custom-range:invalid::-ms-track-lower,
    .was-validated .custom-range:invalid::-ms-track-upper {
      background: rgba(220, 53, 69, .35)
    }

    .modal-backdrop {
      opacity: .5
    }

    .b-popover-primary.popover {
      background-color: #cce5ff;
      border-color: #b8daff
    }

    .b-popover-primary.bs-popover-auto[x-placement^=top]>.arrow:before,
    .b-popover-primary.bs-popover-top>.arrow:before {
      border-top-color: #b8daff
    }

    .b-popover-primary.bs-popover-auto[x-placement^=top]>.arrow:after,
    .b-popover-primary.bs-popover-top>.arrow:after {
      border-top-color: #cce5ff
    }

    .b-popover-primary.bs-popover-auto[x-placement^=right]>.arrow:before,
    .b-popover-primary.bs-popover-right>.arrow:before {
      border-right-color: #b8daff
    }

    .b-popover-primary.bs-popover-auto[x-placement^=right]>.arrow:after,
    .b-popover-primary.bs-popover-right>.arrow:after {
      border-right-color: #cce5ff
    }

    .b-popover-primary.bs-popover-auto[x-placement^=bottom]>.arrow:before,
    .b-popover-primary.bs-popover-bottom>.arrow:before {
      border-bottom-color: #b8daff
    }

    .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header:before,
    .b-popover-primary.bs-popover-auto[x-placement^=bottom]>.arrow:after,
    .b-popover-primary.bs-popover-bottom .popover-header:before,
    .b-popover-primary.bs-popover-bottom>.arrow:after {
      border-bottom-color: #bdddff
    }

    .b-popover-primary.bs-popover-auto[x-placement^=left]>.arrow:before,
    .b-popover-primary.bs-popover-left>.arrow:before {
      border-left-color: #b8daff
    }

    .b-popover-primary.bs-popover-auto[x-placement^=left]>.arrow:after,
    .b-popover-primary.bs-popover-left>.arrow:after {
      border-left-color: #cce5ff
    }

    .b-popover-primary .popover-header {
      color: #212529;
      background-color: #bdddff;
      border-bottom-color: #a3d0ff
    }

    .b-popover-primary .popover-body {
      color: #004085
    }

    .b-popover-secondary.popover {
      background-color: #e2e3e5;
      border-color: #d6d8db
    }

    .b-popover-secondary.bs-popover-auto[x-placement^=top]>.arrow:before,
    .b-popover-secondary.bs-popover-top>.arrow:before {
      border-top-color: #d6d8db
    }

    .b-popover-secondary.bs-popover-auto[x-placement^=top]>.arrow:after,
    .b-popover-secondary.bs-popover-top>.arrow:after {
      border-top-color: #e2e3e5
    }

    .b-popover-secondary.bs-popover-auto[x-placement^=right]>.arrow:before,
    .b-popover-secondary.bs-popover-right>.arrow:before {
      border-right-color: #d6d8db
    }

    .b-popover-secondary.bs-popover-auto[x-placement^=right]>.arrow:after,
    .b-popover-secondary.bs-popover-right>.arrow:after {
      border-right-color: #e2e3e5
    }

    .b-popover-secondary.bs-popover-auto[x-placement^=bottom]>.arrow:before,
    .b-popover-secondary.bs-popover-bottom>.arrow:before {
      border-bottom-color: #d6d8db
    }

    .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header:before,
    .b-popover-secondary.bs-popover-auto[x-placement^=bottom]>.arrow:after,
    .b-popover-secondary.bs-popover-bottom .popover-header:before,
    .b-popover-secondary.bs-popover-bottom>.arrow:after {
      border-bottom-color: #dadbde
    }

    .b-popover-secondary.bs-popover-auto[x-placement^=left]>.arrow:before,
    .b-popover-secondary.bs-popover-left>.arrow:before {
      border-left-color: #d6d8db
    }

    .b-popover-secondary.bs-popover-auto[x-placement^=left]>.arrow:after,
    .b-popover-secondary.bs-popover-left>.arrow:after {
      border-left-color: #e2e3e5
    }

    .b-popover-secondary .popover-header {
      color: #212529;
      background-color: #dadbde;
      border-bottom-color: #ccced2
    }

    .b-popover-secondary .popover-body {
      color: #383d41
    }

    .b-popover-success.popover {
      background-color: #d4edda;
      border-color: #c3e6cb
    }

    .b-popover-success.bs-popover-auto[x-placement^=top]>.arrow:before,
    .b-popover-success.bs-popover-top>.arrow:before {
      border-top-color: #c3e6cb
    }

    .b-popover-success.bs-popover-auto[x-placement^=top]>.arrow:after,
    .b-popover-success.bs-popover-top>.arrow:after {
      border-top-color: #d4edda
    }

    .b-popover-success.bs-popover-auto[x-placement^=right]>.arrow:before,
    .b-popover-success.bs-popover-right>.arrow:before {
      border-right-color: #c3e6cb
    }

    .b-popover-success.bs-popover-auto[x-placement^=right]>.arrow:after,
    .b-popover-success.bs-popover-right>.arrow:after {
      border-right-color: #d4edda
    }

    .b-popover-success.bs-popover-auto[x-placement^=bottom]>.arrow:before,
    .b-popover-success.bs-popover-bottom>.arrow:before {
      border-bottom-color: #c3e6cb
    }

    .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header:before,
    .b-popover-success.bs-popover-auto[x-placement^=bottom]>.arrow:after,
    .b-popover-success.bs-popover-bottom .popover-header:before,
    .b-popover-success.bs-popover-bottom>.arrow:after {
      border-bottom-color: #c9e8d1
    }

    .b-popover-success.bs-popover-auto[x-placement^=left]>.arrow:before,
    .b-popover-success.bs-popover-left>.arrow:before {
      border-left-color: #c3e6cb
    }

    .b-popover-success.bs-popover-auto[x-placement^=left]>.arrow:after,
    .b-popover-success.bs-popover-left>.arrow:after {
      border-left-color: #d4edda
    }

    .b-popover-success .popover-header {
      color: #212529;
      background-color: #c9e8d1;
      border-bottom-color: #b7e1c1
    }

    .b-popover-success .popover-body {
      color: #155724
    }

    .b-popover-info.popover {
      background-color: #d1ecf1;
      border-color: #bee5eb
    }

    .b-popover-info.bs-popover-auto[x-placement^=top]>.arrow:before,
    .b-popover-info.bs-popover-top>.arrow:before {
      border-top-color: #bee5eb
    }

    .b-popover-info.bs-popover-auto[x-placement^=top]>.arrow:after,
    .b-popover-info.bs-popover-top>.arrow:after {
      border-top-color: #d1ecf1
    }

    .b-popover-info.bs-popover-auto[x-placement^=right]>.arrow:before,
    .b-popover-info.bs-popover-right>.arrow:before {
      border-right-color: #bee5eb
    }

    .b-popover-info.bs-popover-auto[x-placement^=right]>.arrow:after,
    .b-popover-info.bs-popover-right>.arrow:after {
      border-right-color: #d1ecf1
    }

    .b-popover-info.bs-popover-auto[x-placement^=bottom]>.arrow:before,
    .b-popover-info.bs-popover-bottom>.arrow:before {
      border-bottom-color: #bee5eb
    }

    .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header:before,
    .b-popover-info.bs-popover-auto[x-placement^=bottom]>.arrow:after,
    .b-popover-info.bs-popover-bottom .popover-header:before,
    .b-popover-info.bs-popover-bottom>.arrow:after {
      border-bottom-color: #c5e7ed
    }

    .b-popover-info.bs-popover-auto[x-placement^=left]>.arrow:before,
    .b-popover-info.bs-popover-left>.arrow:before {
      border-left-color: #bee5eb
    }

    .b-popover-info.bs-popover-auto[x-placement^=left]>.arrow:after,
    .b-popover-info.bs-popover-left>.arrow:after {
      border-left-color: #d1ecf1
    }

    .b-popover-info .popover-header {
      color: #212529;
      background-color: #c5e7ed;
      border-bottom-color: #b2dfe7
    }

    .b-popover-info .popover-body {
      color: #0c5460
    }

    .b-popover-warning.popover {
      background-color: #fff3cd;
      border-color: #ffeeba
    }

    .b-popover-warning.bs-popover-auto[x-placement^=top]>.arrow:before,
    .b-popover-warning.bs-popover-top>.arrow:before {
      border-top-color: #ffeeba
    }

    .b-popover-warning.bs-popover-auto[x-placement^=top]>.arrow:after,
    .b-popover-warning.bs-popover-top>.arrow:after {
      border-top-color: #fff3cd
    }

    .b-popover-warning.bs-popover-auto[x-placement^=right]>.arrow:before,
    .b-popover-warning.bs-popover-right>.arrow:before {
      border-right-color: #ffeeba
    }

    .b-popover-warning.bs-popover-auto[x-placement^=right]>.arrow:after,
    .b-popover-warning.bs-popover-right>.arrow:after {
      border-right-color: #fff3cd
    }

    .b-popover-warning.bs-popover-auto[x-placement^=bottom]>.arrow:before,
    .b-popover-warning.bs-popover-bottom>.arrow:before {
      border-bottom-color: #ffeeba
    }

    .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header:before,
    .b-popover-warning.bs-popover-auto[x-placement^=bottom]>.arrow:after,
    .b-popover-warning.bs-popover-bottom .popover-header:before,
    .b-popover-warning.bs-popover-bottom>.arrow:after {
      border-bottom-color: #ffefbe
    }

    .b-popover-warning.bs-popover-auto[x-placement^=left]>.arrow:before,
    .b-popover-warning.bs-popover-left>.arrow:before {
      border-left-color: #ffeeba
    }

    .b-popover-warning.bs-popover-auto[x-placement^=left]>.arrow:after,
    .b-popover-warning.bs-popover-left>.arrow:after {
      border-left-color: #fff3cd
    }

    .b-popover-warning .popover-header {
      color: #212529;
      background-color: #ffefbe;
      border-bottom-color: #ffe9a4
    }

    .b-popover-warning .popover-body {
      color: #856404
    }

    .b-popover-danger.popover {
      background-color: #f8d7da;
      border-color: #f5c6cb
    }

    .b-popover-danger.bs-popover-auto[x-placement^=top]>.arrow:before,
    .b-popover-danger.bs-popover-top>.arrow:before {
      border-top-color: #f5c6cb
    }

    .b-popover-danger.bs-popover-auto[x-placement^=top]>.arrow:after,
    .b-popover-danger.bs-popover-top>.arrow:after {
      border-top-color: #f8d7da
    }

    .b-popover-danger.bs-popover-auto[x-placement^=right]>.arrow:before,
    .b-popover-danger.bs-popover-right>.arrow:before {
      border-right-color: #f5c6cb
    }

    .b-popover-danger.bs-popover-auto[x-placement^=right]>.arrow:after,
    .b-popover-danger.bs-popover-right>.arrow:after {
      border-right-color: #f8d7da
    }

    .b-popover-danger.bs-popover-auto[x-placement^=bottom]>.arrow:before,
    .b-popover-danger.bs-popover-bottom>.arrow:before {
      border-bottom-color: #f5c6cb
    }

    .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header:before,
    .b-popover-danger.bs-popover-auto[x-placement^=bottom]>.arrow:after,
    .b-popover-danger.bs-popover-bottom .popover-header:before,
    .b-popover-danger.bs-popover-bottom>.arrow:after {
      border-bottom-color: #f6cace
    }

    .b-popover-danger.bs-popover-auto[x-placement^=left]>.arrow:before,
    .b-popover-danger.bs-popover-left>.arrow:before {
      border-left-color: #f5c6cb
    }

    .b-popover-danger.bs-popover-auto[x-placement^=left]>.arrow:after,
    .b-popover-danger.bs-popover-left>.arrow:after {
      border-left-color: #f8d7da
    }

    .b-popover-danger .popover-header {
      color: #212529;
      background-color: #f6cace;
      border-bottom-color: #f2b4ba
    }

    .b-popover-danger .popover-body {
      color: #721c24
    }

    .b-popover-light.popover {
      background-color: #fefefe;
      border-color: #fdfdfe
    }

    .b-popover-light.bs-popover-auto[x-placement^=top]>.arrow:before,
    .b-popover-light.bs-popover-top>.arrow:before {
      border-top-color: #fdfdfe
    }

    .b-popover-light.bs-popover-auto[x-placement^=top]>.arrow:after,
    .b-popover-light.bs-popover-top>.arrow:after {
      border-top-color: #fefefe
    }

    .b-popover-light.bs-popover-auto[x-placement^=right]>.arrow:before,
    .b-popover-light.bs-popover-right>.arrow:before {
      border-right-color: #fdfdfe
    }

    .b-popover-light.bs-popover-auto[x-placement^=right]>.arrow:after,
    .b-popover-light.bs-popover-right>.arrow:after {
      border-right-color: #fefefe
    }

    .b-popover-light.bs-popover-auto[x-placement^=bottom]>.arrow:before,
    .b-popover-light.bs-popover-bottom>.arrow:before {
      border-bottom-color: #fdfdfe
    }

    .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header:before,
    .b-popover-light.bs-popover-auto[x-placement^=bottom]>.arrow:after,
    .b-popover-light.bs-popover-bottom .popover-header:before,
    .b-popover-light.bs-popover-bottom>.arrow:after {
      border-bottom-color: #f6f6f6
    }

    .b-popover-light.bs-popover-auto[x-placement^=left]>.arrow:before,
    .b-popover-light.bs-popover-left>.arrow:before {
      border-left-color: #fdfdfe
    }

    .b-popover-light.bs-popover-auto[x-placement^=left]>.arrow:after,
    .b-popover-light.bs-popover-left>.arrow:after {
      border-left-color: #fefefe
    }

    .b-popover-light .popover-header {
      color: #212529;
      background-color: #f6f6f6;
      border-bottom-color: #eaeaea
    }

    .b-popover-light .popover-body {
      color: #818182
    }

    .b-popover-dark.popover {
      background-color: #d6d8d9;
      border-color: #c6c8ca
    }

    .b-popover-dark.bs-popover-auto[x-placement^=top]>.arrow:before,
    .b-popover-dark.bs-popover-top>.arrow:before {
      border-top-color: #c6c8ca
    }

    .b-popover-dark.bs-popover-auto[x-placement^=top]>.arrow:after,
    .b-popover-dark.bs-popover-top>.arrow:after {
      border-top-color: #d6d8d9
    }

    .b-popover-dark.bs-popover-auto[x-placement^=right]>.arrow:before,
    .b-popover-dark.bs-popover-right>.arrow:before {
      border-right-color: #c6c8ca
    }

    .b-popover-dark.bs-popover-auto[x-placement^=right]>.arrow:after,
    .b-popover-dark.bs-popover-right>.arrow:after {
      border-right-color: #d6d8d9
    }

    .b-popover-dark.bs-popover-auto[x-placement^=bottom]>.arrow:before,
    .b-popover-dark.bs-popover-bottom>.arrow:before {
      border-bottom-color: #c6c8ca
    }

    .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header:before,
    .b-popover-dark.bs-popover-auto[x-placement^=bottom]>.arrow:after,
    .b-popover-dark.bs-popover-bottom .popover-header:before,
    .b-popover-dark.bs-popover-bottom>.arrow:after {
      border-bottom-color: #ced0d2
    }

    .b-popover-dark.bs-popover-auto[x-placement^=left]>.arrow:before,
    .b-popover-dark.bs-popover-left>.arrow:before {
      border-left-color: #c6c8ca
    }

    .b-popover-dark.bs-popover-auto[x-placement^=left]>.arrow:after,
    .b-popover-dark.bs-popover-left>.arrow:after {
      border-left-color: #d6d8d9
    }

    .b-popover-dark .popover-header {
      color: #212529;
      background-color: #ced0d2;
      border-bottom-color: #c1c4c5
    }

    .b-popover-dark .popover-body {
      color: #1b1e21
    }

    .table.b-table.b-table-fixed {
      table-layout: fixed
    }

    .table.b-table[aria-busy=true] {
      opacity: .55
    }

    .table.b-table>tbody>tr.b-table-details>td {
      border-top: none !important
    }

    .table.b-table>caption {
      caption-side: bottom
    }

    .table.b-table>caption.b-table-caption-top {
      caption-side: top !important
    }

    .table.b-table>tfoot>tr>th[aria-sort],
    .table.b-table>thead>tr>th[aria-sort] {
      cursor: pointer
    }

    .table.b-table>tfoot>tr>th[aria-sort]:before,
    .table.b-table>thead>tr>th[aria-sort]:before {
      display: inline-block;
      float: right;
      margin-left: .5em;
      width: .5em;
      font-size: inherit;
      line-height: inherit;
      opacity: .4;
      content: "↕";
      speak: none
    }

    .table.b-table>tfoot>tr>th[aria-sort][aria-sort=ascending]:before,
    .table.b-table>thead>tr>th[aria-sort][aria-sort=ascending]:before {
      opacity: 1;
      content: "↓"
    }

    .table.b-table>tfoot>tr>th[aria-sort][aria-sort=descending]:before,
    .table.b-table>thead>tr>th[aria-sort][aria-sort=descending]:before {
      opacity: 1;
      content: "↑"
    }

    @media (max-width:575.98px) {
      .table.b-table.b-table-stacked-sm {
        display: block;
        width: 100%
      }

      .table.b-table.b-table-stacked-sm>caption,
      .table.b-table.b-table-stacked-sm>tbody,
      .table.b-table.b-table-stacked-sm>tbody>tr,
      .table.b-table.b-table-stacked-sm>tbody>tr>td {
        display: block
      }

      .table.b-table.b-table-stacked-sm>tfoot,
      .table.b-table.b-table-stacked-sm>tfoot>tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-sm>tfoot>tr.b-table-top-row,
      .table.b-table.b-table-stacked-sm>thead,
      .table.b-table.b-table-stacked-sm>thead>tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-sm>thead>tr.b-table-top-row {
        display: none
      }

      .table.b-table.b-table-stacked-sm>caption {
        caption-side: top !important
      }

      .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:before {
        content: attr(data-label);
        display: inline-block;
        width: 40%;
        float: left;
        text-align: right;
        word-wrap: break-word;
        font-weight: 700;
        font-style: normal;
        padding: 0;
        margin: 0
      }

      .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:after {
        display: block;
        clear: both;
        content: ""
      }

      .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]>div {
        display: inline-block;
        width: 60%;
        padding: 0 0 0 1rem;
        margin: 0
      }

      .table.b-table.b-table-stacked-sm>tbody>tr.bottom-row,
      .table.b-table.b-table-stacked-sm>tbody>tr.top-row {
        display: none
      }

      .table.b-table.b-table-stacked-sm>tbody>tr>:first-child {
        border-top-width: 3px
      }
    }

    @media (max-width:767.98px) {
      .table.b-table.b-table-stacked-md {
        display: block;
        width: 100%
      }

      .table.b-table.b-table-stacked-md>caption,
      .table.b-table.b-table-stacked-md>tbody,
      .table.b-table.b-table-stacked-md>tbody>tr,
      .table.b-table.b-table-stacked-md>tbody>tr>td {
        display: block
      }

      .table.b-table.b-table-stacked-md>tfoot,
      .table.b-table.b-table-stacked-md>tfoot>tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-md>tfoot>tr.b-table-top-row,
      .table.b-table.b-table-stacked-md>thead,
      .table.b-table.b-table-stacked-md>thead>tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-md>thead>tr.b-table-top-row {
        display: none
      }

      .table.b-table.b-table-stacked-md>caption {
        caption-side: top !important
      }

      .table.b-table.b-table-stacked-md>tbody>tr>[data-label]:before {
        content: attr(data-label);
        display: inline-block;
        width: 40%;
        float: left;
        text-align: right;
        word-wrap: break-word;
        font-weight: 700;
        font-style: normal;
        padding: 0;
        margin: 0
      }

      .table.b-table.b-table-stacked-md>tbody>tr>[data-label]:after {
        display: block;
        clear: both;
        content: ""
      }

      .table.b-table.b-table-stacked-md>tbody>tr>[data-label]>div {
        display: inline-block;
        width: 60%;
        padding: 0 0 0 1rem;
        margin: 0
      }

      .table.b-table.b-table-stacked-md>tbody>tr.bottom-row,
      .table.b-table.b-table-stacked-md>tbody>tr.top-row {
        display: none
      }

      .table.b-table.b-table-stacked-md>tbody>tr>:first-child {
        border-top-width: 3px
      }
    }

    @media (max-width:991.98px) {
      .table.b-table.b-table-stacked-lg {
        display: block;
        width: 100%
      }

      .table.b-table.b-table-stacked-lg>caption,
      .table.b-table.b-table-stacked-lg>tbody,
      .table.b-table.b-table-stacked-lg>tbody>tr,
      .table.b-table.b-table-stacked-lg>tbody>tr>td {
        display: block
      }

      .table.b-table.b-table-stacked-lg>tfoot,
      .table.b-table.b-table-stacked-lg>tfoot>tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-lg>tfoot>tr.b-table-top-row,
      .table.b-table.b-table-stacked-lg>thead,
      .table.b-table.b-table-stacked-lg>thead>tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-lg>thead>tr.b-table-top-row {
        display: none
      }

      .table.b-table.b-table-stacked-lg>caption {
        caption-side: top !important
      }

      .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:before {
        content: attr(data-label);
        display: inline-block;
        width: 40%;
        float: left;
        text-align: right;
        word-wrap: break-word;
        font-weight: 700;
        font-style: normal;
        padding: 0;
        margin: 0
      }

      .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:after {
        display: block;
        clear: both;
        content: ""
      }

      .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]>div {
        display: inline-block;
        width: 60%;
        padding: 0 0 0 1rem;
        margin: 0
      }

      .table.b-table.b-table-stacked-lg>tbody>tr.bottom-row,
      .table.b-table.b-table-stacked-lg>tbody>tr.top-row {
        display: none
      }

      .table.b-table.b-table-stacked-lg>tbody>tr>:first-child {
        border-top-width: 3px
      }
    }

    @media (max-width:1199.98px) {
      .table.b-table.b-table-stacked-xl {
        display: block;
        width: 100%
      }

      .table.b-table.b-table-stacked-xl>caption,
      .table.b-table.b-table-stacked-xl>tbody,
      .table.b-table.b-table-stacked-xl>tbody>tr,
      .table.b-table.b-table-stacked-xl>tbody>tr>td {
        display: block
      }

      .table.b-table.b-table-stacked-xl>tfoot,
      .table.b-table.b-table-stacked-xl>tfoot>tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-xl>tfoot>tr.b-table-top-row,
      .table.b-table.b-table-stacked-xl>thead,
      .table.b-table.b-table-stacked-xl>thead>tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-xl>thead>tr.b-table-top-row {
        display: none
      }

      .table.b-table.b-table-stacked-xl>caption {
        caption-side: top !important
      }

      .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:before {
        content: attr(data-label);
        display: inline-block;
        width: 40%;
        float: left;
        text-align: right;
        word-wrap: break-word;
        font-weight: 700;
        font-style: normal;
        padding: 0;
        margin: 0
      }

      .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:after {
        display: block;
        clear: both;
        content: ""
      }

      .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]>div {
        display: inline-block;
        width: 60%;
        padding: 0 0 0 1rem;
        margin: 0
      }

      .table.b-table.b-table-stacked-xl>tbody>tr.bottom-row,
      .table.b-table.b-table-stacked-xl>tbody>tr.top-row {
        display: none
      }

      .table.b-table.b-table-stacked-xl>tbody>tr>:first-child {
        border-top-width: 3px
      }
    }

    .table.b-table.b-table-stacked {
      display: block;
      width: 100%
    }

    .table.b-table.b-table-stacked>caption,
    .table.b-table.b-table-stacked>tbody,
    .table.b-table.b-table-stacked>tbody>tr,
    .table.b-table.b-table-stacked>tbody>tr>td {
      display: block
    }

    .table.b-table.b-table-stacked>tfoot,
    .table.b-table.b-table-stacked>tfoot>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked>thead,
    .table.b-table.b-table-stacked>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked>thead>tr.b-table-top-row {
      display: none
    }

    .table.b-table.b-table-stacked>caption {
      caption-side: top !important
    }

    .table.b-table.b-table-stacked>tbody>tr>[data-label]:before {
      content: attr(data-label);
      display: inline-block;
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: 700;
      font-style: normal;
      padding: 0;
      margin: 0
    }

    .table.b-table.b-table-stacked>tbody>tr>[data-label]:after {
      display: block;
      clear: both;
      content: ""
    }

    .table.b-table.b-table-stacked>tbody>tr>[data-label]>div {
      display: inline-block;
      width: 60%;
      padding: 0 0 0 1rem;
      margin: 0
    }

    .table.b-table.b-table-stacked>tbody>tr.bottom-row,
    .table.b-table.b-table-stacked>tbody>tr.top-row {
      display: none
    }

    .table.b-table.b-table-stacked>tbody>tr>:first-child {
      border-top-width: 3px
    }

    .table.b-table.b-table-selectable>tbody>tr {
      cursor: pointer
    }

    .table.b-table.b-table-selectable.b-table-selecting.b-table-select-range>tbody>tr {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .b-toast {
      display: block;
      position: relative;
      max-width: 350px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      background-clip: padding-box;
      z-index: 1;
      border-radius: .25rem
    }

    .b-toast:not(:last-child) {
      margin-bottom: .75rem
    }

    .b-toast.b-toast-solid .toast {
      background-color: #fff
    }

    .b-toast .toast {
      opacity: 1
    }

    .b-toast .toast.fade:not(.show) {
      opacity: 0
    }

    .b-toast .toast .toast-body {
      display: block
    }

    .b-toast-primary .toast {
      background-color: rgba(230, 242, 255, .85);
      border-color: rgba(184, 218, 255, .85);
      color: #004085
    }

    .b-toast-primary .toast .toast-header {
      color: #004085;
      background-color: rgba(204, 229, 255, .85);
      border-bottom-color: rgba(184, 218, 255, .85)
    }

    .b-toast-primary.b-toast-solid .toast {
      background-color: #e6f2ff
    }

    .b-toast-secondary .toast {
      background-color: rgba(239, 240, 241, .85);
      border-color: rgba(214, 216, 219, .85);
      color: #383d41
    }

    .b-toast-secondary .toast .toast-header {
      color: #383d41;
      background-color: rgba(226, 227, 229, .85);
      border-bottom-color: rgba(214, 216, 219, .85)
    }

    .b-toast-secondary.b-toast-solid .toast {
      background-color: #eff0f1
    }

    .b-toast-success .toast {
      background-color: rgba(230, 245, 233, .85);
      border-color: rgba(195, 230, 203, .85);
      color: #155724
    }

    .b-toast-success .toast .toast-header {
      color: #155724;
      background-color: rgba(212, 237, 218, .85);
      border-bottom-color: rgba(195, 230, 203, .85)
    }

    .b-toast-success.b-toast-solid .toast {
      background-color: #e6f5e9
    }

    .b-toast-info .toast {
      background-color: rgba(229, 244, 247, .85);
      border-color: rgba(190, 229, 235, .85);
      color: #0c5460
    }

    .b-toast-info .toast .toast-header {
      color: #0c5460;
      background-color: rgba(209, 236, 241, .85);
      border-bottom-color: rgba(190, 229, 235, .85)
    }

    .b-toast-info.b-toast-solid .toast {
      background-color: #e5f4f7
    }

    .b-toast-warning .toast {
      background-color: rgba(255, 249, 231, .85);
      border-color: rgba(255, 238, 186, .85);
      color: #856404
    }

    .b-toast-warning .toast .toast-header {
      color: #856404;
      background-color: rgba(255, 243, 205, .85);
      border-bottom-color: rgba(255, 238, 186, .85)
    }

    .b-toast-warning.b-toast-solid .toast {
      background-color: #fff9e7
    }

    .b-toast-danger .toast {
      background-color: rgba(252, 237, 238, .85);
      border-color: rgba(245, 198, 203, .85);
      color: #721c24
    }

    .b-toast-danger .toast .toast-header {
      color: #721c24;
      background-color: rgba(248, 215, 218, .85);
      border-bottom-color: rgba(245, 198, 203, .85)
    }

    .b-toast-danger.b-toast-solid .toast {
      background-color: #fcedee
    }

    .b-toast-light .toast {
      background-color: hsla(0, 0%, 100%, .85);
      border-color: rgba(253, 253, 254, .85);
      color: #818182
    }

    .b-toast-light .toast .toast-header {
      color: #818182;
      background-color: hsla(0, 0%, 99.6%, .85);
      border-bottom-color: rgba(253, 253, 254, .85)
    }

    .b-toast-light.b-toast-solid .toast {
      background-color: #fff
    }

    .b-toast-dark .toast {
      background-color: rgba(227, 229, 229, .85);
      border-color: rgba(198, 200, 202, .85);
      color: #1b1e21
    }

    .b-toast-dark .toast .toast-header {
      color: #1b1e21;
      background-color: rgba(214, 216, 217, .85);
      border-bottom-color: rgba(198, 200, 202, .85)
    }

    .b-toast-dark.b-toast-solid .toast {
      background-color: #e3e5e5
    }

    .b-toaster {
      z-index: 1100
    }

    .b-toaster .b-toaster-slot {
      position: relative;
      display: block
    }

    .b-toaster .b-toaster-slot:empty {
      display: none !important
    }

    .b-toaster.b-toaster-bottom-center,
    .b-toaster.b-toaster-bottom-full,
    .b-toaster.b-toaster-bottom-left,
    .b-toaster.b-toaster-bottom-right,
    .b-toaster.b-toaster-top-center,
    .b-toaster.b-toaster-top-full,
    .b-toaster.b-toaster-top-left,
    .b-toaster.b-toaster-top-right {
      position: fixed;
      left: .5rem;
      right: .5rem;
      margin: 0;
      padding: 0;
      height: 0;
      overflow: visible
    }

    .b-toaster.b-toaster-bottom-center .b-toaster-slot,
    .b-toaster.b-toaster-bottom-full .b-toaster-slot,
    .b-toaster.b-toaster-bottom-left .b-toaster-slot,
    .b-toaster.b-toaster-bottom-right .b-toaster-slot,
    .b-toaster.b-toaster-top-center .b-toaster-slot,
    .b-toaster.b-toaster-top-full .b-toaster-slot,
    .b-toaster.b-toaster-top-left .b-toaster-slot,
    .b-toaster.b-toaster-top-right .b-toaster-slot {
      position: absolute;
      max-width: 350px;
      width: 100%;
      left: 0;
      right: 0;
      padding: 0;
      margin: 0
    }

    .b-toaster.b-toaster-bottom-full .b-toaster-slot,
    .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
    .b-toaster.b-toaster-bottom-full .b-toaster-slot .toast,
    .b-toaster.b-toaster-top-full .b-toaster-slot,
    .b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
    .b-toaster.b-toaster-top-full .b-toaster-slot .toast {
      width: 100%;
      max-width: 100%
    }

    .b-toaster.b-toaster-top-center,
    .b-toaster.b-toaster-top-full,
    .b-toaster.b-toaster-top-left,
    .b-toaster.b-toaster-top-right {
      top: 0
    }

    .b-toaster.b-toaster-top-center .b-toaster-slot,
    .b-toaster.b-toaster-top-full .b-toaster-slot,
    .b-toaster.b-toaster-top-left .b-toaster-slot,
    .b-toaster.b-toaster-top-right .b-toaster-slot {
      top: .5rem
    }

    .b-toaster.b-toaster-bottom-center,
    .b-toaster.b-toaster-bottom-full,
    .b-toaster.b-toaster-bottom-left,
    .b-toaster.b-toaster-bottom-right {
      bottom: 0
    }

    .b-toaster.b-toaster-bottom-center .b-toaster-slot,
    .b-toaster.b-toaster-bottom-full .b-toaster-slot,
    .b-toaster.b-toaster-bottom-left .b-toaster-slot,
    .b-toaster.b-toaster-bottom-right .b-toaster-slot {
      bottom: .5rem
    }

    .b-toaster.b-toaster-bottom-center .b-toaster-slot,
    .b-toaster.b-toaster-bottom-right .b-toaster-slot,
    .b-toaster.b-toaster-top-center .b-toaster-slot,
    .b-toaster.b-toaster-top-right .b-toaster-slot {
      margin-left: auto
    }

    .b-toaster.b-toaster-bottom-center .b-toaster-slot,
    .b-toaster.b-toaster-bottom-left .b-toaster-slot,
    .b-toaster.b-toaster-top-center .b-toaster-slot,
    .b-toaster.b-toaster-top-left .b-toaster-slot {
      margin-right: auto
    }

    .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active,
    .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active,
    .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move,
    .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active,
    .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,
    .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move,
    .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active,
    .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,
    .b-toaster.b-toaster-top-left .b-toast.b-toaster-move,
    .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active,
    .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active,
    .b-toaster.b-toaster-top-right .b-toast.b-toaster-move {
      transition: transform .175s
    }

    .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade,
    .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade,
    .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade,
    .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade,
    .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade,
    .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade,
    .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade,
    .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade {
      transition-delay: .175s
    }

    .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active,
    .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,
    .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,
    .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active {
      position: absolute;
      transition-delay: .175s
    }

    .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade,
    .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade,
    .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade,
    .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade {
      transition-delay: 0s
    }

    .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow:before,
    .tooltip.b-tooltip-primary.bs-tooltip-top .arrow:before {
      border-top-color: #007bff
    }

    .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow:before,
    .tooltip.b-tooltip-primary.bs-tooltip-right .arrow:before {
      border-right-color: #007bff
    }

    .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
    .tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow:before {
      border-bottom-color: #007bff
    }

    .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow:before,
    .tooltip.b-tooltip-primary.bs-tooltip-left .arrow:before {
      border-left-color: #007bff
    }

    .tooltip.b-tooltip-primary .tooltip-inner {
      color: #fff;
      background-color: #007bff
    }

    .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow:before,
    .tooltip.b-tooltip-secondary.bs-tooltip-top .arrow:before {
      border-top-color: #6c757d
    }

    .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow:before,
    .tooltip.b-tooltip-secondary.bs-tooltip-right .arrow:before {
      border-right-color: #6c757d
    }

    .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
    .tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow:before {
      border-bottom-color: #6c757d
    }

    .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow:before,
    .tooltip.b-tooltip-secondary.bs-tooltip-left .arrow:before {
      border-left-color: #6c757d
    }

    .tooltip.b-tooltip-secondary .tooltip-inner {
      color: #fff;
      background-color: #6c757d
    }

    .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow:before,
    .tooltip.b-tooltip-success.bs-tooltip-top .arrow:before {
      border-top-color: #28a745
    }

    .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow:before,
    .tooltip.b-tooltip-success.bs-tooltip-right .arrow:before {
      border-right-color: #28a745
    }

    .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
    .tooltip.b-tooltip-success.bs-tooltip-bottom .arrow:before {
      border-bottom-color: #28a745
    }

    .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow:before,
    .tooltip.b-tooltip-success.bs-tooltip-left .arrow:before {
      border-left-color: #28a745
    }

    .tooltip.b-tooltip-success .tooltip-inner {
      color: #fff;
      background-color: #28a745
    }

    .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow:before,
    .tooltip.b-tooltip-info.bs-tooltip-top .arrow:before {
      border-top-color: #17a2b8
    }

    .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow:before,
    .tooltip.b-tooltip-info.bs-tooltip-right .arrow:before {
      border-right-color: #17a2b8
    }

    .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
    .tooltip.b-tooltip-info.bs-tooltip-bottom .arrow:before {
      border-bottom-color: #17a2b8
    }

    .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow:before,
    .tooltip.b-tooltip-info.bs-tooltip-left .arrow:before {
      border-left-color: #17a2b8
    }

    .tooltip.b-tooltip-info .tooltip-inner {
      color: #fff;
      background-color: #17a2b8
    }

    .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow:before,
    .tooltip.b-tooltip-warning.bs-tooltip-top .arrow:before {
      border-top-color: #ffc107
    }

    .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow:before,
    .tooltip.b-tooltip-warning.bs-tooltip-right .arrow:before {
      border-right-color: #ffc107
    }

    .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
    .tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow:before {
      border-bottom-color: #ffc107
    }

    .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow:before,
    .tooltip.b-tooltip-warning.bs-tooltip-left .arrow:before {
      border-left-color: #ffc107
    }

    .tooltip.b-tooltip-warning .tooltip-inner {
      color: #212529;
      background-color: #ffc107
    }

    .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow:before,
    .tooltip.b-tooltip-danger.bs-tooltip-top .arrow:before {
      border-top-color: #dc3545
    }

    .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow:before,
    .tooltip.b-tooltip-danger.bs-tooltip-right .arrow:before {
      border-right-color: #dc3545
    }

    .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
    .tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow:before {
      border-bottom-color: #dc3545
    }

    .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow:before,
    .tooltip.b-tooltip-danger.bs-tooltip-left .arrow:before {
      border-left-color: #dc3545
    }

    .tooltip.b-tooltip-danger .tooltip-inner {
      color: #fff;
      background-color: #dc3545
    }

    .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow:before,
    .tooltip.b-tooltip-light.bs-tooltip-top .arrow:before {
      border-top-color: #f8f9fa
    }

    .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow:before,
    .tooltip.b-tooltip-light.bs-tooltip-right .arrow:before {
      border-right-color: #f8f9fa
    }

    .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
    .tooltip.b-tooltip-light.bs-tooltip-bottom .arrow:before {
      border-bottom-color: #f8f9fa
    }

    .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow:before,
    .tooltip.b-tooltip-light.bs-tooltip-left .arrow:before {
      border-left-color: #f8f9fa
    }

    .tooltip.b-tooltip-light .tooltip-inner {
      color: #212529;
      background-color: #f8f9fa
    }

    .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow:before,
    .tooltip.b-tooltip-dark.bs-tooltip-top .arrow:before {
      border-top-color: #343a40
    }

    .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow:before,
    .tooltip.b-tooltip-dark.bs-tooltip-right .arrow:before {
      border-right-color: #343a40
    }

    .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
    .tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow:before {
      border-bottom-color: #343a40
    }

    .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow:before,
    .tooltip.b-tooltip-dark.bs-tooltip-left .arrow:before {
      border-left-color: #343a40
    }

    .tooltip.b-tooltip-dark .tooltip-inner {
      color: #fff;
      background-color: #343a40
    }


    @keyframes fadein {
      0% {
        opacity: 0
      }

      to {
        opacity: 1
      }
    }

    @-webkit-keyframes fadein {
      0% {
        opacity: 0
      }

      to {
        opacity: 1
      }
    }

    body,
    html {
      margin: 0;
      padding: 0;
      height: 100%;
      font-family: Avenir;
      font-weight: 300;
      font-style: normal
    }

    a {
      text-decoration: none !important
    }

    video {
      width: 100%
    }

    .pull--left {
      float: left !important
    }

    .pull--right {
      float: right !important
    }

    .padding-bottom--10 {
      padding-bottom: 10px
    }

    .loader--page {
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1050;
      overflow: hidden;
      outline: 0;
      background-color: #000;
      display: -ms-flexbox;
      opacity: .8
    }

    .loader--page__box {
      max-width: 50%
    }

    .loader--page__box .title {
      font-size: 1.5rem;
      color: #fff;
      font-family: Segoe UI !important;
      font-weight: 400;
      font-style: normal
    }

    .loader--page__box .spinner {
      margin: auto;
      width: 50px;
      height: 40px;
      text-align: center;
      font-size: 10px
    }

    .loader--page__box .spinner>div {
      background-color: #0680ff;
      height: 100%;
      width: 6px;
      display: inline-block;
      -webkit-animation: sk-stretchdelay 1.2s ease-in-out infinite;
      animation: sk-stretchdelay 1.2s ease-in-out infinite
    }

    .loader--page__box .spinner .rect2 {
      -webkit-animation-delay: -1.1s;
      animation-delay: -1.1s
    }

    .loader--page__box .spinner .rect3 {
      -webkit-animation-delay: -1s;
      animation-delay: -1s
    }

    .loader--page__box .spinner .rect4 {
      -webkit-animation-delay: -.9s;
      animation-delay: -.9s
    }

    .loader--page__box .spinner .rect5 {
      -webkit-animation-delay: -.8s;
      animation-delay: -.8s
    }

    @-webkit-keyframes sk-stretchdelay {

      0%,
      40%,
      to {
        -webkit-transform: scaleY(.4)
      }

      20% {
        -webkit-transform: scaleY(1)
      }
    }

    @keyframes sk-stretchdelay {

      0%,
      40%,
      to {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
      }

      20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
      }
    }

    #__layout,
    #__nuxt {
      height: 100%
    }

    #__layout {
      transition: opacity 1s;
      opacity: 1
    }

    .layout-enter-active,
    .layout-leave-active {
      transition: opacity .5s
    }

    .layout-enter,
    .layout-leave-active {
      opacity: 0
    }

    .overlay-home {
      background-color: rgba(0, 0, 0, .35)
    }

    .overlay-home,
    .overlay-light {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0
    }

    .overlay-light {
      background-color: hsla(0, 0%, 100%, .35)
    }

    .overlay-very-light {
      position: absolute;
      background-color: hsla(0, 0%, 100%, .88);
      top: 0;
      bottom: 0;
      left: 0;
      right: 0
    }

    .mg-bottom--10em {
      display: inline-block;
      width: 100%;
      margin-bottom: 10em
    }

    .image-preview-full {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: relative;
      background: #000
    }

    .image-preview-full__image {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 9
    }

    .image-preview-full__image img {
      width: 100%;
      height: auto
    }

    .image-preview-full__logo {
      position: absolute;
      top: 20px;
      left: 30px;
      z-index: 10;
      cursor: pointer
    }

    .image-preview-full__logo img {
      width: 120px
    }

    .image-preview-full__close {
      position: absolute;
      top: 36px;
      right: 30px;
      z-index: 10;
      cursor: pointer
    }

    .image-preview-full__close img {
      width: 40px
    }

    .image-preview-full__arrow-left {
      position: absolute;
      float: left;
      left: 0;
      top: 50%;
      margin-left: 100px;
      z-index: 10;
      cursor: pointer
    }

    .image-preview-full__arrow-right {
      position: absolute;
      float: right;
      top: 50%;
      right: 0;
      margin-right: 100px;
      z-index: 10;
      cursor: pointer
    }

    .line-short--yellow {
      margin: .5rem auto 1rem;
      border: 0;
      width: 5%;
      border-top: 1px solid #ffc107;
      display: inline-block
    }

    .daswin-navbar--fixed {
      position: fixed !important;
      top: 0;
      left: 0
    }

    .growing-line {
      display: inline-block;
      position: relative;
      text-decoration: none
    }

    .growing-line:after {
      position: absolute;
      top: 75%;
      left: 0;
      width: 100%;
      height: .14em;
      background: #636363;
      opacity: .3;
      content: "";
      transform: scale(.92);
      transition: all .5s ease-in-out
    }

    .growing-line:hover:after {
      opacity: 1;
      -webkit-transition: opacity;
      transform: scale(1);
      transition: all .5s ease-in-out
    }

    .cursor--touch {
      cursor: pointer
    }

    #block {
      background-color: #bca;
      width: 100px;
      border: 1px solid green
    }

    #top {
      margin-bottom: 2000px
    }

    /*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
    .hvr-grow {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: transform
    }

    .hvr-grow:active,
    .hvr-grow:focus,
    .hvr-grow:hover {
      transform: scale(1.1)
    }

    .hvr-shrink {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: transform
    }

    .hvr-shrink:active,
    .hvr-shrink:focus,
    .hvr-shrink:hover {
      transform: scale(.9)
    }

    @-webkit-keyframes hvr-pulse {
      25% {
        transform: scale(1.1)
      }

      75% {
        transform: scale(.9)
      }
    }

    @keyframes hvr-pulse {
      25% {
        transform: scale(1.1)
      }

      75% {
        transform: scale(.9)
      }
    }

    .hvr-pulse {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-pulse:active,
    .hvr-pulse:focus,
    .hvr-pulse:hover {
      -webkit-animation-name: hvr-pulse;
      animation-name: hvr-pulse;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite
    }

    @-webkit-keyframes hvr-pulse-grow {
      to {
        transform: scale(1.1)
      }
    }

    @keyframes hvr-pulse-grow {
      to {
        transform: scale(1.1)
      }
    }

    .hvr-pulse-grow {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-pulse-grow:active,
    .hvr-pulse-grow:focus,
    .hvr-pulse-grow:hover {
      -webkit-animation-name: hvr-pulse-grow;
      animation-name: hvr-pulse-grow;
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
      animation-direction: alternate
    }

    @-webkit-keyframes hvr-pulse-shrink {
      to {
        transform: scale(.9)
      }
    }

    @keyframes hvr-pulse-shrink {
      to {
        transform: scale(.9)
      }
    }

    .hvr-pulse-shrink {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-pulse-shrink:active,
    .hvr-pulse-shrink:focus,
    .hvr-pulse-shrink:hover {
      -webkit-animation-name: hvr-pulse-shrink;
      animation-name: hvr-pulse-shrink;
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
      animation-direction: alternate
    }

    @-webkit-keyframes hvr-push {
      50% {
        transform: scale(.8)
      }

      to {
        transform: scale(1)
      }
    }

    @keyframes hvr-push {
      50% {
        transform: scale(.8)
      }

      to {
        transform: scale(1)
      }
    }

    .hvr-push {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-push:active,
    .hvr-push:focus,
    .hvr-push:hover {
      -webkit-animation-name: hvr-push;
      animation-name: hvr-push;
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-pop {
      50% {
        transform: scale(1.2)
      }
    }

    @keyframes hvr-pop {
      50% {
        transform: scale(1.2)
      }
    }

    .hvr-pop {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-pop:active,
    .hvr-pop:focus,
    .hvr-pop:hover {
      -webkit-animation-name: hvr-pop;
      animation-name: hvr-pop;
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1
    }

    .hvr-bounce-in {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .5s
    }

    .hvr-bounce-in:active,
    .hvr-bounce-in:focus,
    .hvr-bounce-in:hover {
      transform: scale(1.2);
      transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
    }

    .hvr-bounce-out {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .5s
    }

    .hvr-bounce-out:active,
    .hvr-bounce-out:focus,
    .hvr-bounce-out:hover {
      transform: scale(.8);
      transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
    }

    .hvr-rotate {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: transform
    }

    .hvr-rotate:active,
    .hvr-rotate:focus,
    .hvr-rotate:hover {
      transform: rotate(4deg)
    }

    .hvr-grow-rotate {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: transform
    }

    .hvr-grow-rotate:active,
    .hvr-grow-rotate:focus,
    .hvr-grow-rotate:hover {
      transform: scale(1.1) rotate(4deg)
    }

    .hvr-float {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: transform;
      transition-timing-function: ease-out
    }

    .hvr-float:active,
    .hvr-float:focus,
    .hvr-float:hover {
      transform: translateY(-8px)
    }

    .hvr-sink {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: transform;
      transition-timing-function: ease-out
    }

    .hvr-sink:active,
    .hvr-sink:focus,
    .hvr-sink:hover {
      transform: translateY(8px)
    }

    @-webkit-keyframes hvr-bob {
      0% {
        transform: translateY(-8px)
      }

      50% {
        transform: translateY(-4px)
      }

      to {
        transform: translateY(-8px)
      }
    }

    @keyframes hvr-bob {
      0% {
        transform: translateY(-8px)
      }

      50% {
        transform: translateY(-4px)
      }

      to {
        transform: translateY(-8px)
      }
    }

    @-webkit-keyframes hvr-bob-float {
      to {
        transform: translateY(-8px)
      }
    }

    @keyframes hvr-bob-float {
      to {
        transform: translateY(-8px)
      }
    }

    .hvr-bob {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-bob:active,
    .hvr-bob:focus,
    .hvr-bob:hover {
      -webkit-animation-name: hvr-bob-float, hvr-bob;
      animation-name: hvr-bob-float, hvr-bob;
      -webkit-animation-duration: .3s, 1.5s;
      animation-duration: .3s, 1.5s;
      -webkit-animation-delay: 0s, .3s;
      animation-delay: 0s, .3s;
      -webkit-animation-timing-function: ease-out, ease-in-out;
      animation-timing-function: ease-out, ease-in-out;
      -webkit-animation-iteration-count: 1, infinite;
      animation-iteration-count: 1, infinite;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-direction: normal, alternate;
      animation-direction: normal, alternate
    }

    @-webkit-keyframes hvr-hang {
      0% {
        transform: translateY(8px)
      }

      50% {
        transform: translateY(4px)
      }

      to {
        transform: translateY(8px)
      }
    }

    @keyframes hvr-hang {
      0% {
        transform: translateY(8px)
      }

      50% {
        transform: translateY(4px)
      }

      to {
        transform: translateY(8px)
      }
    }

    @-webkit-keyframes hvr-hang-sink {
      to {
        transform: translateY(8px)
      }
    }

    @keyframes hvr-hang-sink {
      to {
        transform: translateY(8px)
      }
    }

    .hvr-hang {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-hang:active,
    .hvr-hang:focus,
    .hvr-hang:hover {
      -webkit-animation-name: hvr-hang-sink, hvr-hang;
      animation-name: hvr-hang-sink, hvr-hang;
      -webkit-animation-duration: .3s, 1.5s;
      animation-duration: .3s, 1.5s;
      -webkit-animation-delay: 0s, .3s;
      animation-delay: 0s, .3s;
      -webkit-animation-timing-function: ease-out, ease-in-out;
      animation-timing-function: ease-out, ease-in-out;
      -webkit-animation-iteration-count: 1, infinite;
      animation-iteration-count: 1, infinite;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-direction: normal, alternate;
      animation-direction: normal, alternate
    }

    .hvr-skew {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: transform
    }

    .hvr-skew:active,
    .hvr-skew:focus,
    .hvr-skew:hover {
      transform: skew(-10deg)
    }

    .hvr-skew-forward {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: transform;
      transform-origin: 0 100%
    }

    .hvr-skew-forward:active,
    .hvr-skew-forward:focus,
    .hvr-skew-forward:hover {
      transform: skew(-10deg)
    }

    .hvr-skew-backward {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: transform;
      transform-origin: 0 100%
    }

    .hvr-skew-backward:active,
    .hvr-skew-backward:focus,
    .hvr-skew-backward:hover {
      transform: skew(10deg)
    }

    @-webkit-keyframes hvr-wobble-vertical {
      16.65% {
        transform: translateY(8px)
      }

      33.3% {
        transform: translateY(-6px)
      }

      49.95% {
        transform: translateY(4px)
      }

      66.6% {
        transform: translateY(-2px)
      }

      83.25% {
        transform: translateY(1px)
      }

      to {
        transform: translateY(0)
      }
    }

    @keyframes hvr-wobble-vertical {
      16.65% {
        transform: translateY(8px)
      }

      33.3% {
        transform: translateY(-6px)
      }

      49.95% {
        transform: translateY(4px)
      }

      66.6% {
        transform: translateY(-2px)
      }

      83.25% {
        transform: translateY(1px)
      }

      to {
        transform: translateY(0)
      }
    }

    .hvr-wobble-vertical {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-wobble-vertical:active,
    .hvr-wobble-vertical:focus,
    .hvr-wobble-vertical:hover {
      -webkit-animation-name: hvr-wobble-vertical;
      animation-name: hvr-wobble-vertical;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-wobble-horizontal {
      16.65% {
        transform: translateX(8px)
      }

      33.3% {
        transform: translateX(-6px)
      }

      49.95% {
        transform: translateX(4px)
      }

      66.6% {
        transform: translateX(-2px)
      }

      83.25% {
        transform: translateX(1px)
      }

      to {
        transform: translateX(0)
      }
    }

    @keyframes hvr-wobble-horizontal {
      16.65% {
        transform: translateX(8px)
      }

      33.3% {
        transform: translateX(-6px)
      }

      49.95% {
        transform: translateX(4px)
      }

      66.6% {
        transform: translateX(-2px)
      }

      83.25% {
        transform: translateX(1px)
      }

      to {
        transform: translateX(0)
      }
    }

    .hvr-wobble-horizontal {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-wobble-horizontal:active,
    .hvr-wobble-horizontal:focus,
    .hvr-wobble-horizontal:hover {
      -webkit-animation-name: hvr-wobble-horizontal;
      animation-name: hvr-wobble-horizontal;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-wobble-to-bottom-right {
      16.65% {
        transform: translate(8px, 8px)
      }

      33.3% {
        transform: translate(-6px, -6px)
      }

      49.95% {
        transform: translate(4px, 4px)
      }

      66.6% {
        transform: translate(-2px, -2px)
      }

      83.25% {
        transform: translate(1px, 1px)
      }

      to {
        transform: translate(0)
      }
    }

    @keyframes hvr-wobble-to-bottom-right {
      16.65% {
        transform: translate(8px, 8px)
      }

      33.3% {
        transform: translate(-6px, -6px)
      }

      49.95% {
        transform: translate(4px, 4px)
      }

      66.6% {
        transform: translate(-2px, -2px)
      }

      83.25% {
        transform: translate(1px, 1px)
      }

      to {
        transform: translate(0)
      }
    }

    .hvr-wobble-to-bottom-right {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-wobble-to-bottom-right:active,
    .hvr-wobble-to-bottom-right:focus,
    .hvr-wobble-to-bottom-right:hover {
      -webkit-animation-name: hvr-wobble-to-bottom-right;
      animation-name: hvr-wobble-to-bottom-right;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-wobble-to-top-right {
      16.65% {
        transform: translate(8px, -8px)
      }

      33.3% {
        transform: translate(-6px, 6px)
      }

      49.95% {
        transform: translate(4px, -4px)
      }

      66.6% {
        transform: translate(-2px, 2px)
      }

      83.25% {
        transform: translate(1px, -1px)
      }

      to {
        transform: translate(0)
      }
    }

    @keyframes hvr-wobble-to-top-right {
      16.65% {
        transform: translate(8px, -8px)
      }

      33.3% {
        transform: translate(-6px, 6px)
      }

      49.95% {
        transform: translate(4px, -4px)
      }

      66.6% {
        transform: translate(-2px, 2px)
      }

      83.25% {
        transform: translate(1px, -1px)
      }

      to {
        transform: translate(0)
      }
    }

    .hvr-wobble-to-top-right {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-wobble-to-top-right:active,
    .hvr-wobble-to-top-right:focus,
    .hvr-wobble-to-top-right:hover {
      -webkit-animation-name: hvr-wobble-to-top-right;
      animation-name: hvr-wobble-to-top-right;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-wobble-top {
      16.65% {
        transform: skew(-12deg)
      }

      33.3% {
        transform: skew(10deg)
      }

      49.95% {
        transform: skew(-6deg)
      }

      66.6% {
        transform: skew(4deg)
      }

      83.25% {
        transform: skew(-2deg)
      }

      to {
        transform: skew(0)
      }
    }

    @keyframes hvr-wobble-top {
      16.65% {
        transform: skew(-12deg)
      }

      33.3% {
        transform: skew(10deg)
      }

      49.95% {
        transform: skew(-6deg)
      }

      66.6% {
        transform: skew(4deg)
      }

      83.25% {
        transform: skew(-2deg)
      }

      to {
        transform: skew(0)
      }
    }

    .hvr-wobble-top {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transform-origin: 0 100%
    }

    .hvr-wobble-top:active,
    .hvr-wobble-top:focus,
    .hvr-wobble-top:hover {
      -webkit-animation-name: hvr-wobble-top;
      animation-name: hvr-wobble-top;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-wobble-bottom {
      16.65% {
        transform: skew(-12deg)
      }

      33.3% {
        transform: skew(10deg)
      }

      49.95% {
        transform: skew(-6deg)
      }

      66.6% {
        transform: skew(4deg)
      }

      83.25% {
        transform: skew(-2deg)
      }

      to {
        transform: skew(0)
      }
    }

    @keyframes hvr-wobble-bottom {
      16.65% {
        transform: skew(-12deg)
      }

      33.3% {
        transform: skew(10deg)
      }

      49.95% {
        transform: skew(-6deg)
      }

      66.6% {
        transform: skew(4deg)
      }

      83.25% {
        transform: skew(-2deg)
      }

      to {
        transform: skew(0)
      }
    }

    .hvr-wobble-bottom {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transform-origin: 100% 0
    }

    .hvr-wobble-bottom:active,
    .hvr-wobble-bottom:focus,
    .hvr-wobble-bottom:hover {
      -webkit-animation-name: hvr-wobble-bottom;
      animation-name: hvr-wobble-bottom;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-wobble-skew {
      16.65% {
        transform: skew(-12deg)
      }

      33.3% {
        transform: skew(10deg)
      }

      49.95% {
        transform: skew(-6deg)
      }

      66.6% {
        transform: skew(4deg)
      }

      83.25% {
        transform: skew(-2deg)
      }

      to {
        transform: skew(0)
      }
    }

    @keyframes hvr-wobble-skew {
      16.65% {
        transform: skew(-12deg)
      }

      33.3% {
        transform: skew(10deg)
      }

      49.95% {
        transform: skew(-6deg)
      }

      66.6% {
        transform: skew(4deg)
      }

      83.25% {
        transform: skew(-2deg)
      }

      to {
        transform: skew(0)
      }
    }

    .hvr-wobble-skew {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-wobble-skew:active,
    .hvr-wobble-skew:focus,
    .hvr-wobble-skew:hover {
      -webkit-animation-name: hvr-wobble-skew;
      animation-name: hvr-wobble-skew;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-buzz {
      50% {
        transform: translateX(3px) rotate(2deg)
      }

      to {
        transform: translateX(-3px) rotate(-2deg)
      }
    }

    @keyframes hvr-buzz {
      50% {
        transform: translateX(3px) rotate(2deg)
      }

      to {
        transform: translateX(-3px) rotate(-2deg)
      }
    }

    .hvr-buzz {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-buzz:active,
    .hvr-buzz:focus,
    .hvr-buzz:hover {
      -webkit-animation-name: hvr-buzz;
      animation-name: hvr-buzz;
      -webkit-animation-duration: .15s;
      animation-duration: .15s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite
    }

    @-webkit-keyframes hvr-buzz-out {
      10% {
        transform: translateX(3px) rotate(2deg)
      }

      20% {
        transform: translateX(-3px) rotate(-2deg)
      }

      30% {
        transform: translateX(3px) rotate(2deg)
      }

      40% {
        transform: translateX(-3px) rotate(-2deg)
      }

      50% {
        transform: translateX(2px) rotate(1deg)
      }

      60% {
        transform: translateX(-2px) rotate(-1deg)
      }

      70% {
        transform: translateX(2px) rotate(1deg)
      }

      80% {
        transform: translateX(-2px) rotate(-1deg)
      }

      90% {
        transform: translateX(1px) rotate(0)
      }

      to {
        transform: translateX(-1px) rotate(0)
      }
    }

    @keyframes hvr-buzz-out {
      10% {
        transform: translateX(3px) rotate(2deg)
      }

      20% {
        transform: translateX(-3px) rotate(-2deg)
      }

      30% {
        transform: translateX(3px) rotate(2deg)
      }

      40% {
        transform: translateX(-3px) rotate(-2deg)
      }

      50% {
        transform: translateX(2px) rotate(1deg)
      }

      60% {
        transform: translateX(-2px) rotate(-1deg)
      }

      70% {
        transform: translateX(2px) rotate(1deg)
      }

      80% {
        transform: translateX(-2px) rotate(-1deg)
      }

      90% {
        transform: translateX(1px) rotate(0)
      }

      to {
        transform: translateX(-1px) rotate(0)
      }
    }

    .hvr-buzz-out {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-buzz-out:active,
    .hvr-buzz-out:focus,
    .hvr-buzz-out:hover {
      -webkit-animation-name: hvr-buzz-out;
      animation-name: hvr-buzz-out;
      -webkit-animation-duration: .75s;
      animation-duration: .75s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1
    }

    .hvr-forward {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: transform
    }

    .hvr-forward:active,
    .hvr-forward:focus,
    .hvr-forward:hover {
      transform: translateX(8px)
    }

    .hvr-backward {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: transform
    }

    .hvr-backward:active,
    .hvr-backward:focus,
    .hvr-backward:hover {
      transform: translateX(-8px)
    }

    .hvr-fade {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      overflow: hidden;
      transition-duration: .3s;
      transition-property: color, background-color
    }

    .hvr-fade:active,
    .hvr-fade:focus,
    .hvr-fade:hover {
      background-color: #20336d;
      color: #fff
    }

    @-webkit-keyframes hvr-back-pulse {
      50% {
        background-color: rgba(32, 152, 209, .75)
      }
    }

    @keyframes hvr-back-pulse {
      50% {
        background-color: rgba(32, 152, 209, .75)
      }
    }

    .hvr-back-pulse {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      overflow: hidden;
      transition-duration: .5s;
      transition-property: color, background-color
    }

    .hvr-back-pulse:active,
    .hvr-back-pulse:focus,
    .hvr-back-pulse:hover {
      -webkit-animation-name: hvr-back-pulse;
      animation-name: hvr-back-pulse;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: .5s;
      animation-delay: .5s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      background-color: #20336d;
      color: #fff
    }

    .hvr-sweep-to-right {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      transition-property: color;
      transition-duration: .3s
    }

    .hvr-sweep-to-right:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #20336d;
      transform: scaleX(0);
      transform-origin: 0 50%;
      transition-property: transform;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-sweep-to-right:active,
    .hvr-sweep-to-right:focus,
    .hvr-sweep-to-right:hover {
      color: #fff
    }

    .hvr-sweep-to-right:active:before,
    .hvr-sweep-to-right:focus:before,
    .hvr-sweep-to-right:hover:before {
      transform: scaleX(1)
    }

    .hvr-sweep-to-left {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      transition-property: color;
      transition-duration: .3s
    }

    .hvr-sweep-to-left:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #20336d;
      transform: scaleX(0);
      transform-origin: 100% 50%;
      transition-property: transform;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-sweep-to-left:active,
    .hvr-sweep-to-left:focus,
    .hvr-sweep-to-left:hover {
      color: #fff
    }

    .hvr-sweep-to-left:active:before,
    .hvr-sweep-to-left:focus:before,
    .hvr-sweep-to-left:hover:before {
      transform: scaleX(1)
    }

    .hvr-sweep-to-bottom {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      transition-property: color;
      transition-duration: .3s
    }

    .hvr-sweep-to-bottom:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #20336d;
      transform: scaleY(0);
      transform-origin: 50% 0;
      transition-property: transform;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-sweep-to-bottom:active,
    .hvr-sweep-to-bottom:focus,
    .hvr-sweep-to-bottom:hover {
      color: #fff
    }

    .hvr-sweep-to-bottom:active:before,
    .hvr-sweep-to-bottom:focus:before,
    .hvr-sweep-to-bottom:hover:before {
      transform: scaleY(1)
    }

    .hvr-sweep-to-top {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      transition-property: color;
      transition-duration: .3s
    }

    .hvr-sweep-to-top:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #20336d;
      transform: scaleY(0);
      transform-origin: 50% 100%;
      transition-property: transform;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-sweep-to-top:active,
    .hvr-sweep-to-top:focus,
    .hvr-sweep-to-top:hover {
      color: #fff
    }

    .hvr-sweep-to-top:active:before,
    .hvr-sweep-to-top:focus:before,
    .hvr-sweep-to-top:hover:before {
      transform: scaleY(1)
    }

    .hvr-bounce-to-right {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      transition-property: color;
      transition-duration: .5s
    }

    .hvr-bounce-to-right:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #20336d;
      transform: scaleX(0);
      transform-origin: 0 50%;
      transition-property: transform;
      transition-duration: .5s;
      transition-timing-function: ease-out
    }

    .hvr-bounce-to-right:active,
    .hvr-bounce-to-right:focus,
    .hvr-bounce-to-right:hover {
      color: #fff
    }

    .hvr-bounce-to-right:active:before,
    .hvr-bounce-to-right:focus:before,
    .hvr-bounce-to-right:hover:before {
      transform: scaleX(1);
      transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
    }

    .hvr-bounce-to-left {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      transition-property: color;
      transition-duration: .5s
    }

    .hvr-bounce-to-left:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #20336d;
      transform: scaleX(0);
      transform-origin: 100% 50%;
      transition-property: transform;
      transition-duration: .5s;
      transition-timing-function: ease-out
    }

    .hvr-bounce-to-left:active,
    .hvr-bounce-to-left:focus,
    .hvr-bounce-to-left:hover {
      color: #fff
    }

    .hvr-bounce-to-left:active:before,
    .hvr-bounce-to-left:focus:before,
    .hvr-bounce-to-left:hover:before {
      transform: scaleX(1);
      transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
    }

    .hvr-bounce-to-bottom {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      transition-property: color;
      transition-duration: .5s
    }

    .hvr-bounce-to-bottom:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #20336d;
      transform: scaleY(0);
      transform-origin: 50% 0;
      transition-property: transform;
      transition-duration: .5s;
      transition-timing-function: ease-out
    }

    .hvr-bounce-to-bottom:active,
    .hvr-bounce-to-bottom:focus,
    .hvr-bounce-to-bottom:hover {
      color: #fff
    }

    .hvr-bounce-to-bottom:active:before,
    .hvr-bounce-to-bottom:focus:before,
    .hvr-bounce-to-bottom:hover:before {
      transform: scaleY(1);
      transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
    }

    .hvr-bounce-to-top {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      transition-property: color;
      transition-duration: .5s
    }

    .hvr-bounce-to-top:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #20336d;
      transform: scaleY(0);
      transform-origin: 50% 100%;
      transition-property: transform;
      transition-duration: .5s;
      transition-timing-function: ease-out
    }

    .hvr-bounce-to-top:active,
    .hvr-bounce-to-top:focus,
    .hvr-bounce-to-top:hover {
      color: #fff
    }

    .hvr-bounce-to-top:active:before,
    .hvr-bounce-to-top:focus:before,
    .hvr-bounce-to-top:hover:before {
      transform: scaleY(1);
      transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
    }

    .hvr-radial-out {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      overflow: hidden;
      background: #e1e1e1;
      transition-property: color;
      transition-duration: .3s
    }

    .hvr-radial-out:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #20336d;
      border-radius: 100%;
      transform: scale(0);
      transition-property: transform;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-radial-out:active,
    .hvr-radial-out:focus,
    .hvr-radial-out:hover {
      color: #fff
    }

    .hvr-radial-out:active:before,
    .hvr-radial-out:focus:before,
    .hvr-radial-out:hover:before {
      transform: scale(2)
    }

    .hvr-radial-in {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      overflow: hidden;
      background: #20336d;
      transition-property: color;
      transition-duration: .3s
    }

    .hvr-radial-in:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #e1e1e1;
      border-radius: 100%;
      transform: scale(2);
      transition-property: transform;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-radial-in:active,
    .hvr-radial-in:focus,
    .hvr-radial-in:hover {
      color: #fff
    }

    .hvr-radial-in:active:before,
    .hvr-radial-in:focus:before,
    .hvr-radial-in:hover:before {
      transform: scale(0)
    }

    .hvr-rectangle-in {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      background: #20336d;
      transition-property: color;
      transition-duration: .3s
    }

    .hvr-rectangle-in:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #e1e1e1;
      transform: scale(1);
      transition-property: transform;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-rectangle-in:active,
    .hvr-rectangle-in:focus,
    .hvr-rectangle-in:hover {
      color: #fff
    }

    .hvr-rectangle-in:active:before,
    .hvr-rectangle-in:focus:before,
    .hvr-rectangle-in:hover:before {
      transform: scale(0)
    }

    .hvr-rectangle-out {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      background: #e1e1e1;
      transition-property: color;
      transition-duration: .3s
    }

    .hvr-rectangle-out:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #20336d;
      transform: scale(0);
      transition-property: transform;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-rectangle-out:active,
    .hvr-rectangle-out:focus,
    .hvr-rectangle-out:hover {
      color: #fff
    }

    .hvr-rectangle-out:active:before,
    .hvr-rectangle-out:focus:before,
    .hvr-rectangle-out:hover:before {
      transform: scale(1)
    }

    .hvr-shutter-in-horizontal {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      background: #20336d;
      transition-property: color;
      transition-duration: .3s
    }

    .hvr-shutter-in-horizontal:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #e1e1e1;
      transform: scaleX(1);
      transform-origin: 50%;
      transition-property: transform;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-shutter-in-horizontal:active,
    .hvr-shutter-in-horizontal:focus,
    .hvr-shutter-in-horizontal:hover {
      color: #fff
    }

    .hvr-shutter-in-horizontal:active:before,
    .hvr-shutter-in-horizontal:focus:before,
    .hvr-shutter-in-horizontal:hover:before {
      transform: scaleX(0)
    }

    .hvr-shutter-out-horizontal {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      background: #e1e1e1;
      transition-property: color;
      transition-duration: .3s
    }

    .hvr-shutter-out-horizontal:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #20336d;
      transform: scaleX(0);
      transform-origin: 50%;
      transition-property: transform;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-shutter-out-horizontal:active,
    .hvr-shutter-out-horizontal:focus,
    .hvr-shutter-out-horizontal:hover {
      color: #fff
    }

    .hvr-shutter-out-horizontal:active:before,
    .hvr-shutter-out-horizontal:focus:before,
    .hvr-shutter-out-horizontal:hover:before {
      transform: scaleX(1)
    }

    .hvr-shutter-in-vertical {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      background: #20336d;
      transition-property: color;
      transition-duration: .3s
    }

    .hvr-shutter-in-vertical:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #e1e1e1;
      transform: scaleY(1);
      transform-origin: 50%;
      transition-property: transform;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-shutter-in-vertical:active,
    .hvr-shutter-in-vertical:focus,
    .hvr-shutter-in-vertical:hover {
      color: #fff
    }

    .hvr-shutter-in-vertical:active:before,
    .hvr-shutter-in-vertical:focus:before,
    .hvr-shutter-in-vertical:hover:before {
      transform: scaleY(0)
    }

    .hvr-shutter-out-vertical {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      background: #e1e1e1;
      transition-property: color;
      transition-duration: .3s
    }

    .hvr-shutter-out-vertical:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #20336d;
      transform: scaleY(0);
      transform-origin: 50%;
      transition-property: transform;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-shutter-out-vertical:active,
    .hvr-shutter-out-vertical:focus,
    .hvr-shutter-out-vertical:hover {
      color: #fff
    }

    .hvr-shutter-out-vertical:active:before,
    .hvr-shutter-out-vertical:focus:before,
    .hvr-shutter-out-vertical:hover:before {
      transform: scaleY(1)
    }

    .hvr-border-fade {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: box-shadow;
      box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
    }

    .hvr-border-fade:active,
    .hvr-border-fade:focus,
    .hvr-border-fade:hover {
      box-shadow: inset 0 0 0 4px #20336d, 0 0 1px transparent
    }

    .hvr-hollow {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: background;
      box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
    }

    .hvr-hollow:active,
    .hvr-hollow:focus,
    .hvr-hollow:hover {
      background: 0 0
    }

    .hvr-trim {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative
    }

    .hvr-trim:before {
      content: "";
      position: absolute;
      border: 4px solid #fff;
      top: 4px;
      left: 4px;
      right: 4px;
      bottom: 4px;
      opacity: 0;
      transition-duration: .3s;
      transition-property: opacity
    }

    .hvr-trim:active:before,
    .hvr-trim:focus:before,
    .hvr-trim:hover:before {
      opacity: 1
    }

    @-webkit-keyframes hvr-ripple-out {
      to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
      }
    }

    @keyframes hvr-ripple-out {
      to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
      }
    }

    .hvr-ripple-out {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative
    }

    .hvr-ripple-out:before {
      content: "";
      position: absolute;
      border: 6px solid #e1e1e1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-animation-duration: 1s;
      animation-duration: 1s
    }

    .hvr-ripple-out:active:before,
    .hvr-ripple-out:focus:before,
    .hvr-ripple-out:hover:before {
      -webkit-animation-name: hvr-ripple-out;
      animation-name: hvr-ripple-out
    }

    @-webkit-keyframes hvr-ripple-in {
      to {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
      }
    }

    @keyframes hvr-ripple-in {
      to {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
      }
    }

    .hvr-ripple-in {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative
    }

    .hvr-ripple-in:before {
      content: "";
      position: absolute;
      border: 4px solid #e1e1e1;
      top: -12px;
      right: -12px;
      bottom: -12px;
      left: -12px;
      opacity: 0;
      -webkit-animation-duration: 1s;
      animation-duration: 1s
    }

    .hvr-ripple-in:active:before,
    .hvr-ripple-in:focus:before,
    .hvr-ripple-in:hover:before {
      -webkit-animation-name: hvr-ripple-in;
      animation-name: hvr-ripple-in
    }

    .hvr-outline-out {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative
    }

    .hvr-outline-out:before {
      content: "";
      position: absolute;
      border: 4px solid #e1e1e1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition-duration: .3s;
      transition-property: top, right, bottom, left
    }

    .hvr-outline-out:active:before,
    .hvr-outline-out:focus:before,
    .hvr-outline-out:hover:before {
      top: -8px;
      right: -8px;
      bottom: -8px;
      left: -8px
    }

    .hvr-outline-in {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative
    }

    .hvr-outline-in:before {
      pointer-events: none;
      content: "";
      position: absolute;
      border: 4px solid #e1e1e1;
      top: -16px;
      right: -16px;
      bottom: -16px;
      left: -16px;
      opacity: 0;
      transition-duration: .3s;
      transition-property: top, right, bottom, left
    }

    .hvr-outline-in:active:before,
    .hvr-outline-in:focus:before,
    .hvr-outline-in:hover:before {
      top: -8px;
      right: -8px;
      bottom: -8px;
      left: -8px;
      opacity: 1
    }

    .hvr-round-corners {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: border-radius
    }

    .hvr-round-corners:active,
    .hvr-round-corners:focus,
    .hvr-round-corners:hover {
      border-radius: 1em
    }

    .hvr-underline-from-left {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      overflow: hidden
    }

    .hvr-underline-from-left:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: 100%;
      bottom: 0;
      background: #20336d;
      height: 4px;
      transition-property: right;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-underline-from-left:active:before,
    .hvr-underline-from-left:focus:before,
    .hvr-underline-from-left:hover:before {
      right: 0
    }

    .hvr-underline-from-center {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      overflow: hidden
    }

    .hvr-underline-from-center:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 51%;
      right: 51%;
      bottom: 0;
      background: #20336d;
      height: 4px;
      transition-property: left, right;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-underline-from-center:active:before,
    .hvr-underline-from-center:focus:before,
    .hvr-underline-from-center:hover:before {
      left: 0;
      right: 0
    }

    .hvr-underline-from-right {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      overflow: hidden
    }

    .hvr-underline-from-right:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 100%;
      right: 0;
      bottom: 0;
      background: #20336d;
      height: 4px;
      transition-property: left;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-underline-from-right:active:before,
    .hvr-underline-from-right:focus:before,
    .hvr-underline-from-right:hover:before {
      left: 0
    }

    .hvr-overline-from-left {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      overflow: hidden
    }

    .hvr-overline-from-left:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: 100%;
      top: 0;
      background: #20336d;
      height: 4px;
      transition-property: right;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-overline-from-left:active:before,
    .hvr-overline-from-left:focus:before,
    .hvr-overline-from-left:hover:before {
      right: 0
    }

    .hvr-overline-from-center {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      overflow: hidden
    }

    .hvr-overline-from-center:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 51%;
      right: 51%;
      top: 0;
      background: #20336d;
      height: 4px;
      transition-property: left, right;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-overline-from-center:active:before,
    .hvr-overline-from-center:focus:before,
    .hvr-overline-from-center:hover:before {
      left: 0;
      right: 0
    }

    .hvr-overline-from-right {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      overflow: hidden
    }

    .hvr-overline-from-right:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 100%;
      right: 0;
      top: 0;
      background: #20336d;
      height: 4px;
      transition-property: left;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-overline-from-right:active:before,
    .hvr-overline-from-right:focus:before,
    .hvr-overline-from-right:hover:before {
      left: 0
    }

    .hvr-reveal {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      overflow: hidden
    }

    .hvr-reveal:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border: 0 solid #20336d;
      transition-property: border-width;
      transition-duration: .1s;
      transition-timing-function: ease-out
    }

    .hvr-reveal:active:before,
    .hvr-reveal:focus:before,
    .hvr-reveal:hover:before {
      transform: translateY(0);
      border-width: 4px
    }

    .hvr-underline-reveal {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      overflow: hidden
    }

    .hvr-underline-reveal:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      bottom: 0;
      background: #20336d;
      height: 4px;
      transform: translateY(4px);
      transition-property: transform;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-underline-reveal:active:before,
    .hvr-underline-reveal:focus:before,
    .hvr-underline-reveal:hover:before {
      transform: translateY(0)
    }

    .hvr-overline-reveal {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      overflow: hidden
    }

    .hvr-overline-reveal:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      top: 0;
      background: #20336d;
      height: 4px;
      transform: translateY(-4px);
      transition-property: transform;
      transition-duration: .3s;
      transition-timing-function: ease-out
    }

    .hvr-overline-reveal:active:before,
    .hvr-overline-reveal:focus:before,
    .hvr-overline-reveal:hover:before {
      transform: translateY(0)
    }

    .hvr-glow {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: box-shadow
    }

    .hvr-glow:active,
    .hvr-glow:focus,
    .hvr-glow:hover {
      box-shadow: 0 0 8px rgba(0, 0, 0, .6)
    }

    .hvr-shadow {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: box-shadow
    }

    .hvr-shadow:active,
    .hvr-shadow:focus,
    .hvr-shadow:hover {
      box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5)
    }

    .hvr-grow-shadow {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: box-shadow, transform
    }

    .hvr-grow-shadow:active,
    .hvr-grow-shadow:focus,
    .hvr-grow-shadow:hover {
      box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
      transform: scale(1.1)
    }

    .hvr-box-shadow-outset {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: box-shadow
    }

    .hvr-box-shadow-outset:active,
    .hvr-box-shadow-outset:focus,
    .hvr-box-shadow-outset:hover {
      box-shadow: 2px 2px 2px rgba(0, 0, 0, .6)
    }

    .hvr-box-shadow-inset {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s;
      transition-property: box-shadow;
      box-shadow: inset 0 0 0 rgba(0, 0, 0, .6), 0 0 1px transparent
    }

    .hvr-box-shadow-inset:active,
    .hvr-box-shadow-inset:focus,
    .hvr-box-shadow-inset:hover {
      box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .6), 0 0 1px transparent
    }

    .hvr-float-shadow {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      transition-duration: .3s;
      transition-property: transform
    }

    .hvr-float-shadow:before {
      pointer-events: none;
      position: absolute;
      z-index: -1;
      content: "";
      top: 100%;
      left: 5%;
      height: 10px;
      width: 90%;
      opacity: 0;
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, transparent 80%);
      transition-duration: .3s;
      transition-property: transform, opacity
    }

    .hvr-float-shadow:active,
    .hvr-float-shadow:focus,
    .hvr-float-shadow:hover {
      transform: translateY(-5px)
    }

    .hvr-float-shadow:active:before,
    .hvr-float-shadow:focus:before,
    .hvr-float-shadow:hover:before {
      opacity: 1;
      transform: translateY(5px)
    }

    .hvr-shadow-radial {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative
    }

    .hvr-shadow-radial:after,
    .hvr-shadow-radial:before {
      pointer-events: none;
      position: absolute;
      content: "";
      left: 0;
      width: 100%;
      box-sizing: border-box;
      background-repeat: no-repeat;
      height: 5px;
      opacity: 0;
      transition-duration: .3s;
      transition-property: opacity
    }

    .hvr-shadow-radial:before {
      bottom: 100%;
      background: radial-gradient(ellipse at 50%, at 150%, rgba(0, 0, 0, .6) 0, transparent 80%);
      background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, .6) 0, transparent 80%)
    }

    .hvr-shadow-radial:after {
      top: 100%;
      background: radial-gradient(ellipse at 50%, at -50%, rgba(0, 0, 0, .6) 0, transparent 80%);
      background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, .6) 0, transparent 80%)
    }

    .hvr-shadow-radial:active:after,
    .hvr-shadow-radial:active:before,
    .hvr-shadow-radial:focus:after,
    .hvr-shadow-radial:focus:before,
    .hvr-shadow-radial:hover:after,
    .hvr-shadow-radial:hover:before {
      opacity: 1
    }

    .hvr-bubble-top {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative
    }

    .hvr-bubble-top:before {
      pointer-events: none;
      position: absolute;
      z-index: -1;
      content: "";
      transition-duration: .3s;
      transition-property: transform;
      left: calc(50% - 10px);
      top: 0;
      border-color: transparent transparent #e1e1e1;
      border-style: solid;
      border-width: 0 10px 10px
    }

    .hvr-bubble-top:active:before,
    .hvr-bubble-top:focus:before,
    .hvr-bubble-top:hover:before {
      transform: translateY(-10px)
    }

    .hvr-bubble-right {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative
    }

    .hvr-bubble-right:before {
      pointer-events: none;
      position: absolute;
      z-index: -1;
      content: "";
      transition-duration: .3s;
      transition-property: transform;
      top: calc(50% - 10px);
      right: 0;
      border-color: transparent transparent transparent #e1e1e1;
      border-style: solid;
      border-width: 10px 0 10px 10px
    }

    .hvr-bubble-right:active:before,
    .hvr-bubble-right:focus:before,
    .hvr-bubble-right:hover:before {
      transform: translateX(10px)
    }

    .hvr-bubble-bottom {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative
    }

    .hvr-bubble-bottom:before {
      pointer-events: none;
      position: absolute;
      z-index: -1;
      content: "";
      transition-duration: .3s;
      transition-property: transform;
      left: calc(50% - 10px);
      bottom: 0;
      border-color: #e1e1e1 transparent transparent;
      border-style: solid;
      border-width: 10px 10px 0
    }

    .hvr-bubble-bottom:active:before,
    .hvr-bubble-bottom:focus:before,
    .hvr-bubble-bottom:hover:before {
      transform: translateY(10px)
    }

    .hvr-bubble-left {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative
    }

    .hvr-bubble-left:before {
      pointer-events: none;
      position: absolute;
      z-index: -1;
      content: "";
      transition-duration: .3s;
      transition-property: transform;
      top: calc(50% - 10px);
      left: 0;
      border-color: transparent #e1e1e1 transparent transparent;
      border-style: solid;
      border-width: 10px 10px 10px 0
    }

    .hvr-bubble-left:active:before,
    .hvr-bubble-left:focus:before,
    .hvr-bubble-left:hover:before {
      transform: translateX(-10px)
    }

    .hvr-bubble-float-top {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative
    }

    .hvr-bubble-float-top,
    .hvr-bubble-float-top:before {
      transition-duration: .3s;
      transition-property: transform
    }

    .hvr-bubble-float-top:before {
      position: absolute;
      z-index: -1;
      content: "";
      left: calc(50% - 10px);
      top: 0;
      border-color: transparent transparent #e1e1e1;
      border-style: solid;
      border-width: 0 10px 10px
    }

    .hvr-bubble-float-top:active,
    .hvr-bubble-float-top:focus,
    .hvr-bubble-float-top:hover {
      transform: translateY(10px)
    }

    .hvr-bubble-float-top:active:before,
    .hvr-bubble-float-top:focus:before,
    .hvr-bubble-float-top:hover:before {
      transform: translateY(-10px)
    }

    .hvr-bubble-float-right {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      transition-duration: .3s;
      transition-property: transform
    }

    .hvr-bubble-float-right:before {
      position: absolute;
      z-index: -1;
      top: calc(50% - 10px);
      right: 0;
      content: "";
      border-color: transparent transparent transparent #e1e1e1;
      border-style: solid;
      border-width: 10px 0 10px 10px;
      transition-duration: .3s;
      transition-property: transform
    }

    .hvr-bubble-float-right:active,
    .hvr-bubble-float-right:focus,
    .hvr-bubble-float-right:hover {
      transform: translateX(-10px)
    }

    .hvr-bubble-float-right:active:before,
    .hvr-bubble-float-right:focus:before,
    .hvr-bubble-float-right:hover:before {
      transform: translateX(10px)
    }

    .hvr-bubble-float-bottom {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      transition-duration: .3s;
      transition-property: transform
    }

    .hvr-bubble-float-bottom:before {
      position: absolute;
      z-index: -1;
      content: "";
      left: calc(50% - 10px);
      bottom: 0;
      border-color: #e1e1e1 transparent transparent;
      border-style: solid;
      border-width: 10px 10px 0;
      transition-duration: .3s;
      transition-property: transform
    }

    .hvr-bubble-float-bottom:active,
    .hvr-bubble-float-bottom:focus,
    .hvr-bubble-float-bottom:hover {
      transform: translateY(-10px)
    }

    .hvr-bubble-float-bottom:active:before,
    .hvr-bubble-float-bottom:focus:before,
    .hvr-bubble-float-bottom:hover:before {
      transform: translateY(10px)
    }

    .hvr-bubble-float-left {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative
    }

    .hvr-bubble-float-left,
    .hvr-bubble-float-left:before {
      transition-duration: .3s;
      transition-property: transform
    }

    .hvr-bubble-float-left:before {
      position: absolute;
      z-index: -1;
      content: "";
      top: calc(50% - 10px);
      left: 0;
      border-color: transparent #e1e1e1 transparent transparent;
      border-style: solid;
      border-width: 10px 10px 10px 0
    }

    .hvr-bubble-float-left:active,
    .hvr-bubble-float-left:focus,
    .hvr-bubble-float-left:hover {
      transform: translateX(10px)
    }

    .hvr-bubble-float-left:active:before,
    .hvr-bubble-float-left:focus:before,
    .hvr-bubble-float-left:hover:before {
      transform: translateX(-10px)
    }

    .hvr-icon-back {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .1s
    }

    .hvr-icon-back .hvr-icon {
      transform: translateZ(0);
      transition-duration: .1s;
      transition-property: transform;
      transition-timing-function: ease-out
    }

    .hvr-icon-back:active .hvr-icon,
    .hvr-icon-back:focus .hvr-icon,
    .hvr-icon-back:hover .hvr-icon {
      transform: translateX(-4px)
    }

    .hvr-icon-forward {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .1s
    }

    .hvr-icon-forward .hvr-icon {
      transform: translateZ(0);
      transition-duration: .1s;
      transition-property: transform;
      transition-timing-function: ease-out
    }

    .hvr-icon-forward:active .hvr-icon,
    .hvr-icon-forward:focus .hvr-icon,
    .hvr-icon-forward:hover .hvr-icon {
      transform: translateX(4px)
    }

    @-webkit-keyframes hvr-icon-down {

      0%,
      50%,
      to {
        transform: translateY(0)
      }

      25%,
      75% {
        transform: translateY(6px)
      }
    }

    @keyframes hvr-icon-down {

      0%,
      50%,
      to {
        transform: translateY(0)
      }

      25%,
      75% {
        transform: translateY(6px)
      }
    }

    .hvr-icon-down {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-icon-down .hvr-icon {
      transform: translateZ(0)
    }

    .hvr-icon-down:active .hvr-icon,
    .hvr-icon-down:focus .hvr-icon,
    .hvr-icon-down:hover .hvr-icon {
      -webkit-animation-name: hvr-icon-down;
      animation-name: hvr-icon-down;
      -webkit-animation-duration: .75s;
      animation-duration: .75s;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    @-webkit-keyframes hvr-icon-up {

      0%,
      50%,
      to {
        transform: translateY(0)
      }

      25%,
      75% {
        transform: translateY(-6px)
      }
    }

    @keyframes hvr-icon-up {

      0%,
      50%,
      to {
        transform: translateY(0)
      }

      25%,
      75% {
        transform: translateY(-6px)
      }
    }

    .hvr-icon-up {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-icon-up .hvr-icon {
      transform: translateZ(0)
    }

    .hvr-icon-up:active .hvr-icon,
    .hvr-icon-up:focus .hvr-icon,
    .hvr-icon-up:hover .hvr-icon {
      -webkit-animation-name: hvr-icon-up;
      animation-name: hvr-icon-up;
      -webkit-animation-duration: .75s;
      animation-duration: .75s;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    .hvr-icon-spin {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-icon-spin .hvr-icon {
      transition-duration: 1s;
      transition-property: transform;
      transition-timing-function: ease-in-out
    }

    .hvr-icon-spin:active .hvr-icon,
    .hvr-icon-spin:focus .hvr-icon,
    .hvr-icon-spin:hover .hvr-icon {
      transform: rotate(1turn)
    }

    @-webkit-keyframes hvr-icon-drop {
      0% {
        opacity: 0
      }

      50% {
        opacity: 0;
        transform: translateY(-100%)
      }

      51%,
      to {
        opacity: 1
      }
    }

    @keyframes hvr-icon-drop {
      0% {
        opacity: 0
      }

      50% {
        opacity: 0;
        transform: translateY(-100%)
      }

      51%,
      to {
        opacity: 1
      }
    }

    .hvr-icon-drop {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-icon-drop .hvr-icon {
      transform: translateZ(0)
    }

    .hvr-icon-drop:active .hvr-icon,
    .hvr-icon-drop:focus .hvr-icon,
    .hvr-icon-drop:hover .hvr-icon {
      opacity: 0;
      transition-duration: .3s;
      -webkit-animation-name: hvr-icon-drop;
      animation-name: hvr-icon-drop;
      -webkit-animation-duration: .5s;
      animation-duration: .5s;
      -webkit-animation-delay: .3s;
      animation-delay: .3s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-timing-function: cubic-bezier(.52, 1.64, .37, .66);
      animation-timing-function: cubic-bezier(.52, 1.64, .37, .66)
    }

    .hvr-icon-fade {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-icon-fade .hvr-icon {
      transform: translateZ(0);
      transition-duration: .5s;
      transition-property: color
    }

    .hvr-icon-fade:active .hvr-icon,
    .hvr-icon-fade:focus .hvr-icon,
    .hvr-icon-fade:hover .hvr-icon {
      color: #0f9e5e
    }

    @-webkit-keyframes hvr-icon-float-away {
      0% {
        opacity: 1
      }

      to {
        opacity: 0;
        transform: translateY(-1em)
      }
    }

    @keyframes hvr-icon-float-away {
      0% {
        opacity: 1
      }

      to {
        opacity: 0;
        transform: translateY(-1em)
      }
    }

    .hvr-icon-float-away {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-icon-float-away .hvr-icon {
      transform: translateZ(0);
      -webkit-animation-duration: .5s;
      animation-duration: .5s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards
    }

    .hvr-icon-float-away:active .hvr-icon,
    .hvr-icon-float-away:focus .hvr-icon,
    .hvr-icon-float-away:hover .hvr-icon {
      -webkit-animation-name: hvr-icon-float-away;
      animation-name: hvr-icon-float-away;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    @-webkit-keyframes hvr-icon-sink-away {
      0% {
        opacity: 1
      }

      to {
        opacity: 0;
        transform: translateY(1em)
      }
    }

    @keyframes hvr-icon-sink-away {
      0% {
        opacity: 1
      }

      to {
        opacity: 0;
        transform: translateY(1em)
      }
    }

    .hvr-icon-sink-away {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-icon-sink-away .hvr-icon {
      transform: translateZ(0);
      -webkit-animation-duration: .5s;
      animation-duration: .5s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards
    }

    .hvr-icon-sink-away:active .hvr-icon,
    .hvr-icon-sink-away:focus .hvr-icon,
    .hvr-icon-sink-away:hover .hvr-icon {
      -webkit-animation-name: hvr-icon-sink-away;
      animation-name: hvr-icon-sink-away;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    .hvr-icon-grow {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s
    }

    .hvr-icon-grow .hvr-icon {
      transform: translateZ(0);
      transition-duration: .3s;
      transition-property: transform;
      transition-timing-function: ease-out
    }

    .hvr-icon-grow:active .hvr-icon,
    .hvr-icon-grow:focus .hvr-icon,
    .hvr-icon-grow:hover .hvr-icon {
      transform: scale(1.3) translateZ(0)
    }

    .hvr-icon-shrink {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s
    }

    .hvr-icon-shrink .hvr-icon {
      transform: translateZ(0);
      transition-duration: .3s;
      transition-property: transform;
      transition-timing-function: ease-out
    }

    .hvr-icon-shrink:active .hvr-icon,
    .hvr-icon-shrink:focus .hvr-icon,
    .hvr-icon-shrink:hover .hvr-icon {
      transform: scale(.8)
    }

    @-webkit-keyframes hvr-icon-pulse {
      25% {
        transform: scale(1.3)
      }

      75% {
        transform: scale(.8)
      }
    }

    @keyframes hvr-icon-pulse {
      25% {
        transform: scale(1.3)
      }

      75% {
        transform: scale(.8)
      }
    }

    .hvr-icon-pulse {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-icon-pulse .hvr-icon {
      transform: translateZ(0);
      transition-timing-function: ease-out
    }

    .hvr-icon-pulse:active .hvr-icon,
    .hvr-icon-pulse:focus .hvr-icon,
    .hvr-icon-pulse:hover .hvr-icon {
      -webkit-animation-name: hvr-icon-pulse;
      animation-name: hvr-icon-pulse;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite
    }

    @-webkit-keyframes hvr-icon-pulse-grow {
      to {
        transform: scale(1.3)
      }
    }

    @keyframes hvr-icon-pulse-grow {
      to {
        transform: scale(1.3)
      }
    }

    .hvr-icon-pulse-grow {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-icon-pulse-grow .hvr-icon {
      transform: translateZ(0);
      transition-timing-function: ease-out
    }

    .hvr-icon-pulse-grow:active .hvr-icon,
    .hvr-icon-pulse-grow:focus .hvr-icon,
    .hvr-icon-pulse-grow:hover .hvr-icon {
      -webkit-animation-name: hvr-icon-pulse-grow;
      animation-name: hvr-icon-pulse-grow;
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
      animation-direction: alternate
    }

    @-webkit-keyframes hvr-icon-pulse-shrink {
      to {
        transform: scale(.8)
      }
    }

    @keyframes hvr-icon-pulse-shrink {
      to {
        transform: scale(.8)
      }
    }

    .hvr-icon-pulse-shrink {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent
    }

    .hvr-icon-pulse-shrink .hvr-icon {
      transform: translateZ(0);
      transition-timing-function: ease-out
    }

    .hvr-icon-pulse-shrink:active .hvr-icon,
    .hvr-icon-pulse-shrink:focus .hvr-icon,
    .hvr-icon-pulse-shrink:hover .hvr-icon {
      -webkit-animation-name: hvr-icon-pulse-shrink;
      animation-name: hvr-icon-pulse-shrink;
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
      animation-direction: alternate
    }

    @-webkit-keyframes hvr-icon-push {
      50% {
        transform: scale(.5)
      }
    }

    @keyframes hvr-icon-push {
      50% {
        transform: scale(.5)
      }
    }

    .hvr-icon-push {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s
    }

    .hvr-icon-push .hvr-icon {
      transform: translateZ(0);
      transition-duration: .3s;
      transition-property: transform;
      transition-timing-function: ease-out
    }

    .hvr-icon-push:active .hvr-icon,
    .hvr-icon-push:focus .hvr-icon,
    .hvr-icon-push:hover .hvr-icon {
      -webkit-animation-name: hvr-icon-push;
      animation-name: hvr-icon-push;
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-icon-pop {
      50% {
        transform: scale(1.5)
      }
    }

    @keyframes hvr-icon-pop {
      50% {
        transform: scale(1.5)
      }
    }

    .hvr-icon-pop {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s
    }

    .hvr-icon-pop .hvr-icon {
      transform: translateZ(0);
      transition-duration: .3s;
      transition-property: transform;
      transition-timing-function: ease-out
    }

    .hvr-icon-pop:active .hvr-icon,
    .hvr-icon-pop:focus .hvr-icon,
    .hvr-icon-pop:hover .hvr-icon {
      -webkit-animation-name: hvr-icon-pop;
      animation-name: hvr-icon-pop;
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1
    }

    .hvr-icon-bounce {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s
    }

    .hvr-icon-bounce .hvr-icon {
      transform: translateZ(0);
      transition-duration: .3s;
      transition-property: transform;
      transition-timing-function: ease-out
    }

    .hvr-icon-bounce:active .hvr-icon,
    .hvr-icon-bounce:focus .hvr-icon,
    .hvr-icon-bounce:hover .hvr-icon {
      transform: scale(1.5);
      transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
    }

    .hvr-icon-rotate {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s
    }

    .hvr-icon-rotate .hvr-icon {
      transform: translateZ(0);
      transition-duration: .3s;
      transition-property: transform;
      transition-timing-function: ease-out
    }

    .hvr-icon-rotate:active .hvr-icon,
    .hvr-icon-rotate:focus .hvr-icon,
    .hvr-icon-rotate:hover .hvr-icon {
      transform: rotate(20deg)
    }

    .hvr-icon-grow-rotate {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s
    }

    .hvr-icon-grow-rotate .hvr-icon {
      transform: translateZ(0);
      transition-duration: .3s;
      transition-property: transform;
      transition-timing-function: ease-out
    }

    .hvr-icon-grow-rotate:active .hvr-icon,
    .hvr-icon-grow-rotate:focus .hvr-icon,
    .hvr-icon-grow-rotate:hover .hvr-icon {
      transform: scale(1.5) rotate(12deg)
    }

    .hvr-icon-float {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s
    }

    .hvr-icon-float .hvr-icon {
      transform: translateZ(0);
      transition-duration: .3s;
      transition-property: transform;
      transition-timing-function: ease-out
    }

    .hvr-icon-float:active .hvr-icon,
    .hvr-icon-float:focus .hvr-icon,
    .hvr-icon-float:hover .hvr-icon {
      transform: translateY(-4px)
    }

    .hvr-icon-sink {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s
    }

    .hvr-icon-sink .hvr-icon {
      transform: translateZ(0);
      transition-duration: .3s;
      transition-property: transform;
      transition-timing-function: ease-out
    }

    .hvr-icon-sink:active .hvr-icon,
    .hvr-icon-sink:focus .hvr-icon,
    .hvr-icon-sink:hover .hvr-icon {
      transform: translateY(4px)
    }

    @-webkit-keyframes hvr-icon-bob {
      0% {
        transform: translateY(-6px)
      }

      50% {
        transform: translateY(-2px)
      }

      to {
        transform: translateY(-6px)
      }
    }

    @keyframes hvr-icon-bob {
      0% {
        transform: translateY(-6px)
      }

      50% {
        transform: translateY(-2px)
      }

      to {
        transform: translateY(-6px)
      }
    }

    @-webkit-keyframes hvr-icon-bob-float {
      to {
        transform: translateY(-6px)
      }
    }

    @keyframes hvr-icon-bob-float {
      to {
        transform: translateY(-6px)
      }
    }

    .hvr-icon-bob {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s
    }

    .hvr-icon-bob .hvr-icon {
      transform: translateZ(0)
    }

    .hvr-icon-bob:active .hvr-icon,
    .hvr-icon-bob:focus .hvr-icon,
    .hvr-icon-bob:hover .hvr-icon {
      -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
      animation-name: hvr-icon-bob-float, hvr-icon-bob;
      -webkit-animation-duration: .3s, 1.5s;
      animation-duration: .3s, 1.5s;
      -webkit-animation-delay: 0s, .3s;
      animation-delay: 0s, .3s;
      -webkit-animation-timing-function: ease-out, ease-in-out;
      animation-timing-function: ease-out, ease-in-out;
      -webkit-animation-iteration-count: 1, infinite;
      animation-iteration-count: 1, infinite;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-direction: normal, alternate;
      animation-direction: normal, alternate
    }

    @-webkit-keyframes hvr-icon-hang {
      0% {
        transform: translateY(6px)
      }

      50% {
        transform: translateY(2px)
      }

      to {
        transform: translateY(6px)
      }
    }

    @keyframes hvr-icon-hang {
      0% {
        transform: translateY(6px)
      }

      50% {
        transform: translateY(2px)
      }

      to {
        transform: translateY(6px)
      }
    }

    @-webkit-keyframes hvr-icon-hang-sink {
      to {
        transform: translateY(6px)
      }
    }

    @keyframes hvr-icon-hang-sink {
      to {
        transform: translateY(6px)
      }
    }

    .hvr-icon-hang {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s
    }

    .hvr-icon-hang .hvr-icon {
      transform: translateZ(0)
    }

    .hvr-icon-hang:active .hvr-icon,
    .hvr-icon-hang:focus .hvr-icon,
    .hvr-icon-hang:hover .hvr-icon {
      -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
      animation-name: hvr-icon-hang-sink, hvr-icon-hang;
      -webkit-animation-duration: .3s, 1.5s;
      animation-duration: .3s, 1.5s;
      -webkit-animation-delay: 0s, .3s;
      animation-delay: 0s, .3s;
      -webkit-animation-timing-function: ease-out, ease-in-out;
      animation-timing-function: ease-out, ease-in-out;
      -webkit-animation-iteration-count: 1, infinite;
      animation-iteration-count: 1, infinite;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-direction: normal, alternate;
      animation-direction: normal, alternate
    }

    @-webkit-keyframes hvr-icon-wobble-horizontal {
      16.65% {
        transform: translateX(6px)
      }

      33.3% {
        transform: translateX(-5px)
      }

      49.95% {
        transform: translateX(4px)
      }

      66.6% {
        transform: translateX(-2px)
      }

      83.25% {
        transform: translateX(1px)
      }

      to {
        transform: translateX(0)
      }
    }

    @keyframes hvr-icon-wobble-horizontal {
      16.65% {
        transform: translateX(6px)
      }

      33.3% {
        transform: translateX(-5px)
      }

      49.95% {
        transform: translateX(4px)
      }

      66.6% {
        transform: translateX(-2px)
      }

      83.25% {
        transform: translateX(1px)
      }

      to {
        transform: translateX(0)
      }
    }

    .hvr-icon-wobble-horizontal {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s
    }

    .hvr-icon-wobble-horizontal .hvr-icon {
      transform: translateZ(0)
    }

    .hvr-icon-wobble-horizontal:active .hvr-icon,
    .hvr-icon-wobble-horizontal:focus .hvr-icon,
    .hvr-icon-wobble-horizontal:hover .hvr-icon {
      -webkit-animation-name: hvr-icon-wobble-horizontal;
      animation-name: hvr-icon-wobble-horizontal;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-icon-wobble-vertical {
      16.65% {
        transform: translateY(6px)
      }

      33.3% {
        transform: translateY(-5px)
      }

      49.95% {
        transform: translateY(4px)
      }

      66.6% {
        transform: translateY(-2px)
      }

      83.25% {
        transform: translateY(1px)
      }

      to {
        transform: translateY(0)
      }
    }

    @keyframes hvr-icon-wobble-vertical {
      16.65% {
        transform: translateY(6px)
      }

      33.3% {
        transform: translateY(-5px)
      }

      49.95% {
        transform: translateY(4px)
      }

      66.6% {
        transform: translateY(-2px)
      }

      83.25% {
        transform: translateY(1px)
      }

      to {
        transform: translateY(0)
      }
    }

    .hvr-icon-wobble-vertical {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s
    }

    .hvr-icon-wobble-vertical .hvr-icon {
      transform: translateZ(0)
    }

    .hvr-icon-wobble-vertical:active .hvr-icon,
    .hvr-icon-wobble-vertical:focus .hvr-icon,
    .hvr-icon-wobble-vertical:hover .hvr-icon {
      -webkit-animation-name: hvr-icon-wobble-vertical;
      animation-name: hvr-icon-wobble-vertical;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-icon-buzz {
      50% {
        transform: translateX(3px) rotate(2deg)
      }

      to {
        transform: translateX(-3px) rotate(-2deg)
      }
    }

    @keyframes hvr-icon-buzz {
      50% {
        transform: translateX(3px) rotate(2deg)
      }

      to {
        transform: translateX(-3px) rotate(-2deg)
      }
    }

    .hvr-icon-buzz {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s
    }

    .hvr-icon-buzz .hvr-icon {
      transform: translateZ(0)
    }

    .hvr-icon-buzz:active .hvr-icon,
    .hvr-icon-buzz:focus .hvr-icon,
    .hvr-icon-buzz:hover .hvr-icon {
      -webkit-animation-name: hvr-icon-buzz;
      animation-name: hvr-icon-buzz;
      -webkit-animation-duration: .15s;
      animation-duration: .15s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite
    }

    @-webkit-keyframes hvr-icon-buzz-out {
      10% {
        transform: translateX(3px) rotate(2deg)
      }

      20% {
        transform: translateX(-3px) rotate(-2deg)
      }

      30% {
        transform: translateX(3px) rotate(2deg)
      }

      40% {
        transform: translateX(-3px) rotate(-2deg)
      }

      50% {
        transform: translateX(2px) rotate(1deg)
      }

      60% {
        transform: translateX(-2px) rotate(-1deg)
      }

      70% {
        transform: translateX(2px) rotate(1deg)
      }

      80% {
        transform: translateX(-2px) rotate(-1deg)
      }

      90% {
        transform: translateX(1px) rotate(0)
      }

      to {
        transform: translateX(-1px) rotate(0)
      }
    }

    @keyframes hvr-icon-buzz-out {
      10% {
        transform: translateX(3px) rotate(2deg)
      }

      20% {
        transform: translateX(-3px) rotate(-2deg)
      }

      30% {
        transform: translateX(3px) rotate(2deg)
      }

      40% {
        transform: translateX(-3px) rotate(-2deg)
      }

      50% {
        transform: translateX(2px) rotate(1deg)
      }

      60% {
        transform: translateX(-2px) rotate(-1deg)
      }

      70% {
        transform: translateX(2px) rotate(1deg)
      }

      80% {
        transform: translateX(-2px) rotate(-1deg)
      }

      90% {
        transform: translateX(1px) rotate(0)
      }

      to {
        transform: translateX(-1px) rotate(0)
      }
    }

    .hvr-icon-buzz-out {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      transition-duration: .3s
    }

    .hvr-icon-buzz-out .hvr-icon {
      transform: translateZ(0)
    }

    .hvr-icon-buzz-out:active .hvr-icon,
    .hvr-icon-buzz-out:focus .hvr-icon,
    .hvr-icon-buzz-out:hover .hvr-icon {
      -webkit-animation-name: hvr-icon-buzz-out;
      animation-name: hvr-icon-buzz-out;
      -webkit-animation-duration: .75s;
      animation-duration: .75s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1
    }

    .hvr-curl-top-left {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative
    }

    .hvr-curl-top-left:before {
      pointer-events: none;
      position: absolute;
      content: "";
      height: 0;
      width: 0;
      top: 0;
      left: 0;
      background: #fff;
      background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
      z-index: 1000;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
      transition-duration: .3s;
      transition-property: width, height
    }

    .hvr-curl-top-left:active:before,
    .hvr-curl-top-left:focus:before,
    .hvr-curl-top-left:hover:before {
      width: 25px;
      height: 25px
    }

    .hvr-curl-top-right {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative
    }

    .hvr-curl-top-right:before {
      pointer-events: none;
      position: absolute;
      content: "";
      height: 0;
      width: 0;
      top: 0;
      right: 0;
      background: #fff;
      background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
      box-shadow: -1px 1px 1px rgba(0, 0, 0, .4);
      transition-duration: .3s;
      transition-property: width, height
    }

    .hvr-curl-top-right:active:before,
    .hvr-curl-top-right:focus:before,
    .hvr-curl-top-right:hover:before {
      width: 25px;
      height: 25px
    }

    .hvr-curl-bottom-right {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative
    }

    .hvr-curl-bottom-right:before {
      pointer-events: none;
      position: absolute;
      content: "";
      height: 0;
      width: 0;
      bottom: 0;
      right: 0;
      background: #fff;
      background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
      box-shadow: -1px -1px 1px rgba(0, 0, 0, .4);
      transition-duration: .3s;
      transition-property: width, height
    }

    .hvr-curl-bottom-right:active:before,
    .hvr-curl-bottom-right:focus:before,
    .hvr-curl-bottom-right:hover:before {
      width: 25px;
      height: 25px
    }

    .hvr-curl-bottom-left {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative
    }

    .hvr-curl-bottom-left:before {
      pointer-events: none;
      position: absolute;
      content: "";
      height: 0;
      width: 0;
      bottom: 0;
      left: 0;
      background: #fff;
      background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
      box-shadow: 1px -1px 1px rgba(0, 0, 0, .4);
      transition-duration: .3s;
      transition-property: width, height
    }

    .hvr-curl-bottom-left:active:before,
    .hvr-curl-bottom-left:focus:before,
    .hvr-curl-bottom-left:hover:before {
      width: 25px;
      height: 25px
    }

    .ua {
      position: absolute;
      right: 20px;
      bottom: 20px;
      color: #000;
      font-size: 2em
    }

    .fa,
    .ua:hover .fa {
      transition: all 1s ease
    }

    .ua:hover .fa {
      color: #17bebb;
      transform: scale(1.5)
    }

    .both-down:after,
    .both-down:before,
    .both-left:after,
    .both-left:before,
    .both-opening-horizontal:after,
    .both-opening-horizontal:before,
    .both-right:after,
    .both-right:before,
    .both-up:after,
    .both-up:before,
    .double-underline-left-right:after,
    .double-underline-left-right:before,
    .double-underline-left:after,
    .double-underline-left:before,
    .double-underline-opening:after,
    .double-underline-opening:before,
    .double-underline-right-left:after,
    .double-underline-right:after,
    .double-underline-right:before,
    .left-down-right-up:after,
    .left-down-right-up:before,
    .left-down:after,
    .left-up-right-down:after,
    .left-up-right-down:before,
    .left-up:after,
    .overline-closing:after,
    .overline-closing:before,
    .overline-left-underline-right:after,
    .overline-left-underline-right:before,
    .overline-left:after,
    .overline-opening:after,
    .overline-opening:before,
    .overline-right-underline-left:after,
    .overline-right-underline-left:before,
    .overline-right:after,
    .right-down:after,
    .right-up:after,
    .underline-closing:after,
    .underline-closing:before,
    .underline-left:after,
    .underline-opening:after,
    .underline-opening:before,
    .underline-right:after {
      position: absolute;
      z-index: -1
    }

    .both-down:after,
    .both-down:before,
    .both-opening-horizontal:after,
    .both-right:after,
    .fill-down:before,
    .fill-left:before,
    .fill-opening-horizontal:before,
    .fill-right:before,
    .left-down-right-up:after,
    .left-down:after,
    .left-up-right-down:before,
    .overline-closing:after,
    .overline-closing:before,
    .overline-left-underline-right:after,
    .overline-left:after,
    .overline-opening:after,
    .overline-opening:before,
    .overline-right-underline-left:after,
    .overline-right:after,
    .right-down:after {
      content: "";
      top: 0
    }

    .fill-down,
    .fill-up {
      display: inline;
      text-decoration: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      white-space: nowrap;
      overflow: hidden
    }

    .overline-right:after {
      width: 3px;
      height: 3px;
      left: 0
    }

    .overline-right:focus:after,
    .overline-right:hover:after {
      width: 100%;
      height: 3px
    }

    .overline-left:after {
      width: 3px;
      height: 3px;
      right: 0
    }

    .overline-left:focus:after,
    .overline-left:hover:after {
      width: 100%;
      height: 3px
    }

    .overline-closing:after {
      width: 3px;
      height: 3px;
      left: 0
    }

    .overline-closing:focus:after,
    .overline-closing:hover:after {
      width: 50%;
      height: 3px
    }

    .overline-closing:before {
      width: 3px;
      height: 3px;
      right: 0
    }

    .overline-closing:focus:before,
    .overline-closing:hover:before {
      width: 50%;
      height: 3px
    }

    .overline-opening:after {
      width: 3px;
      height: 3px;
      left: 0;
      right: 0;
      margin: 0 auto
    }

    .overline-opening:focus:after,
    .overline-opening:hover:after {
      width: 100%;
      height: 3px
    }

    .overline-opening:before {
      width: 3px;
      height: 3px;
      right: 0;
      left: 0;
      margin: 0 auto
    }

    .overline-opening:focus:before,
    .overline-opening:hover:before {
      width: 100%;
      height: 3px
    }

    .underline-left:after {
      content: "";
      width: 3px;
      height: 3px;
      right: 0;
      bottom: 0
    }

    .underline-left:focus:after,
    .underline-left:hover:after {
      width: 100%;
      height: 3px
    }

    .underline-closing:after {
      content: "";
      width: 3px;
      height: 3px;
      bottom: 0;
      left: 0
    }

    .underline-closing:focus:after,
    .underline-closing:hover:after {
      width: 50%;
      height: 3px
    }

    .underline-closing:before {
      content: "";
      width: 3px;
      height: 3px;
      bottom: 0;
      right: 0
    }

    .underline-closing:focus:before,
    .underline-closing:hover:before {
      width: 50%;
      height: 3px
    }

    .underline-opening:after {
      content: "";
      width: 3px;
      height: 3px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto
    }

    .underline-opening:focus:after,
    .underline-opening:hover:after {
      width: 100%;
      height: 3px
    }

    .underline-opening:before {
      content: "";
      width: 3px;
      height: 3px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: 0 auto
    }

    .underline-opening:focus:before,
    .underline-opening:hover:before {
      width: 100%;
      height: 3px
    }

    .underline-right:after {
      content: "";
      width: 3px;
      height: 3px;
      left: 0;
      bottom: 0
    }

    .underline-right:focus:after,
    .underline-right:hover:after {
      width: 100%;
      height: 3px
    }

    .double-underline-left:after {
      content: "";
      width: 3px;
      height: 3px;
      right: 0;
      bottom: 0
    }

    .double-underline-left:focus:after,
    .double-underline-left:hover:after {
      width: 100%;
      height: 3px
    }

    .double-underline-left:before {
      content: "";
      width: 3px;
      height: 3px;
      right: 0;
      bottom: 10px
    }

    .double-underline-left:focus:before,
    .double-underline-left:hover:before {
      width: 100%;
      height: 3px
    }

    .double-underline-right:after {
      content: "";
      width: 3px;
      height: 3px;
      left: 0;
      bottom: 0
    }

    .double-underline-right:focus:after,
    .double-underline-right:hover:after {
      width: 100%;
      height: 3px
    }

    .double-underline-right:before {
      content: "";
      width: 3px;
      height: 3px;
      left: 0;
      bottom: 10px
    }

    .double-underline-right:focus:before,
    .double-underline-right:hover:before {
      width: 100%;
      height: 3px
    }

    .double-underline-opening:after {
      content: "";
      width: 3px;
      height: 3px;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      left: 0
    }

    .double-underline-opening:focus:after,
    .double-underline-opening:hover:after {
      width: 100%;
      height: 3px
    }

    .double-underline-opening:before {
      content: "";
      width: 3px;
      height: 3px;
      right: 0;
      bottom: 10px;
      margin: 0 auto;
      left: 0
    }

    .double-underline-opening:focus:before,
    .double-underline-opening:hover:before {
      width: 100%;
      height: 3px
    }

    .double-underline-left-right:after {
      content: "";
      width: 3px;
      height: 3px;
      left: 0;
      bottom: 0
    }

    .double-underline-left-right:focus:after,
    .double-underline-left-right:hover:after {
      width: 100%;
      height: 3px
    }

    .double-underline-left-right:before {
      content: "";
      width: 3px;
      height: 3px;
      right: 0;
      bottom: 10px
    }

    .double-underline-left-right:focus:before,
    .double-underline-left-right:hover:before {
      width: 100%;
      height: 3px
    }

    .double-underline-right-left:after {
      content: "";
      width: 3px;
      height: 3px;
      right: 0;
      bottom: 0
    }

    .double-underline-right-left:focus:after,
    .double-underline-right-left:hover:after {
      width: 100%;
      height: 3px
    }

    .double-underline-right-left:before {
      content: "";
      position: absolute;
      z-index: -1;
      width: 3px;
      height: 3px;
      left: 0;
      bottom: 10px
    }

    .double-underline-right-left:focus:before,
    .double-underline-right-left:hover:before {
      width: 100%;
      height: 3px
    }

    .left-down:after {
      width: 3px;
      height: 3px;
      left: 0
    }

    .left-down:focus:after,
    .left-down:hover:after {
      width: 3px;
      height: 100%
    }

    .left-up:after {
      content: "";
      width: 3px;
      height: 3px;
      bottom: 0;
      left: 0
    }

    .left-up:focus:after,
    .left-up:hover:after {
      width: 3px;
      height: 100%
    }

    .right-up:after {
      content: "";
      width: 3px;
      height: 3px;
      bottom: 0;
      right: 0
    }

    .right-up:focus:after,
    .right-up:hover:after {
      width: 3px;
      height: 100%
    }

    .right-down:after {
      width: 3px;
      height: 3px;
      right: 0
    }

    .right-down:focus:after,
    .right-down:hover:after {
      width: 3px;
      height: 100%
    }

    .both-down:after {
      width: 3px;
      height: 3px;
      left: 0
    }

    .both-down:focus:after,
    .both-down:hover:after {
      width: 3px;
      height: 100%
    }

    .both-down:before {
      width: 3px;
      height: 3px;
      right: 0
    }

    .both-down:focus:before,
    .both-down:hover:before {
      width: 3px;
      height: 100%
    }

    .both-left:after {
      content: "";
      width: 3px;
      height: 3px;
      top: 0;
      right: 0
    }

    .both-left:focus:after,
    .both-left:hover:after {
      width: 100%;
      height: 3px
    }

    .both-left:before {
      content: "";
      width: 3px;
      height: 3px;
      bottom: 0;
      right: 0
    }

    .both-left:focus:before,
    .both-left:hover:before {
      width: 100%;
      height: 3px
    }

    .both-right:after {
      width: 3px;
      height: 3px;
      left: 0
    }

    .both-right:focus:after,
    .both-right:hover:after {
      width: 100%;
      height: 3px
    }

    .both-right:before {
      content: "";
      width: 3px;
      height: 3px;
      bottom: 0;
      left: 0
    }

    .both-right:focus:before,
    .both-right:hover:before {
      width: 100%;
      height: 3px
    }

    .both-up:after {
      content: "";
      width: 3px;
      height: 3px;
      bottom: 0;
      left: 0
    }

    .both-up:focus:after,
    .both-up:hover:after {
      width: 3px;
      height: 100%
    }

    .both-up:before {
      content: "";
      width: 3px;
      height: 3px;
      bottom: 0;
      right: 0
    }

    .both-up:focus:before,
    .both-up:hover:before {
      width: 3px;
      height: 100%
    }

    .both-opening-horizontal:after {
      width: 3px;
      height: 3px;
      left: 0;
      right: 0;
      margin: 0 auto
    }

    .both-opening-horizontal:focus:after,
    .both-opening-horizontal:hover:after {
      width: 100%;
      height: 3px
    }

    .both-opening-horizontal:before {
      content: "";
      width: 3px;
      height: 3px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto
    }

    .both-opening-horizontal:focus:before,
    .both-opening-horizontal:hover:before {
      width: 100%;
      height: 3px
    }

    .overline-left-underline-right:after {
      width: 3px;
      height: 3px;
      right: 0
    }

    .overline-left-underline-right:focus:after,
    .overline-left-underline-right:hover:after {
      width: 100%;
      height: 3px
    }

    .overline-left-underline-right:before {
      content: "";
      width: 3px;
      height: 3px;
      bottom: 0;
      left: 0
    }

    .overline-left-underline-right:focus:before,
    .overline-left-underline-right:hover:before {
      width: 100%;
      height: 3px
    }

    .overline-right-underline-left:after {
      width: 3px;
      height: 3px;
      left: 0
    }

    .overline-right-underline-left:focus:after,
    .overline-right-underline-left:hover:after {
      width: 100%;
      height: 3px
    }

    .overline-right-underline-left:before {
      content: "";
      width: 3px;
      height: 3px;
      bottom: 0;
      right: 0
    }

    .overline-right-underline-left:focus:before,
    .overline-right-underline-left:hover:before {
      width: 100%;
      height: 3px
    }

    .left-up-right-down:after {
      content: "";
      width: 3px;
      height: 3px;
      bottom: 0;
      left: 0
    }

    .left-up-right-down:focus:after,
    .left-up-right-down:hover:after {
      width: 3px;
      height: 100%
    }

    .left-up-right-down:before {
      width: 3px;
      height: 3px;
      right: 0
    }

    .left-up-right-down:focus:before,
    .left-up-right-down:hover:before {
      width: 3px;
      height: 100%
    }

    .left-down-right-up:after {
      width: 3px;
      height: 3px;
      left: 0
    }

    .left-down-right-up:focus:after,
    .left-down-right-up:hover:after {
      width: 3px;
      height: 100%
    }

    .left-down-right-up:before {
      content: "";
      width: 3px;
      height: 3px;
      bottom: 0;
      right: 0
    }

    .left-down-right-up:focus:before,
    .left-down-right-up:hover:before {
      width: 3px;
      height: 100%
    }

    .fill-up {
      position: relative;
      z-index: 2;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      transition: color 1s ease
    }

    .fill-down,
    .fill-left,
    .fill-up {
      -ms-user-select: none;
      padding: 10px
    }

    .fill-down,
    .fill-up:focus,
    .fill-up:hover {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .fill-up:focus,
    .fill-up:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .fill-up:after,
    .fill-up:before {
      transition: all 1s ease 0s
    }

    .fill-down:after,
    .fill-down:before,
    .fill-up:focus:after,
    .fill-up:focus:before,
    .fill-up:hover:after,
    .fill-up:hover:before {
      -webkit-transition: all 1s ease 0s;
      -moz-transition: all 1s ease 0s;
      -ms-transition: all 1s ease 0s;
      -o-transition: all 1s ease 0s
    }

    .fill-up:focus:after,
    .fill-up:focus:before,
    .fill-up:hover:after,
    .fill-up:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s
    }

    .fill-up:before {
      content: "";
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 3px;
      bottom: 0;
      right: 0
    }

    .fill-up:focus:before,
    .fill-up:hover:before {
      width: 100%;
      height: 100%
    }

    .fill-up:hover {
      color: #2c3e50 !important
    }

    .fill-down {
      position: relative;
      z-index: 2;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      transition: color 1s ease
    }

    .fill-left,
    .fill-right {
      display: inline;
      text-decoration: none;
      -webkit-user-select: none
    }

    .fill-down:focus,
    .fill-down:hover,
    .fill-left {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .fill-down:focus,
    .fill-down:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .fill-down:after,
    .fill-down:before {
      transition: all 1s ease 0s
    }

    .fill-down:focus:after,
    .fill-down:focus:before,
    .fill-down:hover:after,
    .fill-down:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s
    }

    .fill-down:before {
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 3px;
      right: 0
    }

    .fill-down:focus:before,
    .fill-down:hover:before {
      width: 100%;
      height: 100%
    }

    .fill-down:hover {
      color: #2c3e50 !important
    }

    .fill-left {
      position: relative;
      z-index: 2;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      user-select: none;
      transition: color 1s ease
    }

    .fill-left,
    .fill-opening-horizontal,
    .fill-right {
      box-sizing: border-box;
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      white-space: nowrap;
      overflow: hidden
    }

    .fill-left:focus,
    .fill-left:hover,
    .fill-right {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .fill-left:focus,
    .fill-left:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .fill-left:after,
    .fill-left:before {
      transition: all 1s ease 0s
    }

    .fill-left:focus:after,
    .fill-left:focus:before,
    .fill-left:hover:after,
    .fill-left:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s
    }

    .fill-left:before {
      position: absolute;
      z-index: -1;
      width: 3px;
      height: 100%;
      right: 0
    }

    .fill-left:focus:before,
    .fill-left:hover:before {
      width: 100%;
      height: 100%
    }

    .fill-left:hover {
      color: #2c3e50 !important
    }

    .fill-right {
      position: relative;
      z-index: 2;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 10px;
      transition: color 1s ease
    }

    .fill-closing-horizontal,
    .fill-opening-horizontal {
      -webkit-user-select: none;
      display: inline;
      text-decoration: none;
      padding: 10px
    }

    .fill-opening-horizontal,
    .fill-right:focus,
    .fill-right:hover {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .fill-right:focus,
    .fill-right:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .fill-right:after,
    .fill-right:before {
      transition: all 1s ease 0s
    }

    .fill-right:focus:after,
    .fill-right:focus:before,
    .fill-right:hover:after,
    .fill-right:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s
    }

    .fill-right:before {
      position: absolute;
      z-index: -1;
      width: 3px;
      height: 100%;
      left: 0
    }

    .fill-right:focus:before,
    .fill-right:hover:before {
      width: 100%;
      height: 100%
    }

    .fill-right:hover {
      color: #2c3e50 !important
    }

    .fill-opening-horizontal {
      position: relative;
      z-index: 2;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      transition: color 1s ease
    }

    .fill-closing-horizontal,
    .fill-opening-horizontal:focus,
    .fill-opening-horizontal:hover {
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .fill-opening-horizontal:focus,
    .fill-opening-horizontal:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .fill-opening-horizontal:after,
    .fill-opening-horizontal:before {
      transition: all 1s ease 0s
    }

    .fill-opening-horizontal:focus:after,
    .fill-opening-horizontal:focus:before,
    .fill-opening-horizontal:hover:after,
    .fill-opening-horizontal:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s
    }

    .fill-opening-horizontal:before {
      position: absolute;
      z-index: -1;
      width: 3px;
      height: 100%;
      left: 0;
      right: 0;
      margin: 0 auto
    }

    .fill-opening-horizontal:focus:before,
    .fill-opening-horizontal:hover:before {
      width: 100%;
      height: 100%
    }

    .fill-opening-horizontal:hover {
      color: #2c3e50 !important
    }

    .fill-closing-horizontal {
      position: relative;
      z-index: 2;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      white-space: nowrap;
      overflow: hidden;
      transition: color 1s ease
    }

    .fill-closing-horizontal:after,
    .fill-closing-horizontal:before {
      content: "";
      position: absolute;
      z-index: -1;
      height: 100%;
      top: 0
    }

    .fill-closing-vertical,
    .fill-top-left {
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      white-space: nowrap;
      overflow: hidden
    }

    .fill-closing-horizontal:focus,
    .fill-closing-horizontal:hover,
    .fill-closing-vertical {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .fill-closing-horizontal:focus,
    .fill-closing-horizontal:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .fill-closing-horizontal:after,
    .fill-closing-horizontal:before {
      transition: all 1s ease 0s
    }

    .fill-closing-horizontal:focus:after,
    .fill-closing-horizontal:focus:before,
    .fill-closing-horizontal:hover:after,
    .fill-closing-horizontal:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s
    }

    .fill-closing-horizontal:after {
      width: 3px;
      right: 0
    }

    .fill-closing-horizontal:focus:after,
    .fill-closing-horizontal:hover:after {
      width: 50%;
      height: 100%
    }

    .fill-closing-horizontal:before {
      width: 3px;
      left: 0
    }

    .fill-closing-horizontal:focus:before,
    .fill-closing-horizontal:hover:before {
      width: 50%;
      height: 100%
    }

    .fill-closing-horizontal:hover {
      color: #2c3e50 !important
    }

    .fill-closing-vertical {
      display: inline;
      position: relative;
      z-index: 2;
      text-decoration: none;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      padding: 10px;
      transition: color 1s ease
    }

    .fill-closing-vertical:after,
    .fill-closing-vertical:before {
      content: "";
      position: absolute;
      z-index: -1;
      width: 100%
    }

    .fill-closing-vertical:focus,
    .fill-closing-vertical:hover,
    .fill-top-left {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .fill-closing-vertical:focus,
    .fill-closing-vertical:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .fill-closing-vertical:after,
    .fill-closing-vertical:before {
      transition: all 1s ease 0s
    }

    .fill-closing-vertical:focus:after,
    .fill-closing-vertical:focus:before,
    .fill-closing-vertical:hover:after,
    .fill-closing-vertical:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s
    }

    .fill-closing-vertical:before {
      height: 3px;
      top: 0;
      right: 0
    }

    .fill-closing-vertical:focus:before,
    .fill-closing-vertical:hover:before {
      width: 100%;
      height: 50%
    }

    .fill-closing-vertical:after {
      height: 3px;
      bottom: 0;
      left: 0
    }

    .fill-top-left,
    .fill-top-right {
      position: relative;
      -ms-user-select: none;
      display: inline;
      text-decoration: none;
      padding: 10px
    }

    .fill-closing-vertical:focus:after,
    .fill-closing-vertical:hover:after {
      width: 100%;
      height: 50%
    }

    .fill-top-left:before,
    .fill-top-right:before {
      width: 3px;
      content: "";
      top: 0
    }

    .fill-closing-vertical:hover {
      color: #2c3e50 !important
    }

    .fill-top-left {
      z-index: 2;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      transition: color 1s ease
    }

    .fill-top-left:focus,
    .fill-top-left:hover,
    .fill-top-right {
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .fill-top-left:focus,
    .fill-top-left:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .fill-top-left:after,
    .fill-top-left:before {
      transition: all 1s ease 0s
    }

    .fill-top-left:focus:after,
    .fill-top-left:focus:before,
    .fill-top-left:hover:after,
    .fill-top-left:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s
    }

    .fill-top-left:before {
      position: absolute;
      z-index: -1;
      height: 3px;
      right: 0
    }

    .fill-top-left:focus:before,
    .fill-top-left:hover:before {
      width: 100%;
      height: 100%
    }

    .fill-top-left:hover {
      color: #2c3e50 !important
    }

    .fill-top-right {
      z-index: 2;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-user-select: none;
      user-select: none;
      transition: color 1s ease
    }

    .fill-bottom-left,
    .fill-bottom-right,
    .fill-top-right {
      box-sizing: border-box;
      -webkit-user-select: none;
      -ms-user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      white-space: nowrap;
      overflow: hidden
    }

    .fill-bottom-left,
    .fill-top-right:focus,
    .fill-top-right:hover {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .fill-top-right:focus,
    .fill-top-right:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .fill-top-right:after,
    .fill-top-right:before {
      transition: all 1s ease 0s
    }

    .fill-top-right:focus:after,
    .fill-top-right:focus:before,
    .fill-top-right:hover:after,
    .fill-top-right:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s
    }

    .fill-top-right:before {
      position: absolute;
      z-index: -1;
      height: 3px;
      left: 0
    }

    .fill-top-right:focus:before,
    .fill-top-right:hover:before {
      width: 100%;
      height: 100%
    }

    .fill-top-right:hover {
      color: #2c3e50 !important
    }

    .fill-bottom-left {
      display: inline;
      position: relative;
      z-index: 2;
      text-decoration: none;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 10px;
      transition: color 1s ease
    }

    .fill-bottom-left:focus,
    .fill-bottom-left:hover,
    .fill-bottom-right {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .fill-bottom-left:focus,
    .fill-bottom-left:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .fill-bottom-left:after,
    .fill-bottom-left:before {
      transition: all 1s ease 0s
    }

    .fill-bottom-left:focus:after,
    .fill-bottom-left:focus:before,
    .fill-bottom-left:hover:after,
    .fill-bottom-left:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s
    }

    .fill-bottom-left:before {
      content: "";
      position: absolute;
      z-index: -1;
      width: 3px;
      height: 3px;
      bottom: 0;
      right: 0
    }

    .double-underline-right-delayed,
    .fill-bottom-right {
      position: relative;
      text-decoration: none;
      -moz-user-select: none;
      padding: 10px;
      display: inline
    }

    .fill-bottom-left:focus:before,
    .fill-bottom-left:hover:before {
      width: 100%;
      height: 100%
    }

    .fill-bottom-left:hover {
      color: #2c3e50 !important
    }

    .fill-bottom-right {
      z-index: 2;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      transition: color 1s ease
    }

    .bottom-left:after,
    .bottom-left:before,
    .bottom-right:after,
    .bottom-right:before,
    .fill-bottom-right:before,
    .left-bottom:after,
    .left-bottom:before,
    .left-top:after,
    .left-top:before,
    .right-bottom:after,
    .right-top:after,
    .right-top:before,
    .top-left:after,
    .top-left:before,
    .top-right:after,
    .top-right:before {
      content: "";
      position: absolute;
      z-index: -1
    }

    .double-underline-right-delayed,
    .fill-bottom-right:focus,
    .fill-bottom-right:hover {
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .fill-bottom-right:focus,
    .fill-bottom-right:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .fill-bottom-right:after,
    .fill-bottom-right:before {
      transition: all 1s ease 0s
    }

    .fill-bottom-right:focus:after,
    .fill-bottom-right:focus:before,
    .fill-bottom-right:hover:after,
    .fill-bottom-right:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s
    }

    .fill-bottom-right:before {
      width: 3px;
      height: 3px;
      bottom: 0;
      left: 0
    }

    .fill-bottom-right:focus:before,
    .fill-bottom-right:hover:before {
      width: 100%;
      height: 100%
    }

    .fill-bottom-right:hover {
      color: #2c3e50 !important
    }

    .left-top:after {
      width: 3px;
      height: 3px;
      top: 0;
      right: 0
    }

    .left-top:focus:after,
    .left-top:hover:after {
      width: 100%;
      height: 3px
    }

    .left-top:before {
      width: 3px;
      height: 3px;
      bottom: 0;
      left: 0
    }

    .left-top:focus:before,
    .left-top:hover:before {
      width: 3px;
      height: 100%
    }

    .right-top:after {
      width: 3px;
      height: 3px;
      top: 0;
      left: 0
    }

    .right-top:focus:after,
    .right-top:hover:after {
      width: 100%;
      height: 3px
    }

    .right-top:before {
      width: 3px;
      height: 3px;
      bottom: 0;
      right: 0
    }

    .right-top:focus:before,
    .right-top:hover:before {
      width: 3px;
      height: 100%
    }

    .left-bottom:after {
      width: 3px;
      height: 3px;
      bottom: 0;
      right: 0
    }

    .left-bottom:focus:after,
    .left-bottom:hover:after {
      width: 100%;
      height: 3px
    }

    .left-bottom:before {
      width: 3px;
      height: 3px;
      top: 0;
      left: 0
    }

    .left-bottom:focus:before,
    .left-bottom:hover:before {
      width: 3px;
      height: 100%
    }

    .right-bottom:after {
      width: 3px;
      height: 3px;
      bottom: 0;
      left: 0
    }

    .right-bottom:focus:after,
    .right-bottom:hover:after {
      width: 100%;
      height: 3px
    }

    .right-bottom:before {
      content: "";
      position: absolute;
      z-index: -1;
      width: 3px;
      height: 3px;
      top: 0;
      right: 0
    }

    .right-bottom:focus:before,
    .right-bottom:hover:before {
      width: 3px;
      height: 100%
    }

    .top-right:after {
      width: 3px;
      height: 3px
    }

    .top-right:focus:after,
    .top-right:hover:after {
      width: 100%;
      height: 3px
    }

    .top-right:before {
      width: 3px;
      height: 3px
    }

    .top-right:focus:before,
    .top-right:hover:before {
      width: 3px;
      height: 100%
    }

    .top-right:after,
    .top-right:before {
      bottom: 0;
      left: 0
    }

    .top-left:after {
      width: 3px;
      height: 3px
    }

    .top-left:focus:after,
    .top-left:hover:after {
      width: 100%;
      height: 3px
    }

    .top-left:before {
      width: 3px;
      height: 3px
    }

    .top-left:focus:before,
    .top-left:hover:before {
      width: 3px;
      height: 100%
    }

    .top-left:after,
    .top-left:before {
      bottom: 0;
      right: 0
    }

    .bottom-left:after {
      width: 3px;
      height: 3px
    }

    .bottom-left:focus:after,
    .bottom-left:hover:after {
      width: 100%;
      height: 3px
    }

    .bottom-left:before {
      width: 3px;
      height: 3px
    }

    .bottom-left:focus:before,
    .bottom-left:hover:before {
      width: 3px;
      height: 100%
    }

    .bottom-left:after,
    .bottom-left:before {
      top: 0;
      right: 0
    }

    .bottom-right:after {
      width: 3px;
      height: 3px
    }

    .bottom-right:focus:after,
    .bottom-right:hover:after {
      width: 100%;
      height: 3px
    }

    .bottom-right:before {
      width: 3px;
      height: 3px
    }

    .double-linethrough-left-right:after,
    .double-linethrough-left-right:before,
    .double-linethrough-left:before,
    .double-linethrough-right:after,
    .double-linethrough-right:before,
    .linethrough-closing:after,
    .linethrough-closing:before,
    .linethrough-left:after,
    .linethrough-opening:after,
    .linethrough-right:after {
      z-index: 9;
      content: "";
      position: absolute
    }

    .bottom-right:focus:before,
    .bottom-right:hover:before {
      width: 3px;
      height: 100%
    }

    .bottom-right:after,
    .bottom-right:before {
      top: 0;
      left: 0
    }

    .linethrough-opening:after {
      width: 3px;
      height: 5px;
      left: 0;
      top: 50%;
      right: 0;
      margin: 0 auto
    }

    .linethrough-opening:focus:after,
    .linethrough-opening:hover:after {
      width: 100%;
      height: 5px
    }

    .linethrough-closing:after {
      width: 3px;
      height: 5px;
      left: 0;
      top: 50%
    }

    .linethrough-closing:focus:after,
    .linethrough-closing:hover:after {
      width: 50%;
      height: 5px
    }

    .linethrough-closing:before {
      width: 3px;
      height: 5px;
      top: 50%;
      right: 0
    }

    .linethrough-closing:focus:before,
    .linethrough-closing:hover:before {
      width: 50%;
      height: 5px
    }

    .linethrough-left:after {
      width: 3px;
      height: 5px;
      right: 0;
      top: 50%
    }

    .linethrough-left:focus:after,
    .linethrough-left:hover:after {
      width: 100%;
      height: 5px
    }

    .linethrough-right:after {
      width: 3px;
      height: 5px;
      left: 0;
      top: 50%
    }

    .linethrough-right:focus:after,
    .linethrough-right:hover:after {
      width: 100%;
      height: 5px
    }

    .double-linethrough-left:after {
      content: "";
      position: absolute;
      width: 3px;
      height: 5px;
      right: 0;
      top: 45%;
      z-index: 9
    }

    .double-linethrough-left:focus:after,
    .double-linethrough-left:hover:after {
      width: 100%;
      height: 5px
    }

    .double-linethrough-left:before {
      width: 3px;
      height: 5px;
      right: 0;
      bottom: 45%;
      top: 54%
    }

    .double-linethrough-left:focus:before,
    .double-linethrough-left:hover:before {
      width: 100%;
      height: 5px
    }

    .double-linethrough-right:after {
      width: 3px;
      height: 5px;
      left: 0;
      top: 44%
    }

    .double-linethrough-right:focus:after,
    .double-linethrough-right:hover:after {
      width: 100%;
      height: 5px
    }

    .double-linethrough-right:before {
      width: 3px;
      height: 5px;
      left: 0;
      bottom: 10px;
      top: 54%
    }

    .double-linethrough-right:focus:before,
    .double-linethrough-right:hover:before {
      width: 100%;
      height: 5px
    }

    .double-linethrough-left-right:after {
      width: 3px;
      height: 5px;
      right: 0;
      top: 44%
    }

    .double-linethrough-left-right:focus:after,
    .double-linethrough-left-right:hover:after {
      width: 100%;
      height: 5px
    }

    .double-linethrough-left-right:before {
      width: 3px;
      height: 5px;
      left: 0;
      bottom: 10px;
      top: 54%
    }

    .double-linethrough-left-right:focus:before,
    .double-linethrough-left-right:hover:before {
      width: 100%;
      height: 5px
    }

    .double-linethrough-right-left:after {
      content: "";
      position: absolute;
      width: 3px;
      height: 5px;
      left: 0;
      top: 44%;
      z-index: 9
    }

    .double-linethrough-opening:after,
    .double-linethrough-right-left:before {
      top: 54%;
      content: "";
      position: absolute;
      z-index: 9;
      height: 5px;
      right: 0
    }

    .double-linethrough-right-left:focus:after,
    .double-linethrough-right-left:hover:after {
      width: 100%;
      height: 5px
    }

    .double-linethrough-right-left:before {
      width: 3px;
      bottom: 10px
    }

    .double-linethrough-right-left:focus:before,
    .double-linethrough-right-left:hover:before {
      width: 100%;
      height: 5px
    }

    .double-linethrough-opening:after {
      width: 3px;
      left: 0;
      margin: 0 auto
    }

    .double-linethrough-opening:focus:after,
    .double-linethrough-opening:hover:after {
      width: 100%;
      height: 5px
    }

    .double-linethrough-opening:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 5px;
      left: 0;
      top: 44%;
      z-index: 9;
      right: 0;
      margin: 0 auto
    }

    .double-linethrough-opening:focus:before,
    .double-linethrough-opening:hover:before {
      width: 100%;
      height: 5px
    }

    .double-underline-right-delayed {
      z-index: 2;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -ms-user-select: none;
      -moz-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      white-space: nowrap;
      overflow: hidden;
      transition: color 1s ease
    }

    .double-underline-right-delayed:after,
    .double-underline-right-delayed:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      height: 3px
    }

    .double-underline-opening-delayed,
    .left-top-delay {
      box-sizing: border-box;
      -moz-user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      white-space: nowrap;
      overflow: hidden;
      text-decoration: none
    }

    .double-underline-opening-delayed,
    .double-underline-right-delayed:focus,
    .double-underline-right-delayed:hover {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .double-underline-right-delayed:focus,
    .double-underline-right-delayed:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .double-underline-right-delayed:before {
      transition: all 1s ease 0s
    }

    .double-underline-right-delayed:after {
      transition: all 1s ease 1s;
      width: 3px;
      bottom: 0
    }

    .double-underline-right-delayed:focus:after,
    .double-underline-right-delayed:hover:after {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 1s;
      width: 100%;
      height: 3px
    }

    .double-underline-right-delayed:before {
      width: 3px;
      bottom: 10px
    }

    .double-underline-right-delayed:focus:before,
    .double-underline-right-delayed:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s;
      width: 100%;
      height: 3px
    }

    .double-underline-opening-delayed {
      display: inline;
      position: relative;
      z-index: 2;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -ms-user-select: none;
      -moz-user-select: none;
      user-select: none;
      padding: 10px;
      transition: color 1s ease
    }

    .double-underline-opening-delayed:after,
    .double-underline-opening-delayed:before,
    .move-down:after {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0
    }

    .left-top-delay,
    .right-top-delay {
      display: inline;
      -ms-user-select: none;
      padding: 10px
    }

    .double-underline-opening-delayed:focus,
    .double-underline-opening-delayed:hover,
    .left-top-delay {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .double-underline-opening-delayed:focus,
    .double-underline-opening-delayed:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .double-underline-opening-delayed:before {
      transition: all 1s ease 0s
    }

    .double-underline-opening-delayed:after {
      transition: all 1s ease 1s;
      width: 3px;
      height: 3px;
      right: 0;
      bottom: 0;
      margin: 0 auto
    }

    .double-underline-opening-delayed:focus:after,
    .double-underline-opening-delayed:hover:after,
    .left-top-delay:after {
      -webkit-transition: all 1s ease 1s;
      -moz-transition: all 1s ease 1s;
      -ms-transition: all 1s ease 1s;
      -o-transition: all 1s ease 1s
    }

    .double-underline-opening-delayed:focus:after,
    .double-underline-opening-delayed:hover:after {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 1s;
      width: 100%;
      height: 3px
    }

    .double-underline-opening-delayed:before {
      width: 3px;
      height: 3px;
      right: 0;
      bottom: 10px;
      margin: 0 auto
    }

    .move-down:after,
    .move-down:focus:after,
    .move-down:hover:after,
    .move-up:after,
    .move-up:focus:after,
    .move-up:hover:after {
      width: 100%;
      height: 3px
    }

    .double-underline-opening-delayed:focus:before,
    .double-underline-opening-delayed:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s;
      width: 100%;
      height: 3px
    }

    .move-down:after {
      top: 50%
    }

    .move-down:hover:after {
      top: 100%
    }

    .move-left:after,
    .move-right:after {
      top: 0;
      content: "";
      position: absolute;
      z-index: -1
    }

    .move-up:after {
      content: "";
      position: absolute;
      z-index: -1;
      bottom: 50%;
      left: 0
    }

    .move-left:after,
    .move-left:focus:after,
    .move-left:hover:after,
    .move-right:after,
    .move-right:focus:after,
    .move-right:hover:after {
      width: 3px;
      height: 100%
    }

    .move-up:hover:after {
      bottom: 100%
    }

    .move-right:after {
      right: 50%
    }

    .move-right:hover:after {
      right: 0
    }

    .move-left:after {
      left: 50%
    }

    .move-vertical:after,
    .move-vertical:before,
    .move-vertical:focus:after,
    .move-vertical:focus:before,
    .move-vertical:hover:after,
    .move-vertical:hover:before {
      width: 100%;
      height: 3px
    }

    .move-left:hover:after {
      left: 0
    }

    .move-vertical:after {
      top: 50%
    }

    .move-vertical:after,
    .move-vertical:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0
    }

    .move-vertical:before {
      bottom: 50%
    }

    .move-horizontal:after,
    .move-horizontal:focus:after,
    .move-horizontal:focus:before,
    .move-horizontal:hover:after,
    .move-horizontal:hover:before {
      height: 100%;
      width: 3px
    }

    .move-vertical:hover:after {
      top: 0
    }

    .move-vertical:hover:before {
      bottom: 0
    }

    .move-horizontal:after {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      right: 50%
    }

    .move-horizontal:before {
      content: "";
      position: absolute;
      z-index: -1;
      width: 3px;
      height: 100%;
      top: 0;
      left: 50%
    }

    .move-horizontal:hover:after {
      right: 0
    }

    .move-horizontal:hover:before {
      left: 0
    }

    .left-top-delay {
      position: relative;
      z-index: 2;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      transition: color 1s ease
    }

    .left-top-delay:after,
    .left-top-delay:before {
      content: "";
      position: absolute;
      z-index: -1;
      height: 3px
    }

    .left-bottom-delay,
    .right-top-delay {
      box-sizing: border-box;
      -moz-user-select: none
    }

    .left-top-delay:focus,
    .left-top-delay:hover,
    .right-top-delay {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .left-top-delay:focus,
    .left-top-delay:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .left-top-delay:before {
      transition: all 1s ease 0s
    }

    .left-top-delay:after {
      transition: all 1s ease 1s;
      width: 3px;
      top: 0;
      right: 0
    }

    .left-top-delay:focus:after,
    .left-top-delay:hover:after,
    .right-top-delay:after {
      -webkit-transition: all 1s ease 1s;
      -moz-transition: all 1s ease 1s;
      -ms-transition: all 1s ease 1s;
      -o-transition: all 1s ease 1s
    }

    .left-top-delay:focus:after,
    .left-top-delay:hover:after {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 1s;
      width: 100%;
      height: 3px
    }

    .left-top-delay:before {
      width: 3px;
      bottom: 0;
      left: 0
    }

    .left-top-delay:focus:before,
    .left-top-delay:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s;
      width: 3px;
      height: 100%
    }

    .right-top-delay {
      position: relative;
      z-index: 2;
      text-decoration: none;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      white-space: nowrap;
      overflow: hidden;
      transition: color 1s ease
    }

    .right-top-delay:after,
    .right-top-delay:before {
      content: "";
      position: absolute;
      z-index: -1;
      height: 3px
    }

    .left-bottom-delay,
    .right-bottom-delay {
      display: inline;
      text-decoration: none;
      -ms-user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      white-space: nowrap;
      overflow: hidden
    }

    .left-bottom-delay,
    .right-top-delay:focus,
    .right-top-delay:hover {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .right-top-delay:focus,
    .right-top-delay:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .right-top-delay:before {
      transition: all 1s ease 0s
    }

    .right-top-delay:after {
      transition: all 1s ease 1s;
      width: 3px;
      top: 0;
      left: 0
    }

    .left-bottom-delay:after,
    .right-top-delay:focus:after,
    .right-top-delay:hover:after {
      -webkit-transition: all 1s ease 1s;
      -moz-transition: all 1s ease 1s;
      -ms-transition: all 1s ease 1s;
      -o-transition: all 1s ease 1s
    }

    .right-top-delay:focus:after,
    .right-top-delay:hover:after {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 1s;
      width: 100%;
      height: 3px
    }

    .right-top-delay:before {
      width: 3px;
      bottom: 0;
      right: 0
    }

    .right-top-delay:focus:before,
    .right-top-delay:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s;
      width: 3px;
      height: 100%
    }

    .left-bottom-delay {
      position: relative;
      z-index: 2;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 10px;
      transition: color 1s ease
    }

    .left-bottom-delay:after,
    .left-bottom-delay:before {
      content: "";
      position: absolute;
      z-index: -1;
      height: 3px
    }

    .double-linethrough-left-delayed,
    .right-bottom-delay {
      box-sizing: border-box;
      -moz-user-select: none;
      padding: 10px
    }

    .left-bottom-delay:focus,
    .left-bottom-delay:hover,
    .right-bottom-delay {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .left-bottom-delay:focus,
    .left-bottom-delay:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .left-bottom-delay:before {
      transition: all 1s ease 0s
    }

    .left-bottom-delay:after {
      transition: all 1s ease 1s;
      width: 3px;
      bottom: 0;
      right: 0
    }

    .left-bottom-delay:focus:after,
    .left-bottom-delay:hover:after,
    .right-bottom-delay:after {
      -webkit-transition: all 1s ease 1s;
      -moz-transition: all 1s ease 1s;
      -ms-transition: all 1s ease 1s;
      -o-transition: all 1s ease 1s
    }

    .left-bottom-delay:focus:after,
    .left-bottom-delay:hover:after {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 1s;
      width: 100%;
      height: 3px
    }

    .left-bottom-delay:before {
      width: 3px;
      top: 0;
      left: 0
    }

    .left-bottom-delay:focus:before,
    .left-bottom-delay:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s;
      width: 3px;
      height: 100%
    }

    .right-bottom-delay {
      position: relative;
      z-index: 2;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      transition: color 1s ease
    }

    .right-bottom-delay:after,
    .right-bottom-delay:before {
      content: "";
      position: absolute;
      z-index: -1;
      height: 3px
    }

    .double-linethrough-left-delayed,
    .double-linethrough-right-delayed {
      display: inline;
      text-decoration: none;
      -webkit-user-select: none;
      -ms-user-select: none
    }

    .double-linethrough-left-delayed,
    .right-bottom-delay:focus,
    .right-bottom-delay:hover {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .right-bottom-delay:focus,
    .right-bottom-delay:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .right-bottom-delay:before {
      transition: all 1s ease 0s
    }

    .right-bottom-delay:after {
      transition: all 1s ease 1s;
      width: 3px;
      bottom: 0;
      left: 0
    }

    .double-linethrough-left-delayed:after,
    .right-bottom-delay:focus:after,
    .right-bottom-delay:hover:after {
      -webkit-transition: all 1s ease 1s;
      -moz-transition: all 1s ease 1s;
      -ms-transition: all 1s ease 1s;
      -o-transition: all 1s ease 1s
    }

    .right-bottom-delay:focus:after,
    .right-bottom-delay:hover:after {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 1s;
      width: 100%;
      height: 3px
    }

    .right-bottom-delay:before {
      width: 3px;
      top: 0;
      right: 0
    }

    .right-bottom-delay:focus:before,
    .right-bottom-delay:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s;
      width: 3px;
      height: 100%
    }

    .double-linethrough-left-delayed {
      position: relative;
      z-index: 2;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      white-space: nowrap;
      overflow: hidden;
      transition: color 1s ease
    }

    .double-linethrough-left-delayed:after,
    .double-linethrough-left-delayed:before {
      content: "";
      position: absolute;
      z-index: 9;
      height: 5px;
      right: 0
    }

    .double-linethrough-left-right-delayed,
    .double-linethrough-right-delayed {
      box-sizing: border-box;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      white-space: nowrap;
      overflow: hidden
    }

    .double-linethrough-left-delayed:focus,
    .double-linethrough-left-delayed:hover,
    .double-linethrough-right-delayed {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .double-linethrough-left-delayed:focus,
    .double-linethrough-left-delayed:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .double-linethrough-left-delayed:before {
      transition: all 1s ease 0s
    }

    .double-linethrough-left-delayed:after {
      transition: all 1s ease 1s;
      width: 3px;
      top: 45%
    }

    .double-linethrough-left-delayed:focus:after,
    .double-linethrough-left-delayed:hover:after {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 1s;
      width: 100%;
      height: 5px
    }

    .double-linethrough-left-delayed:before {
      width: 3px;
      bottom: 45%;
      top: 54%
    }

    .double-linethrough-left-delayed:focus:before,
    .double-linethrough-left-delayed:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s;
      width: 100%;
      height: 5px
    }

    .double-linethrough-right-delayed {
      position: relative;
      z-index: 2;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 10px;
      transition: color 1s ease
    }

    .double-linethrough-right-delayed:after,
    .double-linethrough-right-delayed:before {
      position: absolute;
      z-index: 9;
      left: 0;
      content: "";
      height: 5px
    }

    .double-linethrough-left-right-delayed,
    .double-linethrough-right-left-delayed {
      display: inline;
      text-decoration: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      padding: 10px
    }

    .double-linethrough-left-right-delayed,
    .double-linethrough-right-delayed:focus,
    .double-linethrough-right-delayed:hover {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .double-linethrough-right-delayed:focus,
    .double-linethrough-right-delayed:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .double-linethrough-right-delayed:before {
      transition: all 1s ease 0s
    }

    .double-linethrough-right-delayed:after {
      transition: all 1s ease 1s;
      width: 3px;
      top: 44%
    }

    .double-linethrough-right-delayed:focus:after,
    .double-linethrough-right-delayed:hover:after {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 1s;
      width: 100%;
      height: 5px
    }

    .double-linethrough-right-delayed:before {
      width: 3px;
      bottom: 10px;
      top: 54%
    }

    .double-linethrough-right-delayed:focus:before,
    .double-linethrough-right-delayed:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s;
      width: 100%;
      height: 5px
    }

    .double-linethrough-left-right-delayed {
      position: relative;
      z-index: 2;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      transition: color 1s ease
    }

    .double-linethrough-left-right-delayed:focus,
    .double-linethrough-left-right-delayed:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .double-linethrough-left-right-delayed:before {
      transition: all 1s ease 0s
    }

    .double-linethrough-left-right-delayed:after {
      transition: all 1s ease 1s;
      content: "";
      position: absolute;
      width: 3px;
      height: 5px;
      right: 0;
      top: 44%;
      z-index: 9
    }

    .double-linethrough-left-right-delayed:focus:after,
    .double-linethrough-left-right-delayed:hover:after {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 1s;
      width: 100%;
      height: 5px
    }

    .double-linethrough-left-right-delayed:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 5px;
      left: 0;
      bottom: 10px;
      z-index: 9;
      top: 54%
    }

    .double-linethrough-left-right-delayed:focus:before,
    .double-linethrough-left-right-delayed:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s;
      width: 100%;
      height: 5px
    }

    .double-linethrough-right-left-delayed {
      position: relative;
      z-index: 2;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      user-select: none;
      transition: color 1s ease
    }

    .double-linethrough-opening-delayed,
    .double-linethrough-right-left-delayed,
    .fill-closing-horizontal-delayed {
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      white-space: nowrap;
      overflow: hidden
    }

    .double-linethrough-opening-delayed,
    .fill-closing-horizontal-delayed {
      display: inline;
      text-decoration: none
    }

    .double-linethrough-right-left-delayed:focus,
    .double-linethrough-right-left-delayed:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .double-linethrough-right-left-delayed:before {
      transition: all 1s ease 0s
    }

    .double-linethrough-right-left-delayed:after {
      transition: all 1s ease 1s;
      content: "";
      position: absolute;
      width: 3px;
      height: 5px;
      left: 0;
      top: 44%;
      z-index: 9
    }

    .double-linethrough-right-left-delayed:focus:after,
    .double-linethrough-right-left-delayed:hover:after {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 1s;
      width: 100%;
      height: 5px
    }

    .double-linethrough-right-left-delayed:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 5px;
      right: 0;
      bottom: 10px;
      z-index: 9;
      top: 54%
    }

    .double-linethrough-right-left-delayed:focus:before,
    .double-linethrough-right-left-delayed:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s;
      width: 100%;
      height: 5px
    }

    .double-linethrough-opening-delayed {
      position: relative;
      z-index: 2;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 10px;
      transition: color 1s ease
    }

    .double-linethrough-opening-delayed:after,
    .double-linethrough-opening-delayed:before {
      content: "";
      position: absolute;
      z-index: 9;
      margin: 0 auto;
      height: 5px;
      right: 0;
      left: 0
    }

    .double-linethrough-opening-delayed:focus,
    .double-linethrough-opening-delayed:hover,
    .fill-closing-horizontal-delayed {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .double-linethrough-opening-delayed:focus,
    .double-linethrough-opening-delayed:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .double-linethrough-opening-delayed:before {
      transition: all 1s ease 0s
    }

    .double-linethrough-opening-delayed:after {
      transition: all 1s ease 1s;
      width: 3px;
      top: 54%
    }

    .double-linethrough-opening-delayed:focus:after,
    .double-linethrough-opening-delayed:hover:after {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 1s;
      width: 100%;
      height: 5px
    }

    .double-linethrough-opening-delayed:before {
      width: 3px;
      top: 44%
    }

    .double-linethrough-opening-delayed:focus:before,
    .double-linethrough-opening-delayed:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s;
      width: 100%;
      height: 5px
    }

    .fill-closing-horizontal-delayed {
      position: relative;
      z-index: 2;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 10px;
      transition: color 1s ease
    }

    .fill-closing-horizontal-delayed:after,
    .fill-closing-horizontal-delayed:before {
      content: "";
      position: absolute;
      z-index: -1;
      height: 100%;
      top: 0
    }

    .both-left-delayed,
    .both-right-delayed {
      -moz-user-select: none;
      -ms-user-select: none;
      padding: 10px;
      display: inline
    }

    .both-left-delayed,
    .fill-closing-horizontal-delayed:focus,
    .fill-closing-horizontal-delayed:hover {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .fill-closing-horizontal-delayed:focus,
    .fill-closing-horizontal-delayed:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .fill-closing-horizontal-delayed:before {
      transition: all 1s ease 0s
    }

    .fill-closing-horizontal-delayed:after {
      transition: all 1s ease 1s;
      width: 3px;
      right: 0
    }

    .both-left-delayed:after,
    .fill-closing-horizontal-delayed:focus:after,
    .fill-closing-horizontal-delayed:hover:after {
      -webkit-transition: all 1s ease 1s;
      -moz-transition: all 1s ease 1s;
      -ms-transition: all 1s ease 1s;
      -o-transition: all 1s ease 1s
    }

    .fill-closing-horizontal-delayed:focus:after,
    .fill-closing-horizontal-delayed:hover:after {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 1s;
      width: 50%;
      height: 100%
    }

    .fill-closing-horizontal-delayed:before {
      width: 3px;
      left: 0
    }

    .fill-closing-horizontal-delayed:focus:before,
    .fill-closing-horizontal-delayed:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s;
      width: 50%;
      height: 100%
    }

    .fill-closing-horizontal-delayed:hover {
      color: #2c3e50 !important
    }

    .both-left-delayed {
      position: relative;
      z-index: 2;
      text-decoration: none;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      white-space: nowrap;
      overflow: hidden;
      transition: color 1s ease
    }

    .both-left-delayed:after,
    .both-left-delayed:before {
      content: "";
      position: absolute;
      z-index: -1;
      height: 3px;
      right: 0
    }

    .both-right-delayed,
    .top-right-delay {
      text-decoration: none;
      box-sizing: border-box;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      white-space: nowrap;
      overflow: hidden
    }

    .both-left-delayed:focus,
    .both-left-delayed:hover,
    .both-right-delayed {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .both-left-delayed:focus,
    .both-left-delayed:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .both-left-delayed:before {
      transition: all 1s ease 0s
    }

    .both-left-delayed:after {
      transition: all 1s ease 1s;
      width: 3px;
      top: 0
    }

    .both-left-delayed:focus:after,
    .both-left-delayed:hover:after,
    .both-right-delayed:after {
      -webkit-transition: all 1s ease 1s;
      -moz-transition: all 1s ease 1s;
      -ms-transition: all 1s ease 1s;
      -o-transition: all 1s ease 1s
    }

    .both-left-delayed:focus:after,
    .both-left-delayed:hover:after {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 1s;
      width: 100%;
      height: 3px
    }

    .both-left-delayed:before {
      width: 3px;
      bottom: 0
    }

    .both-left-delayed:focus:before,
    .both-left-delayed:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s;
      width: 100%;
      height: 3px
    }

    .both-right-delayed {
      position: relative;
      z-index: 2;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      transition: color 1s ease
    }

    .both-right-delayed:after,
    .both-right-delayed:before {
      content: "";
      position: absolute;
      z-index: -1;
      height: 3px;
      left: 0
    }

    .both-right-delayed:focus,
    .both-right-delayed:hover,
    .top-right-delay {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .both-right-delayed:focus,
    .both-right-delayed:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .both-right-delayed:before {
      transition: all 1s ease 0s
    }

    .both-right-delayed:after {
      transition: all 1s ease 1s;
      width: 3px;
      top: 0
    }

    .both-right-delayed:focus:after,
    .both-right-delayed:hover:after,
    .top-right-delay:after {
      -webkit-transition: all 1s ease 1s;
      -moz-transition: all 1s ease 1s;
      -ms-transition: all 1s ease 1s;
      -o-transition: all 1s ease 1s
    }

    .both-right-delayed:focus:after,
    .both-right-delayed:hover:after {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 1s;
      width: 100%;
      height: 3px
    }

    .both-right-delayed:before {
      width: 3px;
      bottom: 0
    }

    .top-left-delay,
    .top-right-delay {
      position: relative;
      -webkit-user-select: none;
      padding: 10px
    }

    .both-right-delayed:focus:before,
    .both-right-delayed:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s;
      width: 100%;
      height: 3px
    }

    .top-right-delay {
      display: inline;
      z-index: 2;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      transition: color 1s ease
    }

    .top-right-delay:after,
    .top-right-delay:before {
      content: "";
      position: absolute;
      z-index: -1;
      height: 3px
    }

    .top-left-delay,
    .top-right-delay:focus,
    .top-right-delay:hover {
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .top-right-delay:focus,
    .top-right-delay:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .top-right-delay:before {
      transition: all 1s ease 0s
    }

    .top-right-delay:after {
      transition: all 1s ease 1s;
      width: 3px
    }

    .top-left-delay:after,
    .top-right-delay:focus:after,
    .top-right-delay:hover:after {
      -webkit-transition: all 1s ease 1s;
      -moz-transition: all 1s ease 1s;
      -ms-transition: all 1s ease 1s;
      -o-transition: all 1s ease 1s
    }

    .top-right-delay:focus:after,
    .top-right-delay:hover:after {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 1s;
      width: 100%;
      height: 3px
    }

    .top-right-delay:before {
      width: 3px
    }

    .bottom-left-delay,
    .top-left-delay {
      z-index: 2;
      -ms-user-select: none;
      display: inline;
      -moz-user-select: none;
      overflow: hidden;
      text-decoration: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      white-space: nowrap
    }

    .top-right-delay:focus:before,
    .top-right-delay:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s;
      width: 3px;
      height: 100%
    }

    .top-right-delay:after,
    .top-right-delay:before {
      bottom: 0;
      left: 0
    }

    .top-left-delay {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      transition: color 1s ease
    }

    .top-left-delay:after,
    .top-left-delay:before {
      content: "";
      position: absolute;
      z-index: -1;
      height: 3px
    }

    .top-left-delay:focus,
    .top-left-delay:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .top-left-delay:before {
      transition: all 1s ease 0s
    }

    .top-left-delay:after {
      transition: all 1s ease 1s;
      width: 3px
    }

    .bottom-left-delay:after,
    .top-left-delay:focus:after,
    .top-left-delay:hover:after {
      -webkit-transition: all 1s ease 1s;
      -moz-transition: all 1s ease 1s;
      -ms-transition: all 1s ease 1s;
      -o-transition: all 1s ease 1s
    }

    .top-left-delay:focus:after,
    .top-left-delay:hover:after {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 1s;
      width: 100%;
      height: 3px
    }

    .top-left-delay:before {
      width: 3px
    }

    .top-left-delay:focus:before,
    .top-left-delay:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s;
      width: 3px;
      height: 100%
    }

    .top-left-delay:after,
    .top-left-delay:before {
      bottom: 0;
      right: 0
    }

    .bottom-left-delay {
      position: relative;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 10px;
      transition: color 1s ease
    }

    .bottom-left-delay:after,
    .bottom-left-delay:before {
      content: "";
      position: absolute;
      z-index: -1;
      height: 3px
    }

    .bottom-left-delay:focus,
    .bottom-left-delay:hover,
    .bottom-right-delay {
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .bottom-left-delay:focus,
    .bottom-left-delay:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .bottom-left-delay:before {
      transition: all 1s ease 0s
    }

    .bottom-left-delay:after {
      transition: all 1s ease 1s;
      width: 3px
    }

    .bottom-left-delay:focus:after,
    .bottom-left-delay:hover:after,
    .bottom-right-delay:after {
      -webkit-transition: all 1s ease 1s;
      -moz-transition: all 1s ease 1s;
      -ms-transition: all 1s ease 1s;
      -o-transition: all 1s ease 1s
    }

    .bottom-left-delay:focus:after,
    .bottom-left-delay:hover:after {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 1s;
      width: 100%;
      height: 3px
    }

    .bottom-left-delay:before {
      width: 3px
    }

    .bottom-left-delay:focus:before,
    .bottom-left-delay:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s;
      width: 3px;
      height: 100%
    }

    .bottom-left-delay:after,
    .bottom-left-delay:before {
      top: 0;
      right: 0
    }

    .bottom-right-delay {
      display: inline;
      position: relative;
      z-index: 2;
      text-decoration: none;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      padding: 10px;
      white-space: nowrap;
      overflow: hidden;
      transition: color 1s ease
    }

    .bottom-right-delay:after,
    .bottom-right-delay:before {
      position: absolute;
      z-index: -1;
      height: 3px;
      content: ""
    }

    .bottom-right-delay:focus,
    .bottom-right-delay:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .bottom-right-delay:before {
      transition: all 1s ease 0s
    }

    .bottom-right-delay:after {
      transition: all 1s ease 1s;
      width: 3px
    }

    .bottom-right-delay:focus:after,
    .bottom-right-delay:hover:after {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 1s;
      width: 100%;
      height: 3px
    }

    .bottom-right-delay:focus:before,
    .bottom-right-delay:hover:before,
    .nav:after,
    .nav:before {
      -webkit-transition: all 1s ease 0s;
      -moz-transition: all 1s ease 0s;
      -ms-transition: all 1s ease 0s;
      -o-transition: all 1s ease 0s
    }

    .bottom-right-delay:before {
      width: 3px
    }

    .bottom-right-delay:focus:before,
    .bottom-right-delay:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s;
      width: 3px;
      height: 100%
    }

    .left-side {
      width: 100%;
      height: 100%
    }

    .bottom-right-delay:after,
    .bottom-right-delay:before {
      top: 0;
      left: 0
    }

    main {
      height: 100%
    }

    .left-side {
      position: fixed;
      background: #2c3e50;
      overflow: auto;
      z-index: 1;
      left: -100%
    }

    .animated,
    .btn-nav {
      z-index: 9999
    }

    @media (min-width:1200px) {
      .left-side {
        width: 30%;
        left: 0
      }
    }

    @media (min-width:1400px) {
      .left-side {
        width: 25%;
        left: 0
      }
    }

    .right-side {
      position: absolute;
      right: 0;
      height: 100%;
      width: 100%
    }

    @media (min-width:1200px) {
      .right-side {
        width: 70%
      }
    }

    @media (min-width:1400px) {
      .right-side {
        width: 75%
      }
    }

    .effects-list {
      margin: 100px auto 0;
      text-align: center;
      padding-bottom: 50px;
      list-style: none
    }

    @media (min-width:1200px) {
      .effects-list {
        text-align: left;
        padding-left: 30px
      }
    }

    .text-con {
      position: relative;
      top: 50%;
      width: 100%;
      text-align: center
    }

    .bar,
    .btn-nav {
      display: block;
      width: 50px
    }

    button {
      background: 0 0;
      border: none
    }

    button::-moz-focus-inner {
      border: 0
    }

    :focus {
      outline: 0
    }

    ::-moz-focus-inner {
      border: 0
    }

    .btn-nav:hover {
      cursor: pointer
    }

    .btn-nav:hover .bar {
      background-color: #ffc107
    }

    .bar {
      height: 5px;
      background: #2c3e50;
      margin: 10px auto
    }

    .btn-nav,
    .middle {
      margin: 0 auto
    }

    .btn-nav {
      padding: 15px 0;
      position: fixed;
      left: 20px;
      transition: all 1s ease
    }

    @media (min-width:1200px) {
      .btn-nav {
        display: none
      }
    }

    .btn-nav:focus {
      outline: 0
    }

    .bar {
      transition: all .7s ease
    }

    .item a:focus,
    .item a:hover,
    .item:focus,
    .item:hover,
    .nav {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .animated .bar {
      z-index: 9999;
      background-color: #fff
    }

    .animated .arrow-top-r {
      transform: rotate(-45deg) translateY(11px);
      width: 25px
    }

    .animated .arrow-middle-r {
      transform: translateX(25px)
    }

    .animated .arrow-bottom-r {
      transform: rotate(45deg) translateY(-11px);
      width: 25px
    }

    @keyframes showNav {
      0% {
        left: -100%
      }

      to {
        left: 0
      }
    }

    @-webkit-keyframes showNav {
      0% {
        left: -100%
      }

      to {
        left: 0
      }
    }

    .showNav {
      -webkit-animation: showNav .5s ease forwards;
      animation: showNav .5s ease forwards;
      z-index: 999
    }

    @keyframes hideNav {
      0% {
        left: 0
      }

      to {
        left: -100%
      }
    }

    @-webkit-keyframes hideNav {
      0% {
        left: 0
      }

      to {
        left: -100%
      }
    }

    @media (max-width:1200px) {
      .hideNav {
        -webkit-animation: hideNav 1s ease forwards;
        animation: hideNav 1s ease forwards
      }

      .hidden {
        display: none
      }
    }

    .links-con {
      position: absolute;
      right: 50px;
      top: 20px;
      z-index: 1
    }

    .item-divider {
      cursor: auto;
      text-transform: uppercase;
      font-weight: 700;
      opacity: 1;
      margin: 40px 15px;
      color: #fff;
      font-size: 2em
    }

    .styles {
      list-style: none;
      width: 100%;
      margin: 0 auto;
      border-top: 1px solid hsla(0, 0%, 88.2%, .3);
      padding-bottom: 30px
    }

    .item,
    .item a {
      color: #fff;
      font-weight: 300;
      cursor: pointer;
      font-size: 1.4em;
      line-height: 2em;
      text-decoration: none
    }

    .item a:focus,
    .item a:hover,
    .item:focus,
    .item:hover {
      color: #e8f1f2;
      transition: color 1s ease
    }

    .item-active,
    .item-active a {
      color: #ffc107 !important;
      transition: all 1s ease
    }

    .nav {
      color: #2c3e50;
      top: 10px;
      font-weight: 700;
      font-size: 1em;
      display: inline;
      position: relative;
      z-index: 2;
      text-decoration: none;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      padding: 10px;
      white-space: nowrap;
      overflow: hidden;
      transition: color 1s ease
    }

    .effect-demo,
    .nav:focus,
    .nav:hover {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .nav:focus,
    .nav:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .nav:after,
    .nav:before {
      transition: all 1s ease 0s
    }

    .effect-demo:after,
    .effect-demo:before,
    .nav:focus:after,
    .nav:focus:before,
    .nav:hover:after,
    .nav:hover:before {
      -webkit-transition: all 1s ease 0s;
      -moz-transition: all 1s ease 0s;
      -ms-transition: all 1s ease 0s;
      -o-transition: all 1s ease 0s
    }

    .nav:focus:after,
    .nav:focus:before,
    .nav:hover:after,
    .nav:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s
    }

    .nav:after {
      content: "";
      position: absolute;
      z-index: -1;
      width: 3px;
      height: 3px;
      left: 0;
      bottom: 0
    }

    .nav:focus:after,
    .nav:hover:after {
      width: 100%;
      height: 3px
    }

    .nav:focus {
      outline: 0
    }

    @media (min-width:480px) {
      .nav {
        font-size: 1.2em;
        display: inline;
        position: relative;
        z-index: 2;
        text-decoration: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent;
        padding: 10px;
        white-space: nowrap;
        overflow: hidden;
        transition: color 1s ease
      }

      .nav:focus,
      .nav:hover {
        outline: 0;
        color: #ffc107;
        transition: color 1s ease;
        cursor: pointer
      }

      .nav:after,
      .nav:before {
        transition: all 1s ease 0s
      }

      .nav:focus:after,
      .nav:focus:before,
      .nav:hover:after,
      .nav:hover:before {
        outline: 0;
        background-color: #ffc107;
        transition: all 1s ease 0s
      }
    }

    .effect-demo,
    .effect-demo.block {
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none
    }

    .sass {
      font-size: 1em;
      color: #fff;
      font-weight: 500
    }

    @media (min-width:768px) {
      .sass {
        font-size: 1.1em
      }
    }

    .em-git {
      color: #fff;
      font-size: .8em;
      font-weight: 300
    }

    @media (min-width:480px) {
      .em-git {
        font-size: 1em
      }
    }

    @media (min-width:768px) {
      .em-git {
        font-size: 1.2em
      }
    }

    .div-git {
      background: #2c3e50;
      width: auto;
      margin: 0 auto;
      padding: 20px;
      text-align: center;
      display: block
    }

    .include {
      color: #f22613
    }

    .property {
      color: #e3b505
    }

    .value {
      color: #247ba0
    }

    .clone {
      color: #2c3e50
    }

    .comment {
      color: #e8f1f2;
      opacity: .7
    }

    .code {
      color: #fff;
      font-size: .6em;
      font-weight: 500
    }

    @media (min-width:300px) {
      .code {
        font-size: .7em
      }
    }

    @media (min-width:480px) {
      .code {
        font-size: .9em
      }
    }

    @media (min-width:600px) {
      .code {
        font-size: 1em
      }
    }

    @media (min-width:768px) {
      .code {
        font-size: 1em
      }
    }

    @media (min-width:1200px) {
      .code {
        font-size: 1.1em
      }
    }

    @media (min-width:1500px) {
      .code {
        font-size: 1.3em
      }
    }

    .effect-demo,
    .span {
      position: relative;
      z-index: 2;
      text-decoration: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      padding-bottom: 0;
      white-space: nowrap;
      overflow: hidden
    }

    .pseudoem {
      color: red
    }

    .effect-demo {
      margin: 0 auto;
      color: #2c3e50;
      display: inline;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      transition: color 1s ease
    }

    .effect-demo.block,
    .effect-demo:focus,
    .effect-demo:hover {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease
    }

    .effect-demo:focus,
    .effect-demo:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .effect-demo:after,
    .effect-demo:before {
      transition: all 1s ease 0s
    }

    .effect-demo:focus:after,
    .effect-demo:focus:before,
    .effect-demo:hover:after,
    .effect-demo:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s
    }

    .effect-demo.block {
      width: 90%;
      display: block;
      position: relative;
      z-index: 2;
      text-decoration: none;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent;
      padding: 10px;
      white-space: nowrap;
      overflow: hidden;
      transition: color 1s ease
    }

    .effect-demo.block:focus,
    .effect-demo.block:hover,
    .span {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      -ms-transition: color 1s ease;
      -o-transition: color 1s ease;
      cursor: pointer
    }

    .effect-demo.block:focus,
    .effect-demo.block:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease
    }

    .effect-demo.block:after,
    .effect-demo.block:before {
      transition: all 1s ease 0s
    }

    .effect-demo.block:focus:after,
    .effect-demo.block:focus:before,
    .effect-demo.block:hover:after,
    .effect-demo.block:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s
    }

    .effect-demo.block.half-width {
      width: 50%
    }

    .span {
      display: inline;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      transition: color 1s ease
    }

    .span:focus,
    .span:hover {
      outline: 0;
      color: #ffc107;
      transition: color 1s ease;
      cursor: pointer
    }

    .span:after,
    .span:before {
      transition: all 1s ease 0s
    }

    .span:focus:after,
    .span:focus:before,
    .span:hover:after,
    .span:hover:before {
      outline: 0;
      background-color: #ffc107;
      transition: all 1s ease 0s
    }

    .bg-color--grey-dark {
      background-color: #1c1c1c !important
    }

    .bg-color--grey {
      background-color: #424242 !important
    }

    .bg-color--light-grey {
      background-color: #f0f0f0 !important
    }

    .bg-color--red {
      background-color: #f50404 !important
    }

    .bg-color--blue {
      background-color: #0680ff !important
    }

    .bg-color--orange {
      background-color: #f99500 !important
    }

    .bg-color--green {
      background-color: #2c9d05 !important
    }

    .color--grey-dark {
      color: #1c1c1c !important
    }

    .color--grey {
      color: #424242 !important
    }

    .color--light-grey {
      color: #f0f0f0 !important
    }

    .color--red {
      color: #f50404 !important
    }

    .color--blue {
      color: #0680ff !important
    }

    .color--orange {
      color: #f99500 !important
    }

    .color--green {
      color: #2c9d05 !important
    }

    .border-color--grey-dark {
      background-color: transparent;
      border-color: #1c1c1c !important;
      color: #1c1c1c !important;
      opacity: .9
    }

    .border-color--grey {
      background-color: transparent;
      border-color: #424242 !important;
      color: #424242 !important;
      opacity: .9
    }

    .border-color--light-grey {
      background-color: transparent;
      border-color: #f0f0f0 !important;
      color: #f0f0f0 !important;
      opacity: .9
    }

    .border-color--red {
      border-color: #f50404 !important;
      color: #f50404 !important
    }

    .border-color--blue,
    .border-color--red {
      background-color: transparent;
      opacity: .9
    }

    .border-color--blue {
      border-color: #0680ff !important;
      color: #0680ff !important
    }

    .border-color--orange {
      background-color: transparent;
      border-color: #f99500 !important;
      color: #f99500 !important;
      opacity: .9
    }

    .border-color--green {
      background-color: transparent;
      border-color: #2c9d05 !important;
      color: #2c9d05 !important;
      opacity: .9
    }

    .button--grey-dark {
      border: 1px solid #1c1c1c !important;
      opacity: .8
    }

    .button--grey-dark,
    .button--grey-dark:hover {
      background-color: #1c1c1c !important;
      color: #fff !important
    }

    .button--grey-dark:hover {
      opacity: 1
    }

    .button--grey {
      border: 1px solid #424242 !important;
      opacity: .8
    }

    .button--grey,
    .button--grey:hover {
      background-color: #424242 !important;
      color: #fff !important
    }

    .button--grey:hover {
      opacity: 1
    }

    .button--light-grey {
      border: 1px solid #f0f0f0 !important;
      opacity: .8
    }

    .button--light-grey,
    .button--light-grey:hover {
      background-color: #f0f0f0 !important;
      color: #fff !important
    }

    .button--light-grey:hover {
      opacity: 1
    }

    .button--red {
      border: 1px solid #f50404 !important;
      opacity: .8
    }

    .button--red,
    .button--red:hover {
      background-color: #f50404 !important;
      color: #fff !important
    }

    .button--red:hover {
      opacity: 1
    }

    .button--blue {
      border: 1px solid #0680ff !important;
      opacity: .8
    }

    .button--blue,
    .button--blue:hover {
      background-color: #0680ff !important;
      color: #fff !important
    }

    .button--blue:hover {
      opacity: 1
    }

    .button--orange {
      border: 1px solid #f99500 !important;
      opacity: .8
    }

    .button--orange,
    .button--orange:hover {
      background-color: #f99500 !important;
      color: #fff !important
    }

    .button--orange:hover {
      opacity: 1
    }

    .button--green {
      border: 1px solid #2c9d05 !important;
      opacity: .8
    }

    .button--green,
    .button--green:hover {
      background-color: #2c9d05 !important;
      color: #fff !important
    }

    .button--green:hover {
      opacity: 1
    }

    .button:hover {
      color: #fff !important
    }

    .button-outline--grey-dark {
      background-color: transparent;
      border-color: #1c1c1c !important;
      color: #1c1c1c !important
    }

    .button-outline--grey-dark:hover {
      background-color: #1c1c1c !important;
      color: #fff !important;
      opacity: 1
    }

    .button-outline--grey {
      background-color: transparent;
      border-color: #424242 !important;
      color: #424242 !important
    }

    .button-outline--grey:hover {
      background-color: #424242 !important;
      color: #fff !important;
      opacity: 1
    }

    .button-outline--light-grey {
      background-color: transparent;
      border-color: #f0f0f0 !important;
      color: #f0f0f0 !important
    }

    .button-outline--light-grey:hover {
      background-color: #f0f0f0 !important;
      color: #fff !important;
      opacity: 1
    }

    .button-outline--red {
      background-color: transparent;
      border-color: #f50404 !important;
      color: #f50404 !important
    }

    .button-outline--red:hover {
      background-color: #f50404 !important;
      color: #fff !important;
      opacity: 1
    }

    .button-outline--blue {
      background-color: transparent;
      border-color: #0680ff !important;
      color: #0680ff !important
    }

    .button-outline--blue:hover {
      background-color: #0680ff !important;
      color: #fff !important;
      opacity: 1
    }

    .button-outline--orange {
      background-color: transparent;
      border-color: #f99500 !important;
      color: #f99500 !important
    }

    .button-outline--orange:hover {
      background-color: #f99500 !important;
      color: #fff !important;
      opacity: 1
    }

    .button-outline--green {
      background-color: transparent;
      border-color: #2c9d05 !important;
      color: #2c9d05 !important
    }

    .button-outline--green:hover {
      background-color: #2c9d05 !important;
      color: #fff !important;
      opacity: 1
    }

    .bg-bright--gray {
      background-color: #f8f8f8;
      border-bottom: 1px solid #e7e7e7
    }

    .item-1 {
      left: 20px
    }

    .item-2 {
      left: 40px
    }

    .item-3 {
      left: 60px
    }

    .item-4 {
      left: 80px
    }

    .box-outline--grey-dark {
      background-color: transparent;
      border-color: #1c1c1c !important;
      color: #1c1c1c !important
    }

    .box-outline--grey-dark:hover {
      background-color: #1c1c1c !important;
      color: #fff !important;
      opacity: 1
    }

    .box-outline--grey {
      background-color: transparent;
      border-color: #424242 !important;
      color: #424242 !important
    }

    .box-outline--grey:hover {
      background-color: #424242 !important;
      color: #fff !important;
      opacity: 1
    }

    .box-outline--light-grey {
      background-color: transparent;
      border-color: #f0f0f0 !important;
      color: #f0f0f0 !important
    }

    .box-outline--light-grey:hover {
      background-color: #f0f0f0 !important;
      color: #fff !important;
      opacity: 1
    }

    .box-outline--red {
      background-color: transparent;
      border-color: #f50404 !important;
      color: #f50404 !important
    }

    .box-outline--red:hover {
      background-color: #f50404 !important;
      color: #fff !important;
      opacity: 1
    }

    .box-outline--blue {
      background-color: transparent;
      border-color: #0680ff !important;
      color: #0680ff !important
    }

    .box-outline--blue:hover {
      background-color: #0680ff !important;
      color: #fff !important;
      opacity: 1
    }

    .box-outline--orange {
      background-color: transparent;
      border-color: #f99500 !important;
      color: #f99500 !important
    }

    .box-outline--orange:hover {
      background-color: #f99500 !important;
      color: #fff !important;
      opacity: 1
    }

    .box-outline--green {
      background-color: transparent;
      border-color: #2c9d05 !important;
      color: #2c9d05 !important
    }

    .box-outline--green:hover {
      background-color: #2c9d05 !important;
      color: #fff !important;
      opacity: 1
    }

    .daswin-navbar {
      position: absolute;
      display: inline-block;
      width: 100%;
      padding: 15px;
      z-index: 15
    }

    .daswin-navbar__logo {
      float: left;
      cursor: pointer
    }

    .daswin-navbar__logo>img {
      width: 120px
    }

    .daswin-navbar__hamburger {
      cursor: pointer;
      position: fixed;
      top: 35px;
      right: 30px;
      background: #ffffff17;
    }

    .daswin-navbar__hamburger>img {
      width: 40px
    }

    .daswin-menu {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50%;
      background-color: black;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1000;
      display: block;
      overflow: hidden;
      overflow-x: hidden;
      overflow-y: hidden;
      outline: 0;
      display: none;
    }

    .daswin-menu .middle-menu{
      position: absolute;
      top: 50%;
      left: 24vw;
      right: 5vw;
      transform: translate(0, -55%);
    }

    .daswin-menu__content {
      overflow: hidden;
      overflow-y: auto;
      height: 100%;
      padding: 15px
    }

    .daswin-menu__content hr {
      margin-top: 1rem;
      margin-bottom: 0;
      border: 0;
      width: 3%;
      border-top: 1px solid #ffc107;
      float: left
    }

    .daswin-menu__content .menu-header {
      width: 100%;
      display: block
    }

    .daswin-menu__content .menu-header__logo {
      float: left;
      margin-bottom: 20px
    }

    .daswin-menu__content .menu-header__logo>img {
      width: 120px
    }

    .daswin-menu__content .menu-header__icon {
      float: right;
      margin-top: 20px;
      cursor: pointer
    }

    .daswin-menu__content .menu-header__icon>img {
      width: 40px
    }

    .daswin-menu__content .menu-list {
      width: 100%;
    }

    .daswin-menu__content .menu-list__title {
      width: 100%;
      display: inline-block;
      font-size: 18px;
      color: #a9a8a8;
      font-family: Avenir;
      font-weight: 300;
      letter-spacing: 2px
    }

    .daswin-menu__content .menu-list__list-link {
      display: block
    }

    .daswin-menu__content .menu-list__list-link p a{
      color: #fff;
    }

    .daswin-menu__content .menu-list__list-link p {
      color: #fff;
      font-family: Butler;
      font-weight: 300;
      letter-spacing: 1px;
      font-size: 32px;
      margin-bottom: 5px;
    }

    .daswin-menu__content .menu-development {
      width: 100%;
      display: inline-block
    }

    .daswin-menu__content .menu-development__title {
      width: 100%;
      margin-top: 15px;
      display: inline-block;
      font-size: 18px;
      color: #a9a8a8;
      font-family: Avenir;
      font-weight: 300;
      letter-spacing: 2px;
    }

    .daswin-menu__content .menu-development__list-logo {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      align-items: center;
    }

    .daswin-menu__content .menu-development__list-logo .image {
      margin-right: 20px;
      width: 15%;
      align-content: center;
      display: flex;
      align-items: center;
      min-width: 180px;
    }

    .daswin-menu__content .menu-development__list-logo .image.image-zhg {
      width: 5%
    }

    .daswin-menu__content .menu-development__list-logo .image img {
      width: 100%;
      float: left
    }

    .daswin-menu__content .menu-address {
      width: 100%;
      display: inline-block;
    }

    .daswin-menu__content .menu-address p {
      margin: 0;
      font-size: 18px;
      color: #fff;
      font-family: Avenir;
      font-weight: 300;
      letter-spacing: 1px;
    }

    .daswin-menu__content .menu-footer {
      display: inline-block;
      position: absolute;
      bottom: 20px;
      left: 15px;
      right: 15px;
    }

    .daswin-menu__content .menu-footer__description {
      width: 100%;
      display: inline-block
    }

    .daswin-menu__content .menu-footer__description p {
      color: #fff;
      font-size: 10px;
      margin: 0;
      font-family: Avenir;
      font-weight: 400
    }

    .daswin-menu__content .menu-footer__copyright {
      width: 100%;
      display: inline-block
    }

    .daswin-menu__content .menu-footer__copyright p {
      color: #fff;
      font-size: 10px;
      margin: 30px 0 0;
      font-family: Avenir;
      font-weight: 300
    }

    .daswin-copyright {
      position: absolute;
      width: 30%;
      bottom: 15px;
      left: 15px;
      font-size: 12px;
      color: #fff
    }

    .daswin-wrapper {
      height: 100%;
      position: relative
    }

    .daswin-wrapper .home-page {
      width: 100%;
      height: 100%
    }

    .daswin-wrapper .home-page__background {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50%;
      position: fixed;
      display: block;
      width: 100%;
      height: 100%
    }

    .daswin-wrapper .home-page__background img {
      width: 100%;
      height: 100%
    }

    .daswin-wrapper .home-page__content {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      z-index: 10
    }

    .daswin-wrapper .home-page__content .box {
      flex: 1;
      text-align: center
    }

    .daswin-wrapper .home-page__content .box__title {
      display: block;
      font-size: 3em;
      color: #fff;
      margin-bottom: 20px;
      font-family: Butler;
      font-weight: 300;
      font-style: normal;
      line-height: 50px;
      letter-spacing: 1.5px
    }

    .daswin-wrapper .home-page__content .box__description {
      display: block
    }

    .daswin-wrapper .home-page__content .box__description p {
      font-size: 1em;
      color: #fff;
      margin-bottom: 0;
      font-family: Avenir;
      font-weight: 300;
      font-style: normal;
      letter-spacing: 1px
    }

    .daswin-wrapper .home-page__content .box__description p.bottom {
      margin-top: 20px
    }

    @-webkit-keyframes grow {
      0% {
        transform: scale(1)
      }

      to {
        transform: scale(1.5)
      }
    }

    @-webkit-keyframes letter-glow {
      0% {
        opacity: 0;
        text-shadow: 0 0 1px hsla(0, 0%, 100%, .1)
      }

      66% {
        opacity: 1;
        text-shadow: 0 0 20px hsla(0, 0%, 100%, .9)
      }

      77% {
        opacity: 1
      }

      to {
        opacity: .7;
        text-shadow: 0 0 20px hsla(0, 0%, 100%, 0)
      }
    }

    @keyframes letter-glow {
      0% {
        opacity: 0;
        text-shadow: 0 0 1px hsla(0, 0%, 100%, .1)
      }

      66% {
        opacity: 1;
        text-shadow: 0 0 20px hsla(0, 0%, 100%, .9)
      }

      77% {
        opacity: 1
      }

      to {
        opacity: .7;
        text-shadow: 0 0 20px hsla(0, 0%, 100%, 0)
      }
    }

    .retail-facilities .daswin-navbar__logo img {
      margin-left: 4vw
    }

    .our-building-wrapper {
      width: 100%;
      height: 100%;
      display: block;
      position: relative
    }

    .our-building-wrapper__story {
      position: relative;
      width: 100%;
      min-height: 100%;
      overflow: hidden
    }

    .our-building-wrapper__story .background {
      position: absolute;
      background-attachment: fixed;
      background-position: bottom !important;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%
    }

    .our-building-wrapper__story .background img {
      width: 100%;
      height: 100%
    }

    .our-building-wrapper__story .content {
      position: absolute;
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      z-index: 10;
    }

    .our-building-wrapper__story .content .box {
      width: 40vw;
      margin-left: 220px;
      max-width: 500px;
      min-width: 320px;
    }

    .our-building-wrapper__story .content .box__title-top {
      display: block;
      font-size: 1em;
      color: #000
    }

    .our-building-wrapper__story .content .box__title {
      display: block;
      font-size: 2em;
      color: #000;
      margin-bottom: 20px;
      font-family: Butler;
      font-weight: 700
    }

    .our-building-wrapper__story .content .box__description {
      display: block
    }

    .our-building-wrapper__story .content .box__description p {
      font-size: 14px;
      color: #000;
      margin-bottom: 10px;
      font-family: Avenir;
      font-weight: 300
    }

    .our-building-wrapper__shareholders {
      padding: 100px 0;
      text-align: center
    }

    .our-building-wrapper__shareholders .mg-top--box {
      margin-top: 40px
    }

    .our-building-wrapper__shareholders .box-shareholders {
      width: 100%;
      display: inline-block
    }

    .our-building-wrapper__shareholders .box-shareholders__one {
      width: 10%;
      display: inline-block
    }

    .our-building-wrapper__shareholders .box-shareholders__one,
    .our-building-wrapper__shareholders .box-shareholders__two {
      margin: 1rem auto 2rem;
      border: 0;
      border-top: 1px solid #ffc107
    }

    .our-building-wrapper__shareholders .box-shareholders__title {
      font-size: 35px;
      font-family: Butler;
      font-weight: 400;
      color: #000;
      margin-bottom: 10px
    }

    .our-building-wrapper__shareholders .box-shareholders__description {
      width: 100%;
      display: block
    }

    .our-building-wrapper__shareholders .box-shareholders__description p {
      font-family: Avenir;
      font-weight: 300;
      font-size: 14px;
      color: #000
    }

    .our-building-wrapper__past-project {
      width: 100%;
      display: block
    }

    .our-building-wrapper__past-project .title {
      text-align: center;
      font-family: Butler;
      font-weight: 400;
      font-size: 20px;
      margin-bottom: 20px
    }

    .our-building-wrapper__past-project .box-list-project {
      display: block;
      width: 100%
    }

    .our-building-wrapper__past-project .box-list-project__list {
      float: left;
      width: 33.3333%;
      height: 230px;
      overflow: hidden;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center
    }

    .our-building-wrapper__past-project .box-list-project__list .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, .29);
      z-index: 9
    }

    .our-building-wrapper__past-project .box-list-project__list:hover img {
      transform: scale(1.2);
      transition: all .25s ease-in-out
    }

    .our-building-wrapper__past-project .box-list-project__list .box-info {
      max-width: 50%;
      flex: 1;
      text-align: center;
      z-index: 9;
      color: #fff
    }

    .our-building-wrapper__past-project .box-list-project__list .box-info__title {
      font-family: Butler;
      font-weight: 500;
      font-size: 16px
    }

    .our-building-wrapper__past-project .box-list-project__list .box-info__subtitle {
      font-size: 14px;
      font-family: Avenir;
      font-weight: 300
    }

    .our-building-wrapper__past-project .box-list-project__list img {
      top: -9999px;
      right: -9999px;
      left: -9999px;
      bottom: -9999px;
      margin: auto;
      position: absolute;
      width: 100%;
      height: auto;
      z-index: 1;
      transition: all .25s linear
    }

    .our-building-wrapper__project-team {
      width: 100%;
      display: inline-block;
      padding: 30px 0;
      text-align: center
    }

    .our-building-wrapper__project-team .title-top {
      font-size: 14px;
      font-family: Avenir;
      font-weight: 300;
      letter-spacing: 2px
    }

    .our-building-wrapper__project-team .title-second {
      font-family: Butler;
      font-weight: 500;
      font-size: 30px;
      margin-bottom: 20px
    }

    .our-building-wrapper__project-team .main-contractor {
      width: 100%;
      display: inline-block;
      margin-bottom: 30px
    }

    .our-building-wrapper__project-team .main-contractor .title {
      font-family: Butler;
      font-weight: 300;
      font-size: 26px;
      margin-bottom: 20px
    }

    .our-building-wrapper__project-team .main-contractor img {
      width: 300px;
      margin-bottom: 30px
    }

    .our-building-wrapper__project-team .main-international {
      width: 100%;
      display: inline-block;
      margin-bottom: 50px
    }

    .our-building-wrapper__project-team .main-international .title {
      font-family: Butler;
      font-weight: 300;
      font-size: 26px;
      margin-bottom: 20px
    }

    .our-building-wrapper__project-team .main-international img {
      width: 80%
    }

    .our-building-wrapper__project-team .main-international img.first {
      width: 300px;
      margin-bottom: 10px
    }

    .our-building-wrapper__project-team .main-bottom {
      width: 100%;
      display: inline-block
    }

    .our-building-wrapper__project-team .main-bottom .title {
      font-family: Butler;
      font-weight: 300;
      font-size: 26px;
      margin-bottom: 20px
    }

    .our-building-wrapper__project-team .main-bottom img {
      width: 100%
    }

    .our-building-wrapper__project-team .main-bottom img.first {
      width: 100%;
      margin-bottom: 10px
    }

    .our-building-wrapper__project-team .main-bottom img.second {
      width: 150px;
      margin-bottom: 10px
    }

    .info-tenant-wrapper .box-listing {
      margin-top: 0 !important;
      position: relative;
      z-index: 20
    }

    .info-tenant-wrapper .box-listing__list {
      position: absolute;
      z-index: 20;
      width: auto !important
    }

    .info-tenant-wrapper .box-listing__list.is-1 {
      top: 28%
    }

    .info-tenant-wrapper .box-listing__list.is-2 {
      top: 37%
    }

    .info-tenant-wrapper .box-listing__list.is-3 {
      top: 48%
    }

    .info-tenant-wrapper .box-listing__list.is-4 {
      top: 56%
    }

    .info-tenant-wrapper .box-listing__list.is-5 {
      top: 75%
    }

    .info-tenant-wrapper .box-listing__list.is-6 {
      top: 84%
    }

    .our-sustainability-wrapper {
      width: 100%;
      height: 100%;
      display: block;
      position: relative
    }

    .our-sustainability-wrapper__description {
      position: relative;
      width: 100%;
      min-height: 100%;
      overflow: hidden
    }

    .our-sustainability-wrapper__description .background {
      position: absolute;
      background-attachment: fixed;
      background-position: bottom !important;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%
    }

    .our-sustainability-wrapper__description .background img {
      width: 100%;
      height: 100%
    }

    .our-sustainability-wrapper__description .content {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      z-index: 10
    }

    .our-sustainability-wrapper__description .content .box {
      max-width: 60%;
      flex: 1;
      text-align: center;
      margin-top: 55em
    }

    .our-sustainability-wrapper__description .content .box__title {
      display: block;
      font-size: 2em;
      color: #000;
      margin-bottom: 20px;
      font-family: Butler;
      font-weight: 700
    }

    .our-sustainability-wrapper__description .content .box__description {
      display: block
    }

    .our-sustainability-wrapper__description .content .box__description p {
      font-size: 19px;
      color: #000;
      margin-bottom: 10px;
      font-family: Avenir;
      font-weight: 300
    }

    .our-sustainability-wrapper__description .content .box__icon-bottom {
      display: block;
      margin-top: 10em;
      cursor: pointer;
      -webkit-animation: bounce 2s 2s infinite;
      animation: bounce 2s 2s infinite
    }

    .our-sustainability-wrapper__introduction {
      position: relative;
      width: 100%;
      display: inline-block
    }

    .our-sustainability-wrapper__introduction .background {
      position: absolute;
      background-attachment: fixed;
      background-position: bottom !important;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%
    }

    .our-sustainability-wrapper__introduction .background img {
      width: 100%;
      height: 100%
    }

    .our-sustainability-wrapper__introduction .box-introduction {
      width: 100%;
      display: inline-block;
      border-top: 1px solid #ffc107;
      border-bottom: 1px solid #ffc107;
      padding: 30px 0;
      margin-top: 100px;
      margin-bottom: 100px
    }

    .our-sustainability-wrapper__introduction .box-introduction__logo {
      width: 100%;
      display: inline-block;
      margin-bottom: 20px
    }

    .our-sustainability-wrapper__introduction .box-introduction__logo img {
      width: 200px;
      height: auto;
      display: block;
      margin: auto
    }

    .our-sustainability-wrapper__introduction .box-introduction__description {
      width: 100%;
      display: inline-block;
      text-align: center
    }

    .our-sustainability-wrapper__introduction .box-introduction__description p {
      font-size: 14px;
      font-family: Avenir;
      font-weight: 300
    }

    .our-sustainability-wrapper__award {
      position: relative;
      width: 100%;
      min-height: 100%;
      overflow: hidden
    }

    .our-sustainability-wrapper__award .background {
      position: absolute;
      background-attachment: fixed;
      background-position: bottom !important;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%
    }

    .our-sustainability-wrapper__award .background img {
      width: 100%;
      height: 100%
    }

    .our-sustainability-wrapper__award .title-top {
      font-family: Butler;
      font-weight: 700;
      font-size: 28px;
      color: #000;
      margin-top: 30px;
      margin-bottom: 10px;
      text-align: center
    }

    .our-sustainability-wrapper__award .year {
      font-family: Butler;
      font-weight: 400;
      font-size: 24px;
      color: #000;
      margin-bottom: 20px;
      text-align: center
    }

    .our-sustainability-wrapper__award .box-award {
      width: 100%;
      display: inline-block
    }

    .our-sustainability-wrapper__award .box-award__image {
      text-align: center;
      margin-bottom: 20px
    }

    .our-sustainability-wrapper__award .box-award__image img {
      width: auto;
      height: 100%
    }

    .our-sustainability-wrapper__award .box-award__title {
      font-size: 12px;
      color: #000;
      margin-bottom: 10px;
      font-family: Avenir;
      font-weight: 300;
      text-align: center
    }

    .our-sustainability-wrapper__award .description {
      width: 100%;
      display: inline-block;
      margin-top: 20px
    }

    .our-sustainability-wrapper__award .description p {
      text-align: center;
      font-size: 16px;
      font-family: Avenir;
      font-weight: 300;
      color: #000;
      margin-bottom: 15px
    }

    .bold {
      font-family: Avenir;
      font-weight: 600
    }

    @-webkit-keyframes bounce {

      0%,
      20%,
      50%,
      80%,
      to {
        transform: translateY(0)
      }

      40% {
        transform: translateY(-10px)
      }

      60% {
        transform: translateY(-5px)
      }
    }

    .our-location-wrapper {
      width: 100%;
      height: 100%;
      display: block;
      position: relative
    }

    .our-location-wrapper__box-left {
      float: left;
      width: 50%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column
    }

    .our-location-wrapper__box-left .description {
      align-self: flex-start;
      width: 65%;
      flex: 1;
      margin: 12em auto auto
    }

    .our-location-wrapper__box-left .description__title {
      font-size: 35px;
      color: #000;
      margin-bottom: 15px;
      font-family: Butler;
      font-weight: 700
    }

    .our-location-wrapper__box-left .description__desc {
      width: 100%
    }

    .our-location-wrapper__box-left .description__desc p {
      font-size: 15px;
      line-height: 30px;
      color: #000;
      font-family: Avenir;
      font-weight: 300
    }

    .our-location-wrapper__box-left .description__desc hr {
      margin-top: 1rem;
      margin-bottom: 0;
      border: 0;
      width: 10%;
      border-top: 1px solid #ffc107;
      float: left
    }

    .our-location-wrapper__box-left .copyright {
      align-self: flex-end;
      width: 100%;
      padding: 15px 15px 15px 3em;
      font-size: 12px
    }

    .our-location-wrapper__box-right {
      float: right;
      width: 50%;
      height: 100%;
      cursor: pointer;
      position: relative
    }

    .our-location-wrapper__box-right img {
      width: 100%;
      height: 100%
    }

    .our-location-wrapper__box-right .marker {
      position: absolute;
      right: 28.5vh;
      bottom: 23.5vh;
      -webkit-animation: bounce 2s 2s infinite;
      animation: bounce 2s 2s infinite
    }

    .our-location-wrapper__box-right .marker img {
      width: 40px
    }

    .maps-full-wrapper {
      background-color: #fff;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50%;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1000;
      display: block;
      overflow: hidden;
      overflow-x: hidden;
      overflow-y: auto;
      outline: 0
    }

    .maps-full-wrapper .maps-full {
      position: relative
    }

    .maps-full-wrapper .maps-full .icon-close {
      float: right;
      position: absolute;
      top: 15px;
      right: 15px;
      cursor: pointer
    }

    .maps-full-wrapper .maps-full .icon-close>img {
      width: 40px
    }

    .maps-full-wrapper .maps-full img {
      width: 100%;
      height: 100%
    }

    @keyframes bounce {

      0%,
      20%,
      50%,
      80%,
      to {
        transform: translateY(0)
      }

      40% {
        transform: translateY(-10px)
      }

      60% {
        transform: translateY(-5px)
      }
    }

    .inquiries-wrapper {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      overflow: hidden;
      overflow-y: auto
    }

    .inquiries-wrapper__contact {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      z-index: 10
    }

    .inquiries-wrapper__contact .box {
      flex: 1;
      margin-top: 15em;
      margin-bottom: 50px
    }

    .inquiries-wrapper__contact .box__title {
      text-align: left;
      font-family: Butler;
      font-weight: 700;
      font-size: 35px;
      margin-bottom: 20px
    }

    .inquiries-wrapper__contact .box__form .contact-form .form-field {
      position: relative;
      margin: 32px 0
    }

    .inquiries-wrapper__contact .box__form .contact-form .input-text {
      display: block;
      width: 100%;
      height: 36px;
      border-width: 0 0 2px;
      border-color: #f8cb02;
      font-family: Lusitana, serif;
      font-size: 18px;
      line-height: 26px;
      font-weight: 400
    }

    .inquiries-wrapper__contact .box__form .contact-form .input-text:focus {
      outline: 0
    }

    .inquiries-wrapper__contact .box__form .contact-form .input-text.not-empty+.label,
    .inquiries-wrapper__contact .box__form .contact-form .input-text:focus+.label {
      transform: translateY(-24px)
    }

    .inquiries-wrapper__contact .box__form .contact-form .label {
      position: absolute;
      left: 0;
      bottom: 0;
      font-family: Avenir;
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      color: #888;
      cursor: text;
      transition: transform .2s ease-in-out
    }

    .inquiries-wrapper__contact .box__form .form-control {
      border: 0;
      border-radius: 0;
      margin-bottom: 10px
    }

    .inquiries-wrapper__contact .box__form .form-control:focus {
      box-shadow: 0 0 0 0 rgba(0, 123, 255, .25)
    }

    .inquiries-wrapper__contact .box__form button {
      margin-top: 20px;
      text-align: left;
      border-radius: 50px;
      padding: 10px 30px;
      background: #20336d;
      border: 1px solid #20336d
    }

    .inquiries-wrapper__contact .box-address p {
      font-family: Avenir;
      font-weight: 400;
      font-size: 12px;
      color: #000;
      margin: 0
    }

    .inquiries-wrapper__contact .box-address a {
      display: inline-block;
      float: left;
      margin-top: 10px;
      color: #000;
      text-transform: uppercase;
      font-family: Avenir;
      font-weight: 400
    }

    .inquiries-wrapper__contact .box-visual p {
      color: #000;
      font-family: Avenir;
      font-weight: 300;
      margin: 0
    }

    .inquiries-wrapper__contact .box-visual p.span {
      margin-bottom: 5px;
      display: inline-block
    }

    .inquiries-wrapper__contact .box-visual p.span:hover,
    .inquiries-wrapper__contact .box-visual p.yellow {
      color: #ffc107
    }

    .inquiries-wrapper__contact .box-contact {
      width: 100%;
      display: inline-block;
      margin-bottom: 10em
    }

    .inquiries-wrapper__contact .box-contact .title {
      font-family: Avenir;
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 10px
    }

    .inquiries-wrapper__contact .box-contact img {
      width: 100px;
      margin-bottom: 10px
    }

    .inquiries-wrapper__contact .box-contact .phone {
      font-family: Avenir;
      font-weight: 400;
      font-size: 16px
    }

    .projects-update-wrapper {
      width: 100%;
      height: 100%;
      display: block;
      position: relative
    }

    .projects-update-wrapper__story {
      position: relative;
      background-position: bottom !important;
      min-height: 100%;
      overflow: hidden
    }

    .projects-update-wrapper__story,
    .projects-update-wrapper__story .background {
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%
    }

    .projects-update-wrapper__story .background {
      position: absolute;
      background-position: top !important;
      height: 100%
    }

    .projects-update-wrapper__story .background img {
      width: 100%;
      height: 100%
    }

    .projects-update-wrapper__story .content {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      z-index: 10
    }

    .projects-update-wrapper__story .content .box {
      max-width: 65%;
      padding-left: 32%;
      flex: 1;
      text-align: left;
      margin-top: 45em;
      text-align: center
    }

    .projects-update-wrapper__story .content .box__title {
      font-family: Butler;
      font-weight: 300;
      letter-spacing: 2px;
      font-size: 35px;
      color: #fff;
      margin-bottom: 30px
    }

    .projects-update-wrapper__story .content .box__description p {
      font-family: Avenir;
      font-weight: 300;
      font-size: 16px;
      letter-spacing: 1px;
      color: #fff;
      margin: 0
    }

    .projects-update-wrapper__listing-project {
      width: 100%;
      display: block
    }

    .projects-update-wrapper__listing-project .title {
      text-align: center;
      font-family: Butler;
      font-weight: 400;
      font-size: 20px;
      margin-bottom: 20px
    }

    .projects-update-wrapper__listing-project .box-list-project {
      display: block;
      width: 100%
    }

    .projects-update-wrapper__listing-project .box-list-project__list {
      float: left;
      width: 16.666666%;
      height: 170px;
      overflow: hidden;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #000
    }

    .projects-update-wrapper__listing-project .box-list-project__list .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, .29);
      z-index: 9
    }

    .projects-update-wrapper__listing-project .box-list-project__list:hover img {
      transform: scale(1.2);
      transition: all .25s ease-in-out
    }

    .projects-update-wrapper__listing-project .box-list-project__list .box-info {
      max-width: 75%;
      flex: 1;
      text-align: center;
      z-index: 9;
      color: #fff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%)
    }

    .projects-update-wrapper__listing-project .box-list-project__list .box-info__title {
      font-family: Avenir;
      font-weight: 300;
      font-size: 11px;
      margin-bottom: 5px;
      letter-spacing: 2px
    }

    .projects-update-wrapper__listing-project .box-list-project__list .box-info__subtitle {
      font-size: 18px;
      font-family: Butler;
      font-weight: 500;
      margin-bottom: 10px
    }

    .projects-update-wrapper__listing-project .box-list-project__list .box-info a {
      padding: 4px 10px;
      border-radius: 50px;
      color: #000;
      overflow: hidden;
      font-size: 12px;
      font-family: Avenir;
      font-weight: 300;
      letter-spacing: 2px
    }

    .projects-update-wrapper__listing-project .box-list-project__list .box-info a:hover {
      color: #fff
    }

    .projects-update-wrapper__listing-project .box-list-project__list img {
      top: -9999px;
      right: -9999px;
      left: -9999px;
      bottom: -9999px;
      margin: auto;
      position: absolute;
      width: 120%;
      height: auto;
      z-index: 1;
      transition: all .25s linear
    }

    .info-detail-wrapper__time-title .source,
    .info-detail-wrapper__time-title .time {
      font-weight: 400
    }

    .info-detail-wrapper__description .box-news-link__desc a,
    .info-detail-wrapper__description p {
      font-weight: 400;
      font-size: 16px
    }

    .hvr-shutter-in-horizontal:before {
      border-radius: 50px;
      background: #fff;
      color: #fff;
      border: 1px solid #fff
    }

    .specification-wrapper {
      width: 100%;
      display: block;
      font-size: 14px
    }

    .specification-wrapper__title {
      width: 100%;
      display: inline-block;
      margin-bottom: 6em
    }

    .specification-wrapper__title .title {
      text-align: center;
      font-size: 16px;
      margin-top: 5em;
      letter-spacing: 2px
    }

    .specification-wrapper__title .sub-title {
      text-align: center;
      font-size: 3em;
      font-family: Butler;
      font-weight: 300
    }

    .specification-wrapper__box-content {
      width: 100%;
      display: block
    }

    .specification-wrapper__box-content .box-content-image {
      float: left;
      width: 50%
    }

    .specification-wrapper__box-content .box-content-image__footer {
      padding: 50px 30px;
      margin-top: 2em;
      font-size: 12px;
      color: #000
    }

    .specification-wrapper__box-content .box-content-image__list {
      width: 100%;
      overflow: hidden;
      background-position: 50%;
      background-size: cover;
      height: 33.3333%
    }

    .specification-wrapper__box-content .box-content-image__list img {
      display: block;
      width: 100%;
      height: auto;
      opacity: 0;
      transition: all .25s linear
    }

    .specification-wrapper__box-content .box-content-description {
      float: right;
      width: 50%;
      padding: 9.5em 20px 20px
    }

    .specification-wrapper__box-content .box-content-description .table td,
    .specification-wrapper__box-content .box-content-description .table th {
      border: 0;
      padding: 0;
      color: #a9a7a7;
      font-family: Avenir;
      font-weight: 300;
      line-height: 25px
    }

    .specification-wrapper__box-content .box-content-description .table td.w-25,
    .specification-wrapper__box-content .box-content-description .table th.w-25 {
      width: 25%;
      font-family: Avenir;
      font-weight: 500;
      color: #000
    }

    .specification-wrapper__box-content .box-content-description hr {
      border-top: 1px solid #f38303
    }

    .retail-facilities {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden
    }

    .retail-facilities__image-big {
      position: absolute;
      float: left;
      width: 45%;
      overflow: hidden;
      display: inline-block
    }

    .retail-facilities__image-big .image {
      width: 100%
    }

    .retail-facilities__image-big .image img {
      width: 100%;
      height: 100%;
      display: block
    }

    .retail-facilities__info-description {
      width: 55%;
      height: 250px;
      float: right;
      text-align: center;
      padding: 0 7em;
      margin-top: 100px;
      display: inline-block
    }

    .retail-facilities__info-description .title-top {
      font-size: 12px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 1px
    }

    .retail-facilities__info-description .title {
      font-size: 35px;
      color: #000;
      font-family: Butler;
      font-weight: 700
    }

    .retail-facilities__info-description .description {
      font-size: 13px;
      color: #000
    }

    .retail-facilities__image-medium {
      width: 55%;
      float: right;
      bottom: 0;
      right: 0;
      position: absolute;
      display: inline-block
    }

    .retail-facilities__image-medium .list-image {
      width: 50%;
      height: 300px;
      float: left;
      overflow: hidden
    }

    .retail-facilities__image-medium .list-image img {
      width: 100%;
      height: auto;
      display: block
    }

    .info-tenant-wrapper {
      display: block
    }

    .info-tenant-wrapper,
    .info-tenant-wrapper__story {
      width: 100%;
      height: 100%;
      min-height: 700px;
      position: relative
    }

    .info-tenant-wrapper__story {
      background-position: bottom !important;
      background-repeat: no-repeat;
      background-size: cover
    }

    .info-tenant-wrapper__story .background {
      position: absolute;
      background-position: top !important;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%;
      min-height: 700px
    }

    .info-tenant-wrapper__story .background img {
      width: 100%;
      height: 100%
    }

    .info-tenant-wrapper__story .content {
      display: flex;
      flex-direction: row;
      width: 100%;
      height: 100%
    }

    .info-tenant-wrapper__story .content__box-list {
      width: 60%;
      display: flex;
      justify-content: flex-end
    }

    .info-tenant-wrapper__story .content__box-list .box-listing {
      width: 20vw;
      margin-top: 23%
    }

    .info-tenant-wrapper__story .content__box-list .box-listing__list {
      display: inline-block;
      width: 100%
    }

    .info-tenant-wrapper__story .content__box-list .box-listing__list.active {
      display: block
    }

    .info-tenant-wrapper__story .content__box-list .box-listing__list.active .number {
      background-color: #fff;
      color: #000
    }

    .info-tenant-wrapper__story .content__box-list .box-listing__list .number {
      width: 20px;
      height: 20px;
      font-size: 11px;
      background-color: transparent;
      border: 1px solid #fff;
      float: left;
      margin-right: 13px;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      padding-top: 1px
    }

    .info-tenant-wrapper__story .content__box-list .box-listing__list .text {
      width: 85%;
      margin-left: 38px;
      cursor: pointer
    }

    .info-tenant-wrapper__story .content__box-list .box-listing__list .text__title {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      font-family: Butler
    }

    .info-tenant-wrapper__story .content__box-list .box-listing__list .text__level {
      font-size: 12px;
      color: #fff
    }

    .info-tenant-wrapper__story .content__box-information {
      width: 40%;
      position: absolute;
      right: 0;
      top: 10%
    }

    .info-tenant-wrapper__story .content__box-information .box-body {
      display: block;
      width: 33vw;
      margin-top: 14vh;
      text-align: center
    }

    .info-tenant-wrapper__story .content__box-information .box-body.detail-building {
      margin-top: 12vh
    }

    .info-tenant-wrapper__story .content__box-information .box-body.detail-building-multifunction {
      margin-top: 0
    }

    .info-tenant-wrapper__story .content__box-information .box-body.detail-building-multifunction img {
      margin-top: 0;
      width: 80%;
      height: auto
    }

    .info-tenant-wrapper__story .content__box-information .box-body__title-top {
      font-family: Avenir;
      font-weight: 300;
      font-size: 18px;
      color: #fff;
      margin-bottom: 20px;
      letter-spacing: 2px
    }

    .info-tenant-wrapper__story .content__box-information .box-body__title {
      font-family: Butler;
      font-weight: 400;
      font-size: 28px;
      color: #fff;
      margin-bottom: 10px;
      letter-spacing: 1px
    }

    .info-tenant-wrapper__story .content__box-information .box-body__info-level {
      font-family: Avenir;
      font-weight: 300;
      font-size: 14px;
      margin-bottom: 5px;
      color: #ffc107
    }

    .info-tenant-wrapper__story .content__box-information .box-body__info-description {
      font-family: Avenir;
      font-weight: 300;
      font-size: 14px;
      margin-bottom: 5px;
      color: #fff
    }

    .info-tenant-wrapper__story .content__box-information .box-body__info-type {
      font-family: Avenir;
      font-weight: 300;
      font-size: 14px;
      color: #fff;
      margin-bottom: 3px
    }

    .info-tenant-wrapper__story .content__box-information .box-body__info-type.underline {
      border-bottom: 1px solid #fff;
      display: inline-block
    }

    .info-tenant-wrapper__story .content__box-information .box-body__info-type img {
      width: 8px
    }

    .info-tenant-wrapper__story .content__box-information .box-body__image {
      display: block
    }

    .info-tenant-wrapper__story .content__box-information .box-body__image img {
      width: 80%;
      height: auto
    }

    .info-tenant-wrapper__story .content__box-information .box-body__description {
      font-family: Avenir;
      font-weight: 300
    }

    .info-tenant-wrapper__story .content__box-information .box-body__description p {
      font-size: 12px;
      color: #fff;
      margin: 0 0 20px;
      line-height: 30px;
      letter-spacing: 1px
    }

    .info-tenant-wrapper__listing-project {
      width: 100%;
      display: block
    }

    .info-tenant-wrapper__listing-project .title {
      text-align: center;
      font-family: Butler;
      font-weight: 400;
      font-size: 20px;
      margin-bottom: 20px
    }

    .info-tenant-wrapper__listing-project .box-list-project {
      display: block;
      width: 100%
    }

    .info-tenant-wrapper__listing-project .box-list-project__list {
      float: left;
      width: 25%;
      height: 230px;
      overflow: hidden;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center
    }

    .info-tenant-wrapper__listing-project .box-list-project__list .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, .29);
      z-index: 9
    }

    .info-tenant-wrapper__listing-project .box-list-project__list:hover img {
      transform: scale(1.2);
      transition: all .25s ease-in-out
    }

    .info-tenant-wrapper__listing-project .box-list-project__list .box-info {
      max-width: 50%;
      flex: 1;
      text-align: center;
      z-index: 9;
      color: #fff
    }

    .info-tenant-wrapper__listing-project .box-list-project__list .box-info__title {
      font-family: Avenir;
      font-weight: 300;
      font-size: 12px;
      margin-bottom: 5px
    }

    .info-tenant-wrapper__listing-project .box-list-project__list .box-info__subtitle {
      font-size: 18px;
      font-family: Butler;
      font-weight: 500
    }

    .info-tenant-wrapper__listing-project .box-list-project__list .box-info button {
      border-radius: 50px;
      background-color: #fff;
      color: #000;
      border: 1px solid #fff;
      padding: 3px 20px;
      margin-top: 10px
    }

    .info-tenant-wrapper__listing-project .box-list-project__list img {
      top: -9999px;
      right: -9999px;
      left: -9999px;
      bottom: -9999px;
      margin: auto;
      position: absolute;
      width: 100%;
      height: auto;
      z-index: 1;
      transition: all .25s linear
    }

    .info-detail-wrapper {
      padding: 50px 0 0
    }

    .info-detail-wrapper,
    .info-detail-wrapper__time-title {
      width: 100%;
      display: inline-block
    }

    .info-detail-wrapper__time-title .time {
      font-family: Avenir;
      font-weight: 300;
      font-size: 16px
    }

    .info-detail-wrapper__time-title .title {
      font-family: Butler;
      font-weight: 700;
      font-size: 3em;
      margin-bottom: 20px
    }

    .info-detail-wrapper__time-title .source {
      font-family: Avenir;
      font-weight: 300;
      font-size: 16px
    }

    .info-detail-wrapper__description {
      width: 100%;
      display: inline-block
    }

    .info-detail-wrapper__description p {
      font-family: Avenir;
      font-weight: 300;
      font-size: 14px;
      line-height: 25px
    }

    .info-detail-wrapper__description img {
      width: 100%
    }

    .info-detail-wrapper__description .box-news-link {
      width: 100%;
      display: inline-block;
      margin-bottom: 30px
    }

    .info-detail-wrapper__description .box-news-link__title {
      font-family: Butler;
      font-size: 16px
    }

    .info-detail-wrapper__description .box-news-link__desc {
      width: 100%;
      display: inline-block
    }

    .info-detail-wrapper__description .box-news-link__desc a {
      font-family: Avenir;
      font-weight: 300;
      font-size: 14px;
      color: #bdbdbd;
      text-decoration: underline
    }

    @keyframes grow {
      0% {
        transform: scale(1)
      }

      to {
        transform: scale(1.5)
      }
    }

    @media screen and (max-width:1920px) {
      .daswin-menu__content .menu-list {
      }

      .daswin-menu__content .menu-development__list-logo .image {
        width: 15%
      }

      .daswin-menu__content .menu-address {
        margin-top: 29px
      }

      .daswin-menu__content .menu-footer {
        margin-top: 40px
      }

      .daswin-menu__content .menu-footer__copyright p,
      .daswin-menu__content .menu-footer__description p {
        font-size: 14px
      }

      .info-tenant-wrapper__story .content__box-information .box-body.detail-building,
      .info-tenant-wrapper__story .content__box-information .box-body.detail-building-multifunction {
        margin-top: 0
      }
    }

    @media screen and (max-width:1600px) {
      .daswin-menu__content .menu-list {
      }

      .daswin-menu__content .menu-development__list-logo .image {
        width: 15%
      }

      .daswin-menu__content .menu-address {
        margin-top: 29px
      }

      .daswin-menu__content .menu-footer {
        margin-top: 40px
      }

      .daswin-menu__content .menu-footer__copyright p,
      .daswin-menu__content .menu-footer__description p {
        font-size: 12px
      }

      .info-tenant-wrapper__story .content__box-information .box-body.detail-building,
      .info-tenant-wrapper__story .content__box-information .box-body.detail-building-multifunction {
        margin-top: 0
      }
    }

    @media screen and (max-width:1366px) {
      .daswin-menu__content .menu-list {
      }

      .daswin-menu__content .menu-development__list-logo .image {
        width: 15%
      }

      .daswin-menu__content .menu-address {
        margin-top: 0
      }

      .daswin-menu__content .menu-footer {
        margin-top: 40px
      }

      .daswin-menu__content .menu-footer__copyright p,
      .daswin-menu__content .menu-footer__description p {
        font-size: 11px
      }

      .info-tenant-wrapper__story .content__box-information .box-body.detail-building,
      .info-tenant-wrapper__story .content__box-information .box-body.detail-building-multifunction {
        margin-top: 0
      }
    }

    @media screen and (min-width:1366px) {
      .fs-lg-16 {
        font-size: 16px
      }

      .fs-lg-17 {
        font-size: 17px
      }

      .fs-lg-18 {
        font-size: 18px
      }

      .fs-lg-19 {
        font-size: 19px
      }

      .fs-lg-20 {
        font-size: 20px
      }
    }

    @media screen and (max-width:1280px) {
      .daswin-menu__content .menu-list {
      }

      .daswin-menu__content .menu-development__list-logo .image {
        width: 15%
      }

      .daswin-menu__content .menu-address {
        margin-top: 0
      }

      .daswin-menu__content .menu-footer {
        margin-top: 40px
      }

      .daswin-menu__content .menu-footer__copyright p,
      .daswin-menu__content .menu-footer__description p {
        font-size: 10px
      }

      .info-tenant-wrapper__story .content__box-information .box-body__image img {
        width: 240px
      }

      .info-tenant-wrapper__story .content__box-information .box-body.detail-building {
        margin-top: 0
      }

      .info-tenant-wrapper__story .content__box-information .box-body.detail-building-multifunction img {
        width: 240px
      }
    }

    @media screen and (max-width:1152px) {
      .daswin-menu__content .menu-list {
      }

      .daswin-menu__content .menu-list__list-link p {
        font-size: 28px
      }

      .daswin-menu__content .menu-development__list-logo .image {
        width: 15%
      }

      .daswin-menu__content .menu-address,
      .daswin-menu__content .menu-footer {
        margin-top: 0
      }

      .daswin-menu__content .menu-footer__copyright p,
      .daswin-menu__content .menu-footer__description p {
        font-size: 10px
      }

      .info-tenant-wrapper__story .content__box-information .box-body.detail-building {
        margin-top: 13vh
      }

      .info-tenant-wrapper__story .content__box-information .box-body.detail-building-multifunction img {
        width: 230px
      }

      .info-tenant-wrapper__story .content__box-information .box-body__image img {
        width: 270px
      }
    }

    @media screen and (max-width:1024px) {
      .daswin-wrapper .home-page__content .box__title {
        font-size: 2.5
      }

      .daswin-wrapper .home-page__content .box__description p {
        font-size: 1em
      }

      .daswin-menu__content .menu-list {
      }

      .daswin-menu__content .menu-list__list-link p {
        font-size: 28px
      }

      .daswin-menu__content .menu-development__list-logo .image {
        width: 15%
      }

      .daswin-menu__content .menu-address,
      .daswin-menu__content .menu-footer {
        margin-top: 0
      }

      .daswin-menu__content .menu-footer__copyright p,
      .daswin-menu__content .menu-footer__description p {
        font-size: 10px
      }

      .info-tenant-wrapper__story .content__box-information .box-body.detail-building {
        margin-top: 15vh
      }

      .info-tenant-wrapper__story .content__box-information .box-body.detail-building-multifunction {
        margin-top: 0
      }

      .info-tenant-wrapper__story .content__box-information .box-body.detail-building-multifunction img {
        width: 230px
      }

      .info-tenant-wrapper__story .content__box-information .box-body__image img {
        width: 270px
      }

      .info-tenant-wrapper__story .content__box-list {
        width: 57%
      }

      .info-tenant-wrapper__story .content__box-list .box-listing {
        margin-top: 31%
      }
    }

    @media screen and (max-width:768px) {
      .daswin-copyright {
        width: 50%
      }

      .daswin-menu__content .menu-list__list-link p{
        font-size: 28px
      }

      .daswin-menu__content .menu-footer__copyright p {
        margin-bottom: 20px
      }

      .daswin-wrapper .home-page__content .box__title {
        font-size: 2em
      }

      .daswin-wrapper .home-page__content .box__description p {
        font-size: .7em
      }

      .our-building-wrapper__story .content .box {
        margin-left: 40px;
        max-width: 100%;
        padding-right: 0
      }

      .our-building-wrapper__past-project .box-list-project__list img {
        width: auto;
        height: 120%
      }

      .our-location-wrapper__box-left,
      .our-location-wrapper__box-right {
        width: 100%;
        float: inherit
      }

      .our-location-wrapper__box-right img {
        height: auto
      }

      .our-sustainability-wrapper__description .content .box {
        max-width: 80%;
        flex: 1;
        text-align: center;
        margin-top: 45em
      }

      .projects-update-wrapper__story .content .box {
        max-width: 65%;
        padding-left: 0;
        margin-left: 30%
      }

      .projects-update-wrapper__story .content .box__title {
        font-size: 25px
      }

      .projects-update-wrapper__story .content .box__description p {
        font-size: 18px;
        color: #fff;
        margin: 0
      }

      .projects-update-wrapper__listing-project .box-list-project__list {
        width: 50%;
        height: 300px
      }

      .inquiries-wrapper__contact .box {
        margin-top: 45em
      }

      .info-tenant-wrapper__story .content__box-information .box-body {
        width: 40vw
      }

      .info-tenant-wrapper__story .content__box-information .box-body__title {
        font-size: 18px
      }

      .info-tenant-wrapper__story .content__box-information .box-body__title-top {
        font-size: 14px
      }

      .info-tenant-wrapper__story .content__box-information .box-body.detail-building {
        margin-top: 15vh
      }

      .info-tenant-wrapper__story .content__box-information .box-body.detail-building-multifunction {
        margin-top: 0
      }

      .info-tenant-wrapper__story .content__box-information .box-body.detail-building-multifunction img {
        width: 230px
      }

      .info-tenant-wrapper__story .content__box-information .box-body__image img {
        width: 270px
      }

      .info-tenant-wrapper__story .content__box-information .box-body__description p {
        font-size: 8px;
        line-height: 15px
      }

      .info-tenant-wrapper__story .content__box-list {
        width: 57%
      }

      .info-tenant-wrapper__story .content__box-list .box-listing {
        margin-top: 31%
      }

      .info-tenant-wrapper__story .content__box-list .box-listing__list.is-1 {
        margin-bottom: 4vh
      }

      .info-tenant-wrapper__story .content__box-list .box-listing__list.is-2 {
        margin-bottom: 10vh
      }

      .info-tenant-wrapper__story .content__box-list .box-listing__list.is-4 {
        margin-bottom: 14vh
      }
    }

    @media screen and (max-width:570px) {
      .daswin-copyright {
        width: 90%;
        text-align: center
      }

      .daswin-menu__content .menu-development__list-logo .image {
        width: 60%;
        margin-bottom: 25px
      }

      .daswin-wrapper .home-page__content .box {
        max-width: 80%
      }

      .daswin-wrapper .home-page__content .box__title {
        font-size: 1.5em;
        line-height: 30px
      }

      .daswin-wrapper .home-page__content .box__description p {
        font-size: 12px
      }

      .our-building-wrapper__story .content .box {
        margin-left: 0;
        margin-top: 56em;
        max-width: 85%;
        padding-right: 0
      }

      .our-building-wrapper__past-project .box-list-project__list {
        width: 100%;
        height: 300px
      }

      .our-building-wrapper__past-project .box-list-project__list .box-info__title {
        font-size: 24px
      }

      .specification-wrapper__title {
        margin-top: 8em
      }

      .specification-wrapper__box-content .box-content-description,
      .specification-wrapper__box-content .box-content-image {
        float: inherit;
        width: 100%
      }

      .projects-update-wrapper__story .content .box {
        max-width: 100%;
        padding-left: 0;
        margin-left: 0
      }

      .projects-update-wrapper__listing-project .box-list-project__list {
        width: 100%
      }
    }

    @media screen and (max-width:360px) {

      .daswin-menu__content .menu-header__icon>img,
      .daswin-navbar__hamburger>img {
        width: 30px;
        margin-top: 10px
      }

      .our-location-wrapper__box-right {
        height: auto
      }

      .our-location-wrapper__box-right .marker {
        right: 13.5vh;
        bottom: 17.5vh
      }

      .daswin-menu__content .menu-header__logo>img,
      .daswin-navbar__logo>img {
        width: 50px
      }

      .daswin-menu__content .menu-header__icon,
      .daswin-navbar__hamburger {
        margin-top: 0
      }

      .daswin-menu__content .menu-development__list-logo .image {
        width: 60%;
        margin-bottom: 15px
      }

      .daswin-menu__content .menu-development__list-logo .image.image-zhg {
        width: 60%
      }

      .daswin-wrapper .home-page__content .box {
        max-width: 80%
      }

      .daswin-wrapper .home-page__content .box__title {
        font-size: 1.5em
      }

      .daswin-wrapper .home-page__content .box__description p {
        font-size: 12px
      }

      .our-building-wrapper__story .content .box {
        margin-left: -25px;
        margin-top: 42em;
        max-width: 85%;
        padding-right: 0
      }

      .our-building-wrapper__past-project .box-list-project__list {
        width: 100%;
        height: 300px
      }

      .our-building-wrapper__past-project .box-list-project__list .box-info__title {
        font-size: 24px
      }

      .specification-wrapper__title {
        margin-top: 8em
      }

      .specification-wrapper__box-content .box-content-description,
      .specification-wrapper__box-content .box-content-image {
        float: inherit;
        width: 100%
      }

      .projects-update-wrapper__story .content .box {
        max-width: 100%;
        padding-left: 0;
        margin-left: 0
      }

      .projects-update-wrapper__listing-project .box-list-project__list {
        width: 100%
      }

      .our-building-wrapper__shareholders .box-shareholders__title {
        font-size: 22px
      }

      .our-building-wrapper__shareholders .box-shareholders__description p {
        font-size: 12px
      }

      .our-sustainability-wrapper__description .content .box {
        margin-top: 62em
      }

      .our-sustainability-wrapper__description .content .box__title {
        font-size: 23px
      }

      .our-sustainability-wrapper__description .content .box__description p {
        font-size: 12px
      }

      .specification-wrapper__title .title {
        font-size: 14px
      }

      .specification-wrapper__title .sub-title {
        font-size: 2.5em
      }

      .projects-update-wrapper__story .content .box__title {
        font-size: 20px
      }

      .our-building-wrapper__story .content .box__title-top,
      .projects-update-wrapper__story .content .box__description p {
        font-size: 12px
      }

      .our-building-wrapper__story .content .box__title {
        font-size: 20px
      }

      .our-building-wrapper__project-team .title-second {
        font-size: 25px
      }

      .our-building-wrapper__project-team .main-contractor .title,
      .our-building-wrapper__project-team .main-international .title {
        font-size: 22px
      }

      .info-detail-wrapper__time-title .title {
        font-size: 1.5em
      }

      .info-detail-wrapper__time-title .source,
      .info-detail-wrapper__time-title .time {
        font-size: 14px;
        margin-bottom: 20px
      }

      .image-preview-full__image img {
        width: auto;
        height: 100%
      }

      .info-tenant-wrapper__story .background {
        height: auto
      }

      .info-tenant-wrapper__story .content {
        flex-direction: column
      }

      .info-tenant-wrapper__story .content__box-information {
        width: 100%
      }

      .info-tenant-wrapper__story .content__box-information .box-body {
        width: 100vw
      }

      .info-tenant-wrapper__story .content__box-information .box-body__title {
        font-size: 18px
      }

      .info-tenant-wrapper__story .content__box-information .box-body__title-top {
        font-size: 14px
      }

      .info-tenant-wrapper__story .content__box-information .box-body.detail-building {
        margin-top: 15vh;
        margin-bottom: 15vh
      }

      .info-tenant-wrapper__story .content__box-information .box-body.detail-building-multifunction img {
        width: 230px
      }

      .info-tenant-wrapper__story .content__box-information .box-body__image img {
        width: 270px
      }

      .info-tenant-wrapper__story .content__box-information .box-body__description p {
        font-size: 8px;
        line-height: 15px
      }

      .info-tenant-wrapper__story .content__box-list {
        width: 100%;
        justify-content: flex-start
      }

      .info-tenant-wrapper__story .content__box-list .box-listing {
        width: 50vw;
        margin-left: 23vw
      }

      .retail-facilities {
        position: inherit;
        overflow: inherit
      }

      .retail-facilities__image-big {
        width: 100%;
        position: inherit
      }

      .retail-facilities__image-medium {
        width: 100%;
        bottom: auto;
        position: inherit
      }

      .retail-facilities__image-medium .list-image {
        width: 100%
      }

      .retail-facilities__info-description {
        width: 100%;
        height: 100px;
        text-align: center;
        padding: 0 2em;
        margin-top: 25px;
        margin-bottom: 13em;
        display: inline-block
      }

      .daswin-menu__content .menu-list__list-link p{
        font-size: 28px
      }
    }

    .nuxt-progress {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      width: 0;
      opacity: 1;
      transition: width .1s, opacity .4s;
      background-color: #fff;
      z-index: 999999
    }

    .nuxt-progress.nuxt-progress-notransition {
      transition: none
    }

    .nuxt-progress-failed {
      background-color: red
    }

    .fade-enter-active[data-v-4a6eb9e4],
    .fade-leave-active[data-v-4a6eb9e4] {
      transition: opacity .5s
    }

    .fade-enter[data-v-4a6eb9e4],
    .fade-leave-to[data-v-4a6eb9e4] {
      opacity: 0
    }

    .fade-enter-active[data-v-29d9ebba],
    .fade-leave-active[data-v-29d9ebba] {
      transition: opacity .5s
    }

    .fade-enter[data-v-29d9ebba],
    .fade-leave-to[data-v-29d9ebba] {
      opacity: 0
    }