/*!
 * 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; }

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  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.3333333333%;
  max-width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
    max-width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@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.3333333333%;
    max-width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-2 {
    margin-left: 16.6666666667%; }

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

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

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

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

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

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@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.3333333333%;
    max-width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@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.3333333333%;
    max-width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .entry-content .wp-block-button .wp-block-button__link, .comment-respond p.form-submit input {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .entry-content .wp-block-button .wp-block-button__link, .comment-respond p.form-submit input {
      transition: none; } }
  .btn:hover, .entry-content .wp-block-button .wp-block-button__link:hover, .comment-respond p.form-submit input:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .entry-content .wp-block-button .wp-block-button__link:focus, .comment-respond p.form-submit input:focus, .btn.focus, .entry-content .wp-block-button .focus.wp-block-button__link, .comment-respond p.form-submit input.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .entry-content .wp-block-button .disabled.wp-block-button__link, .comment-respond p.form-submit input.disabled, .btn:disabled, .entry-content .wp-block-button .wp-block-button__link:disabled, .comment-respond p.form-submit input:disabled {
    opacity: 0.65; }

a.btn.disabled, .entry-content .wp-block-button a.disabled.wp-block-button__link,
fieldset:disabled a.btn,
fieldset:disabled .entry-content .wp-block-button a.wp-block-button__link,
.entry-content .wp-block-button fieldset:disabled a.wp-block-button__link {
  pointer-events: none; }

.btn-primary, .entry-content .wp-block-button .wp-block-button__link, .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover, .comment-respond p.form-submit input {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover, .entry-content .wp-block-button .wp-block-button__link:hover, .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover, .comment-respond p.form-submit input:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .entry-content .wp-block-button .wp-block-button__link:focus, .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:hover, .comment-respond p.form-submit input:focus, .btn-primary.focus, .entry-content .wp-block-button .focus.wp-block-button__link, .entry-content .wp-block-button.is-style-outline .focus.wp-block-button__link:hover, .comment-respond p.form-submit input.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .entry-content .wp-block-button .disabled.wp-block-button__link, .entry-content .wp-block-button.is-style-outline .disabled.wp-block-button__link:hover, .comment-respond p.form-submit input.disabled, .btn-primary:disabled, .entry-content .wp-block-button .wp-block-button__link:disabled, .entry-content .wp-block-button.is-style-outline .wp-block-button__link:disabled:hover, .comment-respond p.form-submit input:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .entry-content .wp-block-button .wp-block-button__link:not(:disabled):not(.disabled):active, .comment-respond p.form-submit input:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .entry-content .wp-block-button .wp-block-button__link:not(:disabled):not(.disabled).active, .comment-respond p.form-submit input:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .entry-content .wp-block-button .show > .dropdown-toggle.wp-block-button__link, .comment-respond p.form-submit .show > input.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .entry-content .wp-block-button .wp-block-button__link:not(:disabled):not(.disabled):active:focus, .comment-respond p.form-submit input:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .entry-content .wp-block-button .wp-block-button__link:not(:disabled):not(.disabled).active:focus, .comment-respond p.form-submit input:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .entry-content .wp-block-button .show > .dropdown-toggle.wp-block-button__link:focus, .comment-respond p.form-submit .show > input.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .entry-content .wp-block-button .wp-block-button__link, .entry-content .wp-block-button .input-group-prepend .wp-block-button__link, .input-group-prepend .comment-respond p.form-submit input, .comment-respond p.form-submit .input-group-prepend input,
  .input-group-append .btn,
  .input-group-append .entry-content .wp-block-button .wp-block-button__link,
  .entry-content .wp-block-button .input-group-append .wp-block-button__link,
  .input-group-append .comment-respond p.form-submit input,
  .comment-respond p.form-submit .input-group-append input {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .entry-content .wp-block-button .wp-block-button__link:focus, .entry-content .wp-block-button .input-group-prepend .wp-block-button__link:focus, .input-group-prepend .comment-respond p.form-submit input:focus, .comment-respond p.form-submit .input-group-prepend input:focus,
    .input-group-append .btn:focus,
    .input-group-append .entry-content .wp-block-button .wp-block-button__link:focus,
    .entry-content .wp-block-button .input-group-append .wp-block-button__link:focus,
    .input-group-append .comment-respond p.form-submit input:focus,
    .comment-respond p.form-submit .input-group-append input:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .entry-content .wp-block-button .wp-block-button__link + .btn, .entry-content .wp-block-button .input-group-prepend .wp-block-button__link + .btn, .input-group-prepend .comment-respond p.form-submit input + .btn, .comment-respond p.form-submit .input-group-prepend input + .btn, .input-group-prepend .entry-content .wp-block-button .btn + .wp-block-button__link, .entry-content .wp-block-button .input-group-prepend .btn + .wp-block-button__link, .input-group-prepend .entry-content .wp-block-button .wp-block-button__link + .wp-block-button__link, .entry-content .wp-block-button .input-group-prepend .wp-block-button__link + .wp-block-button__link, .input-group-prepend .comment-respond p.form-submit .entry-content .wp-block-button input + .wp-block-button__link, .entry-content .wp-block-button .input-group-prepend .comment-respond p.form-submit input + .wp-block-button__link, .comment-respond p.form-submit .input-group-prepend .entry-content .wp-block-button input + .wp-block-button__link, .entry-content .wp-block-button .comment-respond p.form-submit .input-group-prepend input + .wp-block-button__link, .input-group-prepend .comment-respond p.form-submit .btn + input, .comment-respond p.form-submit .input-group-prepend .btn + input, .input-group-prepend .entry-content .wp-block-button .comment-respond p.form-submit .wp-block-button__link + input, .comment-respond p.form-submit .input-group-prepend .entry-content .wp-block-button .wp-block-button__link + input, .entry-content .wp-block-button .input-group-prepend .comment-respond p.form-submit .wp-block-button__link + input, .comment-respond p.form-submit .entry-content .wp-block-button .input-group-prepend .wp-block-button__link + input, .input-group-prepend .comment-respond p.form-submit input + input, .comment-respond p.form-submit .input-group-prepend input + input,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .entry-content .wp-block-button .wp-block-button__link + .input-group-text,
  .entry-content .wp-block-button .input-group-prepend .wp-block-button__link + .input-group-text,
  .input-group-prepend .comment-respond p.form-submit input + .input-group-text,
  .comment-respond p.form-submit .input-group-prepend input + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .entry-content .wp-block-button .input-group-text + .wp-block-button__link,
  .entry-content .wp-block-button .input-group-prepend .input-group-text + .wp-block-button__link,
  .input-group-prepend .comment-respond p.form-submit .input-group-text + input,
  .comment-respond p.form-submit .input-group-prepend .input-group-text + input,
  .input-group-append .btn + .btn,
  .input-group-append .entry-content .wp-block-button .wp-block-button__link + .btn,
  .entry-content .wp-block-button .input-group-append .wp-block-button__link + .btn,
  .input-group-append .comment-respond p.form-submit input + .btn,
  .comment-respond p.form-submit .input-group-append input + .btn,
  .input-group-append .entry-content .wp-block-button .btn + .wp-block-button__link,
  .entry-content .wp-block-button .input-group-append .btn + .wp-block-button__link,
  .input-group-append .entry-content .wp-block-button .wp-block-button__link + .wp-block-button__link,
  .entry-content .wp-block-button .input-group-append .wp-block-button__link + .wp-block-button__link,
  .input-group-append .comment-respond p.form-submit .entry-content .wp-block-button input + .wp-block-button__link,
  .entry-content .wp-block-button .input-group-append .comment-respond p.form-submit input + .wp-block-button__link,
  .comment-respond p.form-submit .input-group-append .entry-content .wp-block-button input + .wp-block-button__link,
  .entry-content .wp-block-button .comment-respond p.form-submit .input-group-append input + .wp-block-button__link,
  .input-group-append .comment-respond p.form-submit .btn + input,
  .comment-respond p.form-submit .input-group-append .btn + input,
  .input-group-append .entry-content .wp-block-button .comment-respond p.form-submit .wp-block-button__link + input,
  .comment-respond p.form-submit .input-group-append .entry-content .wp-block-button .wp-block-button__link + input,
  .entry-content .wp-block-button .input-group-append .comment-respond p.form-submit .wp-block-button__link + input,
  .comment-respond p.form-submit .entry-content .wp-block-button .input-group-append .wp-block-button__link + input,
  .input-group-append .comment-respond p.form-submit input + input,
  .comment-respond p.form-submit .input-group-append input + input,
  .input-group-append .btn + .input-group-text,
  .input-group-append .entry-content .wp-block-button .wp-block-button__link + .input-group-text,
  .entry-content .wp-block-button .input-group-append .wp-block-button__link + .input-group-text,
  .input-group-append .comment-respond p.form-submit input + .input-group-text,
  .comment-respond p.form-submit .input-group-append input + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .entry-content .wp-block-button .input-group-text + .wp-block-button__link,
  .entry-content .wp-block-button .input-group-append .input-group-text + .wp-block-button__link,
  .input-group-append .comment-respond p.form-submit .input-group-text + input,
  .comment-respond p.form-submit .input-group-append .input-group-text + input {
    margin-left: -1px; }

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.entry-content .wp-block-button .input-group-lg > .input-group-prepend > .wp-block-button__link,
.comment-respond p.form-submit .input-group-lg > .input-group-prepend > input,
.input-group-lg > .input-group-append > .btn,
.entry-content .wp-block-button .input-group-lg > .input-group-append > .wp-block-button__link,
.comment-respond p.form-submit .input-group-lg > .input-group-append > input {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.entry-content .wp-block-button .input-group-sm > .input-group-prepend > .wp-block-button__link,
.comment-respond p.form-submit .input-group-sm > .input-group-prepend > input,
.input-group-sm > .input-group-append > .btn,
.entry-content .wp-block-button .input-group-sm > .input-group-append > .wp-block-button__link,
.comment-respond p.form-submit .input-group-sm > .input-group-append > input {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

.input-group > .input-group-prepend > .btn, .entry-content .wp-block-button .input-group > .input-group-prepend > .wp-block-button__link, .comment-respond p.form-submit .input-group > .input-group-prepend > input,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.entry-content .wp-block-button .input-group > .input-group-append:not(:last-child) > .wp-block-button__link,
.comment-respond p.form-submit .input-group > .input-group-append:not(:last-child) > input,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.entry-content .wp-block-button .input-group > .input-group-append:last-child > .wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.comment-respond p.form-submit .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .entry-content .wp-block-button .input-group > .input-group-append > .wp-block-button__link, .comment-respond p.form-submit .input-group > .input-group-append > input,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.entry-content .wp-block-button .input-group > .input-group-prepend:not(:first-child) > .wp-block-button__link,
.comment-respond p.form-submit .input-group > .input-group-prepend:not(:first-child) > input,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.entry-content .wp-block-button .input-group > .input-group-prepend:first-child > .wp-block-button__link:not(:first-child),
.comment-respond p.form-submit .input-group > .input-group-prepend:first-child > input:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

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

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

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

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

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

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

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

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

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

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

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.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: sticky !important; }

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.btn.btn-white, .entry-content .wp-block-button .btn-white.wp-block-button__link, .comment-respond p.form-submit input.btn-white {
  background-color: #ffffff;
  color: #212529;
  border-color: #212529;
  padding: 18px 40px; }
  .btn.btn-white:hover, .entry-content .wp-block-button .btn-white.wp-block-button__link:hover, .comment-respond p.form-submit input.btn-white:hover {
    border-color: #212529;
    background-color: #212529;
    color: #ffffff; }

@media screen and (max-width: 761px) {
  .row {
    margin: 0 -10px !important; }
    .row > * {
      padding: 0 10px; } }
@media screen and (max-width: 480px) {
  .row {
    margin: 0 -7px !important; }
    .row > * {
      padding: 0 7px; } }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

a {
  color: inherit;
  text-decoration: none; }

caption, th, td {
  text-align: center;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #000000;
  line-height: 1.4; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000000;
    transition: color ease-in-out .2s; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #212529; }

.font-body {
  font-family: "Source Sans Pro", -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" !important; }

body {
  font: normal 16px/26px "Source Sans Pro", -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";
  color: #495057;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  word-break: break-word;
  min-height: 100vh; }
  body.menu-opened {
    overflow: hidden; }
  body a {
    color: #343a40; }
    body a:hover, body a:focus {
      color: #007ee6;
      text-decoration: none; }
    body a:visited {
      color: #495057; }

img {
  max-width: 100%;
  height: auto; }

a.readmore-btn {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: "Source Sans Pro", -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: 13px;
  color: #212529; }

p {
  margin-bottom: 2em; }
  p:last-child {
    margin-bottom: 0; }

small {
  font-size: 80%; }

.entry-content .media + * {
  margin-top: 30px; }
.entry-content p {
  line-height: 1.8;
  margin-bottom: 2rem; }
  .entry-content p:last-child {
    margin-bottom: 0; }
.entry-content dl {
  margin-bottom: 1.5rem; }
  .entry-content dl dt {
    color: #000000; }
  .entry-content dl dd:before {
    content: '-';
    display: inline;
    font-weight: 600;
    padding-right: 5px;
    color: #d3dcff; }
  .entry-content dl dd + dt {
    margin-top: 1rem; }
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: "Source Sans Pro", -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-weight: 700;
  line-height: 130%; }
.entry-content h1 {
  font-size: 2.8em;
  margin-bottom: 2rem; }
  @media screen and (max-width: 761px) {
    .entry-content h1 {
      font-size: 2.4em !important; } }
  @media screen and (max-width: 576px) {
    .entry-content h1 {
      font-size: 2em !important; } }
.entry-content h2 {
  font-size: 2.5em;
  margin-bottom: 2rem; }
  @media screen and (max-width: 761px) {
    .entry-content h2 {
      font-size: 2em !important; } }
  @media screen and (max-width: 576px) {
    .entry-content h2 {
      font-size: 1.8em !important; } }
.entry-content h3 {
  font-size: 2em;
  margin-bottom: 2rem; }
  @media screen and (max-width: 761px) {
    .entry-content h3 {
      font-size: 1.8em !important; } }
  @media screen and (max-width: 576px) {
    .entry-content h3 {
      font-size: 1.6em !important; } }
.entry-content h4 {
  font-size: 1.5em;
  margin-bottom: 2rem; }
  @media screen and (max-width: 761px) {
    .entry-content h4 {
      font-size: 1.3em !important; } }
  @media screen and (max-width: 576px) {
    .entry-content h4 {
      font-size: 1.1em !important; } }
.entry-content h5 {
  font-size: 1em;
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 576px) {
    .entry-content h5 {
      font-size: 0.9em !important; } }
.entry-content h6 {
  font-size: .7em;
  margin-bottom: 1rem; }
.entry-content ul,
.entry-content ol {
  list-style-type: inherit;
  margin: 0 0 2rem 0;
  padding-left: 20px; }
  .entry-content ul li,
  .entry-content ol li {
    margin-bottom: 0.5rem; }
  .entry-content ul ol, .entry-content ul ul,
  .entry-content ol ol,
  .entry-content ol ul {
    margin: 0; }
  .entry-content ul ul > li,
  .entry-content ol ul > li {
    list-style-type: disc; }
  .entry-content ul ol > li,
  .entry-content ol ol > li {
    list-style-type: decimal; }
.entry-content code {
  padding: 5px 10px;
  background: #f7f9ff;
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em; }
  .entry-content code br {
    content: '';
    display: block;
    height: 1px;
    background: #e7ebfb;
    margin: 5px -20px; }
.entry-content blockquote {
  margin-bottom: 2rem;
  padding: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1); }
.entry-content .wp-block-image {
  margin-bottom: 2rem; }
.entry-content table {
  margin-bottom: 1.5rem; }
.entry-content .wp-block-button {
  margin-bottom: 2rem; }
  .entry-content .wp-block-button .wp-block-button__link {
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 600;
    line-height: 20px; }
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link {
    background: #ffffff;
    border: solid 2px #212529;
    color: #212529 !important; }
    .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
      border: solid 2px #212529 !important; }
  .entry-content .wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0 !important; }
.entry-content .post-nav-links span.label {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 0 .5rem 0; }
.entry-content .post-nav-links span.current,
.entry-content .post-nav-links a.post-page-numbers {
  background-color: #006992;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 30px;
  margin-right: 3px; }
.entry-content .post-nav-links a.post-page-numbers {
  background-color: #D0E3EB;
  color: #006992; }
  .entry-content .post-nav-links a.post-page-numbers:hover {
    background-color: #006992;
    color: #fff; }

.page-links:before {
  content: '';
  display: table;
  width: 100%; }

.table {
  width: 100%;
  height: 100%;
  display: table;
  margin: 0; }
  .table .tablecell {
    display: table-cell;
    vertical-align: middle; }
    .table .tablecell.top-v {
      vertical-align: top; }
    .table .tablecell.bottom-v {
      vertical-align: bottom; }

pre {
  background-color: #f9f9f9;
  font-family: Courier, 'Courier New';
  line-height: 1.5;
  padding: 10px;
  margin-bottom: 1.5rem;
  overflow: auto;
  overflow-y: hidden;
  border: 1px dashed #eee; }
  pre code {
    background-color: transparent !important;
    font-size: inherit !important;
    padding: 0 !important; }

.uppercase {
  text-transform: uppercase !important; }

.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
    .sk-fading-circle .sk-circle:before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 15%;
      height: 15%;
      background-color: #212529;
      border-radius: 100%;
      -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
      animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
  .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
    .sk-fading-circle .sk-circle2:before {
      -webkit-animation-delay: -1.1s;
      animation-delay: -1.1s; }
  .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
    .sk-fading-circle .sk-circle3:before {
      -webkit-animation-delay: -1s;
      animation-delay: -1s; }
  .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    .sk-fading-circle .sk-circle4:before {
      -webkit-animation-delay: -0.9s;
      animation-delay: -0.9s; }
  .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
    .sk-fading-circle .sk-circle5:before {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s; }
  .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
    .sk-fading-circle .sk-circle6:before {
      -webkit-animation-delay: -0.7s;
      animation-delay: -0.7s; }
  .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    .sk-fading-circle .sk-circle7:before {
      -webkit-animation-delay: -0.6s;
      animation-delay: -0.6s; }
  .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
    .sk-fading-circle .sk-circle8:before {
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s; }
  .sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
    .sk-fading-circle .sk-circle9:before {
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s; }
  .sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
    .sk-fading-circle .sk-circle10:before {
      -webkit-animation-delay: -0.3s;
      animation-delay: -0.3s; }
  .sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
    .sk-fading-circle .sk-circle11:before {
      -webkit-animation-delay: -0.2s;
      animation-delay: -0.2s; }
  .sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
    .sk-fading-circle .sk-circle12:before {
      -webkit-animation-delay: -0.1s;
      animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
.loading-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: white;
  transition: opacity ease-in-out .3s .2s, visibility ease-in-out .3s .2s;
  opacity: 1;
  visibility: visible; }
  .loading-banner .loading-inst {
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #ffffff;
    transform: translate(-50%, 10px);
    transition: transform ease-in-out .3s;
    padding: 10px 20px 10px 10px;
    box-shadow: 0 5px 20px rgba(33, 37, 41, 0.2);
    border-radius: 5px; }
    .loading-banner .loading-inst .sk-fading-circle {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px 0 0;
      width: 20px;
      height: 20px; }
    .loading-banner .loading-inst span {
      font-size: 14px;
      font-weight: 600; }
  body.loaded .loading-banner {
    background-color: white;
    opacity: 0;
    visibility: hidden; }
    body.loaded .loading-banner .loading-inst {
      transform: translate(-50%, -40px); }
  body.loaded.content-loading .loading-banner {
    opacity: 1;
    visibility: visible; }
    body.loaded.content-loading .loading-banner .loading-inst {
      transform: translate(-50%, 10px); }

table {
  width: 100%; }
  table td,
  table th {
    text-align: left;
    padding: .75rem;
    vertical-align: top; }
  table th {
    font-weight: 700; }
  table tr.even th, table tr.even td {
    background-color: rgba(33, 37, 41, 0.04); }

.alignleft {
  margin-right: 1em;
  display: inline;
  float: left; }

.alignright {
  margin-left: 1em;
  display: inline;
  float: right; }

.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

p.image-caption,
.wp-block-image figcaption,
.wp-caption p.wp-caption-text,
.wp-caption-text.gallery-caption {
  font-size: .85em;
  line-height: 1.5;
  opacity: .7;
  margin: 0; }

p.image-caption {
  margin-top: 0.4rem; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

.gallery dt img {
  border: none !important;
  border-radius: 7px; }

.screen-reader-text {
  display: none; }

.bypostauthor .comment-footer-meta .by-post-author {
  display: block; }

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.btn,
.entry-content .wp-block-button .wp-block-button__link,
.comment-respond p.form-submit input {
  color: #ffffff;
  font-family: "Source Sans Pro", -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";
  transform: translateY(0);
  transition: color ease-in-out .2s, background ease-in-out .2s, transform ease-in-out .2s;
  background-color: #000000;
  color: #212529;
  border: solid 1px #e0e3e6;
  padding: 12px 24px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2; }
  button .icon,
  input[type="submit"] .icon,
  input[type="reset"] .icon,
  input[type="button"] .icon,
  .btn .icon,
  .entry-content .wp-block-button .wp-block-button__link .icon,
  .comment-respond p.form-submit input .icon {
    vertical-align: middle;
    font-size: 16px; }
  button.btn-icon-before .icon,
  input[type="submit"].btn-icon-before .icon,
  input[type="reset"].btn-icon-before .icon,
  input[type="button"].btn-icon-before .icon,
  .btn.btn-icon-before .icon,
  .entry-content .wp-block-button .btn-icon-before.wp-block-button__link .icon,
  .comment-respond p.form-submit input.btn-icon-before .icon {
    margin-right: 10px; }
  button.btn-icon-after .icon,
  input[type="submit"].btn-icon-after .icon,
  input[type="reset"].btn-icon-after .icon,
  input[type="button"].btn-icon-after .icon,
  .btn.btn-icon-after .icon,
  .entry-content .wp-block-button .btn-icon-after.wp-block-button__link .icon,
  .comment-respond p.form-submit input.btn-icon-after .icon {
    margin-left: 10px; }
  button.btn-primary, .entry-content .wp-block-button button.wp-block-button__link, .entry-content .wp-block-button.is-style-outline button.wp-block-button__link:hover,
  input[type="submit"].btn-primary,
  .entry-content .wp-block-button input[type="submit"].wp-block-button__link,
  .entry-content .wp-block-button.is-style-outline input[type="submit"].wp-block-button__link:hover,
  .comment-respond p.form-submit input[type="submit"],
  input[type="reset"].btn-primary,
  .entry-content .wp-block-button input[type="reset"].wp-block-button__link,
  .entry-content .wp-block-button.is-style-outline input[type="reset"].wp-block-button__link:hover,
  .comment-respond p.form-submit input[type="reset"],
  input[type="button"].btn-primary,
  .entry-content .wp-block-button input[type="button"].wp-block-button__link,
  .entry-content .wp-block-button.is-style-outline input[type="button"].wp-block-button__link:hover,
  .comment-respond p.form-submit input[type="button"],
  .btn.btn-primary,
  .entry-content .wp-block-button .wp-block-button__link,
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover,
  .comment-respond p.form-submit input {
    background-color: #007ee6;
    color: #ffffff;
    border: solid 1px #007ee6; }
    button.btn-primary:hover, .entry-content .wp-block-button button.wp-block-button__link:hover, .entry-content .wp-block-button.is-style-outline button.wp-block-button__link:hover,
    input[type="submit"].btn-primary:hover,
    .entry-content .wp-block-button input[type="submit"].wp-block-button__link:hover,
    .comment-respond p.form-submit input[type="submit"]:hover,
    input[type="reset"].btn-primary:hover,
    .entry-content .wp-block-button input[type="reset"].wp-block-button__link:hover,
    .comment-respond p.form-submit input[type="reset"]:hover,
    input[type="button"].btn-primary:hover,
    .entry-content .wp-block-button input[type="button"].wp-block-button__link:hover,
    .comment-respond p.form-submit input[type="button"]:hover,
    .btn.btn-primary:hover,
    .entry-content .wp-block-button .wp-block-button__link:hover,
    .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover,
    .comment-respond p.form-submit input:hover {
      display: inline-block; }
  button.small-btn,
  input[type="submit"].small-btn,
  input[type="reset"].small-btn,
  input[type="button"].small-btn,
  .btn.small-btn,
  .entry-content .wp-block-button .small-btn.wp-block-button__link,
  .comment-respond p.form-submit input.small-btn {
    padding: 13px 30px;
    height: 46px; }

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select {
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 30px 10px 15px;
  font-size: 1rem;
  border-radius: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d6db;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

select {
  border-radius: 5px;
  -webkit-appearance: none;
  background-image: url(../images/chevron-down.svg);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 11px; }

.article-grid .article-list {
  display: flex;
  flex-wrap: wrap; }
.article-grid .article-grid-item {
  margin-top: 30px; }
  .article-grid .article-grid-item .inner {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #e0e3e6;
    transition: box-shadow ease-in-out .2s, transform ease-in-out .2s;
    box-shadow: 0 0 0 rgba(33, 37, 41, 0);
    -webkit-box-shadow: 0 0 0 rgba(33, 37, 41, 0);
    -moz-box-shadow: 0 0 0 rgba(33, 37, 41, 0); }
    .article-grid .article-grid-item .inner .thumbnail {
      position: relative;
      overflow: hidden; }
      .article-grid .article-grid-item .inner .thumbnail img {
        max-width: 100%; }
      .article-grid .article-grid-item .inner .thumbnail:after {
        content: '';
        display: block;
        padding-top: 60%; }
      .article-grid .article-grid-item .inner .thumbnail a {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .article-grid .article-grid-item .inner .thumbnail a img {
          height: 100%;
          object-fit: cover; }
    .article-grid .article-grid-item .inner .detail {
      padding: 20px; }
      .article-grid .article-grid-item .inner .detail h3.post-title {
        font-size: 1em;
        margin-bottom: 10px; }
      .article-grid .article-grid-item .inner .detail span.author {
        color: #CCCCCC;
        display: block;
        margin-bottom: 20px; }
        .article-grid .article-grid-item .inner .detail span.author a {
          color: #000000; }
      .article-grid .article-grid-item .inner .detail p.excerpt {
        color: #495057;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
        .article-grid .article-grid-item .inner .detail p.excerpt + .readmore-btn {
          margin-top: 20px;
          display: inline-block; }
      .article-grid .article-grid-item .inner .detail .entry-meta span {
        font-size: .85em;
        line-height: 1.2em;
        color: #495057;
        max-width: 50%; }
        .article-grid .article-grid-item .inner .detail .entry-meta span .icon {
          margin-right: 5px; }
        .article-grid .article-grid-item .inner .detail .entry-meta span a {
          color: #000000; }
          .article-grid .article-grid-item .inner .detail .entry-meta span a:hover {
            color: #212529; }
        .article-grid .article-grid-item .inner .detail .entry-meta span.price {
          font-size: 1.2em;
          font-weight: 700;
          color: #212529; }
        .article-grid .article-grid-item .inner .detail .entry-meta span.article-author img {
          display: inline-block;
          width: 20px;
          height: 20px;
          vertical-align: middle;
          line-height: 0;
          margin-right: 10px;
          border-radius: 10px; }
      .article-grid .article-grid-item .inner .detail .entry-meta.article-meta {
        margin-bottom: 15px; }
    .article-grid .article-grid-item .inner .article-footer {
      padding: 10px 20px;
      border-top: solid 1px #e0e3e6; }
      .article-grid .article-grid-item .inner .article-footer .af-info-left {
        font-size: .75em; }
      .article-grid .article-grid-item .inner .article-footer .af-info-right.price {
        font-family: "Source Sans Pro", -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: 1.2em;
        color: #212529;
        font-weight: 600; }
    .article-grid .article-grid-item .inner:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(33, 37, 41, 0.12);
      -webkit-box-shadow: 0 10px 20px rgba(33, 37, 41, 0.12);
      -moz-box-shadow: 0 10px 20px rgba(33, 37, 41, 0.12); }
  .article-grid .article-grid-item.recent-article-item {
    flex: 0 0 100% !important;
    max-width: 100% !important; }
    @media screen and (min-width: 640px) and (max-width: 993px) {
      .article-grid .article-grid-item.recent-article-item {
        flex: 0 0 50% !important;
        max-width: 50% !important; } }
    .article-grid .article-grid-item.recent-article-item .inner {
      border: 0 !important;
      border-radius: 0 !important;
      transform: none !important;
      display: flex;
      flex-wrap: wrap;
      position: relative;
      box-shadow: none !important;
      align-items: center !important; }
      .article-grid .article-grid-item.recent-article-item .inner .thumbnail {
        flex: 0 0 25%;
        max-width: 25%; }
        .article-grid .article-grid-item.recent-article-item .inner .thumbnail a {
          display: block;
          border-radius: 10px;
          overflow: hidden; }
      .article-grid .article-grid-item.recent-article-item .inner .detail {
        flex: 0 0 75%;
        max-width: 75%;
        margin-top: 0 !important;
        padding: 0 15px !important; }
        .article-grid .article-grid-item.recent-article-item .inner .detail h3.post-title {
          font-size: .85em;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden; }
        .article-grid .article-grid-item.recent-article-item .inner .detail .entry-meta {
          margin-bottom: 0 !important; }
    .article-grid .article-grid-item.recent-article-item.article-comment .inner .detail h3.post-title {
      max-height: 72px;
      margin-bottom: 0; }
      .article-grid .article-grid-item.recent-article-item.article-comment .inner .detail h3.post-title span.author {
        font-size: 1em;
        font-weight: normal;
        color: #CCCCCC;
        line-height: 100%;
        margin-bottom: 0;
        margin: 5px 0; }
  .article-widget .article-grid .article-grid-item .inner {
    transform: none !important;
    box-shadow: none !important;
    border: 0; }
    .article-widget .article-grid .article-grid-item .inner .detail {
      padding: 0;
      margin-top: 15px; }
.article-grid.recent-articles {
  margin-top: -20px !important; }
.article-grid .equal-height-column .article-inner {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  height: 100%; }
  .article-grid .equal-height-column .article-inner > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .article-grid .equal-height-column .article-inner .featured-image.alignright {
    order: 4; }
    .article-grid .equal-height-column .article-inner .featured-image.alignright + .entry-content {
      order: 3; }
  .article-grid .equal-height-column .article-inner .featured-image.alignleft, .article-grid .equal-height-column .article-inner .featured-image.alignright {
    flex: 0 0 40%;
    max-width: 40%; }
    .article-grid .equal-height-column .article-inner .featured-image.alignleft + .entry-content, .article-grid .equal-height-column .article-inner .featured-image.alignright + .entry-content {
      flex: 0 0 calc(60% - 2rem);
      max-width: calc(60% - 2rem); }
    @media screen and (max-width: 800px) {
      .article-grid .equal-height-column .article-inner .featured-image.alignleft, .article-grid .equal-height-column .article-inner .featured-image.alignright {
        flex: 0 0 100%;
        max-width: 100%; } }
.article-grid .equal-height-column span.sticky {
  flex: 0 0 auto; }

article.archive-article {
  position: relative; }
  article.archive-article:first-child .article-inner {
    padding-top: 0 !important;
    margin-top: 0 !important; }
  article.archive-article .article-inner {
    border-style: solid; }
    @media screen and (max-width: 800px) {
      .simple-mobile-layout article.archive-article .article-inner {
        padding: 0 !important;
        border: 0 !important;
        margin: 0 !important; } }
    article.archive-article .article-inner > header + div,
    article.archive-article .article-inner > div + div {
      padding-bottom: 1rem; }
    article.archive-article .article-inner:after {
      content: '';
      display: table;
      width: 100%; }
  article.archive-article header.article-archive-header h2.post-title {
    font-size: 2.2em;
    margin: 0; }
    @media screen and (max-width: 576px) {
      article.archive-article header.article-archive-header h2.post-title {
        font-size: 1.8em !important; } }
  article.archive-article header.article-archive-header .entry-meta span {
    color: #757575; }
    article.archive-article header.article-archive-header .entry-meta span .icon {
      margin-right: 10px; }
  @media screen and (max-width: 800px) {
    .simple-mobile-layout article.archive-article .entry-content,
    .simple-mobile-layout article.archive-article .post-tags,
    .simple-mobile-layout article.archive-article .read-more {
      display: none !important; } }
  article.archive-article .featured-image {
    overflow: hidden; }
    article.archive-article .featured-image.alignleft {
      float: left;
      width: 40%;
      margin: 0 2rem 2rem 0; }
    article.archive-article .featured-image.alignright {
      float: right;
      width: 40%;
      margin: 0 0 2rem 2rem; }
    article.archive-article .featured-image.alignleft, article.archive-article .featured-image.alignright {
      display: block; }
      @media screen and (max-width: 800px) {
        article.archive-article .featured-image.alignleft, article.archive-article .featured-image.alignright {
          float: none;
          width: 100%;
          margin: 0 0 2rem 0; } }
    article.archive-article .featured-image a {
      display: block; }
      article.archive-article .featured-image a img {
        display: block; }
    article.archive-article .featured-image.no-thumbnail {
      display: none; }
    article.archive-article .featured-image.alignleft + .entry-content, article.archive-article .featured-image.alignright + .entry-content {
      padding: 0 !important; }
  article.archive-article p.excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; }
  article.archive-article.col-md-6, article.archive-article.col-lg-6, article.archive-article.col-md-4, article.archive-article.col-lg-4, article.archive-article.col-md-3, article.archive-article.col-lg-3 {
    margin-top: 0 !important; }
    article.archive-article.col-md-6 header.article-archive-header, article.archive-article.col-lg-6 header.article-archive-header, article.archive-article.col-md-4 header.article-archive-header, article.archive-article.col-lg-4 header.article-archive-header, article.archive-article.col-md-3 header.article-archive-header, article.archive-article.col-lg-3 header.article-archive-header {
      margin-top: 0 !important; }
      article.archive-article.col-md-6 header.article-archive-header h2.post-title, article.archive-article.col-lg-6 header.article-archive-header h2.post-title, article.archive-article.col-md-4 header.article-archive-header h2.post-title, article.archive-article.col-lg-4 header.article-archive-header h2.post-title, article.archive-article.col-md-3 header.article-archive-header h2.post-title, article.archive-article.col-lg-3 header.article-archive-header h2.post-title {
        font-size: 1.4rem; }
    article.archive-article.col-md-6 p.excerpt,
    article.archive-article.col-md-6 .post-detail p, article.archive-article.col-lg-6 p.excerpt,
    article.archive-article.col-lg-6 .post-detail p, article.archive-article.col-md-4 p.excerpt,
    article.archive-article.col-md-4 .post-detail p, article.archive-article.col-lg-4 p.excerpt,
    article.archive-article.col-lg-4 .post-detail p, article.archive-article.col-md-3 p.excerpt,
    article.archive-article.col-md-3 .post-detail p, article.archive-article.col-lg-3 p.excerpt,
    article.archive-article.col-lg-3 .post-detail p {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      margin-bottom: 10px; }
    article.archive-article.col-md-6 .entry-content, article.archive-article.col-lg-6 .entry-content, article.archive-article.col-md-4 .entry-content, article.archive-article.col-lg-4 .entry-content, article.archive-article.col-md-3 .entry-content, article.archive-article.col-lg-3 .entry-content {
      padding-top: 1.5rem; }
  article.archive-article.col-md-6:last-child, article.archive-article.col-lg-6:last-child, article.archive-article.col-md-4:last-child, article.archive-article.col-lg-4:last-child, article.archive-article.col-md-3:last-child, article.archive-article.col-lg-3:last-child {
    margin-bottom: 0; }
  article.archive-article.search-result-article, article.archive-article.related-article {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important; }
    article.archive-article.search-result-article .article-inner, article.archive-article.related-article .article-inner {
      position: relative;
      padding-left: 200px;
      padding-right: 0; }
      @media screen and (max-width: 761px) {
        article.archive-article.search-result-article .article-inner, article.archive-article.related-article .article-inner {
          padding-left: 114px; } }
      article.archive-article.search-result-article .article-inner.no-thumbnail, article.archive-article.related-article .article-inner.no-thumbnail {
        display: none;
        padding-left: 0 !important; }
    article.archive-article.search-result-article .article-archive-header,
    article.archive-article.search-result-article .featured-image, article.archive-article.related-article .article-archive-header,
    article.archive-article.related-article .featured-image {
      margin-top: 0 !important; }
    article.archive-article.search-result-article .featured-image, article.archive-article.related-article .featured-image {
      position: absolute;
      top: 0;
      margin-bottom: 0;
      left: 0;
      height: 100%;
      max-height: 245px;
      width: 180px;
      background-position: center;
      background-size: cover; }
      @media screen and (max-width: 761px) {
        article.archive-article.search-result-article .featured-image, article.archive-article.related-article .featured-image {
          width: 100px; } }
      article.archive-article.search-result-article .featured-image a, article.archive-article.related-article .featured-image a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover; }
        article.archive-article.search-result-article .featured-image a img, article.archive-article.related-article .featured-image a img {
          display: none; }
    article.archive-article.search-result-article header.article-archive-header .post-title, article.archive-article.related-article header.article-archive-header .post-title {
      font-size: 1.3em; }
      @media screen and (max-width: 761px) {
        article.archive-article.search-result-article header.article-archive-header .post-title, article.archive-article.related-article header.article-archive-header .post-title {
          font-size: 1em; } }
    @media screen and (max-width: 761px) {
      article.archive-article.search-result-article .entry-content, article.archive-article.related-article .entry-content {
        margin-top: 0 !important;
        padding: 10px 0; } }
    @media screen and (max-width: 761px) {
      article.archive-article.search-result-article .entry-content .excerpt, article.archive-article.related-article .entry-content .excerpt {
        -webkit-line-clamp: 1;
        font-size: .95rem; } }
  @media screen and (max-width: 800px) {
    .simple-mobile-layout article.archive-article + article.archive-article {
      margin-top: 30px !important; }
    .simple-mobile-layout article.archive-article .article-inner header.article-archive-header {
      padding: 0 0 5px 0 !important; }
      .simple-mobile-layout article.archive-article .article-inner header.article-archive-header h2.post-title {
        font-size: 1.5rem !important;
        line-height: 1.7rem !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 3.4rem; }
    .simple-mobile-layout article.archive-article .article-inner .entry-meta {
      padding: 0 !important; } }
  @media screen and (max-width: 576px) {
    .simple-mobile-layout article.archive-article .article-inner header.article-archive-header h2.post-title {
      font-size: 1rem !important;
      line-height: 1.2rem !important;
      max-height: 2.4rem; }
    .simple-mobile-layout article.archive-article .article-inner .entry-meta {
      line-height: 1rem !important; }
      .simple-mobile-layout article.archive-article .article-inner .entry-meta span {
        font-size: .8rem !important;
        line-height: 1.2rem !important; } }
  @media screen and (max-width: 800px) {
    .simple-mobile-layout article.archive-article.has-post-thumbnail .article-inner {
      padding-left: 140px !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      position: relative;
      min-height: 80px; }
      .simple-mobile-layout article.archive-article.has-post-thumbnail .article-inner .featured-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 120px;
        padding: 0 !important;
        height: 100%;
        overflow: hidden; }
        .simple-mobile-layout article.archive-article.has-post-thumbnail .article-inner .featured-image a {
          position: absolute;
          height: 100%;
          width: 100%;
          display: block;
          top: 0;
          left: 0; }
          .simple-mobile-layout article.archive-article.has-post-thumbnail .article-inner .featured-image a img {
            width: 100%;
            object-fit: cover; } }
  @media screen and (max-width: 576px) {
    .simple-mobile-layout article.archive-article.has-post-thumbnail .article-inner {
      padding-left: 100px !important;
      min-height: 55px; }
      .simple-mobile-layout article.archive-article.has-post-thumbnail .article-inner .featured-image {
        width: 85px; } }

article.single-article {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0; }
  .singled-style article.single-article header.article-single-header {
    color: #ffffff; }
  .singled-style article.single-article header.article-single-header .category {
    color: rgba(255, 255, 255, 0.5); }
    .singled-style article.single-article header.article-single-header .category a {
      color: rgba(255, 255, 255, 0.5); }
  article.single-article header.article-single-header .ratings {
    margin-top: 20px !important; }
  .singled-style article.single-article header.article-single-header .entry-meta span {
    color: #ffffff; }
    .singled-style article.single-article header.article-single-header .entry-meta span a {
      color: #ffffff; }
  article.single-article header.article-single-header .entry-meta span .icon {
    margin-right: 8px; }
  article.single-article header.article-single-header .entry-meta span.article-author img.author-avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 20px;
    margin-right: 10px; }
  article.single-article header.article-single-header h1.post-title {
    margin: 0;
    font-size: 2.8em; }
    @media screen and (max-width: 761px) {
      article.single-article header.article-single-header h1.post-title {
        font-size: 2.2em !important; } }
    @media screen and (max-width: 576px) {
      article.single-article header.article-single-header h1.post-title {
        font-size: 1.8em !important; } }
    .singled-style article.single-article header.article-single-header h1.post-title {
      color: #ffffff;
      font-size: 42px; }
      @media screen and (max-width: 761px) {
        .singled-style article.single-article header.article-single-header h1.post-title {
          font-size: 30px; } }
      @media screen and (max-width: 576px) {
        .singled-style article.single-article header.article-single-header h1.post-title {
          font-size: 22px; } }
  article.single-article .featured-image {
    background: none !important; }
    .singled-style article.single-article .featured-image, article.single-article .featured-image.no-thumbnail {
      display: none; }
    article.single-article .featured-image a {
      display: block; }
      article.single-article .featured-image a img {
        display: block; }
  article.single-article .entry-content {
    line-height: 30px; }
    article.single-article .entry-content [class*="wp-block-"]:not(:last-child) {
      margin-bottom: 2rem; }

article.single-article .article-inner > header + header,
article.single-article .article-inner > div + header,
article.archive-article .article-inner > header + header,
article.archive-article .article-inner > div + header {
  margin-top: 30px; }
article.single-article .article-inner > header,
article.archive-article .article-inner > header {
  margin: 0 !important; }
article.single-article .article-inner .post-tags,
article.archive-article .article-inner .post-tags {
  margin-top: 0; }
article.single-article .article-inner .entry-content,
article.single-article .article-inner .featured-image,
article.archive-article .article-inner .entry-content,
article.archive-article .article-inner .featured-image {
  padding-top: 1rem; }
  article.single-article .article-inner .entry-content:empty,
  article.single-article .article-inner .featured-image:empty,
  article.archive-article .article-inner .entry-content:empty,
  article.archive-article .article-inner .featured-image:empty {
    margin-top: 0 !important; }
article.single-article .article-inner .read-more,
article.archive-article .article-inner .read-more {
  padding: 3rem 0; }
  article.single-article .article-inner .read-more a,
  article.archive-article .article-inner .read-more a {
    line-height: 1.6rem;
    padding: .6rem 1.5rem;
    border: 1px solid #e0e3e6; }

.thumbnail img {
  width: 100%;
  height: auto; }
  .thumbnail img.lazyload {
    width: 32px;
    height: 32px;
    margin: 0 auto; }
    .thumbnail img.lazyload.loaded {
      width: 100%;
      height: auto; }

.pagination {
  justify-content: space-between;
  display: inherit;
  flex: 0 0 100%; }
  .pagination a {
    flex: 0 0 auto; }
    .pagination a.prev {
      align-self: flex-start; }
    .pagination a.next {
      align-self: flex-end; }

.related-posts:after {
  content: '';
  display: table;
  width: 100%; }

.entry-meta {
  flex-wrap: wrap; }
  .entry-meta span {
    line-height: 1.4;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    width: auto;
    max-width: 100%; }
    .entry-meta span:first-of-type {
      margin-left: 0 !important; }

.post-navigation {
  padding: 2rem 0;
  border-bottom: 1px solid #e0e3e6; }
  @media screen and (max-width: 480px) {
    .post-navigation li {
      margin-bottom: 1rem; } }
  .post-navigation li span.post-nav-label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #aaaaaa;
    margin-bottom: .5rem;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    left: -5px; }
    @media screen and (max-width: 480px) {
      .post-navigation li span.post-nav-label {
        margin-bottom: 0; } }
    .post-navigation li span.post-nav-label:before, .post-navigation li span.post-nav-label:after {
      content: '';
      display: inline-block;
      position: absolute;
      border-width: 2px 0 0 2px;
      border-style: solid;
      width: 6px;
      height: 6px;
      transform: rotate(-45deg) translate(8px, 1px);
      left: 0;
      top: 60%; }
    .post-navigation li span.post-nav-label:after {
      left: auto;
      right: 13px;
      border-width: 0 2px 2px 0; }
  .post-navigation li span.post-title {
    font-size: 1em;
    font-weight: 700;
    color: #000000;
    line-height: 1.4em;
    display: block; }
  .post-navigation li.next .post-nav-label {
    padding-right: 5px; }
    @media screen and (max-width: 480px) {
      .post-navigation li.next .post-nav-label {
        padding-left: 5px; } }
  .post-navigation li.next .post-nav-label:after {
    right: 0; }
  @media screen and (min-width: 768px) {
    .post-navigation li.next {
      text-align: right;
      margin-left: auto; } }
  .post-navigation li.next span.post-nav-label:before {
    display: none; }
  .post-navigation li.prev span.post-nav-label:after {
    display: none; }

.related-article {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 2rem;
  padding-left: 0; }
  .related-article:last-child {
    margin-bottom: 0; }
  .related-article header.article-archive-header {
    margin-bottom: 15px;
    margin-left: 220px; }
    @media screen and (max-width: 761px) {
      .related-article header.article-archive-header {
        margin-bottom: 0 !important;
        min-height: 80px;
        margin-left: 114px; } }
    .related-article header.article-archive-header .post-title {
      font-size: 1.5em;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 10px; }
      @media screen and (max-width: 761px) {
        .related-article header.article-archive-header .post-title {
          font-size: 1em;
          margin-bottom: 5px; } }
  .related-article .featured-image {
    height: auto;
    position: relative;
    max-height: inherit;
    width: 200px;
    float: left;
    padding: 0 !important; }
    @media screen and (max-width: 761px) {
      .related-article .featured-image {
        width: 100px; } }
    .related-article .featured-image a {
      position: relative; }
      .related-article .featured-image a img {
        display: block; }
    .related-article .featured-image.no-thumbnail + header.article-archive-header, .related-article .featured-image.no-thumbnail + header.article-archive-header + .entry-content {
      margin-left: 0; }
  .related-article .entry-content {
    margin-left: 170px; }
    .related-article .entry-content .excerpt {
      -webkit-line-clamp: 2; }
    @media screen and (max-width: 761px) {
      .related-article .entry-content {
        margin-left: 114px; }
        .related-article .entry-content .excerpt {
          -webkit-line-clamp: 1; } }
    .related-article .entry-content .readmore-btn {
      display: none; }

article.archive-article span.sticky,
article.single-article span.sticky {
  display: inline-block;
  margin: 0 0 15px 0;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 5px 10px; }

img.lazy-load {
  transition: opacity ease-in-out .2s .2s, visiblity ease-in-out .2s .2s;
  opacity: 0;
  visibility: hidden; }
  img.lazy-load.is-loaded {
    opacity: 1;
    visibility: visible; }

.post-section.comment .section-title {
  display: none; }

.comments-list ul .comment-respond {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 767px) {
    .comments-list ul .comment-respond {
      margin-left: 80px; } }
  .comments-list ul .comment-respond p.form-submit input {
    padding: 10px 20px;
    font-size: 1em;
    line-height: 1.2; }
.comments-list ul li.comment {
  display: flex;
  flex-wrap: wrap; }
  .comments-list ul li.comment + li.comment {
    margin-top: 40px; }
  .comments-list ul li.comment + ul.children {
    padding-top: 20px; }
    @media screen and (min-width: 767px) {
      .comments-list ul li.comment + ul.children {
        margin-left: 80px; } }
    @media screen and (min-width: 767px) {
      .comments-list ul li.comment + ul.children .comment-respond {
        margin-left: 50px; } }
    .comments-list ul li.comment + ul.children .thumbnail {
      flex: 0 0 30px;
      position: relative; }
      .comments-list ul li.comment + ul.children .thumbnail + .comment-detail {
        flex: 0 0 calc(100% - 50px);
        margin-top: 30px; }
        .comments-list ul li.comment + ul.children .thumbnail + .comment-detail .author {
          margin-bottom: 5px; }
    @media screen and (min-width: 767px) {
      .comments-list ul li.comment + ul.children ul.children {
        margin-left: 50px; } }
    .comments-list ul li.comment + ul.children li.comment + li.comment {
      margin-top: 20px; }
  .comments-list ul li.comment .thumbnail {
    flex: 0 0 60px; }
    .comments-list ul li.comment .thumbnail a {
      display: block;
      width: 100%;
      border-radius: 30px;
      overflow: hidden; }
      .comments-list ul li.comment .thumbnail a img {
        display: block;
        width: 100%; }
    .comments-list ul li.comment .thumbnail + .comment-detail {
      margin-left: 20px;
      flex: 0 0 calc(100% - 80px); }
  .comments-list ul li.comment .comment-detail {
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(33, 37, 41, 0.04);
    margin-top: 50px;
    position: relative; }
    .comments-list ul li.comment .comment-detail p.moderate {
      font-size: .85em;
      font-style: italic;
      color: red;
      margin-bottom: 1rem; }
    .comments-list ul li.comment .comment-detail .author {
      position: absolute;
      bottom: 100%;
      left: 0;
      margin-bottom: 15px; }
      .comments-list ul li.comment .comment-detail .author label.author-name + span {
        padding: 0 10px; }
    .comments-list ul li.comment .comment-detail .reply {
      margin: 20px -20px -20px -20px;
      border-radius: 0 0 10px 10px;
      background-color: rgba(33, 37, 41, 0.04);
      padding: 10px 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .comments-list ul li.comment .comment-detail .reply a {
        font-weight: 700;
        color: #212529; }

.comment-respond h3.comment-reply-title {
  margin: 1rem 0 1rem 0; }
.comment-respond .comment-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .comment-respond .comment-form-wrapper ~ p {
    margin-top: 20px; }
  .comment-respond .comment-form-wrapper > p {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 0;
    margin-bottom: 0;
    position: relative; }
    .comment-respond .comment-form-wrapper > p.comment-form-author, .comment-respond .comment-form-wrapper > p.comment-form-email, .comment-respond .comment-form-wrapper > p.comment-form-url {
      flex: 0 0 33.333%;
      max-width: 33.333%; }
      @media screen and (max-width: 800px) {
        .comment-respond .comment-form-wrapper > p.comment-form-author, .comment-respond .comment-form-wrapper > p.comment-form-email, .comment-respond .comment-form-wrapper > p.comment-form-url {
          flex: 0 0 100%;
          max-width: 100%; } }
    .comment-respond .comment-form-wrapper > p + p {
      margin-top: 24px; }
.comment-respond p {
  position: relative; }
  .comment-respond p > label {
    font-weight: 700;
    margin-bottom: 8px; }
    .comment-respond p > label > input[type="checkbox"] {
      left: 0; }
    .comment-respond p > label span.required {
      color: #ff0000; }
  .comment-respond p input + label {
    font-weight: normal;
    color: #495057;
    padding-left: 8px; }
  .comment-respond p input[type="hidden"] + label {
    padding-left: 0; }
  .comment-respond p input[type="text"],
  .comment-respond p input[type="email"] {
    width: 100%;
    max-width: 400px; }
  .comment-respond p input[type="checkbox"] {
    position: absolute;
    left: 15px;
    top: 5px; }
    .comment-respond p input[type="checkbox"] + label, .comment-respond p input[type="checkbox"] + span {
      display: block;
      padding-left: 25px; }
  .comment-respond p textarea {
    min-height: 120px; }
  .comment-respond p.form-submit input {
    width: auto;
    padding: 12px 24px;
    font-size: 1em; }

.socials ul {
  font-size: 0;
  margin: 0;
  list-style-type: none;
  padding: 0;
  line-height: 0; }
  .socials ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle; }
    .socials ul li .icon {
      display: block;
      text-align: center;
      border-radius: 20px;
      width: 40px;
      height: 40px;
      line-height: 36px;
      color: #495057;
      border: solid 2px;
      font-size: 16px; }
    .socials ul li:hover .icon {
      color: #ffffff;
      background-color: #212529;
      border-color: #212529; }

.share-post {
  line-height: 1;
  padding: 2rem 0;
  border-top: none;
  border-bottom: 1px solid #e0e3e6; }
  @media screen and (max-width: 460px) {
    .share-post {
      text-align: center; } }
  .share-post > h4 {
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.7rem; }
  .share-post ul {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap; }
    .share-post ul:after {
      content: '';
      display: table;
      width: 100%; }
    @media screen and (max-width: 460px) {
      .share-post ul {
        display: block; } }
    .share-post ul li {
      float: left;
      vertical-align: middle;
      margin: 0 15px 15px 0; }
      @media screen and (max-width: 460px) {
        .share-post ul li {
          float: none;
          display: inline-block; } }
      .share-post ul li a {
        display: block;
        padding: 10px;
        background: #eaeaea;
        line-height: 0;
        font-size: 1rem;
        color: #ffffff;
        text-align: center; }
        .share-post ul li a:hover {
          color: #ffffff; }
        @media screen and (max-width: 768px) {
          .share-post ul li a {
            width: 35px;
            height: 35px;
            font-size: 0; } }
        .share-post ul li a span,
        .share-post ul li a svg {
          display: inline-block;
          vertical-align: middle; }
        .share-post ul li a svg.share-icon {
          width: 15px;
          height: 15px;
          margin-right: 10px; }
      .share-post ul li.facebook a {
        background: #3a589f; }
      .share-post ul li.whatsapp a {
        background: #128C7E; }
      .share-post ul li.twitter a {
        background: #54acec; }
      .share-post ul li.linkedin a {
        background: #0275b5; }
      .share-post ul li.pinterest a {
        background: #e40724; }

.search-widget-form, form#searchform, .woocommerce-product-search {
  position: relative;
  padding: 0 50px 0 0; }
  #sidebar .search-widget-form,
  #sidebar form#searchform,
  #sidebar .woocommerce-product-search {
    clear: both;
    border-radius: 0; }
  .header-search .search-widget-form, .header-search form#searchform, .header-search .woocommerce-product-search {
    padding-right: 0;
    border: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); }
    .header-search .search-widget-form:before, .header-search form#searchform:before, .header-search .woocommerce-product-search:before {
      content: '';
      display: block;
      position: absolute;
      right: 15px;
      bottom: 100%;
      margin-bottom: -1px;
      border-width: 0 6px 8px 6px;
      border-style: solid;
      border-color: transparent transparent #ffffff transparent; }
  .search-widget-form input, .search-widget-form input#s, form#searchform input, form#searchform input#s, .woocommerce-product-search input, .woocommerce-product-search input#s {
    line-height: 20px;
    padding: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e3e6;
    width: 100%; }
    .header-search .search-widget-form input,
    .header-search .search-widget-form input#s,
    .header-search form#searchform input,
    .header-search form#searchform input#s,
    .header-search .woocommerce-product-search input,
    .header-search .woocommerce-product-search input#s {
      border: 0; }
  .search-widget-form label, form#searchform label, .woocommerce-product-search label {
    font-size: 0 !important;
    float: left;
    margin: 0 !important; }
  .search-widget-form button.seacrh-btn, .search-widget-form input#searchsubmit, .search-widget-form button[type="submit"], form#searchform button.seacrh-btn, form#searchform input#searchsubmit, form#searchform button[type="submit"], .woocommerce-product-search button.seacrh-btn, .woocommerce-product-search input#searchsubmit, .woocommerce-product-search button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-left: 0;
    font-size: 0;
    padding: 12px;
    color: #ffffff;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border: 0 !important; }
    .search-widget-form button.seacrh-btn:hover,
    .search-widget-form input#searchsubmit:hover,
    .search-widget-form button[type="submit"]:hover, form#searchform button.seacrh-btn:hover,
    form#searchform input#searchsubmit:hover,
    form#searchform button[type="submit"]:hover, .woocommerce-product-search button.seacrh-btn:hover,
    .woocommerce-product-search input#searchsubmit:hover,
    .woocommerce-product-search button[type="submit"]:hover {
      transform: none; }
    .search-widget-form button.seacrh-btn svg,
    .search-widget-form input#searchsubmit svg,
    .search-widget-form button[type="submit"] svg, form#searchform button.seacrh-btn svg,
    form#searchform input#searchsubmit svg,
    form#searchform button[type="submit"] svg, .woocommerce-product-search button.seacrh-btn svg,
    .woocommerce-product-search input#searchsubmit svg,
    .woocommerce-product-search button[type="submit"] svg {
      width: 17px;
      height: auto !important;
      display: inline-block;
      vertical-align: top; }
      .search-widget-form button.seacrh-btn svg path,
      .search-widget-form input#searchsubmit svg path,
      .search-widget-form button[type="submit"] svg path, form#searchform button.seacrh-btn svg path,
      form#searchform input#searchsubmit svg path,
      form#searchform button[type="submit"] svg path, .woocommerce-product-search button.seacrh-btn svg path,
      .woocommerce-product-search input#searchsubmit svg path,
      .woocommerce-product-search button[type="submit"] svg path {
        fill: #ffffff; }
    .search-widget-form button.seacrh-btn .icon,
    .search-widget-form input#searchsubmit .icon,
    .search-widget-form button[type="submit"] .icon, form#searchform button.seacrh-btn .icon,
    form#searchform input#searchsubmit .icon,
    form#searchform button[type="submit"] .icon, .woocommerce-product-search button.seacrh-btn .icon,
    .woocommerce-product-search input#searchsubmit .icon,
    .woocommerce-product-search button[type="submit"] .icon {
      font-size: 20px;
      line-height: inherit; }
    .header-search .search-widget-form button.seacrh-btn,
    .header-search .search-widget-form input#searchsubmit,
    .header-search .search-widget-form button[type="submit"],
    .header-search form#searchform button.seacrh-btn,
    .header-search form#searchform input#searchsubmit,
    .header-search form#searchform button[type="submit"],
    .header-search .woocommerce-product-search button.seacrh-btn,
    .header-search .woocommerce-product-search input#searchsubmit,
    .header-search .woocommerce-product-search button[type="submit"] {
      display: none; }

form#searchform > div:after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../images/search-dark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  top: 50%;
  right: 16px;
  pointer-events: none;
  transform: translateY(-50%); }
  .header-search form#searchform > div:after {
    display: none; }

.woocommerce-product-search button[type="submit"]:after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

a.seacrh-trigger {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center; }
  a.seacrh-trigger img,
  a.seacrh-trigger svg {
    display: inline-block;
    width: 15px;
    margin: 10px;
    height: auto; }
    a.seacrh-trigger img path,
    a.seacrh-trigger svg path {
      fill: #495057; }

.header-search {
  position: absolute;
  right: 0;
  top: 100%;
  width: 240px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out .2s;
  z-index: 10; }
  .header-search .close-search {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    font-size: 0;
    line-height: 0;
    z-index: 3; }
    .header-search .close-search svg {
      width: 10px;
      height: 10px;
      display: block;
      margin: 2px auto; }
  .header-search.active {
    opacity: 1;
    visibility: visible; }

#main-header .header-search-wrap {
  position: absolute !important;
  top: 50%;
  right: 15px;
  margin-top: -17.5px; }
  @media screen and (max-width: 768px) {
    #main-header .header-search-wrap {
      right: 0; } }

.tags,
.tagcloud {
  font-size: 0;
  line-height: 0; }
  .tags a,
  .tagcloud a {
    display: inline-block;
    line-height: 15px;
    margin: 0 7px 7px 0;
    border-radius: 5px; }

.post-tags {
  padding: 0.2rem 0; }
  .post-tags > b {
    color: #000000; }

.author-widget {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(33, 37, 41, 0.12);
  -webkit-box-shadow: 0 10px 20px rgba(33, 37, 41, 0.12);
  -moz-box-shadow: 0 10px 20px rgba(33, 37, 41, 0.12); }
  .author-widget .aw-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .author-widget .aw-wrapper .author-avatar {
      flex: 0 0 20%;
      max-width: 20%; }
      @media screen and (max-width: 480px) {
        .author-widget .aw-wrapper .author-avatar {
          flex: 0 0 100%;
          max-width: 100%;
          margin-bottom: 20px; } }
      .author-widget .aw-wrapper .author-avatar a {
        display: block;
        width: 100%;
        border-radius: 50%;
        overflow: hidden; }
        @media screen and (max-width: 480px) {
          .author-widget .aw-wrapper .author-avatar a {
            max-width: 120px;
            margin: 0 auto; } }
    .author-widget .aw-wrapper .author-detail {
      flex: 0 0 80%;
      max-width: 80%; }
      @media screen and (max-width: 480px) {
        .author-widget .aw-wrapper .author-detail {
          flex: 0 0 100%;
          max-width: 100%;
          text-align: center; } }
      .author-widget .aw-wrapper .author-detail header.author-self {
        margin-bottom: 20px; }
        .author-widget .aw-wrapper .author-detail header.author-self h3.author-name {
          font-size: 1.2em;
          font-weight: 700;
          margin-bottom: 10px; }
        .author-widget .aw-wrapper .author-detail header.author-self h6.author-role {
          font-size: 15px;
          font-weight: 400;
          margin: 0;
          color: #212529; }
    .author-widget .aw-wrapper > div {
      padding: 0 15px; }

.about-author {
  max-width: 650px;
  margin: 0 auto;
  padding: 2rem 0;
  text-align: center; }
  .about-author > article.hentry {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 0 2rem;
    align-items: center; }
    .about-author > article.hentry .thumbnail {
      padding: 0 20px;
      margin: 0 auto .6rem auto; }
      .about-author > article.hentry .thumbnail img {
        width: 100%;
        max-width: 170px;
        border-radius: 100px;
        margin: 0 auto; }
        @media screen and (min-width: 767px) {
          .about-author > article.hentry .thumbnail img {
            margin: 0; } }
    .about-author > article.hentry .detail {
      width: 100%;
      font-size: .9em;
      text-align: center;
      opacity: .7;
      padding: 0 20px;
      margin-top: 20px; }
      @media screen and (min-width: 767px) {
        .about-author > article.hentry .detail {
          margin-top: 0; } }
      .about-author > article.hentry .detail h3.author-name {
        font-size: 1.4em;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: capitalize;
        text-align: center; }

.sidebar-widget ul li,
.sidebar-widget ol li,
.footer-widget ul li,
.footer-widget ol li {
  margin-bottom: 15px; }
.sidebar-widget.widget_archive > ul, .sidebar-widget.widget_archive ul.menu, .sidebar-widget.widget_categories > ul, .sidebar-widget.widget_categories ul.menu, .sidebar-widget.widget_pages > ul, .sidebar-widget.widget_pages ul.menu, .sidebar-widget.widget_nav_menu > ul, .sidebar-widget.widget_nav_menu ul.menu, .footer-widget.widget_archive > ul,
.footer-widget.widget_archive ul.menu, .footer-widget.widget_categories > ul,
.footer-widget.widget_categories ul.menu, .footer-widget.widget_pages > ul,
.footer-widget.widget_pages ul.menu, .footer-widget.widget_nav_menu > ul,
.footer-widget.widget_nav_menu ul.menu {
  border: solid 1px #e0e3e6;
  border-radius: 10px;
  overflow: hidden; }
  #colofon .sidebar-widget.widget_archive > ul,
  #colofon .sidebar-widget.widget_archive ul.menu,
  #colofon .sidebar-widget.widget_categories > ul,
  #colofon .sidebar-widget.widget_categories ul.menu,
  #colofon .sidebar-widget.widget_pages > ul,
  #colofon .sidebar-widget.widget_pages ul.menu,
  #colofon .sidebar-widget.widget_nav_menu > ul,
  #colofon .sidebar-widget.widget_nav_menu ul.menu,
  #colofon .footer-widget.widget_archive > ul,
  #colofon
  .footer-widget.widget_archive ul.menu,
  #colofon .footer-widget.widget_categories > ul,
  #colofon
  .footer-widget.widget_categories ul.menu,
  #colofon .footer-widget.widget_pages > ul,
  #colofon
  .footer-widget.widget_pages ul.menu,
  #colofon .footer-widget.widget_nav_menu > ul,
  #colofon
  .footer-widget.widget_nav_menu ul.menu {
    border: 0;
    border-radius: 0; }
  .sidebar-widget.widget_archive > ul li, .sidebar-widget.widget_archive ul.menu li, .sidebar-widget.widget_categories > ul li, .sidebar-widget.widget_categories ul.menu li, .sidebar-widget.widget_pages > ul li, .sidebar-widget.widget_pages ul.menu li, .sidebar-widget.widget_nav_menu > ul li, .sidebar-widget.widget_nav_menu ul.menu li, .footer-widget.widget_archive > ul li,
  .footer-widget.widget_archive ul.menu li, .footer-widget.widget_categories > ul li,
  .footer-widget.widget_categories ul.menu li, .footer-widget.widget_pages > ul li,
  .footer-widget.widget_pages ul.menu li, .footer-widget.widget_nav_menu > ul li,
  .footer-widget.widget_nav_menu ul.menu li {
    display: block; }
    .sidebar-widget.widget_archive > ul li a, .sidebar-widget.widget_archive ul.menu li a, .sidebar-widget.widget_categories > ul li a, .sidebar-widget.widget_categories ul.menu li a, .sidebar-widget.widget_pages > ul li a, .sidebar-widget.widget_pages ul.menu li a, .sidebar-widget.widget_nav_menu > ul li a, .sidebar-widget.widget_nav_menu ul.menu li a, .footer-widget.widget_archive > ul li a,
    .footer-widget.widget_archive ul.menu li a, .footer-widget.widget_categories > ul li a,
    .footer-widget.widget_categories ul.menu li a, .footer-widget.widget_pages > ul li a,
    .footer-widget.widget_pages ul.menu li a, .footer-widget.widget_nav_menu > ul li a,
    .footer-widget.widget_nav_menu ul.menu li a {
      display: block; }
    .sidebar-widget.widget_archive > ul li + li, .sidebar-widget.widget_archive ul.menu li + li, .sidebar-widget.widget_categories > ul li + li, .sidebar-widget.widget_categories ul.menu li + li, .sidebar-widget.widget_pages > ul li + li, .sidebar-widget.widget_pages ul.menu li + li, .sidebar-widget.widget_nav_menu > ul li + li, .sidebar-widget.widget_nav_menu ul.menu li + li, .footer-widget.widget_archive > ul li + li, .footer-widget.widget_archive ul.menu li + li, .footer-widget.widget_categories > ul li + li, .footer-widget.widget_categories ul.menu li + li, .footer-widget.widget_pages > ul li + li, .footer-widget.widget_pages ul.menu li + li, .footer-widget.widget_nav_menu > ul li + li, .footer-widget.widget_nav_menu ul.menu li + li {
      border-top: solid 1px #e0e3e6; }
      #colofon .sidebar-widget.widget_archive > ul li + li, #colofon .sidebar-widget.widget_archive ul.menu li + li, #colofon .sidebar-widget.widget_categories > ul li + li, #colofon .sidebar-widget.widget_categories ul.menu li + li, #colofon .sidebar-widget.widget_pages > ul li + li, #colofon .sidebar-widget.widget_pages ul.menu li + li, #colofon .sidebar-widget.widget_nav_menu > ul li + li, #colofon .sidebar-widget.widget_nav_menu ul.menu li + li, #colofon .footer-widget.widget_archive > ul li + li,
      #colofon .footer-widget.widget_archive ul.menu li + li,
      #colofon .footer-widget.widget_categories > ul li + li,
      #colofon .footer-widget.widget_categories ul.menu li + li,
      #colofon .footer-widget.widget_pages > ul li + li,
      #colofon .footer-widget.widget_pages ul.menu li + li,
      #colofon .footer-widget.widget_nav_menu > ul li + li,
      #colofon .footer-widget.widget_nav_menu ul.menu li + li {
        border-top: solid rgba(224, 227, 230, 0.5); }
.sidebar-widget.widget_archive ul li, .sidebar-widget.widget_categories ul li, .sidebar-widget.widget_pages ul li, .sidebar-widget.widget_nav_menu ul li, .footer-widget.widget_archive ul li, .footer-widget.widget_categories ul li, .footer-widget.widget_pages ul li, .footer-widget.widget_nav_menu ul li {
  text-align: right;
  line-height: 40px;
  margin-bottom: 0;
  padding-right: 15px; }
  #colofon .sidebar-widget.widget_archive ul li, #colofon .sidebar-widget.widget_categories ul li, #colofon .sidebar-widget.widget_pages ul li, #colofon .sidebar-widget.widget_nav_menu ul li,
  #colofon .footer-widget.widget_archive ul li,
  #colofon .footer-widget.widget_categories ul li,
  #colofon .footer-widget.widget_pages ul li,
  #colofon .footer-widget.widget_nav_menu ul li {
    padding-right: 0; }
  .sidebar-widget.widget_archive ul li a, .sidebar-widget.widget_categories ul li a, .sidebar-widget.widget_pages ul li a, .sidebar-widget.widget_nav_menu ul li a, .footer-widget.widget_archive ul li a, .footer-widget.widget_categories ul li a, .footer-widget.widget_pages ul li a, .footer-widget.widget_nav_menu ul li a {
    float: left;
    display: block;
    text-align: left;
    padding: 10px 15px;
    line-height: 20px; }
    #colofon .sidebar-widget.widget_archive ul li a, #colofon .sidebar-widget.widget_categories ul li a, #colofon .sidebar-widget.widget_pages ul li a, #colofon .sidebar-widget.widget_nav_menu ul li a, #colofon .footer-widget.widget_archive ul li a, #colofon .footer-widget.widget_categories ul li a, #colofon .footer-widget.widget_pages ul li a, #colofon .footer-widget.widget_nav_menu ul li a {
      padding: 10px 0; }
  .sidebar-widget.widget_archive ul li:after, .sidebar-widget.widget_categories ul li:after, .sidebar-widget.widget_pages ul li:after, .sidebar-widget.widget_nav_menu ul li:after, .footer-widget.widget_archive ul li:after, .footer-widget.widget_categories ul li:after, .footer-widget.widget_pages ul li:after, .footer-widget.widget_nav_menu ul li:after {
    display: table;
    width: 100%;
    content: ''; }
.sidebar-widget.widget_archive ul.children, .sidebar-widget.widget_archive ul.sub-menu, .sidebar-widget.widget_categories ul.children, .sidebar-widget.widget_categories ul.sub-menu, .sidebar-widget.widget_pages ul.children, .sidebar-widget.widget_pages ul.sub-menu, .sidebar-widget.widget_nav_menu ul.children, .sidebar-widget.widget_nav_menu ul.sub-menu,
.footer-widget.widget_archive ul.children,
.footer-widget.widget_archive ul.sub-menu,
.footer-widget.widget_categories ul.children,
.footer-widget.widget_categories ul.sub-menu,
.footer-widget.widget_pages ul.children,
.footer-widget.widget_pages ul.sub-menu,
.footer-widget.widget_nav_menu ul.children,
.footer-widget.widget_nav_menu ul.sub-menu {
  margin: 0;
  float: left;
  border-top: solid 1px #e0e3e6;
  width: calc(100% + 15px); }
  .sidebar-widget.widget_archive ul.children:before, .sidebar-widget.widget_archive ul.sub-menu:before, .sidebar-widget.widget_categories ul.children:before, .sidebar-widget.widget_categories ul.sub-menu:before, .sidebar-widget.widget_pages ul.children:before, .sidebar-widget.widget_pages ul.sub-menu:before, .sidebar-widget.widget_nav_menu ul.children:before, .sidebar-widget.widget_nav_menu ul.sub-menu:before,
  .footer-widget.widget_archive ul.children:before,
  .footer-widget.widget_archive ul.sub-menu:before,
  .footer-widget.widget_categories ul.children:before,
  .footer-widget.widget_categories ul.sub-menu:before,
  .footer-widget.widget_pages ul.children:before,
  .footer-widget.widget_pages ul.sub-menu:before,
  .footer-widget.widget_nav_menu ul.children:before,
  .footer-widget.widget_nav_menu ul.sub-menu:before {
    content: '';
    display: table;
    width: 100%;
    clear: both; }
  .sidebar-widget.widget_archive ul.children li a, .sidebar-widget.widget_archive ul.sub-menu li a, .sidebar-widget.widget_categories ul.children li a, .sidebar-widget.widget_categories ul.sub-menu li a, .sidebar-widget.widget_pages ul.children li a, .sidebar-widget.widget_pages ul.sub-menu li a, .sidebar-widget.widget_nav_menu ul.children li a, .sidebar-widget.widget_nav_menu ul.sub-menu li a,
  .footer-widget.widget_archive ul.children li a,
  .footer-widget.widget_archive ul.sub-menu li a,
  .footer-widget.widget_categories ul.children li a,
  .footer-widget.widget_categories ul.sub-menu li a,
  .footer-widget.widget_pages ul.children li a,
  .footer-widget.widget_pages ul.sub-menu li a,
  .footer-widget.widget_nav_menu ul.children li a,
  .footer-widget.widget_nav_menu ul.sub-menu li a {
    min-height: 40px; }
    .sidebar-widget.widget_archive ul.children li a:before, .sidebar-widget.widget_archive ul.sub-menu li a:before, .sidebar-widget.widget_categories ul.children li a:before, .sidebar-widget.widget_categories ul.sub-menu li a:before, .sidebar-widget.widget_pages ul.children li a:before, .sidebar-widget.widget_pages ul.sub-menu li a:before, .sidebar-widget.widget_nav_menu ul.children li a:before, .sidebar-widget.widget_nav_menu ul.sub-menu li a:before,
    .footer-widget.widget_archive ul.children li a:before,
    .footer-widget.widget_archive ul.sub-menu li a:before,
    .footer-widget.widget_categories ul.children li a:before,
    .footer-widget.widget_categories ul.sub-menu li a:before,
    .footer-widget.widget_pages ul.children li a:before,
    .footer-widget.widget_pages ul.sub-menu li a:before,
    .footer-widget.widget_nav_menu ul.children li a:before,
    .footer-widget.widget_nav_menu ul.sub-menu li a:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 8px;
      height: 2px;
      background: #d2d6db;
      margin-right: 10px;
      border-radius: 3px; }
  .sidebar-widget.widget_archive ul.children li .children,
  .sidebar-widget.widget_archive ul.children li .sub-menu, .sidebar-widget.widget_archive ul.sub-menu li .children,
  .sidebar-widget.widget_archive ul.sub-menu li .sub-menu, .sidebar-widget.widget_categories ul.children li .children,
  .sidebar-widget.widget_categories ul.children li .sub-menu, .sidebar-widget.widget_categories ul.sub-menu li .children,
  .sidebar-widget.widget_categories ul.sub-menu li .sub-menu, .sidebar-widget.widget_pages ul.children li .children,
  .sidebar-widget.widget_pages ul.children li .sub-menu, .sidebar-widget.widget_pages ul.sub-menu li .children,
  .sidebar-widget.widget_pages ul.sub-menu li .sub-menu, .sidebar-widget.widget_nav_menu ul.children li .children,
  .sidebar-widget.widget_nav_menu ul.children li .sub-menu, .sidebar-widget.widget_nav_menu ul.sub-menu li .children,
  .sidebar-widget.widget_nav_menu ul.sub-menu li .sub-menu,
  .footer-widget.widget_archive ul.children li .children,
  .footer-widget.widget_archive ul.children li .sub-menu,
  .footer-widget.widget_archive ul.sub-menu li .children,
  .footer-widget.widget_archive ul.sub-menu li .sub-menu,
  .footer-widget.widget_categories ul.children li .children,
  .footer-widget.widget_categories ul.children li .sub-menu,
  .footer-widget.widget_categories ul.sub-menu li .children,
  .footer-widget.widget_categories ul.sub-menu li .sub-menu,
  .footer-widget.widget_pages ul.children li .children,
  .footer-widget.widget_pages ul.children li .sub-menu,
  .footer-widget.widget_pages ul.sub-menu li .children,
  .footer-widget.widget_pages ul.sub-menu li .sub-menu,
  .footer-widget.widget_nav_menu ul.children li .children,
  .footer-widget.widget_nav_menu ul.children li .sub-menu,
  .footer-widget.widget_nav_menu ul.sub-menu li .children,
  .footer-widget.widget_nav_menu ul.sub-menu li .sub-menu {
    display: block; }
    .sidebar-widget.widget_archive ul.children li .children li,
    .sidebar-widget.widget_archive ul.children li .sub-menu li, .sidebar-widget.widget_archive ul.sub-menu li .children li,
    .sidebar-widget.widget_archive ul.sub-menu li .sub-menu li, .sidebar-widget.widget_categories ul.children li .children li,
    .sidebar-widget.widget_categories ul.children li .sub-menu li, .sidebar-widget.widget_categories ul.sub-menu li .children li,
    .sidebar-widget.widget_categories ul.sub-menu li .sub-menu li, .sidebar-widget.widget_pages ul.children li .children li,
    .sidebar-widget.widget_pages ul.children li .sub-menu li, .sidebar-widget.widget_pages ul.sub-menu li .children li,
    .sidebar-widget.widget_pages ul.sub-menu li .sub-menu li, .sidebar-widget.widget_nav_menu ul.children li .children li,
    .sidebar-widget.widget_nav_menu ul.children li .sub-menu li, .sidebar-widget.widget_nav_menu ul.sub-menu li .children li,
    .sidebar-widget.widget_nav_menu ul.sub-menu li .sub-menu li,
    .footer-widget.widget_archive ul.children li .children li,
    .footer-widget.widget_archive ul.children li .sub-menu li,
    .footer-widget.widget_archive ul.sub-menu li .children li,
    .footer-widget.widget_archive ul.sub-menu li .sub-menu li,
    .footer-widget.widget_categories ul.children li .children li,
    .footer-widget.widget_categories ul.children li .sub-menu li,
    .footer-widget.widget_categories ul.sub-menu li .children li,
    .footer-widget.widget_categories ul.sub-menu li .sub-menu li,
    .footer-widget.widget_pages ul.children li .children li,
    .footer-widget.widget_pages ul.children li .sub-menu li,
    .footer-widget.widget_pages ul.sub-menu li .children li,
    .footer-widget.widget_pages ul.sub-menu li .sub-menu li,
    .footer-widget.widget_nav_menu ul.children li .children li,
    .footer-widget.widget_nav_menu ul.children li .sub-menu li,
    .footer-widget.widget_nav_menu ul.sub-menu li .children li,
    .footer-widget.widget_nav_menu ul.sub-menu li .sub-menu li {
      padding-left: 18px; }
.sidebar-widget.widget_nav_menu ul li,
.footer-widget.widget_nav_menu ul li {
  text-align: left; }
  .sidebar-widget.widget_nav_menu ul li a,
  .footer-widget.widget_nav_menu ul li a {
    display: block;
    float: none; }
.sidebar-widget.widget_meta ul li a,
.footer-widget.widget_meta ul li a {
  display: block;
  margin-bottom: 8px;
  color: #000000; }
  .sidebar-widget.widget_meta ul li a:hover,
  .footer-widget.widget_meta ul li a:hover {
    color: #212529; }
.sidebar-widget .textwidget .wp-caption,
.footer-widget .textwidget .wp-caption {
  position: relative; }
  .sidebar-widget .textwidget .wp-caption .wp-caption-text,
  .footer-widget .textwidget .wp-caption .wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff; }
  .sidebar-widget .textwidget .wp-caption.alignleft,
  .footer-widget .textwidget .wp-caption.alignleft {
    text-align: center; }
  .sidebar-widget .textwidget .wp-caption.alignright,
  .footer-widget .textwidget .wp-caption.alignright {
    text-align: right; }
  .sidebar-widget .textwidget .wp-caption.aligncenter,
  .footer-widget .textwidget .wp-caption.aligncenter {
    text-align: center; }
.sidebar-widget.widget_rss ul li a.rsswidget,
.footer-widget.widget_rss ul li a.rsswidget {
  color: #000000; }
  .sidebar-widget.widget_rss ul li a.rsswidget:hover,
  .footer-widget.widget_rss ul li a.rsswidget:hover {
    color: #212529; }
.sidebar-widget.widget_rss ul li .rss-date,
.footer-widget.widget_rss ul li .rss-date {
  display: block;
  font-size: 13px;
  margin-bottom: 10px; }
.sidebar-widget.widget_rss ul li + li,
.footer-widget.widget_rss ul li + li {
  padding-top: 15px;
  margin-top: 15px;
  border-top: solid 1px #e0e3e6; }
.sidebar-widget .recentcomments > a,
.footer-widget .recentcomments > a {
  display: block !important; }
.sidebar-widget.xpress-widget-posts ul li a,
.footer-widget.xpress-widget-posts ul li a {
  position: relative;
  line-height: 1.4; }
.sidebar-widget.xpress-widget-posts ul li span.post-date,
.footer-widget.xpress-widget-posts ul li span.post-date {
  color: #868e96;
  font-size: 80%; }
.sidebar-widget.xpress-widget-posts ul li + li,
.footer-widget.xpress-widget-posts ul li + li {
  padding-top: 10px;
  margin-top: 10px; }
.sidebar-widget.xpress-widget-posts ul li .thumbnail,
.footer-widget.xpress-widget-posts ul li .thumbnail {
  width: 80px;
  border-radius: 10px;
  overflow: hidden;
  float: left; }
  .sidebar-widget.xpress-widget-posts ul li .thumbnail a,
  .footer-widget.xpress-widget-posts ul li .thumbnail a {
    display: block; }
    .sidebar-widget.xpress-widget-posts ul li .thumbnail a img,
    .footer-widget.xpress-widget-posts ul li .thumbnail a img {
      display: block; }
  .sidebar-widget.xpress-widget-posts ul li .thumbnail + .detail,
  .footer-widget.xpress-widget-posts ul li .thumbnail + .detail {
    margin-left: 95px;
    min-height: 80px; }
.sidebar-widget.xpress-widget-posts ul li .detail h3,
.footer-widget.xpress-widget-posts ul li .detail h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
.sidebar-widget.xpress-widget-posts ul li .entry-meta,
.footer-widget.xpress-widget-posts ul li .entry-meta {
  font-size: 0.8rem;
  opacity: .5;
  margin-top: 5px; }

#wp-calendar {
  width: 100%;
  border-collapse: separate;
  overflow: hidden; }
  #wp-calendar caption {
    text-align: center;
    margin-top: 5px; }
  #wp-calendar thead tr th {
    text-align: center;
    padding: 5px;
    font-weight: 700; }
  #wp-calendar tbody tr td {
    text-align: center;
    padding: 5px; }
    #wp-calendar tbody tr td:first-child {
      border-left: 0; }
  #wp-calendar tfoot tr td {
    padding: 5px 15px; }
    #wp-calendar tfoot tr td#prev {
      text-align: left; }
    #wp-calendar tfoot tr td#next {
      text-align: right; }

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 120%; }

.say-hello {
  text-align: center;
  margin: 2rem auto; }

.responsive-embed {
  position: relative; }
  .responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 2; }
  .responsive-embed .re-ratio-holder {
    position: relative;
    z-index: 1;
    min-height: 100px; }

#masthead {
  background-color: #ffffff;
  border-bottom: solid 1px #e0e3e6;
  -moz-transition: padding ease-in-out 0.3s, background ease-in-out 0.1s;
  -o-transition: padding ease-in-out 0.3s, background ease-in-out 0.1s;
  -webkit-transition: padding ease-in-out 0.3s, background ease-in-out 0.1s;
  transition: padding ease-in-out 0.3s, background ease-in-out 0.1s; }
  @media screen and (max-width: 600px) {
    body.menu-opened #masthead {
      top: 0 !important; } }
  .admin-bar #masthead {
    top: 32px; }
    @media screen and (max-width: 782px) {
      .admin-bar #masthead {
        top: 46px; } }
  #masthead #logo .site-logo {
    margin: 0 0 3px 0;
    line-height: 120%;
    padding: 0; }
    #masthead #logo .site-logo a {
      display: block; }
    #masthead #logo .site-logo.logo-text a {
      color: #212529; }
      @media screen and (max-width: 576px) {
        #masthead #logo .site-logo.logo-text a {
          font-size: 20px; } }
    #masthead #logo .site-logo.image-logo {
      font-size: 0; }
      #masthead #logo .site-logo.image-logo .site-desc {
        color: #495057;
        font-size: 12px;
        font-weight: 400; }
      #masthead #logo .site-logo.image-logo img {
        display: block; }
        #masthead #logo .site-logo.image-logo img.homepage-logo {
          display: none; }
          .landing-page-template #masthead #logo .site-logo.image-logo img.homepage-logo, .homepage #masthead #logo .site-logo.image-logo img.homepage-logo {
            display: block; }
            @media screen and (max-width: 761px) {
              .landing-page-template #masthead #logo .site-logo.image-logo img.homepage-logo, .homepage #masthead #logo .site-logo.image-logo img.homepage-logo {
                display: none; } }
        #masthead #logo .site-logo.image-logo img.default-logo {
          display: block; }
          .landing-page-template #masthead #logo .site-logo.image-logo img.default-logo, .homepage #masthead #logo .site-logo.image-logo img.default-logo {
            display: none; }
            @media screen and (max-width: 761px) {
              .landing-page-template #masthead #logo .site-logo.image-logo img.default-logo, .homepage #masthead #logo .site-logo.image-logo img.default-logo {
                display: block; } }
  #masthead #logo .site-desc {
    display: block;
    font-size: 0.8em;
    font-weight: normal; }
    @media screen and (max-width: 576px) {
      #masthead #logo .site-desc {
        font-size: 12px; } }
  #masthead #top-bar {
    background-color: #e0e3e6;
    position: relative;
    z-index: 2; }
    #masthead #top-bar .socials ul li {
      padding: 5px 7px; }
      #masthead #top-bar .socials ul li:first-child {
        padding-left: 0; }
      #masthead #top-bar .socials ul li a {
        display: block; }
        #masthead #top-bar .socials ul li a img,
        #masthead #top-bar .socials ul li a svg {
          display: block;
          width: 24px;
          height: auto; }
          #masthead #top-bar .socials ul li a img path,
          #masthead #top-bar .socials ul li a svg path {
            fill: #495057; }
  #masthead #main-header {
    padding: 20px 0; }
    @media screen and (max-width: 991px) {
      #masthead #main-header {
        padding: 1rem 0; } }
    #masthead #main-header.header-with-search > .container > .row,
    #masthead #main-header.header-with-search > .container-fluid > .row {
      padding-right: 50px;
      position: relative; }
  #masthead .header-search-wrap.order-4 {
    margin-left: auto; }
    @media screen and (min-width: 768px) {
      #masthead .header-search-wrap.order-4 {
        margin-left: 0; } }

.site-navigation {
  display: inline-block;
  vertical-align: middle; }
  .site-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 9999; }
    .site-navigation ul li {
      display: inline-block;
      text-align: left;
      padding: 0;
      margin: 0;
      position: relative;
      vertical-align: top; }
      .site-navigation ul li > a {
        display: block;
        color: #212529;
        line-height: 1;
        padding: 10px; }
        .site-navigation ul li > a img {
          display: inline-block;
          height: 20px;
          width: auto; }
        .site-navigation ul li > a:hover {
          color: #007ee6; }
      .site-navigation ul li.current-menu-item > a:after {
        opacity: 1;
        bottom: 0; }
      .site-navigation ul li.shop-menu-item {
        line-height: 30px; }
        .site-navigation ul li.shop-menu-item > a {
          padding: 20px 10px; }
          .site-navigation ul li.shop-menu-item > a:after {
            display: none; }
        .site-navigation ul li.shop-menu-item span.count {
          position: absolute;
          color: #212529;
          min-width: 20px;
          height: 20px;
          font-size: 12px;
          display: block;
          background: #ffffff;
          text-align: center;
          line-height: 20px;
          top: 0;
          right: 0;
          margin: 11px -4px; }
      .site-navigation ul li.account-menu-item {
        margin-left: 0; }
        .site-navigation ul li.account-menu-item a.no-label {
          font-size: 0;
          padding: 20px 0 20px 10px; }
          .site-navigation ul li.account-menu-item a.no-label:after {
            position: inherit;
            opacity: 1;
            margin-left: 5px;
            background-color: transparent;
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 3px 0 3px;
            border-color: #ffffff transparent transparent transparent; }
        .site-navigation ul li.account-menu-item ul.sub-menu {
          width: 120px !important;
          left: auto !important;
          right: 0;
          text-align: right; }
      .site-navigation ul li.menu-item-has-children > a {
        padding-right: 22px; }
        .site-navigation ul li.menu-item-has-children > a:after {
          content: '';
          display: inline-block !important;
          width: 7px;
          height: 7px;
          transform: rotate(45deg) translate(8px, -8px);
          box-shadow: 2px 2px 1px #212529;
          margin-bottom: 8px;
          vertical-align: middle; }
          footer#colofon .site-navigation ul li.menu-item-has-children > a:after {
            box-shadow: 2px 2px 1px #868e96; }
        .site-navigation ul li.menu-item-has-children > a:hover:after {
          box-shadow: 2px 2px 1px #007ee6; }
          footer#colofon .site-navigation ul li.menu-item-has-children > a:hover:after {
            box-shadow: 2px 2px 1px #868e96; }
      .site-navigation ul li.menu-item-has-children ul.sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        width: 180px;
        left: 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
        footer#colofon .site-navigation ul li.menu-item-has-children ul.sub-menu {
          top: auto;
          bottom: 100%; }
        .site-navigation ul li.menu-item-has-children ul.sub-menu:before {
          content: '';
          display: block;
          position: absolute;
          left: 15px;
          bottom: 100%;
          border-width: 0 6px 8px 6px;
          border-style: solid;
          border-color: transparent transparent #ffffff transparent; }
          footer#colofon .site-navigation ul li.menu-item-has-children ul.sub-menu:before {
            border-width: 8px 6px 0 6px;
            bottom: auto;
            top: 100%;
            border-color: #ffffff transparent transparent transparent; }
        .site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item {
          background-color: #ffffff;
          margin: 0;
          overflow: visible;
          display: block; }
          .site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item a {
            padding: 15px;
            line-height: 1.4;
            color: #000000;
            font-size: 13px; }
            .site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item a:hover {
              color: #212529; }
            .site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item a:after {
              display: none; }
          .site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item:hover {
            background-color: #e0e3e6; }
          .site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item a:hover {
            color: #007ee6;
            background-color: rgba(134, 142, 150, 0.1); }
          .site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item:hover {
            background-color: #ffffff !important; }
            .site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item:hover a {
              color: #007ee6;
              background-color: rgba(134, 142, 150, 0.1); }
          .site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item.menu-item-has-children > a:after {
            transform: rotate(45deg) translate(-1px, 1px);
            float: right; }
          .site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item.menu-item-has-children > a:hover:after {
            transform: rotate(-45deg) translate(-5px, 1px); }
          .site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item ul.sub-menu {
            top: 0;
            left: 100%; }
            footer#colofon .site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item ul.sub-menu {
              top: 0; }
            .site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item ul.sub-menu:before {
              left: auto;
              right: 100%;
              bottom: auto;
              top: 15px;
              border-width: 6px 8px 6px 0;
              border-color: transparent #ffffff transparent transparent; }
              footer#colofon .site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item ul.sub-menu:before {
                top: 15px;
                border-width: 6px 8px 6px 0;
                border-color: transparent #ffffff transparent transparent; }
          .site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item + li.menu-item {
            border-top: solid 1px #e0e3e6; }
      .site-navigation ul li.menu-item-has-children:hover > ul.sub-menu {
        display: block; }
  .site-navigation#main-navigation ul li.menu-item.menu-item-has-children:hover {
    background-color: rgba(134, 142, 150, 0.1); }
  .site-navigation#top-bar-menu {
    display: block; }
    .site-navigation#top-bar-menu ul li {
      vertical-align: middle;
      margin: 0; }
      @media screen and (max-width: 576px) {
        .site-navigation#top-bar-menu ul li {
          margin: 0 5px; } }
      .site-navigation#top-bar-menu ul li:first-child {
        margin-left: 0 !important; }
      .site-navigation#top-bar-menu ul li a {
        font-size: 0.8rem;
        font-weight: 400;
        padding: 0.7rem;
        color: #495057; }
      .site-navigation#top-bar-menu ul li:hover {
        background-color: inherit !important; }
      .site-navigation#top-bar-menu ul li ul.sub-menu li {
        background-color: #ffffff !important;
        margin: 0 !important; }
        .site-navigation#top-bar-menu ul li ul.sub-menu li a {
          padding: 10px; }
      .site-navigation#top-bar-menu ul li.menu-item-has-children > a {
        padding-right: 15px !important; }
        .site-navigation#top-bar-menu ul li.menu-item-has-children > a:after {
          width: 5px;
          height: 5px;
          box-shadow: 1px 1px 1px #495057; }

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    flex: 0 0 auto;
    min-width: 40px;
    border-radius: 5px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    margin: 5px;
    border: solid 1px #c2c6d8;
    color: #c2c6d8; }
    @media screen and (max-width: 640px) {
      .wp-pagenavi a,
      .wp-pagenavi span {
        display: none;
        min-width: 32px;
        line-height: 15px;
        padding: 5px 7.5px; }
        .wp-pagenavi a.previouspostslink, .wp-pagenavi a.first, .wp-pagenavi a.last, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.current,
        .wp-pagenavi span.previouspostslink,
        .wp-pagenavi span.first,
        .wp-pagenavi span.last,
        .wp-pagenavi span.nextpostslink,
        .wp-pagenavi span.current {
          display: block; } }
    .wp-pagenavi a.pages,
    .wp-pagenavi span.pages {
      font-size: 1rem;
      color: #a9a9a9;
      border: 0;
      margin: 0;
      line-height: 32px; }
      @media screen and (max-width: 640px) {
        .wp-pagenavi a.pages,
        .wp-pagenavi span.pages {
          display: block; } }
    .wp-pagenavi a.current,
    .wp-pagenavi span.current {
      background: #dddddd;
      border: solid 1px #dddddd;
      color: #b5b5b5;
      font-weight: 500; }
  .wp-pagenavi a:hover {
    border: solid 1px #9999bb;
    color: #7c7cad; }

#menu-trigger {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin-left: 10px;
  transform: rotate(0);
  position: relative;
  cursor: pointer;
  transition: transform ease-in-out .2s;
  margin-right: -10px; }
  #menu-trigger span {
    width: 20px;
    height: 2px;
    background: #212529;
    display: block;
    margin: 19px 10px; }
  #menu-trigger:before, #menu-trigger:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #212529;
    left: 10px;
    transition: transform ease-in-out .2s; }
  #menu-trigger:before {
    top: 12px;
    transform-origin: bottom center; }
  #menu-trigger:after {
    bottom: 12px;
    transform-origin: top center; }

#mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9;
  height: auto;
  transition: opacity ease-in-out .2s, visibility ease-in-out .2s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7); }
  .admin-bar #mobile-menu {
    top: 32px; }
    @media screen and (max-width: 782px) {
      .admin-bar #mobile-menu {
        top: 0; } }
  #mobile-menu .close-menu {
    font-size: 0;
    line-height: 0; }
    #mobile-menu .close-menu.cm-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    #mobile-menu .close-menu.cm-btn {
      display: inline-block;
      width: 50px;
      height: 50px;
      position: absolute;
      right: 10px;
      z-index: 3; }
      #mobile-menu .close-menu.cm-btn:after, #mobile-menu .close-menu.cm-btn:before {
        content: '';
        display: block;
        width: 18px;
        height: 2px;
        background-color: #ffffff;
        position: absolute;
        right: 0;
        margin: 24px 16px;
        cursor: pointer; }
      #mobile-menu .close-menu.cm-btn:before {
        transform: rotate(45deg); }
      #mobile-menu .close-menu.cm-btn:after {
        transform: rotate(-45deg); }
  #mobile-menu .mobile-menu-wrapper {
    position: absolute;
    z-index: 2;
    text-align: left;
    height: 100%;
    width: 240px;
    top: 0;
    left: 0;
    margin-left: -240px;
    overflow: auto;
    background-color: #ffffff;
    padding: 40px 0 0 0;
    text-align: right;
    transition: margin ease-in-out .2s; }
    #mobile-menu .mobile-menu-wrapper .site-navigation {
      display: block;
      text-align: left; }
      #mobile-menu .mobile-menu-wrapper .site-navigation ul li a {
        line-height: 30px;
        font-size: 16px;
        font-weight: 600;
        padding: 10px 20px;
        color: #212529; }
      #mobile-menu .mobile-menu-wrapper .site-navigation ul li.menu-item {
        display: block; }
        #mobile-menu .mobile-menu-wrapper .site-navigation ul li.menu-item.menu-item-has-children > a:after {
          display: none !important; }
        #mobile-menu .mobile-menu-wrapper .site-navigation ul li.menu-item ul.sub-menu {
          position: relative;
          display: block;
          width: 100%;
          box-shadow: none;
          top: auto;
          border-radius: 0 !important;
          background-color: #edeff1; }
          #mobile-menu .mobile-menu-wrapper .site-navigation ul li.menu-item ul.sub-menu li.menu-item {
            background-color: transparent;
            border-radius: 0 !important; }
            #mobile-menu .mobile-menu-wrapper .site-navigation ul li.menu-item ul.sub-menu li.menu-item a {
              font-size: 14px;
              color: #495057;
              padding: 10px 20px;
              line-height: 20px;
              border-radius: 0 !important; }
            #mobile-menu .mobile-menu-wrapper .site-navigation ul li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item a {
              padding: 10px 30px; }
          #mobile-menu .mobile-menu-wrapper .site-navigation ul li.menu-item ul.sub-menu ul.sub-menu {
            left: auto; }
  #mobile-menu.menu-opened {
    transition: opacity ease-in-out .2s, visibility ease-in-out .2s;
    opacity: 1;
    visibility: visible; }
    #mobile-menu.menu-opened .mobile-menu-wrapper {
      margin-left: 0; }

.admin-bar .page-wrapper {
  position: relative;
  top: 32px; }
  @media screen and (max-width: 782px) {
    .admin-bar .page-wrapper {
      top: 46px; } }
.page-wrapper .container {
  width: 95%; }
  @media screen and (max-width: 1024px) {
    .page-wrapper .container {
      max-width: 100%; } }
.page-wrapper.boxed-layout {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 1024px) {
    .page-wrapper.boxed-layout {
      width: 100%; } }

h4.widget-title {
  padding: 10px 0;
  line-height: 24px;
  font-size: 1.2em;
  margin-bottom: 10px; }

#page-header {
  padding: 50px 0;
  background: #d8dbdf;
  background: -moz-linear-gradient(45deg, #e0e3e6 35%, #d8dbdf 100%);
  background: -webkit-linear-gradient(45deg, #e0e3e6 35%, #d8dbdf 100%);
  background: linear-gradient(45deg, #e0e3e6 35%, #d8dbdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0e3e6",endColorstr="#d8dbdf",GradientType=0);
  background-size: cover !important;
  background-position: center !important; }
  @media screen and (max-width: 1080px) {
    #page-header {
      padding: 35px 0 !important; } }
  @media screen and (max-width: 576px) {
    #page-header {
      padding: 25px 0 !important; } }
  #page-header h1.page-title-title {
    color: #212529;
    font-size: 36px;
    margin-bottom: 1rem; }
    #page-header h1.page-title-title:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 761px) {
      #page-header h1.page-title-title {
        font-size: 24px; } }
    @media screen and (max-width: 576px) {
      #page-header h1.page-title-title {
        font-size: 18px; } }
    #page-header h1.page-title-title .search-result {
      display: block;
      line-height: 100%;
      font-size: 16px; }
  #page-header.feature-image-exist {
    position: relative; }
    #page-header.feature-image-exist:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-color: #212529 !important; }
    #page-header.feature-image-exist h1.page-title-title {
      color: #ffffff; }
    #page-header.feature-image-exist .entry-meta {
      color: rgba(255, 255, 255, 0.5); }
      #page-header.feature-image-exist .entry-meta span {
        color: rgba(255, 255, 255, 0.5); }
        #page-header.feature-image-exist .entry-meta span a {
          color: rgba(255, 255, 255, 0.5); }
          #page-header.feature-image-exist .entry-meta span a:hover {
            color: #ffffff; }
  #page-header.single-page-header {
    position: relative; }
    #page-header.single-page-header:before {
      content: '';
      background-color: #e0e3e6;
      z-index: 1;
      opacity: 0.5; }
    #page-header.single-page-header .container {
      position: relative;
      z-index: 2; }

.breadcrumbs {
  padding-bottom: 2rem; }
  .breadcrumbs span,
  .breadcrumbs a {
    font-size: .8rem;
    color: #bababa;
    line-height: 120%;
    font-family: "Source Sans Pro", -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-weight: 600; }

#maincontent {
  padding: 50px 0;
  min-height: 60vh; }
  #page-header + #maincontent {
    margin-top: 0; }
  @media screen and (max-width: 761px) {
    #maincontent {
      padding: 40px 0; } }
  #maincontent.singled-style {
    position: relative;
    z-index: 2; }

@media screen and (min-width: 800px) {
  #contentarea.fullwidth {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  #contentarea.layout-compact, #contentarea.fullwidth.layout-compact {
    width: 100% !important;
    max-width: 830px !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  #contentarea.layout-compact {
    margin-left: auto !important;
    margin-right: auto !important; } }

#sidebar .widget {
  float: left;
  clear: both;
  width: 100%; }

header.archive-header {
  background-color: #eeeeee;
  margin-bottom: 3rem;
  padding: 1rem; }
  header.archive-header h2.archive-title {
    font-size: 1em; }

.elementor {
  min-height: 70vh; }

footer#colofon {
  color: #ffffff; }
  footer#colofon a:hover, footer#colofon a:visited, footer#colofon a:link {
    color: #ffffff; }
    footer#colofon a:hover:hover, footer#colofon a:visited:hover, footer#colofon a:link:hover {
      color: rgba(255, 255, 255, 0.5); }
  footer#colofon h1, footer#colofon h2, footer#colofon h3, footer#colofon h4, footer#colofon h5, footer#colofon h6 {
    color: #ffffff; }
  footer#colofon .footer-section {
    padding: 50px 0;
    background-color: #212529; }
    @media screen and (max-width: 761px) {
      footer#colofon .footer-section {
        padding-top: 40px;
        padding-bottom: 0; } }
    footer#colofon .footer-section.footer-widgets .row {
      margin: 0 -1rem !important; }
      footer#colofon .footer-section.footer-widgets .row .footer-widget {
        margin-bottom: 2rem;
        padding: 0 1rem !important; }
    footer#colofon .footer-section .footer-widget .site-navigation {
      display: block; }
      footer#colofon .footer-section .footer-widget .site-navigation ul {
        display: block; }
        footer#colofon .footer-section .footer-widget .site-navigation ul li.menu-item {
          display: block; }
          @media screen and (max-width: 577px) {
            footer#colofon .footer-section .footer-widget .site-navigation ul li.menu-item {
              text-align: center !important; } }
          footer#colofon .footer-section .footer-widget .site-navigation ul li.menu-item a {
            padding: 10px 0; }
            footer#colofon .footer-section .footer-widget .site-navigation ul li.menu-item a:after {
              display: none; }
        footer#colofon .footer-section .footer-widget .site-navigation ul.sub-menu {
          position: relative;
          top: 0;
          left: 0 !important;
          display: block; }
          footer#colofon .footer-section .footer-widget .site-navigation ul.sub-menu li.menu-item {
            background-color: transparent !important; }
            footer#colofon .footer-section .footer-widget .site-navigation ul.sub-menu li.menu-item a {
              font-family: "Source Sans Pro", -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-weight: 400;
              line-height: 15px;
              font-size: 15px; }
    footer#colofon .footer-section .footer-widget .socials ul li .icon {
      color: #ffffff; }
    footer#colofon .footer-section .footer-widget .socials ul li:hover .icon {
      background-color: #ffffff;
      color: #212529;
      border-color: #ffffff; }
    footer#colofon .footer-section .footer-widget .newsletter-box .btn, footer#colofon .footer-section .footer-widget .newsletter-box .entry-content .wp-block-button .wp-block-button__link, .entry-content .wp-block-button footer#colofon .footer-section .footer-widget .newsletter-box .wp-block-button__link, footer#colofon .footer-section .footer-widget .newsletter-box .comment-respond p.form-submit input, .comment-respond p.form-submit footer#colofon .footer-section .footer-widget .newsletter-box input {
      background-color: #ffffff;
      color: #212529; }
      footer#colofon .footer-section .footer-widget .newsletter-box .btn:hover, footer#colofon .footer-section .footer-widget .newsletter-box .entry-content .wp-block-button .wp-block-button__link:hover, .entry-content .wp-block-button footer#colofon .footer-section .footer-widget .newsletter-box .wp-block-button__link:hover, footer#colofon .footer-section .footer-widget .newsletter-box .comment-respond p.form-submit input:hover, .comment-respond p.form-submit footer#colofon .footer-section .footer-widget .newsletter-box input:hover {
        background-color: #495057;
        color: #ffffff; }
  footer#colofon .site-info {
    background-color: #1a1d21;
    padding: 15px 0; }
    footer#colofon .site-info .site-navigation ul li {
      margin: 0; }
      footer#colofon .site-info .site-navigation ul li a {
        font-size: 1rem;
        padding: 10px; }
        @media screen and (max-width: 800px) {
          footer#colofon .site-info .site-navigation ul li a {
            padding: 0 5px; } }

a.backto-top {
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 8;
  font-size: 0;
  line-height: 35px;
  width: 40px;
  border-radius: 20px;
  height: 40px;
  background: #ffffff;
  text-align: center;
  border: solid 1px #e0e3e6;
  cursor: pointer;
  transform: translateY(0);
  transition: box-shadow ease-in-out .2s, transform ease-in-out .2s; }
  a.backto-top:hover {
    transform: translateY(-5px); }
  a.backto-top img,
  a.backto-top svg {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: auto;
    margin-top: 13px; }
    a.backto-top img path,
    a.backto-top svg path {
      fill: #495057;
      stroke: #868e96; }
  a.backto-top:hover {
    border: solid 1px #007ee6; }
    a.backto-top:hover svg path {
      stroke: #007ee6; }

/* Pages Styles */

/*# sourceMappingURL=styles.min.css.map */
