/*!*********************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../../node_modules/animate.css/source/_vars.css ***!
  \*********************************************************************************************************************************/
.animated {
  --animate-duration: 1s;
  --animate-delay: 1s;
}

/*!*********************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../../node_modules/animate.css/source/_base.css ***!
  \*********************************************************************************************************************************/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important; 
  }
}

/*!*****************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../../node_modules/animate.css/source/flippers/flip.css ***!
  \*****************************************************************************************************************************************/
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../../node_modules/resolve-url-loader/index.js??ruleSet[1].rules[3].use[3]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!../../node_modules/import-glob/index.js!./styles/main.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Colors
 */
/**
 * SCSS Variables.
 *
 * Please use variables from this sheet to ensure consistency across the UI.
 * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
 * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
 */
/**
 * Colors
 */
/**
 * Fonts & basic variables.
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Dimensions.
 */
/**
 * Shadows.
 */
/**
 * Editor widths.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
/**
 * Breakpoints & Media Queries
 */
:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color--rgb: 0, 124, 186;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
  --wp-admin-theme-color-darker-20: #005a87;
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
  --wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px;
  }
}

/**
 * Source: https://makandracards.com/makandra/42500-sass-how-to-convert-an-rgba-color-to-its-rgb-look-alike
 * @example: background-color: rgba-to-rgb(rgba($primary, .25));
 */
/**
 * Change font size @ app/blocks.php
 */
/*
 * Designing Websites for iPhone X
 * @see https://bitsofco.de/css-environment-variables/
 * @see https://webkit.org/blog/7929/designing-websites-for-iphone-x/
 */
/**
 * Ignores :focus-visible
 * Class .focus-visible used from polyfill
 */
/*
A simple little SCSS mixin for creating scrim gradients
Inspired by Andreas Larson - https://github.com/larsenwork
https://css-tricks.com/easing-linear-gradients/
*/
/* Custom Indicators */
/**
 * Outline Setup
 *
 * This will hide the focus indicator if the element receives focus via the mouse,
 * but it will still show up on keyboard focus.
 * @link https://github.com/WICG/focus-visible
*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

/**
 * Bootstrap navbar toggle fix
 * @url https://github.com/twbs/bootstrap/issues/25211#issuecomment-431058942
 * @url https://git.io/fADqW
 */
/** Import everything from autoload */
/*!
 * Bootstrap v4.4.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: #ea2f36;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ea2f36;
  --secondary: #2a2e35;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ea2f36;
  --light: #f5f5f7;
  --dark: #22252c;
  --anthracite-dark: #22252c;
  --anthracite-light: #2a2e35;
  --black: #000;
  --red: #ea2f36;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", -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: "Space Mono", Courier, Monaco, monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: "Roboto", -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.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #242424;
  text-align: left;
  background-color: #fff;
}
@media (max-width: 1200px) {
  body {
    font-size: calc(0.8675rem + 0.51vw);
  }
}

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

hr {
  -webkit-box-sizing: content-box;
          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: 1.5rem;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #ea2f36;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #e81820;
  text-decoration: none;
}

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

pre,
code,
kbd,
samp {
  font-family: "Space Mono", Courier, Monaco, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption, .wp-block-table figcaption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(0.8925rem + 0.81vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", Roboto, -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: 1.2;
  color: #242424;
}

h1, .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(0.9925rem + 2.01vw);
  }
}

h2, .h2 {
  font-size: 2.1875rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(0.96125rem + 1.635vw);
  }
}

h3, .h3 {
  font-size: 1.875rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(0.93rem + 1.26vw);
  }
}

h4, .h4 {
  font-size: 1.5625rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(0.89875rem + 0.885vw);
  }
}

h5, .h5 {
  font-size: 1.40625rem;
}
@media (max-width: 1200px) {
  h5, .h5 {
    font-size: calc(0.883125rem + 0.6975vw);
  }
}

h6, .h6 {
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  h6, .h6 {
    font-size: calc(0.8675rem + 0.51vw);
  }
}

.lead {
  font-size: 1.5625rem;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .lead {
    font-size: calc(0.89875rem + 0.885vw);
  }
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.3425rem + 6.21vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.2925rem + 5.61vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.1925rem + 4.41vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.0925rem + 3.21vw);
  }
}

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

small,
.small,
.comment-respond .comment-notes {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline, .social-icons-list {
  padding-left: 0;
  list-style: none;
}

.list-inline-item, .social-icons-list-item {
  display: inline-block;
}
.list-inline-item:not(:last-child), .social-icons-list-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote, blockquote.wp-block-quote p {
  margin-bottom: 1rem;
  font-size: 1.5625rem;
}
@media (max-width: 1200px) {
  .blockquote, blockquote.wp-block-quote p {
    font-size: calc(0.89875rem + 0.885vw);
  }
}

.blockquote-footer, blockquote.wp-block-quote.is-style-large cite, blockquote.wp-block-quote cite {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before, blockquote.wp-block-quote.is-style-large cite::before, blockquote.wp-block-quote cite::before {
  content: "— ";
}

.img-fluid, .wp-block-image img {
  max-width: 100%;
  height: auto;
}

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

.figure {
  display: inline-block;
}

.figure-img, .wp-block-image img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption, .wp-block-video figcaption,
.wp-block-embed.is-type-video figcaption, .wp-block-image figcaption,
.wp-block-gallery figcaption, .wp-block-audio figcaption {
  font-size: 1rem;
  color: #6c757d;
}
@media (max-width: 1200px) {
  .figure-caption, .wp-block-video figcaption,
.wp-block-embed.is-type-video figcaption, .wp-block-image figcaption,
.wp-block-gallery figcaption, .wp-block-audio figcaption {
    font-size: calc(0.8425rem + 0.21vw);
  }
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #242424;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #242424;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 800px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

.table-bordered, .wp-block-table.is-style-stripes table, .wp-block-table table {
  border: 1px solid #dee2e6;
}
.table-bordered th, .wp-block-table.is-style-stripes table th, .wp-block-table table th,
.table-bordered td,
.wp-block-table.is-style-stripes table td,
.wp-block-table table td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th, .wp-block-table.is-style-stripes table thead th, .wp-block-table table thead th,
.table-bordered thead td,
.wp-block-table.is-style-stripes table thead td,
.wp-block-table table 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), .wp-block-table.is-style-stripes table tbody tr:nth-of-type(odd) {
  background-color: rgba(34, 37, 44, 0.05);
}

.table-hover tbody tr:hover {
  color: #242424;
  background-color: rgba(34, 37, 44, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f9c5c7;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #f49396;
}

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

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

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

.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: #f9c5c7;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f49396;
}

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

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c2c4;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8c8e91;
}

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

.table-anthracite-dark,
.table-anthracite-dark > th,
.table-anthracite-dark > td {
  background-color: #c1c2c4;
}
.table-anthracite-dark th,
.table-anthracite-dark td,
.table-anthracite-dark thead th,
.table-anthracite-dark tbody + tbody {
  border-color: #8c8e91;
}

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

.table-anthracite-light,
.table-anthracite-light > th,
.table-anthracite-light > td {
  background-color: #c3c4c6;
}
.table-anthracite-light th,
.table-anthracite-light td,
.table-anthracite-light thead th,
.table-anthracite-light tbody + tbody {
  border-color: #909296;
}

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

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8;
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a;
}

.table-hover .table-black:hover {
  background-color: #ababab;
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #ababab;
}

.table-red,
.table-red > th,
.table-red > td {
  background-color: #f9c5c7;
}
.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #f49396;
}

.table-hover .table-red:hover {
  background-color: #f7aeb1;
}
.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: #f7aeb1;
}

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

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

.table .thead-dark th, .wp-block-table table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th, .wp-block-table 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, .wp-block-table table.table-dark {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd), .wp-block-table.is-style-stripes table.table-dark 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, .wp-block-table .table-responsive-sm > table {
    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, .wp-block-table .table-responsive-md > table {
    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, .wp-block-table .table-responsive-lg > table {
    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, .wp-block-table .table-responsive-xl > table {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered, .wp-block-table .table-responsive > table {
  border: 0;
}

.form-control, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.15rem + 2px);
  padding: 0.575rem 0.75rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.3rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (max-width: 1200px) {
  .form-control, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
    font-size: calc(0.8675rem + 0.51vw);
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand, .comment-form input[type=text]::-ms-expand,
.comment-form input[type=email]::-ms-expand,
.comment-form input[type=url]::-ms-expand,
.comment-form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f38c90;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 24, 32, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(232, 24, 32, 0.25);
}
.form-control::-webkit-input-placeholder, .comment-form input[type=text]::-webkit-input-placeholder, .comment-form input[type=email]::-webkit-input-placeholder, .comment-form input[type=url]::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder, .comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form input[type=url]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .comment-form input[type=text]:-ms-input-placeholder, .comment-form input[type=email]:-ms-input-placeholder, .comment-form input[type=url]:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .comment-form input[type=text]::-ms-input-placeholder, .comment-form input[type=email]::-ms-input-placeholder, .comment-form input[type=url]::-ms-input-placeholder, .comment-form textarea::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .comment-form input[type=text]:disabled,
.comment-form input[type=email]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled, .form-control[readonly], .comment-form input[readonly][type=text],
.comment-form input[readonly][type=email],
.comment-form input[readonly][type=url],
.comment-form textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

.col-form-label {
  padding-top: calc(0.575rem + 1px);
  padding-bottom: calc(0.575rem + 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.5625rem;
  line-height: 2;
}
@media (max-width: 1200px) {
  .col-form-label-lg {
    font-size: calc(0.89875rem + 0.885vw);
  }
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.03125rem;
  line-height: 1.25;
}
@media (max-width: 1200px) {
  .col-form-label-sm {
    font-size: calc(0.845625rem + 0.2475vw);
  }
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.575rem 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #242424;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
@media (max-width: 1200px) {
  .form-control-plaintext {
    font-size: calc(0.8675rem + 0.51vw);
  }
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.25em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.03125rem;
  line-height: 1.25;
  border-radius: 0.2rem;
}
@media (max-width: 1200px) {
  .form-control-sm {
    font-size: calc(0.845625rem + 0.2475vw);
  }
}

.form-control-lg {
  height: calc(2em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.5625rem;
  line-height: 2;
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .form-control-lg {
    font-size: calc(0.89875rem + 0.885vw);
  }
}

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

textarea.form-control,
.comment-form textarea {
  height: auto;
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.03125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.3rem;
}
@media (max-width: 1200px) {
  .valid-tooltip {
    font-size: calc(0.845625rem + 0.2475vw);
  }
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.wpcf7-form.invalid [aria-required=true][aria-invalid=false] ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.wpcf7-form.invalid [aria-required=true][aria-invalid=false] ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .comment-form input[type=text]:valid, .comment-form .was-validated input[type=text]:valid,
.was-validated .comment-form input[type=email]:valid,
.comment-form .was-validated input[type=email]:valid,
.was-validated .comment-form input[type=url]:valid,
.comment-form .was-validated input[type=url]:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, .form-control.is-valid, .wpcf7-form.invalid .form-control[aria-required=true][aria-invalid=false], .comment-form input.is-valid[type=text], .comment-form .wpcf7-form.invalid input[type=text][aria-required=true][aria-invalid=false], .wpcf7-form.invalid .comment-form input[type=text][aria-required=true][aria-invalid=false],
.comment-form input.is-valid[type=email],
.comment-form .wpcf7-form.invalid input[type=email][aria-required=true][aria-invalid=false],
.wpcf7-form.invalid .comment-form input[type=email][aria-required=true][aria-invalid=false],
.comment-form input.is-valid[type=url],
.comment-form .wpcf7-form.invalid input[type=url][aria-required=true][aria-invalid=false],
.wpcf7-form.invalid .comment-form input[type=url][aria-required=true][aria-invalid=false],
.comment-form textarea.is-valid,
.comment-form .wpcf7-form.invalid textarea[aria-required=true][aria-invalid=false],
.wpcf7-form.invalid .comment-form textarea[aria-required=true][aria-invalid=false] {
  border-color: #28a745;
  padding-right: calc(1.5em + 1.15rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.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%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.2875rem) center;
  background-size: calc(0.75em + 0.575rem) calc(0.75em + 0.575rem);
}
.was-validated .form-control:valid:focus, .was-validated .comment-form input[type=text]:valid:focus, .comment-form .was-validated input[type=text]:valid:focus,
.was-validated .comment-form input[type=email]:valid:focus,
.comment-form .was-validated input[type=email]:valid:focus,
.was-validated .comment-form input[type=url]:valid:focus,
.comment-form .was-validated input[type=url]:valid:focus,
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus, .form-control.is-valid:focus, .wpcf7-form.invalid .form-control[aria-required=true][aria-invalid=false]:focus, .comment-form input.is-valid[type=text]:focus, .comment-form .wpcf7-form.invalid input[type=text][aria-required=true][aria-invalid=false]:focus, .wpcf7-form.invalid .comment-form input[type=text][aria-required=true][aria-invalid=false]:focus,
.comment-form input.is-valid[type=email]:focus,
.comment-form .wpcf7-form.invalid input[type=email][aria-required=true][aria-invalid=false]:focus,
.wpcf7-form.invalid .comment-form input[type=email][aria-required=true][aria-invalid=false]:focus,
.comment-form input.is-valid[type=url]:focus,
.comment-form .wpcf7-form.invalid input[type=url][aria-required=true][aria-invalid=false]:focus,
.wpcf7-form.invalid .comment-form input[type=url][aria-required=true][aria-invalid=false]:focus,
.comment-form textarea.is-valid:focus,
.comment-form .wpcf7-form.invalid textarea[aria-required=true][aria-invalid=false]:focus,
.wpcf7-form.invalid .comment-form textarea[aria-required=true][aria-invalid=false]:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid, .wpcf7-form.invalid select.form-control[aria-required=true][aria-invalid=false] {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, textarea.form-control.is-valid, .wpcf7-form.invalid textarea.form-control[aria-required=true][aria-invalid=false],
.comment-form textarea.is-valid,
.comment-form .wpcf7-form.invalid textarea[aria-required=true][aria-invalid=false],
.wpcf7-form.invalid .comment-form textarea[aria-required=true][aria-invalid=false] {
  padding-right: calc(1.5em + 1.15rem);
  background-position: top calc(0.375em + 0.2875rem) right calc(0.375em + 0.2875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid, .wpcf7-form.invalid .custom-select[aria-required=true][aria-invalid=false] {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.6125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.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%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.575rem) calc(0.75em + 0.575rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus, .wpcf7-form.invalid .custom-select[aria-required=true][aria-invalid=false]:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label, .wpcf7-form.invalid .form-check-input[aria-required=true][aria-invalid=false] ~ .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, .wpcf7-form.invalid .form-check-input[aria-required=true][aria-invalid=false] ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.wpcf7-form.invalid .form-check-input[aria-required=true][aria-invalid=false] ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .was-validated .comment-form input[type=checkbox]:valid ~ .custom-control-label, .comment-form .was-validated input[type=checkbox]:valid ~ .custom-control-label, .was-validated .comment-form-cookies-consent .custom-control-input:valid ~ label, .was-validated .comment-form-cookies-consent .comment-form input[type=checkbox]:valid ~ label, .comment-form .was-validated .comment-form-cookies-consent input[type=checkbox]:valid ~ label, .comment-form-cookies-consent .was-validated .custom-control-input:valid ~ label, .comment-form-cookies-consent .was-validated .comment-form input[type=checkbox]:valid ~ label, .comment-form .comment-form-cookies-consent .was-validated input[type=checkbox]:valid ~ label, .custom-control-input.is-valid ~ .custom-control-label, .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=false] ~ .custom-control-label, .comment-form input.is-valid[type=checkbox] ~ .custom-control-label, .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=false] ~ .custom-control-label, .wpcf7-form.invalid .comment-form input[type=checkbox][aria-required=true][aria-invalid=false] ~ .custom-control-label, .comment-form-cookies-consent .custom-control-input.is-valid ~ label, .comment-form-cookies-consent .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=false] ~ label, .wpcf7-form.invalid .comment-form-cookies-consent .custom-control-input[aria-required=true][aria-invalid=false] ~ label, .comment-form-cookies-consent .comment-form input.is-valid[type=checkbox] ~ label, .comment-form-cookies-consent .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=false] ~ label, .wpcf7-form.invalid .comment-form-cookies-consent .comment-form input[type=checkbox][aria-required=true][aria-invalid=false] ~ label, .comment-form .comment-form-cookies-consent input.is-valid[type=checkbox] ~ label, .comment-form .comment-form-cookies-consent .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=false] ~ label, .wpcf7-form.invalid .comment-form .comment-form-cookies-consent input[type=checkbox][aria-required=true][aria-invalid=false] ~ label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .was-validated .comment-form input[type=checkbox]:valid ~ .custom-control-label::before, .comment-form .was-validated input[type=checkbox]:valid ~ .custom-control-label::before, .was-validated .comment-form-cookies-consent .custom-control-input:valid ~ label::before, .was-validated .comment-form-cookies-consent .comment-form input[type=checkbox]:valid ~ label::before, .comment-form .was-validated .comment-form-cookies-consent input[type=checkbox]:valid ~ label::before, .comment-form-cookies-consent .was-validated .custom-control-input:valid ~ label::before, .comment-form-cookies-consent .was-validated .comment-form input[type=checkbox]:valid ~ label::before, .comment-form .comment-form-cookies-consent .was-validated input[type=checkbox]:valid ~ label::before, .custom-control-input.is-valid ~ .custom-control-label::before, .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=false] ~ .custom-control-label::before, .comment-form input.is-valid[type=checkbox] ~ .custom-control-label::before, .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=false] ~ .custom-control-label::before, .wpcf7-form.invalid .comment-form input[type=checkbox][aria-required=true][aria-invalid=false] ~ .custom-control-label::before, .comment-form-cookies-consent .custom-control-input.is-valid ~ label::before, .comment-form-cookies-consent .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=false] ~ label::before, .wpcf7-form.invalid .comment-form-cookies-consent .custom-control-input[aria-required=true][aria-invalid=false] ~ label::before, .comment-form-cookies-consent .comment-form input.is-valid[type=checkbox] ~ label::before, .comment-form-cookies-consent .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=false] ~ label::before, .wpcf7-form.invalid .comment-form-cookies-consent .comment-form input[type=checkbox][aria-required=true][aria-invalid=false] ~ label::before, .comment-form .comment-form-cookies-consent input.is-valid[type=checkbox] ~ label::before, .comment-form .comment-form-cookies-consent .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=false] ~ label::before, .wpcf7-form.invalid .comment-form .comment-form-cookies-consent input[type=checkbox][aria-required=true][aria-invalid=false] ~ label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .was-validated .comment-form input[type=checkbox]:valid:checked ~ .custom-control-label::before, .comment-form .was-validated input[type=checkbox]:valid:checked ~ .custom-control-label::before, .was-validated .comment-form-cookies-consent .custom-control-input:valid:checked ~ label::before, .was-validated .comment-form-cookies-consent .comment-form input[type=checkbox]:valid:checked ~ label::before, .comment-form .was-validated .comment-form-cookies-consent input[type=checkbox]:valid:checked ~ label::before, .comment-form-cookies-consent .was-validated .custom-control-input:valid:checked ~ label::before, .comment-form-cookies-consent .was-validated .comment-form input[type=checkbox]:valid:checked ~ label::before, .comment-form .comment-form-cookies-consent .was-validated input[type=checkbox]:valid:checked ~ label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before, .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=false]:checked ~ .custom-control-label::before, .comment-form input.is-valid[type=checkbox]:checked ~ .custom-control-label::before, .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=false]:checked ~ .custom-control-label::before, .wpcf7-form.invalid .comment-form input[type=checkbox][aria-required=true][aria-invalid=false]:checked ~ .custom-control-label::before, .comment-form-cookies-consent .custom-control-input.is-valid:checked ~ label::before, .comment-form-cookies-consent .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=false]:checked ~ label::before, .wpcf7-form.invalid .comment-form-cookies-consent .custom-control-input[aria-required=true][aria-invalid=false]:checked ~ label::before, .comment-form-cookies-consent .comment-form input.is-valid[type=checkbox]:checked ~ label::before, .comment-form-cookies-consent .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=false]:checked ~ label::before, .wpcf7-form.invalid .comment-form-cookies-consent .comment-form input[type=checkbox][aria-required=true][aria-invalid=false]:checked ~ label::before, .comment-form .comment-form-cookies-consent input.is-valid[type=checkbox]:checked ~ label::before, .comment-form .comment-form-cookies-consent .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=false]:checked ~ label::before, .wpcf7-form.invalid .comment-form .comment-form-cookies-consent input[type=checkbox][aria-required=true][aria-invalid=false]:checked ~ label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .was-validated .comment-form input[type=checkbox]:valid:focus ~ .custom-control-label::before, .comment-form .was-validated input[type=checkbox]:valid:focus ~ .custom-control-label::before, .was-validated .comment-form-cookies-consent .custom-control-input:valid:focus ~ label::before, .was-validated .comment-form-cookies-consent .comment-form input[type=checkbox]:valid:focus ~ label::before, .comment-form .was-validated .comment-form-cookies-consent input[type=checkbox]:valid:focus ~ label::before, .comment-form-cookies-consent .was-validated .custom-control-input:valid:focus ~ label::before, .comment-form-cookies-consent .was-validated .comment-form input[type=checkbox]:valid:focus ~ label::before, .comment-form .comment-form-cookies-consent .was-validated input[type=checkbox]:valid:focus ~ label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before, .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=false]:focus ~ .custom-control-label::before, .comment-form input.is-valid[type=checkbox]:focus ~ .custom-control-label::before, .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=false]:focus ~ .custom-control-label::before, .wpcf7-form.invalid .comment-form input[type=checkbox][aria-required=true][aria-invalid=false]:focus ~ .custom-control-label::before, .comment-form-cookies-consent .custom-control-input.is-valid:focus ~ label::before, .comment-form-cookies-consent .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=false]:focus ~ label::before, .wpcf7-form.invalid .comment-form-cookies-consent .custom-control-input[aria-required=true][aria-invalid=false]:focus ~ label::before, .comment-form-cookies-consent .comment-form input.is-valid[type=checkbox]:focus ~ label::before, .comment-form-cookies-consent .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=false]:focus ~ label::before, .wpcf7-form.invalid .comment-form-cookies-consent .comment-form input[type=checkbox][aria-required=true][aria-invalid=false]:focus ~ label::before, .comment-form .comment-form-cookies-consent input.is-valid[type=checkbox]:focus ~ label::before, .comment-form .comment-form-cookies-consent .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=false]:focus ~ label::before, .wpcf7-form.invalid .comment-form .comment-form-cookies-consent input[type=checkbox][aria-required=true][aria-invalid=false]:focus ~ label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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, .was-validated .comment-form input[type=checkbox]:valid:focus:not(:checked) ~ .custom-control-label::before, .comment-form .was-validated input[type=checkbox]:valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .comment-form-cookies-consent .custom-control-input:valid:focus:not(:checked) ~ label::before, .was-validated .comment-form-cookies-consent .comment-form input[type=checkbox]:valid:focus:not(:checked) ~ label::before, .comment-form .was-validated .comment-form-cookies-consent input[type=checkbox]:valid:focus:not(:checked) ~ label::before, .comment-form-cookies-consent .was-validated .custom-control-input:valid:focus:not(:checked) ~ label::before, .comment-form-cookies-consent .was-validated .comment-form input[type=checkbox]:valid:focus:not(:checked) ~ label::before, .comment-form .comment-form-cookies-consent .was-validated input[type=checkbox]:valid:focus:not(:checked) ~ label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=false]:focus:not(:checked) ~ .custom-control-label::before, .comment-form input.is-valid[type=checkbox]:focus:not(:checked) ~ .custom-control-label::before, .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=false]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7-form.invalid .comment-form input[type=checkbox][aria-required=true][aria-invalid=false]:focus:not(:checked) ~ .custom-control-label::before, .comment-form-cookies-consent .custom-control-input.is-valid:focus:not(:checked) ~ label::before, .comment-form-cookies-consent .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=false]:focus:not(:checked) ~ label::before, .wpcf7-form.invalid .comment-form-cookies-consent .custom-control-input[aria-required=true][aria-invalid=false]:focus:not(:checked) ~ label::before, .comment-form-cookies-consent .comment-form input.is-valid[type=checkbox]:focus:not(:checked) ~ label::before, .comment-form-cookies-consent .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=false]:focus:not(:checked) ~ label::before, .wpcf7-form.invalid .comment-form-cookies-consent .comment-form input[type=checkbox][aria-required=true][aria-invalid=false]:focus:not(:checked) ~ label::before, .comment-form .comment-form-cookies-consent input.is-valid[type=checkbox]:focus:not(:checked) ~ label::before, .comment-form .comment-form-cookies-consent .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=false]:focus:not(:checked) ~ label::before, .wpcf7-form.invalid .comment-form .comment-form-cookies-consent input[type=checkbox][aria-required=true][aria-invalid=false]:focus:not(:checked) ~ label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label, .wpcf7-form.invalid .custom-file-input[aria-required=true][aria-invalid=false] ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label, .wpcf7-form.invalid .custom-file-input[aria-required=true][aria-invalid=false]:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback, span.wpcf7-not-valid-tip {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ea2f36;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.03125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(234, 47, 54, 0.9);
  border-radius: 0.3rem;
}
@media (max-width: 1200px) {
  .invalid-tooltip {
    font-size: calc(0.845625rem + 0.2475vw);
  }
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ span.wpcf7-not-valid-tip,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.wpcf7-form.invalid [aria-required=true][aria-invalid=true] ~ .invalid-feedback,
.is-invalid ~ span.wpcf7-not-valid-tip,
.wpcf7-form.invalid [aria-required=true][aria-invalid=true] ~ span.wpcf7-not-valid-tip,
.is-invalid ~ .invalid-tooltip,
.wpcf7-form.invalid [aria-required=true][aria-invalid=true] ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .comment-form input[type=text]:invalid, .comment-form .was-validated input[type=text]:invalid,
.was-validated .comment-form input[type=email]:invalid,
.comment-form .was-validated input[type=email]:invalid,
.was-validated .comment-form input[type=url]:invalid,
.comment-form .was-validated input[type=url]:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, .form-control.is-invalid, .wpcf7-form.invalid .form-control[aria-required=true][aria-invalid=true], .comment-form input.is-invalid[type=text], .comment-form .wpcf7-form.invalid input[type=text][aria-required=true][aria-invalid=true], .wpcf7-form.invalid .comment-form input[type=text][aria-required=true][aria-invalid=true],
.comment-form input.is-invalid[type=email],
.comment-form .wpcf7-form.invalid input[type=email][aria-required=true][aria-invalid=true],
.wpcf7-form.invalid .comment-form input[type=email][aria-required=true][aria-invalid=true],
.comment-form input.is-invalid[type=url],
.comment-form .wpcf7-form.invalid input[type=url][aria-required=true][aria-invalid=true],
.wpcf7-form.invalid .comment-form input[type=url][aria-required=true][aria-invalid=true],
.comment-form textarea.is-invalid,
.comment-form .wpcf7-form.invalid textarea[aria-required=true][aria-invalid=true],
.wpcf7-form.invalid .comment-form textarea[aria-required=true][aria-invalid=true] {
  border-color: #ea2f36;
  padding-right: calc(1.5em + 1.15rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23ea2f36%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23ea2f36%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.2875rem) center;
  background-size: calc(0.75em + 0.575rem) calc(0.75em + 0.575rem);
}
.was-validated .form-control:invalid:focus, .was-validated .comment-form input[type=text]:invalid:focus, .comment-form .was-validated input[type=text]:invalid:focus,
.was-validated .comment-form input[type=email]:invalid:focus,
.comment-form .was-validated input[type=email]:invalid:focus,
.was-validated .comment-form input[type=url]:invalid:focus,
.comment-form .was-validated input[type=url]:invalid:focus,
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .wpcf7-form.invalid .form-control[aria-required=true][aria-invalid=true]:focus, .comment-form input.is-invalid[type=text]:focus, .comment-form .wpcf7-form.invalid input[type=text][aria-required=true][aria-invalid=true]:focus, .wpcf7-form.invalid .comment-form input[type=text][aria-required=true][aria-invalid=true]:focus,
.comment-form input.is-invalid[type=email]:focus,
.comment-form .wpcf7-form.invalid input[type=email][aria-required=true][aria-invalid=true]:focus,
.wpcf7-form.invalid .comment-form input[type=email][aria-required=true][aria-invalid=true]:focus,
.comment-form input.is-invalid[type=url]:focus,
.comment-form .wpcf7-form.invalid input[type=url][aria-required=true][aria-invalid=true]:focus,
.wpcf7-form.invalid .comment-form input[type=url][aria-required=true][aria-invalid=true]:focus,
.comment-form textarea.is-invalid:focus,
.comment-form .wpcf7-form.invalid textarea[aria-required=true][aria-invalid=true]:focus,
.wpcf7-form.invalid .comment-form textarea[aria-required=true][aria-invalid=true]:focus {
  border-color: #ea2f36;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid, .wpcf7-form.invalid select.form-control[aria-required=true][aria-invalid=true] {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, textarea.form-control.is-invalid, .wpcf7-form.invalid textarea.form-control[aria-required=true][aria-invalid=true],
.comment-form textarea.is-invalid,
.comment-form .wpcf7-form.invalid textarea[aria-required=true][aria-invalid=true],
.wpcf7-form.invalid .comment-form textarea[aria-required=true][aria-invalid=true] {
  padding-right: calc(1.5em + 1.15rem);
  background-position: top calc(0.375em + 0.2875rem) right calc(0.375em + 0.2875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid, .wpcf7-form.invalid .custom-select[aria-required=true][aria-invalid=true] {
  border-color: #ea2f36;
  padding-right: calc(0.75em + 2.6125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23ea2f36%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23ea2f36%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.575rem) calc(0.75em + 0.575rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus, .wpcf7-form.invalid .custom-select[aria-required=true][aria-invalid=true]:focus {
  border-color: #ea2f36;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, .wpcf7-form.invalid .form-check-input[aria-required=true][aria-invalid=true] ~ .form-check-label {
  color: #ea2f36;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ span.wpcf7-not-valid-tip,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .wpcf7-form.invalid .form-check-input[aria-required=true][aria-invalid=true] ~ .invalid-feedback, .form-check-input.is-invalid ~ span.wpcf7-not-valid-tip, .wpcf7-form.invalid .form-check-input[aria-required=true][aria-invalid=true] ~ span.wpcf7-not-valid-tip,
.form-check-input.is-invalid ~ .invalid-tooltip,
.wpcf7-form.invalid .form-check-input[aria-required=true][aria-invalid=true] ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .was-validated .comment-form input[type=checkbox]:invalid ~ .custom-control-label, .comment-form .was-validated input[type=checkbox]:invalid ~ .custom-control-label, .was-validated .comment-form-cookies-consent .custom-control-input:invalid ~ label, .was-validated .comment-form-cookies-consent .comment-form input[type=checkbox]:invalid ~ label, .comment-form .was-validated .comment-form-cookies-consent input[type=checkbox]:invalid ~ label, .comment-form-cookies-consent .was-validated .custom-control-input:invalid ~ label, .comment-form-cookies-consent .was-validated .comment-form input[type=checkbox]:invalid ~ label, .comment-form .comment-form-cookies-consent .was-validated input[type=checkbox]:invalid ~ label, .custom-control-input.is-invalid ~ .custom-control-label, .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=true] ~ .custom-control-label, .comment-form input.is-invalid[type=checkbox] ~ .custom-control-label, .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=true] ~ .custom-control-label, .wpcf7-form.invalid .comment-form input[type=checkbox][aria-required=true][aria-invalid=true] ~ .custom-control-label, .comment-form-cookies-consent .custom-control-input.is-invalid ~ label, .comment-form-cookies-consent .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=true] ~ label, .wpcf7-form.invalid .comment-form-cookies-consent .custom-control-input[aria-required=true][aria-invalid=true] ~ label, .comment-form-cookies-consent .comment-form input.is-invalid[type=checkbox] ~ label, .comment-form-cookies-consent .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=true] ~ label, .wpcf7-form.invalid .comment-form-cookies-consent .comment-form input[type=checkbox][aria-required=true][aria-invalid=true] ~ label, .comment-form .comment-form-cookies-consent input.is-invalid[type=checkbox] ~ label, .comment-form .comment-form-cookies-consent .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=true] ~ label, .wpcf7-form.invalid .comment-form .comment-form-cookies-consent input[type=checkbox][aria-required=true][aria-invalid=true] ~ label {
  color: #ea2f36;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .was-validated .comment-form input[type=checkbox]:invalid ~ .custom-control-label::before, .comment-form .was-validated input[type=checkbox]:invalid ~ .custom-control-label::before, .was-validated .comment-form-cookies-consent .custom-control-input:invalid ~ label::before, .was-validated .comment-form-cookies-consent .comment-form input[type=checkbox]:invalid ~ label::before, .comment-form .was-validated .comment-form-cookies-consent input[type=checkbox]:invalid ~ label::before, .comment-form-cookies-consent .was-validated .custom-control-input:invalid ~ label::before, .comment-form-cookies-consent .was-validated .comment-form input[type=checkbox]:invalid ~ label::before, .comment-form .comment-form-cookies-consent .was-validated input[type=checkbox]:invalid ~ label::before, .custom-control-input.is-invalid ~ .custom-control-label::before, .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=true] ~ .custom-control-label::before, .comment-form input.is-invalid[type=checkbox] ~ .custom-control-label::before, .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=true] ~ .custom-control-label::before, .wpcf7-form.invalid .comment-form input[type=checkbox][aria-required=true][aria-invalid=true] ~ .custom-control-label::before, .comment-form-cookies-consent .custom-control-input.is-invalid ~ label::before, .comment-form-cookies-consent .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=true] ~ label::before, .wpcf7-form.invalid .comment-form-cookies-consent .custom-control-input[aria-required=true][aria-invalid=true] ~ label::before, .comment-form-cookies-consent .comment-form input.is-invalid[type=checkbox] ~ label::before, .comment-form-cookies-consent .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=true] ~ label::before, .wpcf7-form.invalid .comment-form-cookies-consent .comment-form input[type=checkbox][aria-required=true][aria-invalid=true] ~ label::before, .comment-form .comment-form-cookies-consent input.is-invalid[type=checkbox] ~ label::before, .comment-form .comment-form-cookies-consent .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=true] ~ label::before, .wpcf7-form.invalid .comment-form .comment-form-cookies-consent input[type=checkbox][aria-required=true][aria-invalid=true] ~ label::before {
  border-color: #ea2f36;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .was-validated .comment-form input[type=checkbox]:invalid:checked ~ .custom-control-label::before, .comment-form .was-validated input[type=checkbox]:invalid:checked ~ .custom-control-label::before, .was-validated .comment-form-cookies-consent .custom-control-input:invalid:checked ~ label::before, .was-validated .comment-form-cookies-consent .comment-form input[type=checkbox]:invalid:checked ~ label::before, .comment-form .was-validated .comment-form-cookies-consent input[type=checkbox]:invalid:checked ~ label::before, .comment-form-cookies-consent .was-validated .custom-control-input:invalid:checked ~ label::before, .comment-form-cookies-consent .was-validated .comment-form input[type=checkbox]:invalid:checked ~ label::before, .comment-form .comment-form-cookies-consent .was-validated input[type=checkbox]:invalid:checked ~ label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=true]:checked ~ .custom-control-label::before, .comment-form input.is-invalid[type=checkbox]:checked ~ .custom-control-label::before, .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=true]:checked ~ .custom-control-label::before, .wpcf7-form.invalid .comment-form input[type=checkbox][aria-required=true][aria-invalid=true]:checked ~ .custom-control-label::before, .comment-form-cookies-consent .custom-control-input.is-invalid:checked ~ label::before, .comment-form-cookies-consent .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=true]:checked ~ label::before, .wpcf7-form.invalid .comment-form-cookies-consent .custom-control-input[aria-required=true][aria-invalid=true]:checked ~ label::before, .comment-form-cookies-consent .comment-form input.is-invalid[type=checkbox]:checked ~ label::before, .comment-form-cookies-consent .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=true]:checked ~ label::before, .wpcf7-form.invalid .comment-form-cookies-consent .comment-form input[type=checkbox][aria-required=true][aria-invalid=true]:checked ~ label::before, .comment-form .comment-form-cookies-consent input.is-invalid[type=checkbox]:checked ~ label::before, .comment-form .comment-form-cookies-consent .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=true]:checked ~ label::before, .wpcf7-form.invalid .comment-form .comment-form-cookies-consent input[type=checkbox][aria-required=true][aria-invalid=true]:checked ~ label::before {
  border-color: #ef5d63;
  background-color: #ef5d63;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .was-validated .comment-form input[type=checkbox]:invalid:focus ~ .custom-control-label::before, .comment-form .was-validated input[type=checkbox]:invalid:focus ~ .custom-control-label::before, .was-validated .comment-form-cookies-consent .custom-control-input:invalid:focus ~ label::before, .was-validated .comment-form-cookies-consent .comment-form input[type=checkbox]:invalid:focus ~ label::before, .comment-form .was-validated .comment-form-cookies-consent input[type=checkbox]:invalid:focus ~ label::before, .comment-form-cookies-consent .was-validated .custom-control-input:invalid:focus ~ label::before, .comment-form-cookies-consent .was-validated .comment-form input[type=checkbox]:invalid:focus ~ label::before, .comment-form .comment-form-cookies-consent .was-validated input[type=checkbox]:invalid:focus ~ label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=true]:focus ~ .custom-control-label::before, .comment-form input.is-invalid[type=checkbox]:focus ~ .custom-control-label::before, .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=true]:focus ~ .custom-control-label::before, .wpcf7-form.invalid .comment-form input[type=checkbox][aria-required=true][aria-invalid=true]:focus ~ .custom-control-label::before, .comment-form-cookies-consent .custom-control-input.is-invalid:focus ~ label::before, .comment-form-cookies-consent .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=true]:focus ~ label::before, .wpcf7-form.invalid .comment-form-cookies-consent .custom-control-input[aria-required=true][aria-invalid=true]:focus ~ label::before, .comment-form-cookies-consent .comment-form input.is-invalid[type=checkbox]:focus ~ label::before, .comment-form-cookies-consent .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=true]:focus ~ label::before, .wpcf7-form.invalid .comment-form-cookies-consent .comment-form input[type=checkbox][aria-required=true][aria-invalid=true]:focus ~ label::before, .comment-form .comment-form-cookies-consent input.is-invalid[type=checkbox]:focus ~ label::before, .comment-form .comment-form-cookies-consent .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=true]:focus ~ label::before, .wpcf7-form.invalid .comment-form .comment-form-cookies-consent input[type=checkbox][aria-required=true][aria-invalid=true]:focus ~ label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .comment-form input[type=checkbox]:invalid:focus:not(:checked) ~ .custom-control-label::before, .comment-form .was-validated input[type=checkbox]:invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .comment-form-cookies-consent .custom-control-input:invalid:focus:not(:checked) ~ label::before, .was-validated .comment-form-cookies-consent .comment-form input[type=checkbox]:invalid:focus:not(:checked) ~ label::before, .comment-form .was-validated .comment-form-cookies-consent input[type=checkbox]:invalid:focus:not(:checked) ~ label::before, .comment-form-cookies-consent .was-validated .custom-control-input:invalid:focus:not(:checked) ~ label::before, .comment-form-cookies-consent .was-validated .comment-form input[type=checkbox]:invalid:focus:not(:checked) ~ label::before, .comment-form .comment-form-cookies-consent .was-validated input[type=checkbox]:invalid:focus:not(:checked) ~ label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=true]:focus:not(:checked) ~ .custom-control-label::before, .comment-form input.is-invalid[type=checkbox]:focus:not(:checked) ~ .custom-control-label::before, .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=true]:focus:not(:checked) ~ .custom-control-label::before, .wpcf7-form.invalid .comment-form input[type=checkbox][aria-required=true][aria-invalid=true]:focus:not(:checked) ~ .custom-control-label::before, .comment-form-cookies-consent .custom-control-input.is-invalid:focus:not(:checked) ~ label::before, .comment-form-cookies-consent .wpcf7-form.invalid .custom-control-input[aria-required=true][aria-invalid=true]:focus:not(:checked) ~ label::before, .wpcf7-form.invalid .comment-form-cookies-consent .custom-control-input[aria-required=true][aria-invalid=true]:focus:not(:checked) ~ label::before, .comment-form-cookies-consent .comment-form input.is-invalid[type=checkbox]:focus:not(:checked) ~ label::before, .comment-form-cookies-consent .comment-form .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=true]:focus:not(:checked) ~ label::before, .wpcf7-form.invalid .comment-form-cookies-consent .comment-form input[type=checkbox][aria-required=true][aria-invalid=true]:focus:not(:checked) ~ label::before, .comment-form .comment-form-cookies-consent input.is-invalid[type=checkbox]:focus:not(:checked) ~ label::before, .comment-form .comment-form-cookies-consent .wpcf7-form.invalid input[type=checkbox][aria-required=true][aria-invalid=true]:focus:not(:checked) ~ label::before, .wpcf7-form.invalid .comment-form .comment-form-cookies-consent input[type=checkbox][aria-required=true][aria-invalid=true]:focus:not(:checked) ~ label::before {
  border-color: #ea2f36;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label, .wpcf7-form.invalid .custom-file-input[aria-required=true][aria-invalid=true] ~ .custom-file-label {
  border-color: #ea2f36;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label, .wpcf7-form.invalid .custom-file-input[aria-required=true][aria-invalid=true]:focus ~ .custom-file-label {
  border-color: #ea2f36;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .form-inline .comment-form p, .comment-form .form-inline p, .form-inline .comment-form-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .comment-form input[type=text], .comment-form .form-inline input[type=text],
.form-inline .comment-form input[type=email],
.comment-form .form-inline input[type=email],
.form-inline .comment-form input[type=url],
.comment-form .form-inline input[type=url],
.form-inline .comment-form textarea,
.comment-form .form-inline textarea {
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control, .form-inline .comment-form-cookies-consent {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label, .form-inline .comment-form-cookies-consent label, .comment-form-cookies-consent .form-inline label {
    margin-bottom: 0;
  }
}

.btn, .comment-respond #submit, .comment-edit-link,
.comment-reply-link,
.comment-reply-login {
  display: inline-block;
  font-family: "Roboto", -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;
  color: #242424;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.575rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (max-width: 1200px) {
  .btn, .comment-respond #submit, .comment-edit-link,
.comment-reply-link,
.comment-reply-login {
    font-size: calc(0.8675rem + 0.51vw);
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn, .comment-respond #submit, .comment-edit-link,
.comment-reply-link,
.comment-reply-login {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover, .comment-respond #submit:hover, .comment-edit-link:hover,
.comment-reply-link:hover,
.comment-reply-login:hover {
  color: #242424;
  text-decoration: none;
}
.btn:focus, .comment-respond #submit:focus, .comment-edit-link:focus,
.comment-reply-link:focus,
.comment-reply-login:focus, .btn.focus, .comment-respond .focus#submit, .focus.comment-edit-link,
.focus.comment-reply-link,
.focus.comment-reply-login {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.disabled, .comment-respond .disabled#submit, .disabled.comment-edit-link,
.disabled.comment-reply-link,
.disabled.comment-reply-login, .btn:disabled, .comment-respond #submit:disabled, .comment-edit-link:disabled,
.comment-reply-link:disabled,
.comment-reply-login:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .comment-respond #submit:not(:disabled):not(.disabled), .comment-edit-link:not(:disabled):not(.disabled),
.comment-reply-link:not(:disabled):not(.disabled),
.comment-reply-login:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .comment-respond a.disabled#submit, a.disabled.comment-edit-link,
a.disabled.comment-reply-link,
a.disabled.comment-reply-login,
fieldset:disabled a.btn,
fieldset:disabled .comment-respond a#submit,
.comment-respond fieldset:disabled a#submit,
fieldset:disabled a.comment-edit-link,
fieldset:disabled a.comment-reply-link,
fieldset:disabled a.comment-reply-login {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-primary:hover {
  color: #fff;
  background-color: #dc161e;
  border-color: #d1151c;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #dc161e;
  border-color: #d1151c;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d1151c;
  border-color: #c5141b;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
}

.btn-secondary, .comment-respond #submit {
  color: #fff;
  background-color: #2a2e35;
  border-color: #2a2e35;
}
.btn-secondary:hover, .comment-respond #submit:hover {
  color: #fff;
  background-color: #191b20;
  border-color: #131519;
}
.btn-secondary:focus, .comment-respond #submit:focus, .btn-secondary.focus, .comment-respond .focus#submit {
  color: #fff;
  background-color: #191b20;
  border-color: #131519;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 77, 83, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74, 77, 83, 0.5);
}
.btn-secondary.disabled, .comment-respond .disabled#submit, .btn-secondary:disabled, .comment-respond #submit:disabled {
  color: #fff;
  background-color: #2a2e35;
  border-color: #2a2e35;
}
.btn-secondary:not(:disabled):not(.disabled):active, .comment-respond #submit:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .comment-respond #submit:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .comment-respond .show > .dropdown-toggle#submit {
  color: #fff;
  background-color: #131519;
  border-color: #0e0f11;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .comment-respond #submit:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .comment-respond #submit:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .comment-respond .show > .dropdown-toggle#submit:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 77, 83, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74, 77, 83, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #242424;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #242424;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #242424;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 169, 11, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 169, 11, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #242424;
  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: #242424;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 169, 11, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 169, 11, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-danger:hover {
  color: #fff;
  background-color: #dc161e;
  border-color: #d1151c;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #dc161e;
  border-color: #d1151c;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d1151c;
  border-color: #c5141b;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
}

.btn-light {
  color: #242424;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}
.btn-light:hover {
  color: #242424;
  background-color: #e0e0e6;
  border-color: #d9d9e0;
}
.btn-light:focus, .btn-light.focus {
  color: #242424;
  background-color: #e0e0e6;
  border-color: #d9d9e0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 214, 215, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(214, 214, 215, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #242424;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #242424;
  background-color: #d9d9e0;
  border-color: #d2d2db;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 214, 215, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(214, 214, 215, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #22252c;
  border-color: #22252c;
}
.btn-dark:hover {
  color: #fff;
  background-color: #111316;
  border-color: #0c0d0f;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #111316;
  border-color: #0c0d0f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 70, 76, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(67, 70, 76, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #22252c;
  border-color: #22252c;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0c0d0f;
  border-color: #060708;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 70, 76, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(67, 70, 76, 0.5);
}

.btn-anthracite-dark {
  color: #fff;
  background-color: #22252c;
  border-color: #22252c;
}
.btn-anthracite-dark:hover {
  color: #fff;
  background-color: #111316;
  border-color: #0c0d0f;
}
.btn-anthracite-dark:focus, .btn-anthracite-dark.focus {
  color: #fff;
  background-color: #111316;
  border-color: #0c0d0f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 70, 76, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(67, 70, 76, 0.5);
}
.btn-anthracite-dark.disabled, .btn-anthracite-dark:disabled {
  color: #fff;
  background-color: #22252c;
  border-color: #22252c;
}
.btn-anthracite-dark:not(:disabled):not(.disabled):active, .btn-anthracite-dark:not(:disabled):not(.disabled).active, .show > .btn-anthracite-dark.dropdown-toggle {
  color: #fff;
  background-color: #0c0d0f;
  border-color: #060708;
}
.btn-anthracite-dark:not(:disabled):not(.disabled):active:focus, .btn-anthracite-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-anthracite-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 70, 76, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(67, 70, 76, 0.5);
}

.btn-anthracite-light {
  color: #fff;
  background-color: #2a2e35;
  border-color: #2a2e35;
}
.btn-anthracite-light:hover {
  color: #fff;
  background-color: #191b20;
  border-color: #131519;
}
.btn-anthracite-light:focus, .btn-anthracite-light.focus {
  color: #fff;
  background-color: #191b20;
  border-color: #131519;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 77, 83, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74, 77, 83, 0.5);
}
.btn-anthracite-light.disabled, .btn-anthracite-light:disabled {
  color: #fff;
  background-color: #2a2e35;
  border-color: #2a2e35;
}
.btn-anthracite-light:not(:disabled):not(.disabled):active, .btn-anthracite-light:not(:disabled):not(.disabled).active, .show > .btn-anthracite-light.dropdown-toggle {
  color: #fff;
  background-color: #131519;
  border-color: #0e0f11;
}
.btn-anthracite-light:not(:disabled):not(.disabled):active:focus, .btn-anthracite-light:not(:disabled):not(.disabled).active:focus, .show > .btn-anthracite-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 77, 83, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74, 77, 83, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-red:hover {
  color: #fff;
  background-color: #dc161e;
  border-color: #d1151c;
}
.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: #dc161e;
  border-color: #d1151c;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #d1151c;
  border-color: #c5141b;
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
}

.btn-outline-primary {
  color: #ea2f36;
  border-color: #ea2f36;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ea2f36;
  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: #ea2f36;
  border-color: #ea2f36;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.5);
}

.btn-outline-secondary {
  color: #2a2e35;
  border-color: #2a2e35;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #2a2e35;
  border-color: #2a2e35;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 46, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 46, 53, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #2a2e35;
  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: #2a2e35;
  border-color: #2a2e35;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 46, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 46, 53, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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: #242424;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          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: #242424;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ea2f36;
  border-color: #ea2f36;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ea2f36;
  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: #ea2f36;
  border-color: #ea2f36;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.5);
}

.btn-outline-light {
  color: #f5f5f7;
  border-color: #f5f5f7;
}
.btn-outline-light:hover {
  color: #242424;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 245, 247, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f5f5f7;
  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: #242424;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 245, 247, 0.5);
}

.btn-outline-dark {
  color: #22252c;
  border-color: #22252c;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #22252c;
  border-color: #22252c;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 37, 44, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(34, 37, 44, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #22252c;
  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: #22252c;
  border-color: #22252c;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 37, 44, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(34, 37, 44, 0.5);
}

.btn-outline-anthracite-dark {
  color: #22252c;
  border-color: #22252c;
}
.btn-outline-anthracite-dark:hover {
  color: #fff;
  background-color: #22252c;
  border-color: #22252c;
}
.btn-outline-anthracite-dark:focus, .btn-outline-anthracite-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 37, 44, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(34, 37, 44, 0.5);
}
.btn-outline-anthracite-dark.disabled, .btn-outline-anthracite-dark:disabled {
  color: #22252c;
  background-color: transparent;
}
.btn-outline-anthracite-dark:not(:disabled):not(.disabled):active, .btn-outline-anthracite-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-anthracite-dark.dropdown-toggle {
  color: #fff;
  background-color: #22252c;
  border-color: #22252c;
}
.btn-outline-anthracite-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-anthracite-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-anthracite-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 37, 44, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(34, 37, 44, 0.5);
}

.btn-outline-anthracite-light {
  color: #2a2e35;
  border-color: #2a2e35;
}
.btn-outline-anthracite-light:hover {
  color: #fff;
  background-color: #2a2e35;
  border-color: #2a2e35;
}
.btn-outline-anthracite-light:focus, .btn-outline-anthracite-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 46, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 46, 53, 0.5);
}
.btn-outline-anthracite-light.disabled, .btn-outline-anthracite-light:disabled {
  color: #2a2e35;
  background-color: transparent;
}
.btn-outline-anthracite-light:not(:disabled):not(.disabled):active, .btn-outline-anthracite-light:not(:disabled):not(.disabled).active, .show > .btn-outline-anthracite-light.dropdown-toggle {
  color: #fff;
  background-color: #2a2e35;
  border-color: #2a2e35;
}
.btn-outline-anthracite-light:not(:disabled):not(.disabled):active:focus, .btn-outline-anthracite-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-anthracite-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 46, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 46, 53, 0.5);
}

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

.btn-outline-red {
  color: #ea2f36;
  border-color: #ea2f36;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-outline-red:focus, .btn-outline-red.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.5);
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #ea2f36;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #ea2f36;
  text-decoration: none;
}
.btn-link:hover {
  color: #e81820;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .comment-respond .btn-group-lg > #submit, .btn-group-lg > .comment-edit-link,
.btn-group-lg > .comment-reply-link,
.btn-group-lg > .comment-reply-login {
  padding: 0.5rem 1rem;
  font-size: 1.5625rem;
  line-height: 2;
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .btn-lg, .btn-group-lg > .btn, .comment-respond .btn-group-lg > #submit, .btn-group-lg > .comment-edit-link,
.btn-group-lg > .comment-reply-link,
.btn-group-lg > .comment-reply-login {
    font-size: calc(0.89875rem + 0.885vw);
  }
}

.btn-sm, .comment-respond #submit, .btn-group-sm > .btn, .btn-group-sm > .comment-edit-link,
.btn-group-sm > .comment-reply-link,
.btn-group-sm > .comment-reply-login {
  padding: 0.25rem 0.5rem;
  font-size: 1.03125rem;
  line-height: 1.25;
  border-radius: 0.2rem;
}
@media (max-width: 1200px) {
  .btn-sm, .comment-respond #submit, .btn-group-sm > .btn, .btn-group-sm > .comment-edit-link,
.btn-group-sm > .comment-reply-link,
.btn-group-sm > .comment-reply-login {
    font-size: calc(0.845625rem + 0.2475vw);
  }
}

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.25rem;
  color: #242424;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem;
}
@media (max-width: 1200px) {
  .dropdown-menu {
    font-size: calc(0.8675rem + 0.51vw);
  }
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #242424;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #171717;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e81820;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.03125rem;
  color: #6c757d;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .dropdown-header {
    font-size: calc(0.845625rem + 0.2475vw);
  }
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .comment-respond .btn-group > #submit, .btn-group > .comment-edit-link,
.btn-group > .comment-reply-link,
.btn-group > .comment-reply-login,
.btn-group-vertical > .btn,
.comment-respond .btn-group-vertical > #submit,
.btn-group-vertical > .comment-edit-link,
.btn-group-vertical > .comment-reply-link,
.btn-group-vertical > .comment-reply-login {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover, .comment-respond .btn-group > #submit:hover, .btn-group > .comment-edit-link:hover,
.btn-group > .comment-reply-link:hover,
.btn-group > .comment-reply-login:hover,
.btn-group-vertical > .btn:hover,
.comment-respond .btn-group-vertical > #submit:hover,
.btn-group-vertical > .comment-edit-link:hover,
.btn-group-vertical > .comment-reply-link:hover,
.btn-group-vertical > .comment-reply-login:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .comment-respond .btn-group > #submit:focus, .btn-group > .comment-edit-link:focus,
.btn-group > .comment-reply-link:focus,
.btn-group > .comment-reply-login:focus, .btn-group > .btn:active, .comment-respond .btn-group > #submit:active, .btn-group > .comment-edit-link:active,
.btn-group > .comment-reply-link:active,
.btn-group > .comment-reply-login:active, .btn-group > .btn.active, .comment-respond .btn-group > .active#submit, .btn-group > .active.comment-edit-link,
.btn-group > .active.comment-reply-link,
.btn-group > .active.comment-reply-login,
.btn-group-vertical > .btn:focus,
.comment-respond .btn-group-vertical > #submit:focus,
.btn-group-vertical > .comment-edit-link:focus,
.btn-group-vertical > .comment-reply-link:focus,
.btn-group-vertical > .comment-reply-login:focus,
.btn-group-vertical > .btn:active,
.comment-respond .btn-group-vertical > #submit:active,
.btn-group-vertical > .comment-edit-link:active,
.btn-group-vertical > .comment-reply-link:active,
.btn-group-vertical > .comment-reply-login:active,
.btn-group-vertical > .btn.active,
.comment-respond .btn-group-vertical > .active#submit,
.btn-group-vertical > .active.comment-edit-link,
.btn-group-vertical > .active.comment-reply-link,
.btn-group-vertical > .active.comment-reply-login {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .comment-respond .btn-group > #submit:not(:first-child), .btn-group > .comment-edit-link:not(:first-child),
.btn-group > .comment-reply-link:not(:first-child),
.btn-group > .comment-reply-login:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .comment-respond .btn-group > #submit:not(:last-child):not(.dropdown-toggle), .btn-group > .comment-edit-link:not(:last-child):not(.dropdown-toggle),
.btn-group > .comment-reply-link:not(:last-child):not(.dropdown-toggle),
.btn-group > .comment-reply-login:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.comment-respond .btn-group > .btn-group:not(:last-child) > #submit,
.btn-group > .btn-group:not(:last-child) > .comment-edit-link,
.btn-group > .btn-group:not(:last-child) > .comment-reply-link,
.btn-group > .btn-group:not(:last-child) > .comment-reply-login {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .comment-respond .btn-group > #submit:not(:first-child), .btn-group > .comment-edit-link:not(:first-child),
.btn-group > .comment-reply-link:not(:first-child),
.btn-group > .comment-reply-login:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.comment-respond .btn-group > .btn-group:not(:first-child) > #submit,
.btn-group > .btn-group:not(:first-child) > .comment-edit-link,
.btn-group > .btn-group:not(:first-child) > .comment-reply-link,
.btn-group > .btn-group:not(:first-child) > .comment-reply-login {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .comment-respond #submit + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .comment-respond .btn-group-sm > #submit + .dropdown-toggle-split, .btn-group-sm > .comment-edit-link + .dropdown-toggle-split,
.btn-group-sm > .comment-reply-link + .dropdown-toggle-split,
.btn-group-sm > .comment-reply-login + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .comment-respond .btn-group-lg > #submit + .dropdown-toggle-split, .btn-group-lg > .comment-edit-link + .dropdown-toggle-split,
.btn-group-lg > .comment-reply-link + .dropdown-toggle-split,
.btn-group-lg > .comment-reply-login + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn, .comment-respond .btn-group-vertical > #submit, .btn-group-vertical > .comment-edit-link,
.btn-group-vertical > .comment-reply-link,
.btn-group-vertical > .comment-reply-login,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .comment-respond .btn-group-vertical > #submit:not(:first-child), .btn-group-vertical > .comment-edit-link:not(:first-child),
.btn-group-vertical > .comment-reply-link:not(:first-child),
.btn-group-vertical > .comment-reply-login:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .comment-respond .btn-group-vertical > #submit:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .comment-edit-link:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .comment-reply-link:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .comment-reply-login:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.comment-respond .btn-group-vertical > .btn-group:not(:last-child) > #submit,
.btn-group-vertical > .btn-group:not(:last-child) > .comment-edit-link,
.btn-group-vertical > .btn-group:not(:last-child) > .comment-reply-link,
.btn-group-vertical > .btn-group:not(:last-child) > .comment-reply-login {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .comment-respond .btn-group-vertical > #submit:not(:first-child), .btn-group-vertical > .comment-edit-link:not(:first-child),
.btn-group-vertical > .comment-reply-link:not(:first-child),
.btn-group-vertical > .comment-reply-login:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.comment-respond .btn-group-vertical > .btn-group:not(:first-child) > #submit,
.btn-group-vertical > .btn-group:not(:first-child) > .comment-edit-link,
.btn-group-vertical > .btn-group:not(:first-child) > .comment-reply-link,
.btn-group-vertical > .btn-group:not(:first-child) > .comment-reply-login {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .comment-respond .btn-group-toggle > #submit, .btn-group-toggle > .comment-edit-link,
.btn-group-toggle > .comment-reply-link,
.btn-group-toggle > .comment-reply-login,
.btn-group-toggle > .btn-group > .btn,
.comment-respond .btn-group-toggle > .btn-group > #submit,
.btn-group-toggle > .btn-group > .comment-edit-link,
.btn-group-toggle > .btn-group > .comment-reply-link,
.btn-group-toggle > .btn-group > .comment-reply-login {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .comment-respond .btn-group-toggle > #submit input[type=radio], .btn-group-toggle > .comment-edit-link input[type=radio],
.btn-group-toggle > .comment-reply-link input[type=radio],
.btn-group-toggle > .comment-reply-login input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.comment-respond .btn-group-toggle > #submit input[type=checkbox],
.btn-group-toggle > .comment-edit-link input[type=checkbox],
.btn-group-toggle > .comment-reply-link input[type=checkbox],
.btn-group-toggle > .comment-reply-login input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .comment-form .input-group > input[type=text],
.comment-form .input-group > input[type=email],
.comment-form .input-group > input[type=url],
.comment-form .input-group > textarea,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .comment-form .input-group > input[type=text] + .form-control,
.comment-form .input-group > input[type=email] + .form-control,
.comment-form .input-group > input[type=url] + .form-control,
.comment-form .input-group > textarea + .form-control, .comment-form .input-group > .form-control + input[type=text], .comment-form .input-group > input[type=text] + input[type=text],
.comment-form .input-group > input[type=email] + input[type=text],
.comment-form .input-group > input[type=url] + input[type=text],
.comment-form .input-group > textarea + input[type=text],
.comment-form .input-group > .form-control + input[type=email],
.comment-form .input-group > input[type=text] + input[type=email],
.comment-form .input-group > input[type=email] + input[type=email],
.comment-form .input-group > input[type=url] + input[type=email],
.comment-form .input-group > textarea + input[type=email],
.comment-form .input-group > .form-control + input[type=url],
.comment-form .input-group > input[type=text] + input[type=url],
.comment-form .input-group > input[type=email] + input[type=url],
.comment-form .input-group > input[type=url] + input[type=url],
.comment-form .input-group > textarea + input[type=url],
.comment-form .input-group > .form-control + textarea,
.comment-form .input-group > input[type=text] + textarea,
.comment-form .input-group > input[type=email] + textarea,
.comment-form .input-group > input[type=url] + textarea,
.comment-form .input-group > textarea + textarea,
.input-group > .form-control + .custom-select,
.comment-form .input-group > input[type=text] + .custom-select,
.comment-form .input-group > input[type=email] + .custom-select,
.comment-form .input-group > input[type=url] + .custom-select,
.comment-form .input-group > textarea + .custom-select,
.input-group > .form-control + .custom-file,
.comment-form .input-group > input[type=text] + .custom-file,
.comment-form .input-group > input[type=email] + .custom-file,
.comment-form .input-group > input[type=url] + .custom-file,
.comment-form .input-group > textarea + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.comment-form .input-group > .form-control-plaintext + input[type=text],
.comment-form .input-group > .form-control-plaintext + input[type=email],
.comment-form .input-group > .form-control-plaintext + input[type=url],
.comment-form .input-group > .form-control-plaintext + textarea,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.comment-form .input-group > .custom-select + input[type=text],
.comment-form .input-group > .custom-select + input[type=email],
.comment-form .input-group > .custom-select + input[type=url],
.comment-form .input-group > .custom-select + textarea,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.comment-form .input-group > .custom-file + input[type=text],
.comment-form .input-group > .custom-file + input[type=email],
.comment-form .input-group > .custom-file + input[type=url],
.comment-form .input-group > .custom-file + textarea,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .comment-form .input-group > input[type=text]:focus,
.comment-form .input-group > input[type=email]:focus,
.comment-form .input-group > input[type=url]:focus,
.comment-form .input-group > textarea: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(:first-child), .comment-form .input-group > input[type=text]:not(:first-child),
.comment-form .input-group > input[type=email]:not(:first-child),
.comment-form .input-group > input[type=url]:not(:first-child),
.comment-form .input-group > textarea: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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .comment-form .input-group:not(.has-validation) > input[type=text]:not(:last-child),
.comment-form .input-group:not(.has-validation) > input[type=email]:not(:last-child),
.comment-form .input-group:not(.has-validation) > input[type=url]:not(:last-child),
.comment-form .input-group:not(.has-validation) > textarea:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .comment-form .input-group.has-validation > input[type=text]:nth-last-child(n+3),
.comment-form .input-group.has-validation > input[type=email]:nth-last-child(n+3),
.comment-form .input-group.has-validation > input[type=url]:nth-last-child(n+3),
.comment-form .input-group.has-validation > textarea:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .comment-respond #submit, .comment-respond .input-group-prepend #submit, .input-group-prepend .comment-edit-link,
.input-group-prepend .comment-reply-link,
.input-group-prepend .comment-reply-login,
.input-group-append .btn,
.input-group-append .comment-respond #submit,
.comment-respond .input-group-append #submit,
.input-group-append .comment-edit-link,
.input-group-append .comment-reply-link,
.input-group-append .comment-reply-login {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .comment-respond #submit:focus, .comment-respond .input-group-prepend #submit:focus, .input-group-prepend .comment-edit-link:focus,
.input-group-prepend .comment-reply-link:focus,
.input-group-prepend .comment-reply-login:focus,
.input-group-append .btn:focus,
.input-group-append .comment-respond #submit:focus,
.comment-respond .input-group-append #submit:focus,
.input-group-append .comment-edit-link:focus,
.input-group-append .comment-reply-link:focus,
.input-group-append .comment-reply-login:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .comment-respond #submit + .btn, .comment-respond .input-group-prepend #submit + .btn, .input-group-prepend .comment-respond .btn + #submit, .comment-respond .input-group-prepend .btn + #submit, .input-group-prepend .comment-respond #submit + #submit, .comment-respond .input-group-prepend #submit + #submit, .input-group-prepend .comment-edit-link + .btn, .input-group-prepend .comment-respond .comment-edit-link + #submit, .comment-respond .input-group-prepend .comment-edit-link + #submit,
.input-group-prepend .comment-reply-link + .btn,
.input-group-prepend .comment-respond .comment-reply-link + #submit,
.comment-respond .input-group-prepend .comment-reply-link + #submit,
.input-group-prepend .comment-reply-login + .btn,
.input-group-prepend .comment-respond .comment-reply-login + #submit,
.comment-respond .input-group-prepend .comment-reply-login + #submit, .input-group-prepend .btn + .comment-edit-link, .input-group-prepend .comment-respond #submit + .comment-edit-link, .comment-respond .input-group-prepend #submit + .comment-edit-link, .input-group-prepend .comment-edit-link + .comment-edit-link,
.input-group-prepend .comment-reply-link + .comment-edit-link,
.input-group-prepend .comment-reply-login + .comment-edit-link,
.input-group-prepend .btn + .comment-reply-link,
.input-group-prepend .comment-respond #submit + .comment-reply-link,
.comment-respond .input-group-prepend #submit + .comment-reply-link,
.input-group-prepend .comment-edit-link + .comment-reply-link,
.input-group-prepend .comment-reply-link + .comment-reply-link,
.input-group-prepend .comment-reply-login + .comment-reply-link,
.input-group-prepend .btn + .comment-reply-login,
.input-group-prepend .comment-respond #submit + .comment-reply-login,
.comment-respond .input-group-prepend #submit + .comment-reply-login,
.input-group-prepend .comment-edit-link + .comment-reply-login,
.input-group-prepend .comment-reply-link + .comment-reply-login,
.input-group-prepend .comment-reply-login + .comment-reply-login,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .comment-respond #submit + .input-group-text,
.comment-respond .input-group-prepend #submit + .input-group-text,
.input-group-prepend .comment-edit-link + .input-group-text,
.input-group-prepend .comment-reply-link + .input-group-text,
.input-group-prepend .comment-reply-login + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .comment-respond .input-group-text + #submit,
.comment-respond .input-group-prepend .input-group-text + #submit,
.input-group-prepend .input-group-text + .comment-edit-link,
.input-group-prepend .input-group-text + .comment-reply-link,
.input-group-prepend .input-group-text + .comment-reply-login,
.input-group-append .btn + .btn,
.input-group-append .comment-respond #submit + .btn,
.comment-respond .input-group-append #submit + .btn,
.input-group-append .comment-respond .btn + #submit,
.comment-respond .input-group-append .btn + #submit,
.input-group-append .comment-respond #submit + #submit,
.comment-respond .input-group-append #submit + #submit,
.input-group-append .comment-edit-link + .btn,
.input-group-append .comment-respond .comment-edit-link + #submit,
.comment-respond .input-group-append .comment-edit-link + #submit,
.input-group-append .comment-reply-link + .btn,
.input-group-append .comment-respond .comment-reply-link + #submit,
.comment-respond .input-group-append .comment-reply-link + #submit,
.input-group-append .comment-reply-login + .btn,
.input-group-append .comment-respond .comment-reply-login + #submit,
.comment-respond .input-group-append .comment-reply-login + #submit,
.input-group-append .btn + .comment-edit-link,
.input-group-append .comment-respond #submit + .comment-edit-link,
.comment-respond .input-group-append #submit + .comment-edit-link,
.input-group-append .comment-edit-link + .comment-edit-link,
.input-group-append .comment-reply-link + .comment-edit-link,
.input-group-append .comment-reply-login + .comment-edit-link,
.input-group-append .btn + .comment-reply-link,
.input-group-append .comment-respond #submit + .comment-reply-link,
.comment-respond .input-group-append #submit + .comment-reply-link,
.input-group-append .comment-edit-link + .comment-reply-link,
.input-group-append .comment-reply-link + .comment-reply-link,
.input-group-append .comment-reply-login + .comment-reply-link,
.input-group-append .btn + .comment-reply-login,
.input-group-append .comment-respond #submit + .comment-reply-login,
.comment-respond .input-group-append #submit + .comment-reply-login,
.input-group-append .comment-edit-link + .comment-reply-login,
.input-group-append .comment-reply-link + .comment-reply-login,
.input-group-append .comment-reply-login + .comment-reply-login,
.input-group-append .btn + .input-group-text,
.input-group-append .comment-respond #submit + .input-group-text,
.comment-respond .input-group-append #submit + .input-group-text,
.input-group-append .comment-edit-link + .input-group-text,
.input-group-append .comment-reply-link + .input-group-text,
.input-group-append .comment-reply-login + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .comment-respond .input-group-text + #submit,
.comment-respond .input-group-append .input-group-text + #submit,
.input-group-append .input-group-text + .comment-edit-link,
.input-group-append .input-group-text + .comment-reply-link,
.input-group-append .input-group-text + .comment-reply-login {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.575rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  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.3rem;
}
@media (max-width: 1200px) {
  .input-group-text {
    font-size: calc(0.8675rem + 0.51vw);
  }
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .comment-form .input-group-lg > input[type=text]:not(textarea),
.comment-form .input-group-lg > input[type=email]:not(textarea),
.comment-form .input-group-lg > input[type=url]:not(textarea),
.comment-form .input-group-lg > textarea:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2em + 1rem + 2px);
}

.input-group-lg > .form-control, .comment-form .input-group-lg > input[type=text],
.comment-form .input-group-lg > input[type=email],
.comment-form .input-group-lg > input[type=url],
.comment-form .input-group-lg > textarea,
.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,
.comment-respond .input-group-lg > .input-group-prepend > #submit,
.input-group-lg > .input-group-prepend > .comment-edit-link,
.input-group-lg > .input-group-prepend > .comment-reply-link,
.input-group-lg > .input-group-prepend > .comment-reply-login,
.input-group-lg > .input-group-append > .btn,
.comment-respond .input-group-lg > .input-group-append > #submit,
.input-group-lg > .input-group-append > .comment-edit-link,
.input-group-lg > .input-group-append > .comment-reply-link,
.input-group-lg > .input-group-append > .comment-reply-login {
  padding: 0.5rem 1rem;
  font-size: 1.5625rem;
  line-height: 2;
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .input-group-lg > .form-control, .comment-form .input-group-lg > input[type=text],
.comment-form .input-group-lg > input[type=email],
.comment-form .input-group-lg > input[type=url],
.comment-form .input-group-lg > textarea,
.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,
.comment-respond .input-group-lg > .input-group-prepend > #submit,
.input-group-lg > .input-group-prepend > .comment-edit-link,
.input-group-lg > .input-group-prepend > .comment-reply-link,
.input-group-lg > .input-group-prepend > .comment-reply-login,
.input-group-lg > .input-group-append > .btn,
.comment-respond .input-group-lg > .input-group-append > #submit,
.input-group-lg > .input-group-append > .comment-edit-link,
.input-group-lg > .input-group-append > .comment-reply-link,
.input-group-lg > .input-group-append > .comment-reply-login {
    font-size: calc(0.89875rem + 0.885vw);
  }
}

.input-group-sm > .form-control:not(textarea), .comment-form .input-group-sm > input[type=text]:not(textarea),
.comment-form .input-group-sm > input[type=email]:not(textarea),
.comment-form .input-group-sm > input[type=url]:not(textarea),
.comment-form .input-group-sm > textarea:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.25em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .comment-form .input-group-sm > input[type=text],
.comment-form .input-group-sm > input[type=email],
.comment-form .input-group-sm > input[type=url],
.comment-form .input-group-sm > textarea,
.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,
.comment-respond .input-group-sm > .input-group-prepend > #submit,
.input-group-sm > .input-group-prepend > .comment-edit-link,
.input-group-sm > .input-group-prepend > .comment-reply-link,
.input-group-sm > .input-group-prepend > .comment-reply-login,
.input-group-sm > .input-group-append > .btn,
.comment-respond .input-group-sm > .input-group-append > #submit,
.input-group-sm > .input-group-append > .comment-edit-link,
.input-group-sm > .input-group-append > .comment-reply-link,
.input-group-sm > .input-group-append > .comment-reply-login {
  padding: 0.25rem 0.5rem;
  font-size: 1.03125rem;
  line-height: 1.25;
  border-radius: 0.2rem;
}
@media (max-width: 1200px) {
  .input-group-sm > .form-control, .comment-form .input-group-sm > input[type=text],
.comment-form .input-group-sm > input[type=email],
.comment-form .input-group-sm > input[type=url],
.comment-form .input-group-sm > textarea,
.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,
.comment-respond .input-group-sm > .input-group-prepend > #submit,
.input-group-sm > .input-group-prepend > .comment-edit-link,
.input-group-sm > .input-group-prepend > .comment-reply-link,
.input-group-sm > .input-group-prepend > .comment-reply-login,
.input-group-sm > .input-group-append > .btn,
.comment-respond .input-group-sm > .input-group-append > #submit,
.input-group-sm > .input-group-append > .comment-edit-link,
.input-group-sm > .input-group-append > .comment-reply-link,
.input-group-sm > .input-group-append > .comment-reply-login {
    font-size: calc(0.845625rem + 0.2475vw);
  }
}

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

.input-group > .input-group-prepend > .btn, .comment-respond .input-group > .input-group-prepend > #submit, .input-group > .input-group-prepend > .comment-edit-link,
.input-group > .input-group-prepend > .comment-reply-link,
.input-group > .input-group-prepend > .comment-reply-login,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.comment-respond .input-group:not(.has-validation) > .input-group-append:not(:last-child) > #submit,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .comment-edit-link,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .comment-reply-link,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .comment-reply-login,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.comment-respond .input-group.has-validation > .input-group-append:nth-last-child(n+3) > #submit,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .comment-edit-link,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .comment-reply-link,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .comment-reply-login,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.comment-respond .input-group > .input-group-append:last-child > #submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .comment-edit-link:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .comment-reply-link:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .comment-reply-login: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, .comment-respond .input-group > .input-group-append > #submit, .input-group > .input-group-append > .comment-edit-link,
.input-group > .input-group-append > .comment-reply-link,
.input-group > .input-group-append > .comment-reply-login,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.comment-respond .input-group > .input-group-prepend:not(:first-child) > #submit,
.input-group > .input-group-prepend:not(:first-child) > .comment-edit-link,
.input-group > .input-group-prepend:not(:first-child) > .comment-reply-link,
.input-group > .input-group-prepend:not(:first-child) > .comment-reply-login,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.comment-respond .input-group > .input-group-prepend:first-child > #submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .comment-edit-link:not(:first-child),
.input-group > .input-group-prepend:first-child > .comment-reply-link:not(:first-child),
.input-group > .input-group-prepend:first-child > .comment-reply-login:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control, .comment-form-cookies-consent {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.875rem;
  padding-left: 1.625rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

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

.custom-control-input, .comment-form input[type=checkbox] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.125rem;
  height: 1.5rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before, .comment-form input[type=checkbox]:checked ~ .custom-control-label::before, .comment-form-cookies-consent .custom-control-input:checked ~ label::before, .comment-form-cookies-consent .comment-form input[type=checkbox]:checked ~ label::before, .comment-form .comment-form-cookies-consent input[type=checkbox]:checked ~ label::before {
  color: #fff;
  border-color: #e81820;
  background-color: #e81820;
}
.custom-control-input:focus ~ .custom-control-label::before, .comment-form input[type=checkbox]:focus ~ .custom-control-label::before, .comment-form-cookies-consent .custom-control-input:focus ~ label::before, .comment-form-cookies-consent .comment-form input[type=checkbox]:focus ~ label::before, .comment-form .comment-form-cookies-consent input[type=checkbox]:focus ~ label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 24, 32, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(232, 24, 32, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before, .comment-form input[type=checkbox]:focus:not(:checked) ~ .custom-control-label::before, .comment-form-cookies-consent .custom-control-input:focus:not(:checked) ~ label::before, .comment-form-cookies-consent .comment-form input[type=checkbox]:focus:not(:checked) ~ label::before, .comment-form .comment-form-cookies-consent input[type=checkbox]:focus:not(:checked) ~ label::before {
  border-color: #f38c90;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before, .comment-form input[type=checkbox]:not(:disabled):active ~ .custom-control-label::before, .comment-form-cookies-consent .custom-control-input:not(:disabled):active ~ label::before, .comment-form-cookies-consent .comment-form input[type=checkbox]:not(:disabled):active ~ label::before, .comment-form .comment-form-cookies-consent input[type=checkbox]:not(:disabled):active ~ label::before {
  color: #fff;
  background-color: #f8babc;
  border-color: #f8babc;
}
.custom-control-input[disabled] ~ .custom-control-label, .comment-form input[disabled][type=checkbox] ~ .custom-control-label, .comment-form-cookies-consent .custom-control-input[disabled] ~ label, .comment-form-cookies-consent .comment-form input[disabled][type=checkbox] ~ label, .comment-form .comment-form-cookies-consent input[disabled][type=checkbox] ~ label, .custom-control-input:disabled ~ .custom-control-label, .comment-form input[type=checkbox]:disabled ~ .custom-control-label, .comment-form-cookies-consent .custom-control-input:disabled ~ label, .comment-form-cookies-consent .comment-form input[type=checkbox]:disabled ~ label, .comment-form .comment-form-cookies-consent input[type=checkbox]:disabled ~ label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .comment-form input[disabled][type=checkbox] ~ .custom-control-label::before, .comment-form-cookies-consent .custom-control-input[disabled] ~ label::before, .comment-form-cookies-consent .comment-form input[disabled][type=checkbox] ~ label::before, .comment-form .comment-form-cookies-consent input[disabled][type=checkbox] ~ label::before, .custom-control-input:disabled ~ .custom-control-label::before, .comment-form input[type=checkbox]:disabled ~ .custom-control-label::before, .comment-form-cookies-consent .custom-control-input:disabled ~ label::before, .comment-form-cookies-consent .comment-form input[type=checkbox]:disabled ~ label::before, .comment-form .comment-form-cookies-consent input[type=checkbox]:disabled ~ label::before {
  background-color: #e9ecef;
}

.custom-control-label, .comment-form-cookies-consent label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before, .comment-form-cookies-consent label::before {
  position: absolute;
  top: 0.375rem;
  left: -1.625rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after, .comment-form-cookies-consent label::after {
  position: absolute;
  top: 0.375rem;
  left: -1.625rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before, .comment-form-cookies-consent .custom-control-label::before, .comment-form-cookies-consent label::before {
  border-radius: 0.3rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .custom-checkbox .comment-form input[type=checkbox]:checked ~ .custom-control-label::after, .comment-form .custom-checkbox input[type=checkbox]:checked ~ .custom-control-label::after, .comment-form-cookies-consent .custom-checkbox .custom-control-input:checked ~ label::after, .comment-form .comment-form-cookies-consent .custom-checkbox input[type=checkbox]:checked ~ label::after, .comment-form-cookies-consent .custom-control-input:checked ~ .custom-control-label::after, .comment-form-cookies-consent .comment-form input[type=checkbox]:checked ~ .custom-control-label::after, .comment-form .comment-form-cookies-consent input[type=checkbox]:checked ~ .custom-control-label::after, .comment-form-cookies-consent .custom-control-input:checked ~ label::after, .comment-form-cookies-consent .comment-form input[type=checkbox]:checked ~ label::after, .comment-form .comment-form-cookies-consent input[type=checkbox]:checked ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .custom-checkbox .comment-form input[type=checkbox]:indeterminate ~ .custom-control-label::before, .comment-form .custom-checkbox input[type=checkbox]:indeterminate ~ .custom-control-label::before, .comment-form-cookies-consent .custom-checkbox .custom-control-input:indeterminate ~ label::before, .comment-form .comment-form-cookies-consent .custom-checkbox input[type=checkbox]:indeterminate ~ label::before, .comment-form-cookies-consent .custom-control-input:indeterminate ~ .custom-control-label::before, .comment-form-cookies-consent .comment-form input[type=checkbox]:indeterminate ~ .custom-control-label::before, .comment-form .comment-form-cookies-consent input[type=checkbox]:indeterminate ~ .custom-control-label::before, .comment-form-cookies-consent .custom-control-input:indeterminate ~ label::before, .comment-form-cookies-consent .comment-form input[type=checkbox]:indeterminate ~ label::before, .comment-form .comment-form-cookies-consent input[type=checkbox]:indeterminate ~ label::before {
  border-color: #e81820;
  background-color: #e81820;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .custom-checkbox .comment-form input[type=checkbox]:indeterminate ~ .custom-control-label::after, .comment-form .custom-checkbox input[type=checkbox]:indeterminate ~ .custom-control-label::after, .comment-form-cookies-consent .custom-checkbox .custom-control-input:indeterminate ~ label::after, .comment-form .comment-form-cookies-consent .custom-checkbox input[type=checkbox]:indeterminate ~ label::after, .comment-form-cookies-consent .custom-control-input:indeterminate ~ .custom-control-label::after, .comment-form-cookies-consent .comment-form input[type=checkbox]:indeterminate ~ .custom-control-label::after, .comment-form .comment-form-cookies-consent input[type=checkbox]:indeterminate ~ .custom-control-label::after, .comment-form-cookies-consent .custom-control-input:indeterminate ~ label::after, .comment-form-cookies-consent .comment-form input[type=checkbox]:indeterminate ~ label::after, .comment-form .comment-form-cookies-consent input[type=checkbox]:indeterminate ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .comment-form input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .comment-form .custom-checkbox input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .comment-form-cookies-consent .custom-checkbox .custom-control-input:disabled:checked ~ label::before, .comment-form .comment-form-cookies-consent .custom-checkbox input[type=checkbox]:disabled:checked ~ label::before, .comment-form-cookies-consent .custom-control-input:disabled:checked ~ .custom-control-label::before, .comment-form-cookies-consent .comment-form input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .comment-form .comment-form-cookies-consent input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .comment-form-cookies-consent .custom-control-input:disabled:checked ~ label::before, .comment-form-cookies-consent .comment-form input[type=checkbox]:disabled:checked ~ label::before, .comment-form .comment-form-cookies-consent input[type=checkbox]:disabled:checked ~ label::before {
  background-color: rgba(234, 47, 54, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .comment-form input[type=checkbox]:disabled:indeterminate ~ .custom-control-label::before, .comment-form .custom-checkbox input[type=checkbox]:disabled:indeterminate ~ .custom-control-label::before, .comment-form-cookies-consent .custom-checkbox .custom-control-input:disabled:indeterminate ~ label::before, .comment-form .comment-form-cookies-consent .custom-checkbox input[type=checkbox]:disabled:indeterminate ~ label::before, .comment-form-cookies-consent .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .comment-form-cookies-consent .comment-form input[type=checkbox]:disabled:indeterminate ~ .custom-control-label::before, .comment-form .comment-form-cookies-consent input[type=checkbox]:disabled:indeterminate ~ .custom-control-label::before, .comment-form-cookies-consent .custom-control-input:disabled:indeterminate ~ label::before, .comment-form-cookies-consent .comment-form input[type=checkbox]:disabled:indeterminate ~ label::before, .comment-form .comment-form-cookies-consent input[type=checkbox]:disabled:indeterminate ~ label::before {
  background-color: rgba(234, 47, 54, 0.5);
}

.custom-radio .custom-control-label::before, .custom-radio .comment-form-cookies-consent label::before, .comment-form-cookies-consent .custom-radio label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after, .custom-radio .comment-form input[type=checkbox]:checked ~ .custom-control-label::after, .comment-form .custom-radio input[type=checkbox]:checked ~ .custom-control-label::after, .custom-radio .comment-form-cookies-consent .custom-control-input:checked ~ label::after, .custom-radio .comment-form-cookies-consent .comment-form input[type=checkbox]:checked ~ label::after, .comment-form .custom-radio .comment-form-cookies-consent input[type=checkbox]:checked ~ label::after, .comment-form-cookies-consent .custom-radio .custom-control-input:checked ~ label::after, .comment-form-cookies-consent .custom-radio .comment-form input[type=checkbox]:checked ~ label::after, .comment-form .comment-form-cookies-consent .custom-radio input[type=checkbox]:checked ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-radio .comment-form input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .comment-form .custom-radio input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .custom-radio .comment-form-cookies-consent .custom-control-input:disabled:checked ~ label::before, .custom-radio .comment-form-cookies-consent .comment-form input[type=checkbox]:disabled:checked ~ label::before, .comment-form .custom-radio .comment-form-cookies-consent input[type=checkbox]:disabled:checked ~ label::before, .comment-form-cookies-consent .custom-radio .custom-control-input:disabled:checked ~ label::before, .comment-form-cookies-consent .custom-radio .comment-form input[type=checkbox]:disabled:checked ~ label::before, .comment-form .comment-form-cookies-consent .custom-radio input[type=checkbox]:disabled:checked ~ label::before {
  background-color: rgba(234, 47, 54, 0.5);
}

.custom-switch {
  padding-left: 2.46875rem;
}
.custom-switch .custom-control-label::before, .custom-switch .comment-form-cookies-consent label::before, .comment-form-cookies-consent .custom-switch label::before {
  left: -2.46875rem;
  width: 1.96875rem;
  pointer-events: all;
  border-radius: 0.5625rem;
}
.custom-switch .custom-control-label::after, .custom-switch .comment-form-cookies-consent label::after, .comment-form-cookies-consent .custom-switch label::after {
  top: calc(0.375rem + 2px);
  left: calc(-2.46875rem + 2px);
  width: calc(1.125rem - 4px);
  height: calc(1.125rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5625rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after, .custom-switch .comment-form-cookies-consent label::after, .comment-form-cookies-consent .custom-switch label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after, .custom-switch .comment-form input[type=checkbox]:checked ~ .custom-control-label::after, .comment-form .custom-switch input[type=checkbox]:checked ~ .custom-control-label::after, .custom-switch .comment-form-cookies-consent .custom-control-input:checked ~ label::after, .custom-switch .comment-form-cookies-consent .comment-form input[type=checkbox]:checked ~ label::after, .comment-form .custom-switch .comment-form-cookies-consent input[type=checkbox]:checked ~ label::after, .comment-form-cookies-consent .custom-switch .custom-control-input:checked ~ label::after, .comment-form-cookies-consent .custom-switch .comment-form input[type=checkbox]:checked ~ label::after, .comment-form .comment-form-cookies-consent .custom-switch input[type=checkbox]:checked ~ label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.84375rem);
       -o-transform: translateX(0.84375rem);
          transform: translateX(0.84375rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-switch .comment-form input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .comment-form .custom-switch input[type=checkbox]:disabled:checked ~ .custom-control-label::before, .custom-switch .comment-form-cookies-consent .custom-control-input:disabled:checked ~ label::before, .custom-switch .comment-form-cookies-consent .comment-form input[type=checkbox]:disabled:checked ~ label::before, .comment-form .custom-switch .comment-form-cookies-consent input[type=checkbox]:disabled:checked ~ label::before, .comment-form-cookies-consent .custom-switch .custom-control-input:disabled:checked ~ label::before, .comment-form-cookies-consent .custom-switch .comment-form input[type=checkbox]:disabled:checked ~ label::before, .comment-form .comment-form-cookies-consent .custom-switch input[type=checkbox]:disabled:checked ~ label::before {
  background-color: rgba(234, 47, 54, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.15rem + 2px);
  padding: 0.575rem 1.75rem 0.575rem 0.75rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 1200px) {
  .custom-select {
    font-size: calc(0.8675rem + 0.51vw);
  }
}
.custom-select:focus {
  border-color: #f38c90;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 24, 32, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(232, 24, 32, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.25em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.03125rem;
}
@media (max-width: 1200px) {
  .custom-select-sm {
    font-size: calc(0.845625rem + 0.2475vw);
  }
}

.custom-select-lg {
  height: calc(2em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.5625rem;
}
@media (max-width: 1200px) {
  .custom-select-lg {
    font-size: calc(0.89875rem + 0.885vw);
  }
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.15rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #f38c90;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 24, 32, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(232, 24, 32, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.15rem + 2px);
  padding: 0.575rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.3rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.15rem);
  padding: 0.575rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.3rem 0.3rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(232, 24, 32, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(232, 24, 32, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(232, 24, 32, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(232, 24, 32, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #e81820;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #f8babc;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #e81820;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #f8babc;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #e81820;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #f8babc;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before, .comment-form-cookies-consent label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .comment-form-cookies-consent label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.3rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #e81820;
}

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

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 15px;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 15px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .navbar-brand {
    font-size: calc(0.8675rem + 0.51vw);
  }
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.5rem 0.75rem;
  font-size: 1.5625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.3rem;
}
@media (max-width: 1200px) {
  .navbar-toggler {
    font-size: calc(0.89875rem + 0.885vw);
  }
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.825rem;
    padding-left: 0.825rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.825rem;
    padding-left: 0.825rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.825rem;
    padding-left: 0.825rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.825rem;
    padding-left: 0.825rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.825rem;
  padding-left: 0.825rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: #000;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #000;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #000;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #ea2f36;
}
.navbar-light .navbar-toggler {
  color: #000;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27%23000%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: #000;
}
.navbar-light .navbar-text a {
  color: #ea2f36;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #ea2f36;
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27%23fff%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: #fff;
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card, .acf-accordion.accordion-js .accordion-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.75rem;
}
.card > hr, .acf-accordion.accordion-js .accordion-card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group, .acf-accordion.accordion-js .accordion-card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child, .acf-accordion.accordion-js .accordion-card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px);
}
.card > .list-group:last-child, .acf-accordion.accordion-js .accordion-card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.75rem - 1px);
  border-bottom-left-radius: calc(0.75rem - 1px);
}
.card > .card-header + .list-group, .acf-accordion.accordion-js .accordion-card .card > .accordion-card-header + .list-group, .acf-accordion.accordion-js .accordion-card > .card-header + .list-group, .acf-accordion.accordion-js .accordion-card > .accordion-card-header + .list-group,
.card > .list-group + .card-footer,
.acf-accordion.accordion-js .accordion-card > .list-group + .card-footer {
  border-top: 0;
}

.card-body, .acf-accordion.accordion-js .accordion-card .accordion-card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title, .acf-accordion.accordion-js .accordion-card .accordion-card-title {
  margin-bottom: 0.75rem;
}

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header, .acf-accordion.accordion-js .accordion-card .accordion-card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child, .acf-accordion.accordion-js .accordion-card .accordion-card-header:first-child {
  border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.75rem - 1px);
}

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

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

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

.card-deck .card, .card-deck .acf-accordion.accordion-js .accordion-card, .acf-accordion.accordion-js .card-deck .accordion-card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card, .card-deck .acf-accordion.accordion-js .accordion-card, .acf-accordion.accordion-js .card-deck .accordion-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card, .acf-accordion.accordion-js .card-group > .accordion-card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card, .acf-accordion.accordion-js .card-group > .accordion-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .acf-accordion.accordion-js .card-group > .accordion-card + .card, .acf-accordion.accordion-js .card-group > .card + .accordion-card, .acf-accordion.accordion-js .card-group > .accordion-card + .accordion-card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child), .acf-accordion.accordion-js .card-group > .accordion-card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .acf-accordion.accordion-js .card-group > .accordion-card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header,
.card-group > .card:not(:last-child) .acf-accordion.accordion-js .accordion-card .accordion-card-header,
.acf-accordion.accordion-js .accordion-card .card-group > .card:not(:last-child) .accordion-card-header,
.acf-accordion.accordion-js .card-group > .accordion-card:not(:last-child) .card-header,
.acf-accordion.accordion-js .card-group > .accordion-card:not(:last-child) .accordion-card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .acf-accordion.accordion-js .card-group > .accordion-card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer,
.acf-accordion.accordion-js .card-group > .accordion-card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child), .acf-accordion.accordion-js .card-group > .accordion-card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .acf-accordion.accordion-js .card-group > .accordion-card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header,
.card-group > .card:not(:first-child) .acf-accordion.accordion-js .accordion-card .accordion-card-header,
.acf-accordion.accordion-js .accordion-card .card-group > .card:not(:first-child) .accordion-card-header,
.acf-accordion.accordion-js .card-group > .accordion-card:not(:first-child) .card-header,
.acf-accordion.accordion-js .card-group > .accordion-card:not(:first-child) .accordion-card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .acf-accordion.accordion-js .card-group > .accordion-card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer,
.acf-accordion.accordion-js .card-group > .accordion-card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card, .card-columns .acf-accordion.accordion-js .accordion-card, .acf-accordion.accordion-js .card-columns .accordion-card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card, .card-columns .acf-accordion.accordion-js .accordion-card, .acf-accordion.accordion-js .card-columns .accordion-card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card, .acf-accordion.accordion-js .accordion > .accordion-card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type), .acf-accordion.accordion-js .accordion > .accordion-card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type), .acf-accordion.accordion-js .accordion > .accordion-card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header, .acf-accordion.accordion-js .accordion-card .accordion > .card > .accordion-card-header, .acf-accordion.accordion-js .accordion > .accordion-card > .card-header, .acf-accordion.accordion-js .accordion > .accordion-card > .accordion-card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

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

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.3rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ea2f36;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #e81820;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 24, 32, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(232, 24, 32, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #e81820;
  border-color: #e81820;
}
.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.5625rem;
  line-height: 2;
}
@media (max-width: 1200px) {
  .pagination-lg .page-link {
    font-size: calc(0.89875rem + 0.885vw);
  }
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.03125rem;
  line-height: 1.25;
}
@media (max-width: 1200px) {
  .pagination-sm .page-link {
    font-size: calc(0.845625rem + 0.2475vw);
  }
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.3rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .comment-respond #submit .badge, .comment-edit-link .badge,
.comment-reply-link .badge,
.comment-reply-login .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #ea2f36;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #d1151c;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #2a2e35;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #131519;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 46, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 46, 53, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #242424;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #242424;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ea2f36;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #d1151c;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.5);
}

.badge-light {
  color: #242424;
  background-color: #f5f5f7;
}
a.badge-light:hover, a.badge-light:focus {
  color: #242424;
  background-color: #d9d9e0;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 245, 247, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #22252c;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #0c0d0f;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 37, 44, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(34, 37, 44, 0.5);
}

.badge-anthracite-dark {
  color: #fff;
  background-color: #22252c;
}
a.badge-anthracite-dark:hover, a.badge-anthracite-dark:focus {
  color: #fff;
  background-color: #0c0d0f;
}
a.badge-anthracite-dark:focus, a.badge-anthracite-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 37, 44, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(34, 37, 44, 0.5);
}

.badge-anthracite-light {
  color: #fff;
  background-color: #2a2e35;
}
a.badge-anthracite-light:hover, a.badge-anthracite-light:focus {
  color: #fff;
  background-color: #131519;
}
a.badge-anthracite-light:focus, a.badge-anthracite-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 46, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 46, 53, 0.5);
}

.badge-black {
  color: #fff;
  background-color: #000;
}
a.badge-black:hover, a.badge-black:focus {
  color: #fff;
  background-color: black;
}
a.badge-black:focus, a.badge-black.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-red {
  color: #fff;
  background-color: #ea2f36;
}
a.badge-red:hover, a.badge-red:focus {
  color: #fff;
  background-color: #d1151c;
}
a.badge-red:focus, a.badge-red.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.5);
}

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

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

.alert, pre.wp-block-code code, .wpcf7 form .wpcf7-response-output, .post-password-form p:first-child {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4.375rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary, .wpcf7 form .wpcf7-response-output {
  color: #7a181c;
  background-color: #fbd5d7;
  border-color: #f9c5c7;
}
.alert-primary hr, .wpcf7 form .wpcf7-response-output hr {
  border-top-color: #f7aeb1;
}
.alert-primary .alert-link, .wpcf7 form .wpcf7-response-output .alert-link {
  color: #4f1012;
}

.alert-secondary {
  color: #16181c;
  background-color: #d4d5d7;
  border-color: #c3c4c6;
}
.alert-secondary hr {
  border-top-color: #b6b7ba;
}
.alert-secondary .alert-link {
  color: black;
}

.alert-success, .wpcf7 form.sent .wpcf7-response-output {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr, .wpcf7 form.sent .wpcf7-response-output hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link, .wpcf7 form.sent .wpcf7-response-output .alert-link {
  color: #0b2e13;
}

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

.alert-warning, .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr, .wpcf7 form.invalid .wpcf7-response-output hr,
.wpcf7 form.unaccepted .wpcf7-response-output hr, .wpcf7 form.spam .wpcf7-response-output hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link, .wpcf7 form.invalid .wpcf7-response-output .alert-link,
.wpcf7 form.unaccepted .wpcf7-response-output .alert-link, .wpcf7 form.spam .wpcf7-response-output .alert-link {
  color: #533f03;
}

.alert-danger, .wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #7a181c;
  background-color: #fbd5d7;
  border-color: #f9c5c7;
}
.alert-danger hr, .wpcf7 form.failed .wpcf7-response-output hr,
.wpcf7 form.aborted .wpcf7-response-output hr {
  border-top-color: #f7aeb1;
}
.alert-danger .alert-link, .wpcf7 form.failed .wpcf7-response-output .alert-link,
.wpcf7 form.aborted .wpcf7-response-output .alert-link {
  color: #4f1012;
}

.alert-light {
  color: #7f7f80;
  background-color: #fdfdfd;
  border-color: #fcfcfd;
}
.alert-light hr {
  border-top-color: #ededf3;
}
.alert-light .alert-link {
  color: #666666;
}

.alert-dark {
  color: #121317;
  background-color: #d3d3d5;
  border-color: #c1c2c4;
}
.alert-dark hr {
  border-top-color: #b4b5b8;
}
.alert-dark .alert-link {
  color: black;
}

.alert-anthracite-dark {
  color: #121317;
  background-color: #d3d3d5;
  border-color: #c1c2c4;
}
.alert-anthracite-dark hr {
  border-top-color: #b4b5b8;
}
.alert-anthracite-dark .alert-link {
  color: black;
}

.alert-anthracite-light {
  color: #16181c;
  background-color: #d4d5d7;
  border-color: #c3c4c6;
}
.alert-anthracite-light hr {
  border-top-color: #b6b7ba;
}
.alert-anthracite-light .alert-link {
  color: black;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-black hr {
  border-top-color: #ababab;
}
.alert-black .alert-link {
  color: black;
}

.alert-red {
  color: #7a181c;
  background-color: #fbd5d7;
  border-color: #f9c5c7;
}
.alert-red hr {
  border-top-color: #f7aeb1;
}
.alert-red .alert-link {
  color: #4f1012;
}

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

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.9375rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (max-width: 1200px) {
  .progress {
    font-size: calc(0.83625rem + 0.135vw);
  }
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ea2f36;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
       -o-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.3rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f5f5f7;
}
.list-group-item-action:active {
  color: #242424;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #e81820;
  border-color: #e81820;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.3rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.3rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: #7a181c;
  background-color: #f9c5c7;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #7a181c;
  background-color: #f7aeb1;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #7a181c;
  border-color: #7a181c;
}

.list-group-item-secondary {
  color: #16181c;
  background-color: #c3c4c6;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #16181c;
  background-color: #b6b7ba;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #16181c;
  border-color: #16181c;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #7a181c;
  background-color: #f9c5c7;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7a181c;
  background-color: #f7aeb1;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7a181c;
  border-color: #7a181c;
}

.list-group-item-light {
  color: #7f7f80;
  background-color: #fcfcfd;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7f7f80;
  background-color: #ededf3;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f80;
  border-color: #7f7f80;
}

.list-group-item-dark {
  color: #121317;
  background-color: #c1c2c4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #121317;
  background-color: #b4b5b8;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #121317;
  border-color: #121317;
}

.list-group-item-anthracite-dark {
  color: #121317;
  background-color: #c1c2c4;
}
.list-group-item-anthracite-dark.list-group-item-action:hover, .list-group-item-anthracite-dark.list-group-item-action:focus {
  color: #121317;
  background-color: #b4b5b8;
}
.list-group-item-anthracite-dark.list-group-item-action.active {
  color: #fff;
  background-color: #121317;
  border-color: #121317;
}

.list-group-item-anthracite-light {
  color: #16181c;
  background-color: #c3c4c6;
}
.list-group-item-anthracite-light.list-group-item-action:hover, .list-group-item-anthracite-light.list-group-item-action:focus {
  color: #16181c;
  background-color: #b6b7ba;
}
.list-group-item-anthracite-light.list-group-item-action.active {
  color: #fff;
  background-color: #16181c;
  border-color: #16181c;
}

.list-group-item-black {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-red {
  color: #7a181c;
  background-color: #f9c5c7;
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #7a181c;
  background-color: #f7aeb1;
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #7a181c;
  border-color: #7a181c;
}

.close {
  float: right;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(0.93rem + 1.26vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
@media (max-width: 1200px) {
  .toast {
    font-size: calc(0.83rem + 0.06vw);
  }
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
       -o-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
       -o-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.03125rem;
  word-wrap: break-word;
  opacity: 0;
}
@media (max-width: 1200px) {
  .tooltip {
    font-size: calc(0.845625rem + 0.2475vw);
  }
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.03125rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .popover {
    font-size: calc(0.845625rem + 0.2475vw);
  }
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  color: #242424;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
@media (max-width: 1200px) {
  .popover-header {
    font-size: calc(0.8675rem + 0.51vw);
  }
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10%;
  padding: 0;
  color: #f5f5f7;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #f5f5f7;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23f5f5f7%27 viewBox=%270 0 256 512%27%3e%3cpath d=%27M231.293 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L70.393 256 251.092 74.87c4.686-4.686 4.686-12.284 0-16.971L231.293 38.1c-4.686-4.686-12.284-4.686-16.971 0L4.908 247.515c-4.686 4.686-4.686 12.284 0 16.971L214.322 473.9c4.687 4.686 12.285 4.686 16.971-.001z%27/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23f5f5f7%27 viewBox=%270 0 256 512%27%3e%3cpath d=%27M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z%27/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 10%;
  margin-left: 10%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #f5f5f7;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes spinner-border {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

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

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-o-keyframes spinner-grow {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
  }
  50% {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
         -o-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

.bg-secondary {
  background-color: #2a2e35 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #131519 !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: #ea2f36 !important;
}

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

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

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

.bg-dark {
  background-color: #22252c !important;
}

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

.bg-anthracite-dark {
  background-color: #22252c !important;
}

a.bg-anthracite-dark:hover, a.bg-anthracite-dark:focus,
button.bg-anthracite-dark:hover,
button.bg-anthracite-dark:focus {
  background-color: #0c0d0f !important;
}

.bg-anthracite-light {
  background-color: #2a2e35 !important;
}

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

.bg-black {
  background-color: #000 !important;
}

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

.bg-red {
  background-color: #ea2f36 !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #d1151c !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: #ea2f36 !important;
}

.border-secondary {
  border-color: #2a2e35 !important;
}

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

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

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

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

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

.border-dark {
  border-color: #22252c !important;
}

.border-anthracite-dark {
  border-color: #22252c !important;
}

.border-anthracite-light {
  border-color: #2a2e35 !important;
}

.border-black {
  border-color: #000 !important;
}

.border-red {
  border-color: #ea2f36 !important;
}

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

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

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

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

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

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

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

.rounded-lg, .comment-meta .avatar {
  border-radius: 0.5rem !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive-16by10::before {
  padding-top: 62.5%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

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

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

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

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

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

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

.position-sticky {
  position: 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, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
          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;
}

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

.w-33 {
  width: 33.33% !important;
}

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

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

.w-66 {
  width: 66.66% !important;
}

.w-80 {
  width: 80% !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;
}

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

.h-33 {
  height: 33.33% !important;
}

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

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

.h-66 {
  height: 66.66% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-gutter {
  margin: 15px !important;
}

.mt-gutter,
.my-gutter {
  margin-top: 15px !important;
}

.mr-gutter,
.mx-gutter {
  margin-right: 15px !important;
}

.mb-gutter,
.my-gutter {
  margin-bottom: 15px !important;
}

.ml-gutter,
.mx-gutter {
  margin-left: 15px !important;
}

.m-gutter-2x {
  margin: 30px !important;
}

.mt-gutter-2x,
.my-gutter-2x {
  margin-top: 30px !important;
}

.mr-gutter-2x,
.mx-gutter-2x {
  margin-right: 30px !important;
}

.mb-gutter-2x,
.my-gutter-2x {
  margin-bottom: 30px !important;
}

.ml-gutter-2x,
.mx-gutter-2x {
  margin-left: 30px !important;
}

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

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

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

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

.ml-6,
.mx-6 {
  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: 2rem !important;
}

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

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

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

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

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

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

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

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

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

.p-gutter {
  padding: 15px !important;
}

.pt-gutter,
.py-gutter {
  padding-top: 15px !important;
}

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

.pb-gutter,
.py-gutter {
  padding-bottom: 15px !important;
}

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

.p-gutter-2x {
  padding: 30px !important;
}

.pt-gutter-2x,
.py-gutter-2x {
  padding-top: 30px !important;
}

.pr-gutter-2x,
.px-gutter-2x {
  padding-right: 30px !important;
}

.pb-gutter-2x,
.py-gutter-2x {
  padding-bottom: 30px !important;
}

.pl-gutter-2x,
.px-gutter-2x {
  padding-left: 30px !important;
}

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

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

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

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

.pl-6,
.px-6 {
  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: -2rem !important;
}

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

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

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

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

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

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

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

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

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

.m-ngutter {
  margin: -15px !important;
}

.mt-ngutter,
.my-ngutter {
  margin-top: -15px !important;
}

.mr-ngutter,
.mx-ngutter {
  margin-right: -15px !important;
}

.mb-ngutter,
.my-ngutter {
  margin-bottom: -15px !important;
}

.ml-ngutter,
.mx-ngutter {
  margin-left: -15px !important;
}

.m-ngutter-2x {
  margin: -30px !important;
}

.mt-ngutter-2x,
.my-ngutter-2x {
  margin-top: -30px !important;
}

.mr-ngutter-2x,
.mx-ngutter-2x {
  margin-right: -30px !important;
}

.mb-ngutter-2x,
.my-ngutter-2x {
  margin-bottom: -30px !important;
}

.ml-ngutter-2x,
.mx-ngutter-2x {
  margin-left: -30px !important;
}

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

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

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

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

.ml-n6,
.mx-n6 {
  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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

  .m-sm-gutter {
    margin: 15px !important;
  }

  .mt-sm-gutter,
.my-sm-gutter {
    margin-top: 15px !important;
  }

  .mr-sm-gutter,
.mx-sm-gutter {
    margin-right: 15px !important;
  }

  .mb-sm-gutter,
.my-sm-gutter {
    margin-bottom: 15px !important;
  }

  .ml-sm-gutter,
.mx-sm-gutter {
    margin-left: 15px !important;
  }

  .m-sm-gutter-2x {
    margin: 30px !important;
  }

  .mt-sm-gutter-2x,
.my-sm-gutter-2x {
    margin-top: 30px !important;
  }

  .mr-sm-gutter-2x,
.mx-sm-gutter-2x {
    margin-right: 30px !important;
  }

  .mb-sm-gutter-2x,
.my-sm-gutter-2x {
    margin-bottom: 30px !important;
  }

  .ml-sm-gutter-2x,
.mx-sm-gutter-2x {
    margin-left: 30px !important;
  }

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

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

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

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

  .ml-sm-6,
.mx-sm-6 {
    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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

  .p-sm-gutter {
    padding: 15px !important;
  }

  .pt-sm-gutter,
.py-sm-gutter {
    padding-top: 15px !important;
  }

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

  .pb-sm-gutter,
.py-sm-gutter {
    padding-bottom: 15px !important;
  }

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

  .p-sm-gutter-2x {
    padding: 30px !important;
  }

  .pt-sm-gutter-2x,
.py-sm-gutter-2x {
    padding-top: 30px !important;
  }

  .pr-sm-gutter-2x,
.px-sm-gutter-2x {
    padding-right: 30px !important;
  }

  .pb-sm-gutter-2x,
.py-sm-gutter-2x {
    padding-bottom: 30px !important;
  }

  .pl-sm-gutter-2x,
.px-sm-gutter-2x {
    padding-left: 30px !important;
  }

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

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

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

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

  .pl-sm-6,
.px-sm-6 {
    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: -2rem !important;
  }

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

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

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

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

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

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

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

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

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

  .m-sm-ngutter {
    margin: -15px !important;
  }

  .mt-sm-ngutter,
.my-sm-ngutter {
    margin-top: -15px !important;
  }

  .mr-sm-ngutter,
.mx-sm-ngutter {
    margin-right: -15px !important;
  }

  .mb-sm-ngutter,
.my-sm-ngutter {
    margin-bottom: -15px !important;
  }

  .ml-sm-ngutter,
.mx-sm-ngutter {
    margin-left: -15px !important;
  }

  .m-sm-ngutter-2x {
    margin: -30px !important;
  }

  .mt-sm-ngutter-2x,
.my-sm-ngutter-2x {
    margin-top: -30px !important;
  }

  .mr-sm-ngutter-2x,
.mx-sm-ngutter-2x {
    margin-right: -30px !important;
  }

  .mb-sm-ngutter-2x,
.my-sm-ngutter-2x {
    margin-bottom: -30px !important;
  }

  .ml-sm-ngutter-2x,
.mx-sm-ngutter-2x {
    margin-left: -30px !important;
  }

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

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

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

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

  .ml-sm-n6,
.mx-sm-n6 {
    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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

  .m-md-gutter {
    margin: 15px !important;
  }

  .mt-md-gutter,
.my-md-gutter {
    margin-top: 15px !important;
  }

  .mr-md-gutter,
.mx-md-gutter {
    margin-right: 15px !important;
  }

  .mb-md-gutter,
.my-md-gutter {
    margin-bottom: 15px !important;
  }

  .ml-md-gutter,
.mx-md-gutter {
    margin-left: 15px !important;
  }

  .m-md-gutter-2x {
    margin: 30px !important;
  }

  .mt-md-gutter-2x,
.my-md-gutter-2x {
    margin-top: 30px !important;
  }

  .mr-md-gutter-2x,
.mx-md-gutter-2x {
    margin-right: 30px !important;
  }

  .mb-md-gutter-2x,
.my-md-gutter-2x {
    margin-bottom: 30px !important;
  }

  .ml-md-gutter-2x,
.mx-md-gutter-2x {
    margin-left: 30px !important;
  }

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

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

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

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

  .ml-md-6,
.mx-md-6 {
    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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

  .p-md-gutter {
    padding: 15px !important;
  }

  .pt-md-gutter,
.py-md-gutter {
    padding-top: 15px !important;
  }

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

  .pb-md-gutter,
.py-md-gutter {
    padding-bottom: 15px !important;
  }

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

  .p-md-gutter-2x {
    padding: 30px !important;
  }

  .pt-md-gutter-2x,
.py-md-gutter-2x {
    padding-top: 30px !important;
  }

  .pr-md-gutter-2x,
.px-md-gutter-2x {
    padding-right: 30px !important;
  }

  .pb-md-gutter-2x,
.py-md-gutter-2x {
    padding-bottom: 30px !important;
  }

  .pl-md-gutter-2x,
.px-md-gutter-2x {
    padding-left: 30px !important;
  }

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

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

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

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

  .pl-md-6,
.px-md-6 {
    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: -2rem !important;
  }

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

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

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

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

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

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

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

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

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

  .m-md-ngutter {
    margin: -15px !important;
  }

  .mt-md-ngutter,
.my-md-ngutter {
    margin-top: -15px !important;
  }

  .mr-md-ngutter,
.mx-md-ngutter {
    margin-right: -15px !important;
  }

  .mb-md-ngutter,
.my-md-ngutter {
    margin-bottom: -15px !important;
  }

  .ml-md-ngutter,
.mx-md-ngutter {
    margin-left: -15px !important;
  }

  .m-md-ngutter-2x {
    margin: -30px !important;
  }

  .mt-md-ngutter-2x,
.my-md-ngutter-2x {
    margin-top: -30px !important;
  }

  .mr-md-ngutter-2x,
.mx-md-ngutter-2x {
    margin-right: -30px !important;
  }

  .mb-md-ngutter-2x,
.my-md-ngutter-2x {
    margin-bottom: -30px !important;
  }

  .ml-md-ngutter-2x,
.mx-md-ngutter-2x {
    margin-left: -30px !important;
  }

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

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

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

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

  .ml-md-n6,
.mx-md-n6 {
    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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

  .m-lg-gutter {
    margin: 15px !important;
  }

  .mt-lg-gutter,
.my-lg-gutter {
    margin-top: 15px !important;
  }

  .mr-lg-gutter,
.mx-lg-gutter {
    margin-right: 15px !important;
  }

  .mb-lg-gutter,
.my-lg-gutter {
    margin-bottom: 15px !important;
  }

  .ml-lg-gutter,
.mx-lg-gutter {
    margin-left: 15px !important;
  }

  .m-lg-gutter-2x {
    margin: 30px !important;
  }

  .mt-lg-gutter-2x,
.my-lg-gutter-2x {
    margin-top: 30px !important;
  }

  .mr-lg-gutter-2x,
.mx-lg-gutter-2x {
    margin-right: 30px !important;
  }

  .mb-lg-gutter-2x,
.my-lg-gutter-2x {
    margin-bottom: 30px !important;
  }

  .ml-lg-gutter-2x,
.mx-lg-gutter-2x {
    margin-left: 30px !important;
  }

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

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

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

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

  .ml-lg-6,
.mx-lg-6 {
    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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

  .p-lg-gutter {
    padding: 15px !important;
  }

  .pt-lg-gutter,
.py-lg-gutter {
    padding-top: 15px !important;
  }

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

  .pb-lg-gutter,
.py-lg-gutter {
    padding-bottom: 15px !important;
  }

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

  .p-lg-gutter-2x {
    padding: 30px !important;
  }

  .pt-lg-gutter-2x,
.py-lg-gutter-2x {
    padding-top: 30px !important;
  }

  .pr-lg-gutter-2x,
.px-lg-gutter-2x {
    padding-right: 30px !important;
  }

  .pb-lg-gutter-2x,
.py-lg-gutter-2x {
    padding-bottom: 30px !important;
  }

  .pl-lg-gutter-2x,
.px-lg-gutter-2x {
    padding-left: 30px !important;
  }

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

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

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

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

  .pl-lg-6,
.px-lg-6 {
    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: -2rem !important;
  }

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

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

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

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

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

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

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

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

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

  .m-lg-ngutter {
    margin: -15px !important;
  }

  .mt-lg-ngutter,
.my-lg-ngutter {
    margin-top: -15px !important;
  }

  .mr-lg-ngutter,
.mx-lg-ngutter {
    margin-right: -15px !important;
  }

  .mb-lg-ngutter,
.my-lg-ngutter {
    margin-bottom: -15px !important;
  }

  .ml-lg-ngutter,
.mx-lg-ngutter {
    margin-left: -15px !important;
  }

  .m-lg-ngutter-2x {
    margin: -30px !important;
  }

  .mt-lg-ngutter-2x,
.my-lg-ngutter-2x {
    margin-top: -30px !important;
  }

  .mr-lg-ngutter-2x,
.mx-lg-ngutter-2x {
    margin-right: -30px !important;
  }

  .mb-lg-ngutter-2x,
.my-lg-ngutter-2x {
    margin-bottom: -30px !important;
  }

  .ml-lg-ngutter-2x,
.mx-lg-ngutter-2x {
    margin-left: -30px !important;
  }

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

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

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

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

  .ml-lg-n6,
.mx-lg-n6 {
    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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

  .m-xl-gutter {
    margin: 15px !important;
  }

  .mt-xl-gutter,
.my-xl-gutter {
    margin-top: 15px !important;
  }

  .mr-xl-gutter,
.mx-xl-gutter {
    margin-right: 15px !important;
  }

  .mb-xl-gutter,
.my-xl-gutter {
    margin-bottom: 15px !important;
  }

  .ml-xl-gutter,
.mx-xl-gutter {
    margin-left: 15px !important;
  }

  .m-xl-gutter-2x {
    margin: 30px !important;
  }

  .mt-xl-gutter-2x,
.my-xl-gutter-2x {
    margin-top: 30px !important;
  }

  .mr-xl-gutter-2x,
.mx-xl-gutter-2x {
    margin-right: 30px !important;
  }

  .mb-xl-gutter-2x,
.my-xl-gutter-2x {
    margin-bottom: 30px !important;
  }

  .ml-xl-gutter-2x,
.mx-xl-gutter-2x {
    margin-left: 30px !important;
  }

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

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

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

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

  .ml-xl-6,
.mx-xl-6 {
    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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

  .p-xl-gutter {
    padding: 15px !important;
  }

  .pt-xl-gutter,
.py-xl-gutter {
    padding-top: 15px !important;
  }

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

  .pb-xl-gutter,
.py-xl-gutter {
    padding-bottom: 15px !important;
  }

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

  .p-xl-gutter-2x {
    padding: 30px !important;
  }

  .pt-xl-gutter-2x,
.py-xl-gutter-2x {
    padding-top: 30px !important;
  }

  .pr-xl-gutter-2x,
.px-xl-gutter-2x {
    padding-right: 30px !important;
  }

  .pb-xl-gutter-2x,
.py-xl-gutter-2x {
    padding-bottom: 30px !important;
  }

  .pl-xl-gutter-2x,
.px-xl-gutter-2x {
    padding-left: 30px !important;
  }

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

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

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

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

  .pl-xl-6,
.px-xl-6 {
    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: -2rem !important;
  }

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

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

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

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

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

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

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

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

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

  .m-xl-ngutter {
    margin: -15px !important;
  }

  .mt-xl-ngutter,
.my-xl-ngutter {
    margin-top: -15px !important;
  }

  .mr-xl-ngutter,
.mx-xl-ngutter {
    margin-right: -15px !important;
  }

  .mb-xl-ngutter,
.my-xl-ngutter {
    margin-bottom: -15px !important;
  }

  .ml-xl-ngutter,
.mx-xl-ngutter {
    margin-left: -15px !important;
  }

  .m-xl-ngutter-2x {
    margin: -30px !important;
  }

  .mt-xl-ngutter-2x,
.my-xl-ngutter-2x {
    margin-top: -30px !important;
  }

  .mr-xl-ngutter-2x,
.mx-xl-ngutter-2x {
    margin-right: -30px !important;
  }

  .mb-xl-ngutter-2x,
.my-xl-ngutter-2x {
    margin-bottom: -30px !important;
  }

  .ml-xl-ngutter-2x,
.mx-xl-ngutter-2x {
    margin-left: -30px !important;
  }

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: "Space Mono", Courier, Monaco, 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: #ea2f36 !important;
}

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

.text-secondary {
  color: #2a2e35 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #08090a !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: #ea2f36 !important;
}

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

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

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

.text-dark {
  color: #22252c !important;
}

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

.text-anthracite-dark {
  color: #22252c !important;
}

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

.text-anthracite-light {
  color: #2a2e35 !important;
}

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

.text-black {
  color: #000 !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

.text-red {
  color: #ea2f36 !important;
}

a.text-red:hover, a.text-red:focus {
  color: #ba1319 !important;
}

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

.text-muted, .comment-respond .comment-notes, .comment-metadata a {
  color: #6c757d !important;
}

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn):not(.comment-edit-link):not(.comment-reply-link):not(.comment-reply-login) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table, .wp-block-table table {
    border-collapse: collapse !important;
  }
  .table td, .wp-block-table table td,
.table th,
.wp-block-table table th {
    background-color: #fff !important;
  }

  .table-bordered th, .wp-block-table.is-style-stripes table th, .wp-block-table table th,
.table-bordered td,
.wp-block-table.is-style-stripes table td,
.wp-block-table table td {
    border: 1px solid #dee2e6 !important;
  }

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

  .table .thead-dark th, .wp-block-table table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!
 * Slick
 * https://kenwheeler.github.io/slick/
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Colors
 */
/**
 * SCSS Variables.
 *
 * Please use variables from this sheet to ensure consistency across the UI.
 * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
 * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
 */
/**
 * Fonts & basic variables.
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Dimensions.
 */
/**
 * Shadows.
 */
/**
 * Editor widths.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/*!
 * Animate.css
 * https://daneden.github.io/animate.css/
 */
/*!
 * Tasty CSS-animated hamburgers
 * https://jonsuh.com/hamburgers/
 */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0.5rem 0.75rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 0.3rem;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/** Import theme styles */
html {
  -webkit-font-feature-settings: "liga" on, "calt" on;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
html.admin-bar {
  margin-top: 0 !important;
}
@media screen and (max-width: 782px) {
  html.admin-bar {
    margin-top: 0 !important;
  }
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.content .main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
.content .sidebar {
  padding-right: 15px;
  padding-left: 15px;
}

::-moz-selection {
  background: rgba(234, 47, 54, 0.5);
  /* WebKit/Blink Browsers */
}

::selection {
  background: rgba(234, 47, 54, 0.5);
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: rgba(234, 47, 54, 0.5);
  /* Gecko Browsers */
}

a.focus-visible,
button.focus-visible {
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 3px #f38c90 !important;
          box-shadow: 0 0 0 3px #f38c90 !important;
  border-radius: 0.2rem;
}

[id] {
  scroll-margin-top: 1rem;
}
@media (min-width: 601px) {
  body.admin-bar [id] {
    scroll-margin-top: calc(46px + 1rem);
  }
}
@media (min-width: 783px) {
  body.admin-bar [id] {
    scroll-margin-top: calc(32px + 1rem);
  }
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-position-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-position-left-center {
  -o-object-position: left center !important;
     object-position: left center !important;
}

.object-position-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-position-center-top {
  -o-object-position: center top !important;
     object-position: center top !important;
}

.object-position-center-center {
  -o-object-position: center center !important;
     object-position: center center !important;
}

.object-position-center-bottom {
  -o-object-position: center bottom !important;
     object-position: center bottom !important;
}

.object-position-right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-position-right-center {
  -o-object-position: right center !important;
     object-position: right center !important;
}

.object-position-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.square {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.square .content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

.has-text-align-center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.break-spaces {
  white-space: break-spaces;
}

.monospace {
  font-family: "Space Mono", Courier, Monaco, monospace !important;
}

/**
 * WordPress Generated Classes
 * @link http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
.entry-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
.entry-content .has-small-font-size {
  font-size: 1.03125rem;
}
@media (max-width: 1200px) {
  .entry-content .has-small-font-size {
    font-size: calc(0.845625rem + 0.2475vw);
  }
}
.entry-content .has-large-font-size {
  font-size: 1.5625rem;
}
@media (max-width: 1200px) {
  .entry-content .has-large-font-size {
    font-size: calc(0.89875rem + 0.885vw);
  }
}

/** Alignment */
.alignnone {
  max-width: 100%;
  height: auto;
  margin-right: 0;
  margin-left: 0;
}

.aligncenter {
  display: block;
  height: auto;
  margin: 1rem auto;
}

.alignleft,
.alignright {
  width: 100%;
  height: auto;
  margin: 1rem 0;
}

@media (min-width: 768px) {
  .alignleft,
.alignright {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
  }

  .alignleft {
    float: left;
    margin-left: 0;
  }

  .alignright {
    float: right;
    margin-right: 0;
  }
}
/** Screen readers */
body .has-background.has-blue-background-color {
  background-color: #007bff;
}
body .has-background.has-indigo-background-color {
  background-color: #6610f2;
}
body .has-background.has-purple-background-color {
  background-color: #6f42c1;
}
body .has-background.has-pink-background-color {
  background-color: #e83e8c;
}
body .has-background.has-red-background-color {
  background-color: #ea2f36;
}
body .has-background.has-orange-background-color {
  background-color: #fd7e14;
}
body .has-background.has-yellow-background-color {
  background-color: #ffc107;
}
body .has-background.has-green-background-color {
  background-color: #28a745;
}
body .has-background.has-teal-background-color {
  background-color: #20c997;
}
body .has-background.has-cyan-background-color {
  background-color: #17a2b8;
}
body .has-background.has-white-background-color {
  background-color: #fff;
}
body .has-background.has-gray-background-color {
  background-color: #6c757d;
}
body .has-background.has-gray-dark-background-color {
  background-color: #343a40;
}
body .has-background.has-primary-background-color {
  background-color: #ea2f36;
}
body .has-background.has-secondary-background-color {
  background-color: #2a2e35;
}
body .has-background.has-success-background-color {
  background-color: #28a745;
}
body .has-background.has-info-background-color {
  background-color: #17a2b8;
}
body .has-background.has-warning-background-color {
  background-color: #ffc107;
}
body .has-background.has-danger-background-color {
  background-color: #ea2f36;
}
body .has-background.has-light-background-color {
  background-color: #f5f5f7;
}
body .has-background.has-dark-background-color {
  background-color: #22252c;
}
body .has-background.has-anthracite-dark-background-color {
  background-color: #22252c;
}
body .has-background.has-anthracite-light-background-color {
  background-color: #2a2e35;
}
body .has-background.has-black-background-color {
  background-color: #000;
}
body .has-background.has-red-background-color {
  background-color: #ea2f36;
}

body .has-text-color.has-blue-color {
  color: #007bff;
}
body .has-text-color.has-indigo-color {
  color: #6610f2;
}
body .has-text-color.has-purple-color {
  color: #6f42c1;
}
body .has-text-color.has-pink-color {
  color: #e83e8c;
}
body .has-text-color.has-red-color {
  color: #ea2f36;
}
body .has-text-color.has-orange-color {
  color: #fd7e14;
}
body .has-text-color.has-yellow-color {
  color: #ffc107;
}
body .has-text-color.has-green-color {
  color: #28a745;
}
body .has-text-color.has-teal-color {
  color: #20c997;
}
body .has-text-color.has-cyan-color {
  color: #17a2b8;
}
body .has-text-color.has-white-color {
  color: #fff;
}
body .has-text-color.has-gray-color {
  color: #6c757d;
}
body .has-text-color.has-gray-dark-color {
  color: #343a40;
}
body .has-text-color.has-primary-color {
  color: #ea2f36;
}
body .has-text-color.has-secondary-color {
  color: #2a2e35;
}
body .has-text-color.has-success-color {
  color: #28a745;
}
body .has-text-color.has-info-color {
  color: #17a2b8;
}
body .has-text-color.has-warning-color {
  color: #ffc107;
}
body .has-text-color.has-danger-color {
  color: #ea2f36;
}
body .has-text-color.has-light-color {
  color: #f5f5f7;
}
body .has-text-color.has-dark-color {
  color: #22252c;
}
body .has-text-color.has-anthracite-dark-color {
  color: #22252c;
}
body .has-text-color.has-anthracite-light-color {
  color: #2a2e35;
}
body .has-text-color.has-black-color {
  color: #000;
}
body .has-text-color.has-red-color {
  color: #ea2f36;
}

.has-inline-color.has-blue-color {
  color: #007bff;
}

.has-inline-color.has-indigo-color {
  color: #6610f2;
}

.has-inline-color.has-purple-color {
  color: #6f42c1;
}

.has-inline-color.has-pink-color {
  color: #e83e8c;
}

.has-inline-color.has-red-color {
  color: #ea2f36;
}

.has-inline-color.has-orange-color {
  color: #fd7e14;
}

.has-inline-color.has-yellow-color {
  color: #ffc107;
}

.has-inline-color.has-green-color {
  color: #28a745;
}

.has-inline-color.has-teal-color {
  color: #20c997;
}

.has-inline-color.has-cyan-color {
  color: #17a2b8;
}

.has-inline-color.has-white-color {
  color: #fff;
}

.has-inline-color.has-gray-color {
  color: #6c757d;
}

.has-inline-color.has-gray-dark-color {
  color: #343a40;
}

.has-inline-color.has-primary-color {
  color: #ea2f36;
}

.has-inline-color.has-secondary-color {
  color: #2a2e35;
}

.has-inline-color.has-success-color {
  color: #28a745;
}

.has-inline-color.has-info-color {
  color: #17a2b8;
}

.has-inline-color.has-warning-color {
  color: #ffc107;
}

.has-inline-color.has-danger-color {
  color: #ea2f36;
}

.has-inline-color.has-light-color {
  color: #f5f5f7;
}

.has-inline-color.has-dark-color {
  color: #22252c;
}

.has-inline-color.has-anthracite-dark-color {
  color: #22252c;
}

.has-inline-color.has-anthracite-light-color {
  color: #2a2e35;
}

.has-inline-color.has-black-color {
  color: #000;
}

.has-inline-color.has-red-color {
  color: #ea2f36;
}

.post-password-form p:first-child {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.post-password-form p:first-child hr {
  border-top-color: #abdde5;
}
.post-password-form p:first-child .alert-link {
  color: #062c33;
}
.post-password-form input[type=password] {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.15rem + 2px);
  padding: 0.575rem 0.75rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  margin-top: 0.5rem;
  border-radius: 0.3rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (max-width: 1200px) {
  .post-password-form input[type=password] {
    font-size: calc(0.8675rem + 0.51vw);
  }
}
@media (prefers-reduced-motion: reduce) {
  .post-password-form input[type=password] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.post-password-form input[type=password]::-ms-expand {
  background-color: transparent;
  border: 0;
}
.post-password-form input[type=password]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.post-password-form input[type=password]:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f38c90;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 24, 32, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(232, 24, 32, 0.25);
}
.post-password-form input[type=password]::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.post-password-form input[type=password]::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.post-password-form input[type=password]:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.post-password-form input[type=password]::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.post-password-form input[type=password]::placeholder {
  color: #6c757d;
  opacity: 1;
}
.post-password-form input[type=password]:disabled, .post-password-form input[type=password][readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.post-password-form input[type=submit] {
  display: inline-block;
  font-family: "Roboto", -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;
  color: #242424;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.575rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
@media (max-width: 1200px) {
  .post-password-form input[type=submit] {
    font-size: calc(0.8675rem + 0.51vw);
  }
}
@media (prefers-reduced-motion: reduce) {
  .post-password-form input[type=submit] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.post-password-form input[type=submit]:hover {
  color: #242424;
  text-decoration: none;
}
.post-password-form input[type=submit]:focus, .post-password-form input[type=submit].focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.post-password-form input[type=submit].disabled, .post-password-form input[type=submit]:disabled {
  opacity: 0.65;
}
.post-password-form input[type=submit]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.post-password-form input[type=submit]:hover {
  color: #fff;
  background-color: #dc161e;
  border-color: #d1151c;
}
.post-password-form input[type=submit]:focus, .post-password-form input[type=submit].focus {
  color: #fff;
  background-color: #dc161e;
  border-color: #d1151c;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
}
.post-password-form input[type=submit].disabled, .post-password-form input[type=submit]:disabled {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.post-password-form input[type=submit]:not(:disabled):not(.disabled):active, .post-password-form input[type=submit]:not(:disabled):not(.disabled).active, .show > .post-password-form input[type=submit].dropdown-toggle {
  color: #fff;
  background-color: #d1151c;
  border-color: #c5141b;
}
.post-password-form input[type=submit]:not(:disabled):not(.disabled):active:focus, .post-password-form input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .post-password-form input[type=submit].dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
}
.post-password-form label {
  display: block;
}

@media (min-width: 576px) {
  .container.container-wide {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container.container-wide {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .container.container-wide {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container.container-wide {
    max-width: 1140px;
  }
}

.browse-happy .browser-icon img {
  width: 26px;
  height: auto;
}

.env-development #wpadminbar, .env-staging #wpadminbar {
  background-size: 1rem 1rem;
}
.env-development #wpadminbar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-color: #0473aa;
}
.env-staging #wpadminbar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-color: #a44900;
}
#wpadminbar .menupop.environment-development .ab-item::before {
  color: #78dcfa;
}
#wpadminbar .menupop.environment-staging .ab-item::before {
  color: #ff9400;
}
#wpadminbar .menupop.environment-production .ab-item::before {
  color: #30e60b;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }

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

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

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

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

  .w-sm-20 {
    width: 20% !important;
  }

  .w-sm-33 {
    width: 33.33% !important;
  }

  .w-sm-40 {
    width: 40% !important;
  }

  .w-sm-60 {
    width: 60% !important;
  }

  .w-sm-66 {
    width: 66.66% !important;
  }

  .w-sm-80 {
    width: 80% !important;
  }

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

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

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

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

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

  .h-sm-20 {
    height: 20% !important;
  }

  .h-sm-33 {
    height: 33.33% !important;
  }

  .h-sm-40 {
    height: 40% !important;
  }

  .h-sm-60 {
    height: 60% !important;
  }

  .h-sm-66 {
    height: 66.66% !important;
  }

  .h-sm-80 {
    height: 80% !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }

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

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

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

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

  .w-md-20 {
    width: 20% !important;
  }

  .w-md-33 {
    width: 33.33% !important;
  }

  .w-md-40 {
    width: 40% !important;
  }

  .w-md-60 {
    width: 60% !important;
  }

  .w-md-66 {
    width: 66.66% !important;
  }

  .w-md-80 {
    width: 80% !important;
  }

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

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

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

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

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

  .h-md-20 {
    height: 20% !important;
  }

  .h-md-33 {
    height: 33.33% !important;
  }

  .h-md-40 {
    height: 40% !important;
  }

  .h-md-60 {
    height: 60% !important;
  }

  .h-md-66 {
    height: 66.66% !important;
  }

  .h-md-80 {
    height: 80% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }

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

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

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

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

  .w-lg-20 {
    width: 20% !important;
  }

  .w-lg-33 {
    width: 33.33% !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }

  .w-lg-60 {
    width: 60% !important;
  }

  .w-lg-66 {
    width: 66.66% !important;
  }

  .w-lg-80 {
    width: 80% !important;
  }

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

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

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

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

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

  .h-lg-20 {
    height: 20% !important;
  }

  .h-lg-33 {
    height: 33.33% !important;
  }

  .h-lg-40 {
    height: 40% !important;
  }

  .h-lg-60 {
    height: 60% !important;
  }

  .h-lg-66 {
    height: 66.66% !important;
  }

  .h-lg-80 {
    height: 80% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }

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

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

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

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

  .w-xl-20 {
    width: 20% !important;
  }

  .w-xl-33 {
    width: 33.33% !important;
  }

  .w-xl-40 {
    width: 40% !important;
  }

  .w-xl-60 {
    width: 60% !important;
  }

  .w-xl-66 {
    width: 66.66% !important;
  }

  .w-xl-80 {
    width: 80% !important;
  }

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

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

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

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

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

  .h-xl-20 {
    height: 20% !important;
  }

  .h-xl-33 {
    height: 33.33% !important;
  }

  .h-xl-40 {
    height: 40% !important;
  }

  .h-xl-60 {
    height: 60% !important;
  }

  .h-xl-66 {
    height: 66.66% !important;
  }

  .h-xl-80 {
    height: 80% !important;
  }
}
.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

.wp-block-video.border, .wp-block-video.border-top, .wp-block-video.border-right, .wp-block-video.border-bottom, .wp-block-video.border-left {
  border: 0 !important;
}
.wp-block-video.border-primary {
  border-color: transparent !important;
}
.wp-block-video.border-secondary {
  border-color: transparent !important;
}
.wp-block-video.border-success {
  border-color: transparent !important;
}
.wp-block-video.border-info {
  border-color: transparent !important;
}
.wp-block-video.border-warning {
  border-color: transparent !important;
}
.wp-block-video.border-danger {
  border-color: transparent !important;
}
.wp-block-video.border-light {
  border-color: transparent !important;
}
.wp-block-video.border-dark {
  border-color: transparent !important;
}
.wp-block-video.border-anthracite-dark {
  border-color: transparent !important;
}
.wp-block-video.border-anthracite-light {
  border-color: transparent !important;
}
.wp-block-video.border-black {
  border-color: transparent !important;
}
.wp-block-video.border-red {
  border-color: transparent !important;
}
.wp-block-video.rounded-sm, .wp-block-video.rounded, .wp-block-video.rounded-top, .wp-block-video.rounded-right, .wp-block-video.rounded-bottom, .wp-block-video.rounded-left, .wp-block-video.rounded-lg, .comment-meta .wp-block-video.avatar, .wp-block-video.rounded-circle, .wp-block-video.rounded-pill {
  border-radius: 0 !important;
}
.wp-block-video.border video {
  border: 1px solid #dee2e6 !important;
}
.wp-block-video.border-top video {
  border-top: 1px solid #dee2e6 !important;
}
.wp-block-video.border-right video {
  border-right: 1px solid #dee2e6 !important;
}
.wp-block-video.border-bottom video {
  border-bottom: 1px solid #dee2e6 !important;
}
.wp-block-video.border-left video {
  border-left: 1px solid #dee2e6 !important;
}
.wp-block-video.border-0 video {
  border: 0 !important;
}
.wp-block-video.border-top-0 video {
  border-top: 0 !important;
}
.wp-block-video.border-right-0 video {
  border-right: 0 !important;
}
.wp-block-video.border-bottom-0 video {
  border-bottom: 0 !important;
}
.wp-block-video.border-left-0 video {
  border-left: 0 !important;
}
.wp-block-video.border-primary video {
  border-color: #ea2f36 !important;
}
.wp-block-video.border-secondary video {
  border-color: #2a2e35 !important;
}
.wp-block-video.border-success video {
  border-color: #28a745 !important;
}
.wp-block-video.border-info video {
  border-color: #17a2b8 !important;
}
.wp-block-video.border-warning video {
  border-color: #ffc107 !important;
}
.wp-block-video.border-danger video {
  border-color: #ea2f36 !important;
}
.wp-block-video.border-light video {
  border-color: #f5f5f7 !important;
}
.wp-block-video.border-dark video {
  border-color: #22252c !important;
}
.wp-block-video.border-anthracite-dark video {
  border-color: #22252c !important;
}
.wp-block-video.border-anthracite-light video {
  border-color: #2a2e35 !important;
}
.wp-block-video.border-black video {
  border-color: #000 !important;
}
.wp-block-video.border-red video {
  border-color: #ea2f36 !important;
}
.wp-block-video.border-white video {
  border-color: #fff !important;
}
.wp-block-video.rounded-sm video {
  border-radius: 0.2rem !important;
}
.wp-block-video.rounded video {
  border-radius: 0.3rem !important;
}
.wp-block-video.rounded-top video {
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
}
.wp-block-video.rounded-right video {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
}
.wp-block-video.rounded-bottom video {
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}
.wp-block-video.rounded-left video {
  border-top-left-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}
.wp-block-video.rounded-lg video, .comment-meta .wp-block-video.avatar video {
  border-radius: 0.5rem !important;
}
.wp-block-video.rounded-circle video {
  border-radius: 50% !important;
}
.wp-block-video.rounded-pill video {
  border-radius: 50rem !important;
}
.wp-block-video.rounded-0 video {
  border-radius: 0 !important;
}

.wp-block-image.border, .wp-block-image.border-top, .wp-block-image.border-right, .wp-block-image.border-bottom, .wp-block-image.border-left {
  border: 0 !important;
}
.wp-block-image.border-primary {
  border-color: transparent !important;
}
.wp-block-image.border-secondary {
  border-color: transparent !important;
}
.wp-block-image.border-success {
  border-color: transparent !important;
}
.wp-block-image.border-info {
  border-color: transparent !important;
}
.wp-block-image.border-warning {
  border-color: transparent !important;
}
.wp-block-image.border-danger {
  border-color: transparent !important;
}
.wp-block-image.border-light {
  border-color: transparent !important;
}
.wp-block-image.border-dark {
  border-color: transparent !important;
}
.wp-block-image.border-anthracite-dark {
  border-color: transparent !important;
}
.wp-block-image.border-anthracite-light {
  border-color: transparent !important;
}
.wp-block-image.border-black {
  border-color: transparent !important;
}
.wp-block-image.border-red {
  border-color: transparent !important;
}
.wp-block-image.rounded-sm, .wp-block-image.rounded, .wp-block-image.rounded-top, .wp-block-image.rounded-right, .wp-block-image.rounded-bottom, .wp-block-image.rounded-left, .wp-block-image.rounded-lg, .comment-meta .wp-block-image.avatar, .wp-block-image.rounded-circle, .wp-block-image.rounded-pill {
  border-radius: 0 !important;
}
.wp-block-image.border img {
  border: 1px solid #dee2e6 !important;
}
.wp-block-image.border-top img {
  border-top: 1px solid #dee2e6 !important;
}
.wp-block-image.border-right img {
  border-right: 1px solid #dee2e6 !important;
}
.wp-block-image.border-bottom img {
  border-bottom: 1px solid #dee2e6 !important;
}
.wp-block-image.border-left img {
  border-left: 1px solid #dee2e6 !important;
}
.wp-block-image.border-0 img {
  border: 0 !important;
}
.wp-block-image.border-top-0 img {
  border-top: 0 !important;
}
.wp-block-image.border-right-0 img {
  border-right: 0 !important;
}
.wp-block-image.border-bottom-0 img {
  border-bottom: 0 !important;
}
.wp-block-image.border-left-0 img {
  border-left: 0 !important;
}
.wp-block-image.border-primary img {
  border-color: #ea2f36 !important;
}
.wp-block-image.border-secondary img {
  border-color: #2a2e35 !important;
}
.wp-block-image.border-success img {
  border-color: #28a745 !important;
}
.wp-block-image.border-info img {
  border-color: #17a2b8 !important;
}
.wp-block-image.border-warning img {
  border-color: #ffc107 !important;
}
.wp-block-image.border-danger img {
  border-color: #ea2f36 !important;
}
.wp-block-image.border-light img {
  border-color: #f5f5f7 !important;
}
.wp-block-image.border-dark img {
  border-color: #22252c !important;
}
.wp-block-image.border-anthracite-dark img {
  border-color: #22252c !important;
}
.wp-block-image.border-anthracite-light img {
  border-color: #2a2e35 !important;
}
.wp-block-image.border-black img {
  border-color: #000 !important;
}
.wp-block-image.border-red img {
  border-color: #ea2f36 !important;
}
.wp-block-image.border-white img {
  border-color: #fff !important;
}
.wp-block-image.rounded-sm img {
  border-radius: 0.2rem !important;
}
.wp-block-image.rounded img {
  border-radius: 0.3rem !important;
}
.wp-block-image.rounded-top img {
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
}
.wp-block-image.rounded-right img {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
}
.wp-block-image.rounded-bottom img {
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}
.wp-block-image.rounded-left img {
  border-top-left-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}
.wp-block-image.rounded-lg img, .comment-meta .wp-block-image.avatar img {
  border-radius: 0.5rem !important;
}
.wp-block-image.rounded-circle img {
  border-radius: 50% !important;
}
.wp-block-image.rounded-pill img {
  border-radius: 50rem !important;
}
.wp-block-image.rounded-0 img {
  border-radius: 0 !important;
}

.wp-block-gallery.border, .wp-block-gallery.border-top, .wp-block-gallery.border-right, .wp-block-gallery.border-bottom, .wp-block-gallery.border-left {
  border: 0 !important;
}
.wp-block-gallery.border-primary {
  border-color: transparent !important;
}
.wp-block-gallery.border-secondary {
  border-color: transparent !important;
}
.wp-block-gallery.border-success {
  border-color: transparent !important;
}
.wp-block-gallery.border-info {
  border-color: transparent !important;
}
.wp-block-gallery.border-warning {
  border-color: transparent !important;
}
.wp-block-gallery.border-danger {
  border-color: transparent !important;
}
.wp-block-gallery.border-light {
  border-color: transparent !important;
}
.wp-block-gallery.border-dark {
  border-color: transparent !important;
}
.wp-block-gallery.border-anthracite-dark {
  border-color: transparent !important;
}
.wp-block-gallery.border-anthracite-light {
  border-color: transparent !important;
}
.wp-block-gallery.border-black {
  border-color: transparent !important;
}
.wp-block-gallery.border-red {
  border-color: transparent !important;
}
.wp-block-gallery.rounded-sm, .wp-block-gallery.rounded, .wp-block-gallery.rounded-top, .wp-block-gallery.rounded-right, .wp-block-gallery.rounded-bottom, .wp-block-gallery.rounded-left, .wp-block-gallery.rounded-lg, .comment-meta .wp-block-gallery.avatar, .wp-block-gallery.rounded-circle, .wp-block-gallery.rounded-pill {
  border-radius: 0 !important;
}
.wp-block-gallery.border img {
  border: 1px solid #dee2e6 !important;
}
.wp-block-gallery.border-top img {
  border-top: 1px solid #dee2e6 !important;
}
.wp-block-gallery.border-right img {
  border-right: 1px solid #dee2e6 !important;
}
.wp-block-gallery.border-bottom img {
  border-bottom: 1px solid #dee2e6 !important;
}
.wp-block-gallery.border-left img {
  border-left: 1px solid #dee2e6 !important;
}
.wp-block-gallery.border-0 img {
  border: 0 !important;
}
.wp-block-gallery.border-top-0 img {
  border-top: 0 !important;
}
.wp-block-gallery.border-right-0 img {
  border-right: 0 !important;
}
.wp-block-gallery.border-bottom-0 img {
  border-bottom: 0 !important;
}
.wp-block-gallery.border-left-0 img {
  border-left: 0 !important;
}
.wp-block-gallery.border-primary img {
  border-color: #ea2f36 !important;
}
.wp-block-gallery.border-secondary img {
  border-color: #2a2e35 !important;
}
.wp-block-gallery.border-success img {
  border-color: #28a745 !important;
}
.wp-block-gallery.border-info img {
  border-color: #17a2b8 !important;
}
.wp-block-gallery.border-warning img {
  border-color: #ffc107 !important;
}
.wp-block-gallery.border-danger img {
  border-color: #ea2f36 !important;
}
.wp-block-gallery.border-light img {
  border-color: #f5f5f7 !important;
}
.wp-block-gallery.border-dark img {
  border-color: #22252c !important;
}
.wp-block-gallery.border-anthracite-dark img {
  border-color: #22252c !important;
}
.wp-block-gallery.border-anthracite-light img {
  border-color: #2a2e35 !important;
}
.wp-block-gallery.border-black img {
  border-color: #000 !important;
}
.wp-block-gallery.border-red img {
  border-color: #ea2f36 !important;
}
.wp-block-gallery.border-white img {
  border-color: #fff !important;
}
.wp-block-gallery.rounded-sm img {
  border-radius: 0.2rem !important;
}
.wp-block-gallery.rounded img {
  border-radius: 0.3rem !important;
}
.wp-block-gallery.rounded-top img {
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
}
.wp-block-gallery.rounded-right img {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
}
.wp-block-gallery.rounded-bottom img {
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}
.wp-block-gallery.rounded-left img {
  border-top-left-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}
.wp-block-gallery.rounded-lg img, .comment-meta .wp-block-gallery.avatar img {
  border-radius: 0.5rem !important;
}
.wp-block-gallery.rounded-circle img {
  border-radius: 50% !important;
}
.wp-block-gallery.rounded-pill img {
  border-radius: 50rem !important;
}
.wp-block-gallery.rounded-0 img {
  border-radius: 0 !important;
}
.wp-block-gallery.border, .wp-block-gallery.border-top, .wp-block-gallery.border-right, .wp-block-gallery.border-bottom, .wp-block-gallery.border-left {
  border: 0 !important;
}
.wp-block-gallery.border-primary {
  border-color: transparent !important;
}
.wp-block-gallery.border-secondary {
  border-color: transparent !important;
}
.wp-block-gallery.border-success {
  border-color: transparent !important;
}
.wp-block-gallery.border-info {
  border-color: transparent !important;
}
.wp-block-gallery.border-warning {
  border-color: transparent !important;
}
.wp-block-gallery.border-danger {
  border-color: transparent !important;
}
.wp-block-gallery.border-light {
  border-color: transparent !important;
}
.wp-block-gallery.border-dark {
  border-color: transparent !important;
}
.wp-block-gallery.border-anthracite-dark {
  border-color: transparent !important;
}
.wp-block-gallery.border-anthracite-light {
  border-color: transparent !important;
}
.wp-block-gallery.border-black {
  border-color: transparent !important;
}
.wp-block-gallery.border-red {
  border-color: transparent !important;
}
.wp-block-gallery.rounded-sm, .wp-block-gallery.rounded, .wp-block-gallery.rounded-top, .wp-block-gallery.rounded-right, .wp-block-gallery.rounded-bottom, .wp-block-gallery.rounded-left, .wp-block-gallery.rounded-lg, .comment-meta .wp-block-gallery.avatar, .wp-block-gallery.rounded-circle, .wp-block-gallery.rounded-pill {
  border-radius: 0 !important;
}
.wp-block-gallery.border figure {
  border: 1px solid #dee2e6 !important;
}
.wp-block-gallery.border-top figure {
  border-top: 1px solid #dee2e6 !important;
}
.wp-block-gallery.border-right figure {
  border-right: 1px solid #dee2e6 !important;
}
.wp-block-gallery.border-bottom figure {
  border-bottom: 1px solid #dee2e6 !important;
}
.wp-block-gallery.border-left figure {
  border-left: 1px solid #dee2e6 !important;
}
.wp-block-gallery.border-0 figure {
  border: 0 !important;
}
.wp-block-gallery.border-top-0 figure {
  border-top: 0 !important;
}
.wp-block-gallery.border-right-0 figure {
  border-right: 0 !important;
}
.wp-block-gallery.border-bottom-0 figure {
  border-bottom: 0 !important;
}
.wp-block-gallery.border-left-0 figure {
  border-left: 0 !important;
}
.wp-block-gallery.border-primary figure {
  border-color: #ea2f36 !important;
}
.wp-block-gallery.border-secondary figure {
  border-color: #2a2e35 !important;
}
.wp-block-gallery.border-success figure {
  border-color: #28a745 !important;
}
.wp-block-gallery.border-info figure {
  border-color: #17a2b8 !important;
}
.wp-block-gallery.border-warning figure {
  border-color: #ffc107 !important;
}
.wp-block-gallery.border-danger figure {
  border-color: #ea2f36 !important;
}
.wp-block-gallery.border-light figure {
  border-color: #f5f5f7 !important;
}
.wp-block-gallery.border-dark figure {
  border-color: #22252c !important;
}
.wp-block-gallery.border-anthracite-dark figure {
  border-color: #22252c !important;
}
.wp-block-gallery.border-anthracite-light figure {
  border-color: #2a2e35 !important;
}
.wp-block-gallery.border-black figure {
  border-color: #000 !important;
}
.wp-block-gallery.border-red figure {
  border-color: #ea2f36 !important;
}
.wp-block-gallery.border-white figure {
  border-color: #fff !important;
}
.wp-block-gallery.rounded-sm figure {
  border-radius: 0.2rem !important;
}
.wp-block-gallery.rounded figure {
  border-radius: 0.3rem !important;
}
.wp-block-gallery.rounded-top figure {
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
}
.wp-block-gallery.rounded-right figure {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
}
.wp-block-gallery.rounded-bottom figure {
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}
.wp-block-gallery.rounded-left figure {
  border-top-left-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}
.wp-block-gallery.rounded-lg figure, .comment-meta .wp-block-gallery.avatar figure {
  border-radius: 0.5rem !important;
}
.wp-block-gallery.rounded-circle figure {
  border-radius: 50% !important;
}
.wp-block-gallery.rounded-pill figure {
  border-radius: 50rem !important;
}
.wp-block-gallery.rounded-0 figure {
  border-radius: 0 !important;
}

.wp-block-audio.border, .wp-block-audio.border-top, .wp-block-audio.border-right, .wp-block-audio.border-bottom, .wp-block-audio.border-left {
  border: 0 !important;
}
.wp-block-audio.border-primary {
  border-color: transparent !important;
}
.wp-block-audio.border-secondary {
  border-color: transparent !important;
}
.wp-block-audio.border-success {
  border-color: transparent !important;
}
.wp-block-audio.border-info {
  border-color: transparent !important;
}
.wp-block-audio.border-warning {
  border-color: transparent !important;
}
.wp-block-audio.border-danger {
  border-color: transparent !important;
}
.wp-block-audio.border-light {
  border-color: transparent !important;
}
.wp-block-audio.border-dark {
  border-color: transparent !important;
}
.wp-block-audio.border-anthracite-dark {
  border-color: transparent !important;
}
.wp-block-audio.border-anthracite-light {
  border-color: transparent !important;
}
.wp-block-audio.border-black {
  border-color: transparent !important;
}
.wp-block-audio.border-red {
  border-color: transparent !important;
}
.wp-block-audio.rounded-sm, .wp-block-audio.rounded, .wp-block-audio.rounded-top, .wp-block-audio.rounded-right, .wp-block-audio.rounded-bottom, .wp-block-audio.rounded-left, .wp-block-audio.rounded-lg, .comment-meta .wp-block-audio.avatar, .wp-block-audio.rounded-circle, .wp-block-audio.rounded-pill {
  border-radius: 0 !important;
}
.wp-block-audio.border audio {
  border: 1px solid #dee2e6 !important;
}
.wp-block-audio.border-top audio {
  border-top: 1px solid #dee2e6 !important;
}
.wp-block-audio.border-right audio {
  border-right: 1px solid #dee2e6 !important;
}
.wp-block-audio.border-bottom audio {
  border-bottom: 1px solid #dee2e6 !important;
}
.wp-block-audio.border-left audio {
  border-left: 1px solid #dee2e6 !important;
}
.wp-block-audio.border-0 audio {
  border: 0 !important;
}
.wp-block-audio.border-top-0 audio {
  border-top: 0 !important;
}
.wp-block-audio.border-right-0 audio {
  border-right: 0 !important;
}
.wp-block-audio.border-bottom-0 audio {
  border-bottom: 0 !important;
}
.wp-block-audio.border-left-0 audio {
  border-left: 0 !important;
}
.wp-block-audio.border-primary audio {
  border-color: #ea2f36 !important;
}
.wp-block-audio.border-secondary audio {
  border-color: #2a2e35 !important;
}
.wp-block-audio.border-success audio {
  border-color: #28a745 !important;
}
.wp-block-audio.border-info audio {
  border-color: #17a2b8 !important;
}
.wp-block-audio.border-warning audio {
  border-color: #ffc107 !important;
}
.wp-block-audio.border-danger audio {
  border-color: #ea2f36 !important;
}
.wp-block-audio.border-light audio {
  border-color: #f5f5f7 !important;
}
.wp-block-audio.border-dark audio {
  border-color: #22252c !important;
}
.wp-block-audio.border-anthracite-dark audio {
  border-color: #22252c !important;
}
.wp-block-audio.border-anthracite-light audio {
  border-color: #2a2e35 !important;
}
.wp-block-audio.border-black audio {
  border-color: #000 !important;
}
.wp-block-audio.border-red audio {
  border-color: #ea2f36 !important;
}
.wp-block-audio.border-white audio {
  border-color: #fff !important;
}
.wp-block-audio.rounded-sm audio {
  border-radius: 0.2rem !important;
}
.wp-block-audio.rounded audio {
  border-radius: 0.3rem !important;
}
.wp-block-audio.rounded-top audio {
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
}
.wp-block-audio.rounded-right audio {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
}
.wp-block-audio.rounded-bottom audio {
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}
.wp-block-audio.rounded-left audio {
  border-top-left-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}
.wp-block-audio.rounded-lg audio, .comment-meta .wp-block-audio.avatar audio {
  border-radius: 0.5rem !important;
}
.wp-block-audio.rounded-circle audio {
  border-radius: 50% !important;
}
.wp-block-audio.rounded-pill audio {
  border-radius: 50rem !important;
}
.wp-block-audio.rounded-0 audio {
  border-radius: 0 !important;
}

.wp-block-embed.border, .wp-block-embed.border-top, .wp-block-embed.border-right, .wp-block-embed.border-bottom, .wp-block-embed.border-left {
  border: 0 !important;
}
.wp-block-embed.border-primary {
  border-color: transparent !important;
}
.wp-block-embed.border-secondary {
  border-color: transparent !important;
}
.wp-block-embed.border-success {
  border-color: transparent !important;
}
.wp-block-embed.border-info {
  border-color: transparent !important;
}
.wp-block-embed.border-warning {
  border-color: transparent !important;
}
.wp-block-embed.border-danger {
  border-color: transparent !important;
}
.wp-block-embed.border-light {
  border-color: transparent !important;
}
.wp-block-embed.border-dark {
  border-color: transparent !important;
}
.wp-block-embed.border-anthracite-dark {
  border-color: transparent !important;
}
.wp-block-embed.border-anthracite-light {
  border-color: transparent !important;
}
.wp-block-embed.border-black {
  border-color: transparent !important;
}
.wp-block-embed.border-red {
  border-color: transparent !important;
}
.wp-block-embed.rounded-sm, .wp-block-embed.rounded, .wp-block-embed.rounded-top, .wp-block-embed.rounded-right, .wp-block-embed.rounded-bottom, .wp-block-embed.rounded-left, .wp-block-embed.rounded-lg, .comment-meta .wp-block-embed.avatar, .wp-block-embed.rounded-circle, .wp-block-embed.rounded-pill {
  border-radius: 0 !important;
}
.wp-block-embed.border iframe {
  border: 1px solid #dee2e6 !important;
}
.wp-block-embed.border-top iframe {
  border-top: 1px solid #dee2e6 !important;
}
.wp-block-embed.border-right iframe {
  border-right: 1px solid #dee2e6 !important;
}
.wp-block-embed.border-bottom iframe {
  border-bottom: 1px solid #dee2e6 !important;
}
.wp-block-embed.border-left iframe {
  border-left: 1px solid #dee2e6 !important;
}
.wp-block-embed.border-0 iframe {
  border: 0 !important;
}
.wp-block-embed.border-top-0 iframe {
  border-top: 0 !important;
}
.wp-block-embed.border-right-0 iframe {
  border-right: 0 !important;
}
.wp-block-embed.border-bottom-0 iframe {
  border-bottom: 0 !important;
}
.wp-block-embed.border-left-0 iframe {
  border-left: 0 !important;
}
.wp-block-embed.border-primary iframe {
  border-color: #ea2f36 !important;
}
.wp-block-embed.border-secondary iframe {
  border-color: #2a2e35 !important;
}
.wp-block-embed.border-success iframe {
  border-color: #28a745 !important;
}
.wp-block-embed.border-info iframe {
  border-color: #17a2b8 !important;
}
.wp-block-embed.border-warning iframe {
  border-color: #ffc107 !important;
}
.wp-block-embed.border-danger iframe {
  border-color: #ea2f36 !important;
}
.wp-block-embed.border-light iframe {
  border-color: #f5f5f7 !important;
}
.wp-block-embed.border-dark iframe {
  border-color: #22252c !important;
}
.wp-block-embed.border-anthracite-dark iframe {
  border-color: #22252c !important;
}
.wp-block-embed.border-anthracite-light iframe {
  border-color: #2a2e35 !important;
}
.wp-block-embed.border-black iframe {
  border-color: #000 !important;
}
.wp-block-embed.border-red iframe {
  border-color: #ea2f36 !important;
}
.wp-block-embed.border-white iframe {
  border-color: #fff !important;
}
.wp-block-embed.rounded-sm iframe {
  border-radius: 0.2rem !important;
}
.wp-block-embed.rounded iframe {
  border-radius: 0.3rem !important;
}
.wp-block-embed.rounded-top iframe {
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
}
.wp-block-embed.rounded-right iframe {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
}
.wp-block-embed.rounded-bottom iframe {
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}
.wp-block-embed.rounded-left iframe {
  border-top-left-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}
.wp-block-embed.rounded-lg iframe, .comment-meta .wp-block-embed.avatar iframe {
  border-radius: 0.5rem !important;
}
.wp-block-embed.rounded-circle iframe {
  border-radius: 50% !important;
}
.wp-block-embed.rounded-pill iframe {
  border-radius: 50rem !important;
}
.wp-block-embed.rounded-0 iframe {
  border-radius: 0 !important;
}

.acf-carousel.border, .acf-carousel.border-top, .acf-carousel.border-right, .acf-carousel.border-bottom, .acf-carousel.border-left {
  border: 0 !important;
}
.acf-carousel.border-primary {
  border-color: transparent !important;
}
.acf-carousel.border-secondary {
  border-color: transparent !important;
}
.acf-carousel.border-success {
  border-color: transparent !important;
}
.acf-carousel.border-info {
  border-color: transparent !important;
}
.acf-carousel.border-warning {
  border-color: transparent !important;
}
.acf-carousel.border-danger {
  border-color: transparent !important;
}
.acf-carousel.border-light {
  border-color: transparent !important;
}
.acf-carousel.border-dark {
  border-color: transparent !important;
}
.acf-carousel.border-anthracite-dark {
  border-color: transparent !important;
}
.acf-carousel.border-anthracite-light {
  border-color: transparent !important;
}
.acf-carousel.border-black {
  border-color: transparent !important;
}
.acf-carousel.border-red {
  border-color: transparent !important;
}
.acf-carousel.rounded-sm, .acf-carousel.rounded, .acf-carousel.rounded-top, .acf-carousel.rounded-right, .acf-carousel.rounded-bottom, .acf-carousel.rounded-left, .acf-carousel.rounded-lg, .comment-meta .acf-carousel.avatar, .acf-carousel.rounded-circle, .acf-carousel.rounded-pill {
  border-radius: 0 !important;
}
.acf-carousel.border .carousel-inner {
  border: 1px solid #dee2e6 !important;
}
.acf-carousel.border-top .carousel-inner {
  border-top: 1px solid #dee2e6 !important;
}
.acf-carousel.border-right .carousel-inner {
  border-right: 1px solid #dee2e6 !important;
}
.acf-carousel.border-bottom .carousel-inner {
  border-bottom: 1px solid #dee2e6 !important;
}
.acf-carousel.border-left .carousel-inner {
  border-left: 1px solid #dee2e6 !important;
}
.acf-carousel.border-0 .carousel-inner {
  border: 0 !important;
}
.acf-carousel.border-top-0 .carousel-inner {
  border-top: 0 !important;
}
.acf-carousel.border-right-0 .carousel-inner {
  border-right: 0 !important;
}
.acf-carousel.border-bottom-0 .carousel-inner {
  border-bottom: 0 !important;
}
.acf-carousel.border-left-0 .carousel-inner {
  border-left: 0 !important;
}
.acf-carousel.border-primary .carousel-inner {
  border-color: #ea2f36 !important;
}
.acf-carousel.border-secondary .carousel-inner {
  border-color: #2a2e35 !important;
}
.acf-carousel.border-success .carousel-inner {
  border-color: #28a745 !important;
}
.acf-carousel.border-info .carousel-inner {
  border-color: #17a2b8 !important;
}
.acf-carousel.border-warning .carousel-inner {
  border-color: #ffc107 !important;
}
.acf-carousel.border-danger .carousel-inner {
  border-color: #ea2f36 !important;
}
.acf-carousel.border-light .carousel-inner {
  border-color: #f5f5f7 !important;
}
.acf-carousel.border-dark .carousel-inner {
  border-color: #22252c !important;
}
.acf-carousel.border-anthracite-dark .carousel-inner {
  border-color: #22252c !important;
}
.acf-carousel.border-anthracite-light .carousel-inner {
  border-color: #2a2e35 !important;
}
.acf-carousel.border-black .carousel-inner {
  border-color: #000 !important;
}
.acf-carousel.border-red .carousel-inner {
  border-color: #ea2f36 !important;
}
.acf-carousel.border-white .carousel-inner {
  border-color: #fff !important;
}
.acf-carousel.rounded-sm .carousel-inner {
  border-radius: 0.2rem !important;
}
.acf-carousel.rounded .carousel-inner {
  border-radius: 0.3rem !important;
}
.acf-carousel.rounded-top .carousel-inner {
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
}
.acf-carousel.rounded-right .carousel-inner {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
}
.acf-carousel.rounded-bottom .carousel-inner {
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}
.acf-carousel.rounded-left .carousel-inner {
  border-top-left-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}
.acf-carousel.rounded-lg .carousel-inner, .comment-meta .acf-carousel.avatar .carousel-inner {
  border-radius: 0.5rem !important;
}
.acf-carousel.rounded-circle .carousel-inner {
  border-radius: 50% !important;
}
.acf-carousel.rounded-pill .carousel-inner {
  border-radius: 50rem !important;
}
.acf-carousel.rounded-0 .carousel-inner {
  border-radius: 0 !important;
}

.wp-block-video.shadow-sm, .wp-block-video.shadow, .wp-block-video.shadow-lg {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.wp-block-video.shadow-sm video {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.wp-block-video.shadow video {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.wp-block-video.shadow-lg video {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.wp-block-video.shadow-none video {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.wp-block-image.shadow-sm, .wp-block-image.shadow, .wp-block-image.shadow-lg {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.wp-block-image.shadow-sm img {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.wp-block-image.shadow img {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.wp-block-image.shadow-lg img {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.wp-block-image.shadow-none img {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.wp-block-audio.shadow-sm, .wp-block-audio.shadow, .wp-block-audio.shadow-lg {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.wp-block-audio.shadow-sm audio {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.wp-block-audio.shadow audio {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.wp-block-audio.shadow-lg audio {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.wp-block-audio.shadow-none audio {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.aspect-ratio-21by9 {
  padding-bottom: 42.8571428571%;
}

.aspect-ratio-16by9 {
  padding-bottom: 56.25%;
}

.aspect-ratio-4by3 {
  padding-bottom: 75%;
}

.aspect-ratio-1by1 {
  padding-bottom: 100%;
}

.aspect-ratio-16by10 {
  padding-bottom: 62.5%;
}

.aspect-ratio {
  position: relative;
  display: block;
  width: 100%;
}

.aspect-ratio-item, .acf-teasers .teaser-gradient, .acf-teasers .teaser-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
https://codepen.io/lbebber/pen/ypgql
<h2 class="display-1 glitch" data-text="Error 404">Error 404</h2>
*/
.glitch {
  color: #242424;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@-webkit-keyframes noise-anim-1 {
  0% {
    clip: rect(123px, 9999px, 62px, 0);
  }
  5% {
    clip: rect(129px, 9999px, 83px, 0);
  }
  10% {
    clip: rect(80px, 9999px, 72px, 0);
  }
  15% {
    clip: rect(52px, 9999px, 129px, 0);
  }
  20% {
    clip: rect(73px, 9999px, 45px, 0);
  }
  25% {
    clip: rect(130px, 9999px, 110px, 0);
  }
  30% {
    clip: rect(47px, 9999px, 84px, 0);
  }
  35% {
    clip: rect(55px, 9999px, 48px, 0);
  }
  40% {
    clip: rect(17px, 9999px, 35px, 0);
  }
  45% {
    clip: rect(135px, 9999px, 48px, 0);
  }
  50% {
    clip: rect(130px, 9999px, 26px, 0);
  }
  55% {
    clip: rect(69px, 9999px, 136px, 0);
  }
  60% {
    clip: rect(134px, 9999px, 85px, 0);
  }
  65% {
    clip: rect(148px, 9999px, 28px, 0);
  }
  70% {
    clip: rect(96px, 9999px, 32px, 0);
  }
  75% {
    clip: rect(25px, 9999px, 111px, 0);
  }
  80% {
    clip: rect(15px, 9999px, 148px, 0);
  }
  85% {
    clip: rect(126px, 9999px, 68px, 0);
  }
  90% {
    clip: rect(67px, 9999px, 17px, 0);
  }
  95% {
    clip: rect(125px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(50px, 9999px, 117px, 0);
  }
}

@-o-keyframes noise-anim-1 {
  0% {
    clip: rect(123px, 9999px, 62px, 0);
  }
  5% {
    clip: rect(129px, 9999px, 83px, 0);
  }
  10% {
    clip: rect(80px, 9999px, 72px, 0);
  }
  15% {
    clip: rect(52px, 9999px, 129px, 0);
  }
  20% {
    clip: rect(73px, 9999px, 45px, 0);
  }
  25% {
    clip: rect(130px, 9999px, 110px, 0);
  }
  30% {
    clip: rect(47px, 9999px, 84px, 0);
  }
  35% {
    clip: rect(55px, 9999px, 48px, 0);
  }
  40% {
    clip: rect(17px, 9999px, 35px, 0);
  }
  45% {
    clip: rect(135px, 9999px, 48px, 0);
  }
  50% {
    clip: rect(130px, 9999px, 26px, 0);
  }
  55% {
    clip: rect(69px, 9999px, 136px, 0);
  }
  60% {
    clip: rect(134px, 9999px, 85px, 0);
  }
  65% {
    clip: rect(148px, 9999px, 28px, 0);
  }
  70% {
    clip: rect(96px, 9999px, 32px, 0);
  }
  75% {
    clip: rect(25px, 9999px, 111px, 0);
  }
  80% {
    clip: rect(15px, 9999px, 148px, 0);
  }
  85% {
    clip: rect(126px, 9999px, 68px, 0);
  }
  90% {
    clip: rect(67px, 9999px, 17px, 0);
  }
  95% {
    clip: rect(125px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(50px, 9999px, 117px, 0);
  }
}

@keyframes noise-anim-1 {
  0% {
    clip: rect(123px, 9999px, 62px, 0);
  }
  5% {
    clip: rect(129px, 9999px, 83px, 0);
  }
  10% {
    clip: rect(80px, 9999px, 72px, 0);
  }
  15% {
    clip: rect(52px, 9999px, 129px, 0);
  }
  20% {
    clip: rect(73px, 9999px, 45px, 0);
  }
  25% {
    clip: rect(130px, 9999px, 110px, 0);
  }
  30% {
    clip: rect(47px, 9999px, 84px, 0);
  }
  35% {
    clip: rect(55px, 9999px, 48px, 0);
  }
  40% {
    clip: rect(17px, 9999px, 35px, 0);
  }
  45% {
    clip: rect(135px, 9999px, 48px, 0);
  }
  50% {
    clip: rect(130px, 9999px, 26px, 0);
  }
  55% {
    clip: rect(69px, 9999px, 136px, 0);
  }
  60% {
    clip: rect(134px, 9999px, 85px, 0);
  }
  65% {
    clip: rect(148px, 9999px, 28px, 0);
  }
  70% {
    clip: rect(96px, 9999px, 32px, 0);
  }
  75% {
    clip: rect(25px, 9999px, 111px, 0);
  }
  80% {
    clip: rect(15px, 9999px, 148px, 0);
  }
  85% {
    clip: rect(126px, 9999px, 68px, 0);
  }
  90% {
    clip: rect(67px, 9999px, 17px, 0);
  }
  95% {
    clip: rect(125px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(50px, 9999px, 117px, 0);
  }
}
.glitch::after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: #242424;
  background: #fff;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-1 2s infinite linear alternate-reverse;
}

@-webkit-keyframes noise-anim-2 {
  0% {
    clip: rect(85px, 9999px, 148px, 0);
  }
  5% {
    clip: rect(6px, 9999px, 11px, 0);
  }
  10% {
    clip: rect(136px, 9999px, 112px, 0);
  }
  15% {
    clip: rect(13px, 9999px, 16px, 0);
  }
  20% {
    clip: rect(78px, 9999px, 24px, 0);
  }
  25% {
    clip: rect(108px, 9999px, 100px, 0);
  }
  30% {
    clip: rect(59px, 9999px, 43px, 0);
  }
  35% {
    clip: rect(120px, 9999px, 144px, 0);
  }
  40% {
    clip: rect(144px, 9999px, 124px, 0);
  }
  45% {
    clip: rect(128px, 9999px, 51px, 0);
  }
  50% {
    clip: rect(85px, 9999px, 82px, 0);
  }
  55% {
    clip: rect(64px, 9999px, 15px, 0);
  }
  60% {
    clip: rect(99px, 9999px, 37px, 0);
  }
  65% {
    clip: rect(42px, 9999px, 52px, 0);
  }
  70% {
    clip: rect(74px, 9999px, 2px, 0);
  }
  75% {
    clip: rect(127px, 9999px, 56px, 0);
  }
  80% {
    clip: rect(90px, 9999px, 50px, 0);
  }
  85% {
    clip: rect(78px, 9999px, 140px, 0);
  }
  90% {
    clip: rect(92px, 9999px, 89px, 0);
  }
  95% {
    clip: rect(67px, 9999px, 31px, 0);
  }
  100% {
    clip: rect(27px, 9999px, 71px, 0);
  }
}

@-o-keyframes noise-anim-2 {
  0% {
    clip: rect(85px, 9999px, 148px, 0);
  }
  5% {
    clip: rect(6px, 9999px, 11px, 0);
  }
  10% {
    clip: rect(136px, 9999px, 112px, 0);
  }
  15% {
    clip: rect(13px, 9999px, 16px, 0);
  }
  20% {
    clip: rect(78px, 9999px, 24px, 0);
  }
  25% {
    clip: rect(108px, 9999px, 100px, 0);
  }
  30% {
    clip: rect(59px, 9999px, 43px, 0);
  }
  35% {
    clip: rect(120px, 9999px, 144px, 0);
  }
  40% {
    clip: rect(144px, 9999px, 124px, 0);
  }
  45% {
    clip: rect(128px, 9999px, 51px, 0);
  }
  50% {
    clip: rect(85px, 9999px, 82px, 0);
  }
  55% {
    clip: rect(64px, 9999px, 15px, 0);
  }
  60% {
    clip: rect(99px, 9999px, 37px, 0);
  }
  65% {
    clip: rect(42px, 9999px, 52px, 0);
  }
  70% {
    clip: rect(74px, 9999px, 2px, 0);
  }
  75% {
    clip: rect(127px, 9999px, 56px, 0);
  }
  80% {
    clip: rect(90px, 9999px, 50px, 0);
  }
  85% {
    clip: rect(78px, 9999px, 140px, 0);
  }
  90% {
    clip: rect(92px, 9999px, 89px, 0);
  }
  95% {
    clip: rect(67px, 9999px, 31px, 0);
  }
  100% {
    clip: rect(27px, 9999px, 71px, 0);
  }
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(85px, 9999px, 148px, 0);
  }
  5% {
    clip: rect(6px, 9999px, 11px, 0);
  }
  10% {
    clip: rect(136px, 9999px, 112px, 0);
  }
  15% {
    clip: rect(13px, 9999px, 16px, 0);
  }
  20% {
    clip: rect(78px, 9999px, 24px, 0);
  }
  25% {
    clip: rect(108px, 9999px, 100px, 0);
  }
  30% {
    clip: rect(59px, 9999px, 43px, 0);
  }
  35% {
    clip: rect(120px, 9999px, 144px, 0);
  }
  40% {
    clip: rect(144px, 9999px, 124px, 0);
  }
  45% {
    clip: rect(128px, 9999px, 51px, 0);
  }
  50% {
    clip: rect(85px, 9999px, 82px, 0);
  }
  55% {
    clip: rect(64px, 9999px, 15px, 0);
  }
  60% {
    clip: rect(99px, 9999px, 37px, 0);
  }
  65% {
    clip: rect(42px, 9999px, 52px, 0);
  }
  70% {
    clip: rect(74px, 9999px, 2px, 0);
  }
  75% {
    clip: rect(127px, 9999px, 56px, 0);
  }
  80% {
    clip: rect(90px, 9999px, 50px, 0);
  }
  85% {
    clip: rect(78px, 9999px, 140px, 0);
  }
  90% {
    clip: rect(92px, 9999px, 89px, 0);
  }
  95% {
    clip: rect(67px, 9999px, 31px, 0);
  }
  100% {
    clip: rect(27px, 9999px, 71px, 0);
  }
}
.glitch::before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: #242424;
  background: #fff;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

@-webkit-keyframes HEARTBEAT {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  10% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-o-keyframes HEARTBEAT {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  5% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  10% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  15% {
    -o-transform: scale(1.3);
       transform: scale(1.3);
  }
  50% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes HEARTBEAT {
  0% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  10% {
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  15% {
    -webkit-transform: scale(1.3);
         -o-transform: scale(1.3);
            transform: scale(1.3);
  }
  50% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.heartbeat {
  -webkit-animation: HEARTBEAT 2.5s infinite;
       -o-animation: HEARTBEAT 2.5s infinite;
          animation: HEARTBEAT 2.5s infinite;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5625rem;
  border: none;
  background-color: transparent;
}
@media (max-width: 1200px) {
  .hamburger {
    font-size: calc(0.89875rem + 0.885vw);
  }
}
.hamburger:hover, .hamburger:focus {
  text-decoration: none;
}
.hamburger.ml-auto {
  margin-right: -0.75rem;
}

.btn-hover-primary:hover {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-hover-primary:focus, .btn-hover-primary.focus {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
}
.btn-hover-primary.disabled, .btn-hover-primary:disabled {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-hover-primary:not(:disabled):not(.disabled):active, .btn-hover-primary:not(:disabled):not(.disabled).active, .show > .btn-hover-primary.dropdown-toggle {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-hover-primary:not(:disabled):not(.disabled):active:focus, .btn-hover-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-hover-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
}

.btn-hover-secondary:hover {
  color: #fff;
  background-color: #2a2e35;
  border-color: #2a2e35;
}
.btn-hover-secondary:focus, .btn-hover-secondary.focus {
  color: #fff;
  background-color: #2a2e35;
  border-color: #2a2e35;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 77, 83, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74, 77, 83, 0.5);
}
.btn-hover-secondary.disabled, .btn-hover-secondary:disabled {
  color: #fff;
  background-color: #2a2e35;
  border-color: #2a2e35;
}
.btn-hover-secondary:not(:disabled):not(.disabled):active, .btn-hover-secondary:not(:disabled):not(.disabled).active, .show > .btn-hover-secondary.dropdown-toggle {
  color: #fff;
  background-color: #2a2e35;
  border-color: #2a2e35;
}
.btn-hover-secondary:not(:disabled):not(.disabled):active:focus, .btn-hover-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-hover-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 77, 83, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74, 77, 83, 0.5);
}

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

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

.btn-hover-warning:hover {
  color: #242424;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-hover-warning:focus, .btn-hover-warning.focus {
  color: #242424;
  background-color: #ffc107;
  border-color: #ffc107;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 169, 11, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 169, 11, 0.5);
}
.btn-hover-warning.disabled, .btn-hover-warning:disabled {
  color: #242424;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-hover-warning:not(:disabled):not(.disabled):active, .btn-hover-warning:not(:disabled):not(.disabled).active, .show > .btn-hover-warning.dropdown-toggle {
  color: #242424;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-hover-warning:not(:disabled):not(.disabled):active:focus, .btn-hover-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-hover-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 169, 11, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 169, 11, 0.5);
}

.btn-hover-danger:hover {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-hover-danger:focus, .btn-hover-danger.focus {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
}
.btn-hover-danger.disabled, .btn-hover-danger:disabled {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-hover-danger:not(:disabled):not(.disabled):active, .btn-hover-danger:not(:disabled):not(.disabled).active, .show > .btn-hover-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-hover-danger:not(:disabled):not(.disabled):active:focus, .btn-hover-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-hover-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
}

.btn-hover-light:hover {
  color: #242424;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}
.btn-hover-light:focus, .btn-hover-light.focus {
  color: #242424;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 214, 215, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(214, 214, 215, 0.5);
}
.btn-hover-light.disabled, .btn-hover-light:disabled {
  color: #242424;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}
.btn-hover-light:not(:disabled):not(.disabled):active, .btn-hover-light:not(:disabled):not(.disabled).active, .show > .btn-hover-light.dropdown-toggle {
  color: #242424;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}
.btn-hover-light:not(:disabled):not(.disabled):active:focus, .btn-hover-light:not(:disabled):not(.disabled).active:focus, .show > .btn-hover-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 214, 215, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(214, 214, 215, 0.5);
}

.btn-hover-dark:hover {
  color: #fff;
  background-color: #22252c;
  border-color: #22252c;
}
.btn-hover-dark:focus, .btn-hover-dark.focus {
  color: #fff;
  background-color: #22252c;
  border-color: #22252c;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 70, 76, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(67, 70, 76, 0.5);
}
.btn-hover-dark.disabled, .btn-hover-dark:disabled {
  color: #fff;
  background-color: #22252c;
  border-color: #22252c;
}
.btn-hover-dark:not(:disabled):not(.disabled):active, .btn-hover-dark:not(:disabled):not(.disabled).active, .show > .btn-hover-dark.dropdown-toggle {
  color: #fff;
  background-color: #22252c;
  border-color: #22252c;
}
.btn-hover-dark:not(:disabled):not(.disabled):active:focus, .btn-hover-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-hover-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 70, 76, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(67, 70, 76, 0.5);
}

.btn-hover-anthracite-dark:hover {
  color: #fff;
  background-color: #22252c;
  border-color: #22252c;
}
.btn-hover-anthracite-dark:focus, .btn-hover-anthracite-dark.focus {
  color: #fff;
  background-color: #22252c;
  border-color: #22252c;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 70, 76, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(67, 70, 76, 0.5);
}
.btn-hover-anthracite-dark.disabled, .btn-hover-anthracite-dark:disabled {
  color: #fff;
  background-color: #22252c;
  border-color: #22252c;
}
.btn-hover-anthracite-dark:not(:disabled):not(.disabled):active, .btn-hover-anthracite-dark:not(:disabled):not(.disabled).active, .show > .btn-hover-anthracite-dark.dropdown-toggle {
  color: #fff;
  background-color: #22252c;
  border-color: #22252c;
}
.btn-hover-anthracite-dark:not(:disabled):not(.disabled):active:focus, .btn-hover-anthracite-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-hover-anthracite-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 70, 76, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(67, 70, 76, 0.5);
}

.btn-hover-anthracite-light:hover {
  color: #fff;
  background-color: #2a2e35;
  border-color: #2a2e35;
}
.btn-hover-anthracite-light:focus, .btn-hover-anthracite-light.focus {
  color: #fff;
  background-color: #2a2e35;
  border-color: #2a2e35;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 77, 83, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74, 77, 83, 0.5);
}
.btn-hover-anthracite-light.disabled, .btn-hover-anthracite-light:disabled {
  color: #fff;
  background-color: #2a2e35;
  border-color: #2a2e35;
}
.btn-hover-anthracite-light:not(:disabled):not(.disabled):active, .btn-hover-anthracite-light:not(:disabled):not(.disabled).active, .show > .btn-hover-anthracite-light.dropdown-toggle {
  color: #fff;
  background-color: #2a2e35;
  border-color: #2a2e35;
}
.btn-hover-anthracite-light:not(:disabled):not(.disabled):active:focus, .btn-hover-anthracite-light:not(:disabled):not(.disabled).active:focus, .show > .btn-hover-anthracite-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 77, 83, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74, 77, 83, 0.5);
}

.btn-hover-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-hover-black:focus, .btn-hover-black.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-hover-black.disabled, .btn-hover-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-hover-black:not(:disabled):not(.disabled):active, .btn-hover-black:not(:disabled):not(.disabled).active, .show > .btn-hover-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-hover-black:not(:disabled):not(.disabled):active:focus, .btn-hover-black:not(:disabled):not(.disabled).active:focus, .show > .btn-hover-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-hover-red:hover {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-hover-red:focus, .btn-hover-red.focus {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
}
.btn-hover-red.disabled, .btn-hover-red:disabled {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-hover-red:not(:disabled):not(.disabled):active, .btn-hover-red:not(:disabled):not(.disabled).active, .show > .btn-hover-red.dropdown-toggle {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}
.btn-hover-red:not(:disabled):not(.disabled):active:focus, .btn-hover-red:not(:disabled):not(.disabled).active:focus, .show > .btn-hover-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 78, 84, 0.5);
}

/* Comment Headers ----------------------------- */
.comments-wrapper {
  margin-top: 2rem;
}

.comment-reply-title {
  text-align: center;
}

/* Comment Item ----------------------------- */
/* COMMENT HEADER */
.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
  margin-top: 1.5rem;
}

div.comment:first-of-type {
  margin-top: 1.5rem;
  padding-top: 0;
}

.comments .comments-header + div {
  margin-top: 0;
  padding-top: 0;
}

.comment-body {
  position: relative;
}

.comment .comment {
  margin-left: 50px;
}

.comment-meta {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  line-height: 1.25;
  min-height: calc(50px + 0.5rem);
  padding-left: calc(50px + 0.5rem);
  position: relative;
}

.hide-avatars .comment-meta {
  min-height: 0;
  padding-left: 0;
}

.comment-meta a {
  color: inherit;
}

.comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment-author .fn {
  margin-right: 0.25rem;
}

.comment-meta .avatar {
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}

.comment-author .url {
  color: #495057;
}
.comment-author .url:hover {
  color: #495057;
}

.comment-metadata {
  display: block;
  color: #495057;
  margin-top: 0.25rem;
}
/* COMMENT CONTENT */
.comment-content.comment-entry-content p {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.comment-content.comment-entry-content p:first-of-type {
  margin-top: 0;
}

.comment-content.comment-entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  width: 100%;
}

.comment-content.comment-entry-content .alignleft {
  /*rtl:ignore*/
  margin-left: 0;
}

.comment-content.comment-entry-content .alignright {
  /*rtl:ignore*/
  margin-right: 0;
}

/* COMMENT FOOTER */
.comment-footer-meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.comment-footer-meta span:not(:last-child) {
  margin-right: 0.25rem;
}

.comment-edit-link,
.comment-reply-link,
.comment-reply-login {
  color: #6c757d;
  border-color: #6c757d;
  padding: 0.25rem 0.5rem;
  font-size: 1.03125rem;
  line-height: 1.25;
  border-radius: 0.2rem;
  font-size: 0.75em !important;
}
.comment-edit-link:hover,
.comment-reply-link:hover,
.comment-reply-login:hover {
  color: #6c757d;
  background-color: #f5f5f7;
  border-color: #6c757d;
}
.comment-edit-link:focus, .comment-edit-link.focus,
.comment-reply-link:focus,
.comment-reply-link.focus,
.comment-reply-login:focus,
.comment-reply-login.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.comment-edit-link.disabled, .comment-edit-link:disabled,
.comment-reply-link.disabled,
.comment-reply-link:disabled,
.comment-reply-login.disabled,
.comment-reply-login:disabled {
  color: #6c757d;
  background-color: transparent;
}
.comment-edit-link:not(:disabled):not(.disabled):active, .comment-edit-link:not(:disabled):not(.disabled).active, .show > .comment-edit-link.dropdown-toggle,
.comment-reply-link:not(:disabled):not(.disabled):active,
.comment-reply-link:not(:disabled):not(.disabled).active,
.show > .comment-reply-link.dropdown-toggle,
.comment-reply-login:not(:disabled):not(.disabled):active,
.comment-reply-login:not(:disabled):not(.disabled).active,
.show > .comment-reply-login.dropdown-toggle {
  color: #242424;
  background-color: #f5f5f7;
  border-color: #6c757d;
}
.comment-edit-link:not(:disabled):not(.disabled):active:focus, .comment-edit-link:not(:disabled):not(.disabled).active:focus, .show > .comment-edit-link.dropdown-toggle:focus,
.comment-reply-link:not(:disabled):not(.disabled):active:focus,
.comment-reply-link:not(:disabled):not(.disabled).active:focus,
.show > .comment-reply-link.dropdown-toggle:focus,
.comment-reply-login:not(:disabled):not(.disabled):active:focus,
.comment-reply-login:not(:disabled):not(.disabled).active:focus,
.show > .comment-reply-login.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
@media (max-width: 1200px) {
  .comment-edit-link,
.comment-reply-link,
.comment-reply-login {
    font-size: calc(0.845625rem + 0.2475vw);
  }
}

/* Pingbacks & Trackbacks ------------------------- */
.pingback .comment-meta,
.trackback .comment-meta {
  padding-left: 0;
}

/* Comments Pagination ---------------------------- */
.comments-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
  text-align: center;
}

.comments-pagination.only-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.comments-pagination .page-numbers {
  display: none;
}

.comments-pagination .prev,
.comments-pagination .next {
  display: block;
}

.comments-pagination .prev {
  left: 0;
}

.comments-pagination .next {
  right: 0;
  text-align: right;
}

/* Comment Respond ---------------------------- */
.comment-respond::after {
  clear: both;
  content: "";
  display: block;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  margin-bottom: 0;
}

.comment-respond .comment-notes {
  font-family: "Roboto", -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;
}

.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
  font-size: 1.03125rem;
}

.comment-respond p:not(.comment-notes) {
  width: 100%;
}

.comment-respond > p:last-of-type {
  margin-bottom: 0;
}

.comment-respond label {
  display: block;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  font-family: "Roboto", -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;
}

.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond textarea {
  margin-bottom: 0;
}

.comment-respond textarea {
  height: auto;
  width: 100%;
}

.comment-respond #submit {
  font-family: "Roboto", -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;
}

.comment-respond .comments-closed {
  text-align: center;
}

/* Reply Respond ---------------------------- */
.comments .comment-respond {
  margin-top: 1.5rem;
}

.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
  text-align: left;
}

.comments .comment-respond .comment-reply-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #495057;
  margin-bottom: 0;
}
.comments .comment-respond .comment-reply-title a {
  color: #ea2f36;
}
.comments .comment-respond .comment-reply-title small {
  display: inline-block;
  white-space: nowrap;
  margin-left: 0.25rem;
}
/* NEW */
.comment-list {
  margin-bottom: 2rem;
}

.comment-awaiting-moderation {
  font-style: italic;
  font-size: 1.03125rem;
  color: #6c757d;
  margin-top: 0.5rem !important;
  margin-bottom: 0.25rem;
}

.comment-badge {
  font-size: 0.75em;
  font-weight: 400;
}

.search-form-wrap {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

form.search-form .input-group-append {
  position: relative;
}

.btn.search-clear, .search-clear.comment-edit-link,
.search-clear.comment-reply-link,
.search-clear.comment-reply-login, .comment-respond .search-clear#submit {
  position: absolute;
  left: -100%;
  height: 100%;
  z-index: 990;
  background: none;
  border: none;
  color: #ced4da;
}
.btn.search-clear:hover, .search-clear.comment-edit-link:hover,
.search-clear.comment-reply-link:hover,
.search-clear.comment-reply-login:hover, .comment-respond .search-clear#submit:hover {
  color: #b8c1ca;
}
.btn.search-clear.focus-visible, .search-clear.focus-visible.comment-edit-link,
.search-clear.focus-visible.comment-reply-link,
.search-clear.focus-visible.comment-reply-login, .comment-respond .search-clear.focus-visible#submit {
  color: #b8c1ca;
}

input[type=search].form-control, .comment-form input[type=search][type=text],
.comment-form input[type=search][type=email],
.comment-form input[type=search][type=url] {
  /* Check empty input fields: https://zellwk.com/blog/check-empty-input-css/ */
}
input[type=search].form-control::-webkit-search-decoration, .comment-form input[type=search][type=text]::-webkit-search-decoration,
.comment-form input[type=search][type=email]::-webkit-search-decoration,
.comment-form input[type=search][type=url]::-webkit-search-decoration, input[type=search].form-control::-webkit-search-cancel-button, .comment-form input[type=search][type=text]::-webkit-search-cancel-button,
.comment-form input[type=search][type=email]::-webkit-search-cancel-button,
.comment-form input[type=search][type=url]::-webkit-search-cancel-button, input[type=search].form-control::-webkit-search-results-button, .comment-form input[type=search][type=text]::-webkit-search-results-button,
.comment-form input[type=search][type=email]::-webkit-search-results-button,
.comment-form input[type=search][type=url]::-webkit-search-results-button, input[type=search].form-control::-webkit-search-results-decoration, .comment-form input[type=search][type=text]::-webkit-search-results-decoration,
.comment-form input[type=search][type=email]::-webkit-search-results-decoration,
.comment-form input[type=search][type=url]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
input[type=search].form-control:-moz-placeholder-shown + .input-group-append > .search-clear, .comment-form input[type=search][type=text]:-moz-placeholder-shown + .input-group-append > .search-clear, .comment-form input[type=search][type=email]:-moz-placeholder-shown + .input-group-append > .search-clear, .comment-form input[type=search][type=url]:-moz-placeholder-shown + .input-group-append > .search-clear {
  pointer-events: none;
  opacity: 0;
}
input[type=search].form-control:-ms-input-placeholder + .input-group-append > .search-clear, .comment-form input[type=search][type=text]:-ms-input-placeholder + .input-group-append > .search-clear, .comment-form input[type=search][type=email]:-ms-input-placeholder + .input-group-append > .search-clear, .comment-form input[type=search][type=url]:-ms-input-placeholder + .input-group-append > .search-clear {
  pointer-events: none;
  opacity: 0;
}
input[type=search].form-control:placeholder-shown + .input-group-append > .search-clear, .comment-form input[type=search][type=text]:placeholder-shown + .input-group-append > .search-clear,
.comment-form input[type=search][type=email]:placeholder-shown + .input-group-append > .search-clear,
.comment-form input[type=search][type=url]:placeholder-shown + .input-group-append > .search-clear {
  pointer-events: none;
  opacity: 0;
}
input[type=search].form-control:not(:-moz-placeholder-shown), .comment-form input[type=search][type=text]:not(:-moz-placeholder-shown), .comment-form input[type=search][type=email]:not(:-moz-placeholder-shown), .comment-form input[type=search][type=url]:not(:-moz-placeholder-shown) {
  padding-right: 2.25rem;
}
input[type=search].form-control:not(:-ms-input-placeholder), .comment-form input[type=search][type=text]:not(:-ms-input-placeholder), .comment-form input[type=search][type=email]:not(:-ms-input-placeholder), .comment-form input[type=search][type=url]:not(:-ms-input-placeholder) {
  padding-right: 2.25rem;
}
input[type=search].form-control:not(:placeholder-shown), .comment-form input[type=search][type=text]:not(:placeholder-shown),
.comment-form input[type=search][type=email]:not(:placeholder-shown),
.comment-form input[type=search][type=url]:not(:placeholder-shown) {
  padding-right: 2.25rem;
}
input[type=search].form-control:not(:-moz-placeholder-shown):not(:valid), .comment-form input[type=search][type=text]:not(:-moz-placeholder-shown):not(:valid), .comment-form input[type=search][type=email]:not(:-moz-placeholder-shown):not(:valid), .comment-form input[type=search][type=url]:not(:-moz-placeholder-shown):not(:valid) {
  /* Show red borders when invalid */
  box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.25);
}
input[type=search].form-control:not(:-ms-input-placeholder):not(:valid), .comment-form input[type=search][type=text]:not(:-ms-input-placeholder):not(:valid), .comment-form input[type=search][type=email]:not(:-ms-input-placeholder):not(:valid), .comment-form input[type=search][type=url]:not(:-ms-input-placeholder):not(:valid) {
  /* Show red borders when invalid */
  box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.25);
}
input[type=search].form-control:not(:placeholder-shown):not(:valid), .comment-form input[type=search][type=text]:not(:placeholder-shown):not(:valid),
.comment-form input[type=search][type=email]:not(:placeholder-shown):not(:valid),
.comment-form input[type=search][type=url]:not(:placeholder-shown):not(:valid) {
  /* Show red borders when invalid */
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(234, 47, 54, 0.25);
}
input[type=search].form-control.form-control-sm:not(:-moz-placeholder-shown), .comment-form input[type=search].form-control-sm[type=text]:not(:-moz-placeholder-shown), .comment-form input[type=search].form-control-sm[type=email]:not(:-moz-placeholder-shown), .comment-form input[type=search].form-control-sm[type=url]:not(:-moz-placeholder-shown) {
  padding-right: 1.5rem;
}
input[type=search].form-control.form-control-sm:not(:-ms-input-placeholder), .comment-form input[type=search].form-control-sm[type=text]:not(:-ms-input-placeholder), .comment-form input[type=search].form-control-sm[type=email]:not(:-ms-input-placeholder), .comment-form input[type=search].form-control-sm[type=url]:not(:-ms-input-placeholder) {
  padding-right: 1.5rem;
}
input[type=search].form-control.form-control-sm:not(:placeholder-shown), .comment-form input[type=search].form-control-sm[type=text]:not(:placeholder-shown),
.comment-form input[type=search].form-control-sm[type=email]:not(:placeholder-shown),
.comment-form input[type=search].form-control-sm[type=url]:not(:placeholder-shown) {
  padding-right: 1.5rem;
}
input[type=search].form-control.form-control-lg:not(:-moz-placeholder-shown), .comment-form input[type=search].form-control-lg[type=text]:not(:-moz-placeholder-shown), .comment-form input[type=search].form-control-lg[type=email]:not(:-moz-placeholder-shown), .comment-form input[type=search].form-control-lg[type=url]:not(:-moz-placeholder-shown) {
  padding-right: 3rem;
}
input[type=search].form-control.form-control-lg:not(:-ms-input-placeholder), .comment-form input[type=search].form-control-lg[type=text]:not(:-ms-input-placeholder), .comment-form input[type=search].form-control-lg[type=email]:not(:-ms-input-placeholder), .comment-form input[type=search].form-control-lg[type=url]:not(:-ms-input-placeholder) {
  padding-right: 3rem;
}
input[type=search].form-control.form-control-lg:not(:placeholder-shown), .comment-form input[type=search].form-control-lg[type=text]:not(:placeholder-shown),
.comment-form input[type=search].form-control-lg[type=email]:not(:placeholder-shown),
.comment-form input[type=search].form-control-lg[type=url]:not(:placeholder-shown) {
  padding-right: 3rem;
}

body.wpcf7mailsent .cf7-hide-on-success {
  display: none;
}

div.wpcf7 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1rem;
  /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  z-index: 100;
  top: 20%;
  left: 20%;
  padding: 0.2em 0.8em;
  border: 1px solid #ea2f36;
  background: #fff;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader {
  display: inline-block;
  visibility: hidden;
  width: 16px;
  height: 16px;
  margin: 0 0 0 4px;
  padding: 0;
  vertical-align: middle;
  border: none;
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #6c757d;
}

div.wpcf7 input[type=file] {
  cursor: pointer;
}

div.wpcf7 input[type=file]:disabled {
  cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.grecaptcha-badge {
  visibility: hidden;
}

.breadcrumb.breadcrumb-nav {
  font-size: 0.875rem;
  background-color: #f5f5f7;
  margin-top: 1rem;
}
@media (max-width: 1200px) {
  .breadcrumb.breadcrumb-nav {
    font-size: calc(0.83rem + 0.06vw);
  }
}
.breadcrumb.breadcrumb-nav .breadcrumb-item a:not(.focus-visible) {
  color: #6c757d;
}
.breadcrumb.breadcrumb-nav .breadcrumb-item a:not(.focus-visible).focus-visible, .breadcrumb.breadcrumb-nav .breadcrumb-item a:not(.focus-visible):hover {
  color: #60686f;
}
.breadcrumb.breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}
.entry-header + .breadcrumb.breadcrumb-nav {
  margin-top: -1rem;
}

.comment.active-hash {
  outline: 0 !important;
  border-radius: 0.2rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-animation-name: active-hash;
       -o-animation-name: active-hash;
          animation-name: active-hash;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.comment.active-hash.selected-hash {
  -webkit-animation-duration: 0.8s;
       -o-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.comment.active-hash:not(.selected-hash) {
  -webkit-animation-delay: 0.8s;
       -o-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes active-hash {
  0% {
    -webkit-box-shadow: 0 0 0 3px transparent;
            box-shadow: 0 0 0 3px transparent;
    background-color: transparent;
  }
  20% {
    -webkit-box-shadow: 0 0 0 3px #fbddde;
            box-shadow: 0 0 0 3px #fbddde;
    background-color: #fbddde;
  }
  100% {
    -webkit-box-shadow: 0 0 0 3px #fef4f4;
            box-shadow: 0 0 0 3px #fef4f4;
    background-color: #fef4f4;
  }
}

@-o-keyframes active-hash {
  0% {
    box-shadow: 0 0 0 3px transparent;
    background-color: transparent;
  }
  20% {
    box-shadow: 0 0 0 3px #fbddde;
    background-color: #fbddde;
  }
  100% {
    box-shadow: 0 0 0 3px #fef4f4;
    background-color: #fef4f4;
  }
}

@keyframes active-hash {
  0% {
    -webkit-box-shadow: 0 0 0 3px transparent;
            box-shadow: 0 0 0 3px transparent;
    background-color: transparent;
  }
  20% {
    -webkit-box-shadow: 0 0 0 3px #fbddde;
            box-shadow: 0 0 0 3px #fbddde;
    background-color: #fbddde;
  }
  100% {
    -webkit-box-shadow: 0 0 0 3px #fef4f4;
            box-shadow: 0 0 0 3px #fef4f4;
    background-color: #fef4f4;
  }
}
.alert.alert-cookie-notice, pre.wp-block-code code.alert-cookie-notice, .post-password-form p.alert-cookie-notice:first-child, .wpcf7 form .alert-cookie-notice.wpcf7-response-output {
  -webkit-animation-name: banner-fade-up;
       -o-animation-name: banner-fade-up;
          animation-name: banner-fade-up;
  -webkit-animation-duration: 0.25s;
       -o-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-timing-function: ease;
       -o-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
       -o-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  position: fixed;
  bottom: 15px;
  z-index: 1070;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1200px;
  max-width: calc(100vw - 30px);
  max-height: calc(100vw - 30px);
  overflow-y: auto;
  margin-bottom: 0;
}
.alert.alert-cookie-notice.alert-primary .cookie-details a, pre.wp-block-code code.alert-cookie-notice.alert-primary .cookie-details a, .post-password-form p.alert-cookie-notice.alert-primary:first-child .cookie-details a, .wpcf7 form .alert-cookie-notice.wpcf7-response-output .cookie-details a {
  color: #4f1012;
}
.alert.alert-cookie-notice.alert-secondary .cookie-details a, pre.wp-block-code code.alert-cookie-notice.alert-secondary .cookie-details a, .post-password-form p.alert-cookie-notice.alert-secondary:first-child .cookie-details a, .wpcf7 form .alert-cookie-notice.alert-secondary.wpcf7-response-output .cookie-details a {
  color: black;
}
.alert.alert-cookie-notice.alert-success .cookie-details a, pre.wp-block-code code.alert-cookie-notice.alert-success .cookie-details a, .post-password-form p.alert-cookie-notice.alert-success:first-child .cookie-details a, .wpcf7 form .alert-cookie-notice.alert-success.wpcf7-response-output .cookie-details a, .wpcf7 form.sent .alert-cookie-notice.wpcf7-response-output .cookie-details a {
  color: #0b2e13;
}
.alert.alert-cookie-notice.alert-info .cookie-details a, pre.wp-block-code code.alert-cookie-notice.alert-info .cookie-details a, .post-password-form p.alert-cookie-notice.alert-info:first-child .cookie-details a, .wpcf7 form .alert-cookie-notice.alert-info.wpcf7-response-output .cookie-details a {
  color: #062c33;
}
.alert.alert-cookie-notice.alert-warning .cookie-details a, pre.wp-block-code code.alert-cookie-notice.alert-warning .cookie-details a, .post-password-form p.alert-cookie-notice.alert-warning:first-child .cookie-details a, .wpcf7 form .alert-cookie-notice.alert-warning.wpcf7-response-output .cookie-details a, .wpcf7 form.spam .alert-cookie-notice.wpcf7-response-output .cookie-details a, .wpcf7 form.invalid .alert-cookie-notice.wpcf7-response-output .cookie-details a,
.wpcf7 form.unaccepted .alert-cookie-notice.wpcf7-response-output .cookie-details a {
  color: #533f03;
}
.alert.alert-cookie-notice.alert-danger .cookie-details a, pre.wp-block-code code.alert-cookie-notice.alert-danger .cookie-details a, .post-password-form p.alert-cookie-notice.alert-danger:first-child .cookie-details a, .wpcf7 form .alert-cookie-notice.alert-danger.wpcf7-response-output .cookie-details a, .wpcf7 form.failed .alert-cookie-notice.wpcf7-response-output .cookie-details a,
.wpcf7 form.aborted .alert-cookie-notice.wpcf7-response-output .cookie-details a {
  color: #4f1012;
}
.alert.alert-cookie-notice.alert-light .cookie-details a, pre.wp-block-code code.alert-cookie-notice.alert-light .cookie-details a, .post-password-form p.alert-cookie-notice.alert-light:first-child .cookie-details a, .wpcf7 form .alert-cookie-notice.alert-light.wpcf7-response-output .cookie-details a {
  color: #666666;
}
.alert.alert-cookie-notice.alert-dark .cookie-details a, pre.wp-block-code code.alert-cookie-notice.alert-dark .cookie-details a, .post-password-form p.alert-cookie-notice.alert-dark:first-child .cookie-details a, .wpcf7 form .alert-cookie-notice.alert-dark.wpcf7-response-output .cookie-details a {
  color: black;
}
.alert.alert-cookie-notice.alert-anthracite-dark .cookie-details a, pre.wp-block-code code.alert-cookie-notice.alert-anthracite-dark .cookie-details a, .post-password-form p.alert-cookie-notice.alert-anthracite-dark:first-child .cookie-details a, .wpcf7 form .alert-cookie-notice.alert-anthracite-dark.wpcf7-response-output .cookie-details a {
  color: black;
}
.alert.alert-cookie-notice.alert-anthracite-light .cookie-details a, pre.wp-block-code code.alert-cookie-notice.alert-anthracite-light .cookie-details a, .post-password-form p.alert-cookie-notice.alert-anthracite-light:first-child .cookie-details a, .wpcf7 form .alert-cookie-notice.alert-anthracite-light.wpcf7-response-output .cookie-details a {
  color: black;
}
.alert.alert-cookie-notice.alert-black .cookie-details a, pre.wp-block-code code.alert-cookie-notice.alert-black .cookie-details a, .post-password-form p.alert-cookie-notice.alert-black:first-child .cookie-details a, .wpcf7 form .alert-cookie-notice.alert-black.wpcf7-response-output .cookie-details a {
  color: black;
}
.alert.alert-cookie-notice.alert-red .cookie-details a, pre.wp-block-code code.alert-cookie-notice.alert-red .cookie-details a, .post-password-form p.alert-cookie-notice.alert-red:first-child .cookie-details a, .wpcf7 form .alert-cookie-notice.alert-red.wpcf7-response-output .cookie-details a {
  color: #4f1012;
}

.cookie-notice {
  margin-bottom: 0;
}
.cookie-notice .cookie-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 576px) {
  .cookie-notice .cookie-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cookie-notice .cookie-details {
  width: 100%;
  font-size: 1.03125rem;
}
.cookie-notice .cookie-details a {
  font-weight: 700;
}
.cookie-notice .cookie-details p:last-of-type {
  margin-bottom: 0;
}
.cookie-notice .custom-control-label > .form-text, .cookie-notice .comment-form-cookies-consent label > .form-text, .comment-form-cookies-consent .cookie-notice label > .form-text {
  margin-top: 0.5rem;
}
.cookie-notice .custom-control-label > .form-text:first-of-type, .cookie-notice .comment-form-cookies-consent label > .form-text:first-of-type, .comment-form-cookies-consent .cookie-notice label > .form-text:first-of-type {
  margin-top: 0;
}
.cookie-notice .cookie-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .cookie-notice .cookie-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
}
.cookie-notice .cookie-content a[data-toggle=collapse] {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cookie-notice .cookie-content a[data-toggle=collapse].disabled {
  opacity: 0.65;
}
.cookie-notice .cookie-icon {
  margin-bottom: 0.75rem;
  font-size: 2em;
}
@media (min-width: 576px) {
  .cookie-notice .cookie-icon {
    -ms-flex-item-align: start;
        align-self: flex-start;
    line-height: 1;
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
}
.cookie-notice .cookie-buttons {
  text-align: center;
}
@media (min-width: 576px) {
  .cookie-notice .cookie-buttons {
    position: relative;
  }
  .cookie-notice .cookie-buttons .buttons-wrapper {
    position: relative;
    -webkit-transition: top 0.25s ease, -webkit-transform 0.25s ease;
    transition: top 0.25s ease, -webkit-transform 0.25s ease;
    -o-transition: top 0.25s ease, -o-transform 0.25s ease;
    transition: top 0.25s ease, transform 0.25s ease;
    transition: top 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease, -o-transform 0.25s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cookie-notice.show .cookie-buttons .buttons-wrapper {
    top: 100%;
    -webkit-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.cookie-notice .cookie-settings {
  padding-top: 0.5rem;
}
.cookie-notice .custom-switch {
  margin-top: 0.5rem;
}
.cookie-notice .custom-switch:first-of-type {
  margin-top: 0;
}
.cookie-notice .custom-switch .custom-control-input ~ .custom-control-label::before, .cookie-notice .custom-switch .comment-form input[type=checkbox] ~ .custom-control-label::before, .comment-form .cookie-notice .custom-switch input[type=checkbox] ~ .custom-control-label::before, .cookie-notice .custom-switch .comment-form-cookies-consent .custom-control-input ~ label::before, .comment-form-cookies-consent .cookie-notice .custom-switch .custom-control-input ~ label::before, .cookie-notice .custom-switch .comment-form .comment-form-cookies-consent input[type=checkbox] ~ label::before, .comment-form-cookies-consent .cookie-notice .custom-switch .comment-form input[type=checkbox] ~ label::before, .comment-form .cookie-notice .custom-switch .comment-form-cookies-consent input[type=checkbox] ~ label::before, .comment-form-cookies-consent .comment-form .cookie-notice .custom-switch input[type=checkbox] ~ label::before, .cookie-notice .custom-switch .custom-control-input ~ .custom-control-label::after, .cookie-notice .custom-switch .comment-form input[type=checkbox] ~ .custom-control-label::after, .comment-form .cookie-notice .custom-switch input[type=checkbox] ~ .custom-control-label::after, .cookie-notice .custom-switch .comment-form-cookies-consent .custom-control-input ~ label::after, .comment-form-cookies-consent .cookie-notice .custom-switch .custom-control-input ~ label::after, .cookie-notice .custom-switch .comment-form .comment-form-cookies-consent input[type=checkbox] ~ label::after, .comment-form-cookies-consent .cookie-notice .custom-switch .comment-form input[type=checkbox] ~ label::after, .comment-form .cookie-notice .custom-switch .comment-form-cookies-consent input[type=checkbox] ~ label::after, .comment-form-cookies-consent .comment-form .cookie-notice .custom-switch input[type=checkbox] ~ label::after {
  -webkit-transform: translateY(-0.15em);
       -o-transform: translateY(-0.15em);
          transform: translateY(-0.15em);
}
.cookie-notice .custom-switch .custom-control-input:checked ~ .custom-control-label::after, .cookie-notice .custom-switch .comment-form input[type=checkbox]:checked ~ .custom-control-label::after, .comment-form .cookie-notice .custom-switch input[type=checkbox]:checked ~ .custom-control-label::after, .cookie-notice .custom-switch .comment-form-cookies-consent .custom-control-input:checked ~ label::after, .comment-form-cookies-consent .cookie-notice .custom-switch .custom-control-input:checked ~ label::after, .cookie-notice .custom-switch .comment-form .comment-form-cookies-consent input[type=checkbox]:checked ~ label::after, .comment-form-cookies-consent .cookie-notice .custom-switch .comment-form input[type=checkbox]:checked ~ label::after, .comment-form .cookie-notice .custom-switch .comment-form-cookies-consent input[type=checkbox]:checked ~ label::after, .comment-form-cookies-consent .comment-form .cookie-notice .custom-switch input[type=checkbox]:checked ~ label::after {
  -webkit-transform: translate(0.84375rem, -0.15em);
       -o-transform: translate(0.84375rem, -0.15em);
          transform: translate(0.84375rem, -0.15em);
}

.alert.alert-small, pre.wp-block-code code.alert-small, .post-password-form p.alert-small:first-child, .wpcf7 form .alert-small.wpcf7-response-output {
  display: block;
  margin-bottom: 0;
  padding: 0.15rem 0.5rem;
}

.btn.btn-cookie, .btn-cookie.comment-edit-link,
.btn-cookie.comment-reply-link,
.btn-cookie.comment-reply-login, .comment-respond .btn-cookie#submit {
  white-space: nowrap;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  font-size: 1rem;
}
.btn.btn-cookie:hover, .btn-cookie.comment-edit-link:hover,
.btn-cookie.comment-reply-link:hover,
.btn-cookie.comment-reply-login:hover, .comment-respond .btn-cookie#submit:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn.btn-cookie:focus, .btn-cookie.comment-edit-link:focus,
.btn-cookie.comment-reply-link:focus,
.btn-cookie.comment-reply-login:focus, .comment-respond .btn-cookie#submit:focus, .btn.btn-cookie.focus, .btn-cookie.focus.comment-edit-link,
.btn-cookie.focus.comment-reply-link,
.btn-cookie.focus.comment-reply-login, .comment-respond .btn-cookie.focus#submit {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn.btn-cookie.disabled, .btn-cookie.disabled.comment-edit-link,
.btn-cookie.disabled.comment-reply-link,
.btn-cookie.disabled.comment-reply-login, .comment-respond .btn-cookie.disabled#submit, .btn.btn-cookie:disabled, .btn-cookie.comment-edit-link:disabled,
.btn-cookie.comment-reply-link:disabled,
.btn-cookie.comment-reply-login:disabled, .comment-respond .btn-cookie#submit:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn.btn-cookie:not(:disabled):not(.disabled):active, .btn-cookie.comment-edit-link:not(:disabled):not(.disabled):active,
.btn-cookie.comment-reply-link:not(:disabled):not(.disabled):active,
.btn-cookie.comment-reply-login:not(:disabled):not(.disabled):active, .comment-respond .btn-cookie#submit:not(:disabled):not(.disabled):active, .btn.btn-cookie:not(:disabled):not(.disabled).active, .btn-cookie.comment-edit-link:not(:disabled):not(.disabled).active,
.btn-cookie.comment-reply-link:not(:disabled):not(.disabled).active,
.btn-cookie.comment-reply-login:not(:disabled):not(.disabled).active, .comment-respond .btn-cookie#submit:not(:disabled):not(.disabled).active, .show > .btn.btn-cookie.dropdown-toggle, .show > .btn-cookie.dropdown-toggle.comment-edit-link,
.show > .btn-cookie.dropdown-toggle.comment-reply-link,
.show > .btn-cookie.dropdown-toggle.comment-reply-login, .comment-respond .show > .btn-cookie.dropdown-toggle#submit {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn.btn-cookie:not(:disabled):not(.disabled):active:focus, .btn-cookie.comment-edit-link:not(:disabled):not(.disabled):active:focus,
.btn-cookie.comment-reply-link:not(:disabled):not(.disabled):active:focus,
.btn-cookie.comment-reply-login:not(:disabled):not(.disabled):active:focus, .comment-respond .btn-cookie#submit:not(:disabled):not(.disabled):active:focus, .btn.btn-cookie:not(:disabled):not(.disabled).active:focus, .btn-cookie.comment-edit-link:not(:disabled):not(.disabled).active:focus,
.btn-cookie.comment-reply-link:not(:disabled):not(.disabled).active:focus,
.btn-cookie.comment-reply-login:not(:disabled):not(.disabled).active:focus, .comment-respond .btn-cookie#submit:not(:disabled):not(.disabled).active:focus, .show > .btn.btn-cookie.dropdown-toggle:focus, .show > .btn-cookie.dropdown-toggle.comment-edit-link:focus,
.show > .btn-cookie.dropdown-toggle.comment-reply-link:focus,
.show > .btn-cookie.dropdown-toggle.comment-reply-login:focus, .comment-respond .show > .btn-cookie.dropdown-toggle#submit:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
@media (max-width: 1200px) {
  .btn.btn-cookie, .btn-cookie.comment-edit-link,
.btn-cookie.comment-reply-link,
.btn-cookie.comment-reply-login, .comment-respond .btn-cookie#submit {
    font-size: calc(0.8425rem + 0.21vw);
  }
}
.btn.btn-cookie:only-child .svg-inline--fa:first-child, .btn-cookie.comment-edit-link:only-child .svg-inline--fa:first-child,
.btn-cookie.comment-reply-link:only-child .svg-inline--fa:first-child,
.btn-cookie.comment-reply-login:only-child .svg-inline--fa:first-child, .comment-respond .btn-cookie#submit:only-child .svg-inline--fa:first-child {
  margin-right: 0.25rem;
}
.btn.btn-cookie:only-child .svg-inline--fa:last-child, .btn-cookie.comment-edit-link:only-child .svg-inline--fa:last-child,
.btn-cookie.comment-reply-link:only-child .svg-inline--fa:last-child,
.btn-cookie.comment-reply-login:only-child .svg-inline--fa:last-child, .comment-respond .btn-cookie#submit:only-child .svg-inline--fa:last-child {
  margin-left: 0.25rem;
}

@-webkit-keyframes banner-fade-up {
  0% {
    opacity: 0;
    margin-bottom: -30px;
  }
  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}

@-o-keyframes banner-fade-up {
  0% {
    opacity: 0;
    margin-bottom: -30px;
  }
  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}

@keyframes banner-fade-up {
  0% {
    opacity: 0;
    margin-bottom: -30px;
  }
  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}
section.widget .nl2go-widget form > img {
  padding-bottom: 15px;
}
section.widget .nl2go-widget h2 {
  color: #ea2f36;
  font-family: "Roboto", -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;
}

body .jp-apply-button, body .primary-style, body .job-listing .job-preview .job-cta .apply-btn, body .jobs-modal-form .job-submit, body .job-submit, body .jobs-modal-form .choose_file, body .jobs-modal-form .choose_file_multi, body .jobs-modal-form .choose_file_multi_add, body .job-listing-categories .job-category.active, body .jobs-modal-form .progress-button button {
  background-color: #ea2f36;
}

.jobs-modal-form .choose_file, .jobs-modal-form .choose_file_multi, .jobs-modal-form .choose_file_multi_add {
  color: #000 !important;
}

#gtranslate_wrapper {
  position: relative !important;
  padding: 0.5rem 1rem;
}
#gtranslate_wrapper img {
  display: none;
}
#gtranslate_wrapper .switcher {
  width: auto;
  min-width: 79px;
  font-family: "Space Mono", Courier, Monaco, monospace;
}
#gtranslate_wrapper .switcher .selected {
  background-color: transparent;
  background-image: none;
}
#gtranslate_wrapper .switcher .selected a {
  width: auto;
  border: none;
  color: #fff;
  background-color: transparent;
}
#gtranslate_wrapper .switcher .selected a::after {
  display: none;
}
#gtranslate_wrapper .switcher .option {
  width: auto;
  border: none;
  background-color: transparent;
  overflow-y: clip;
}
#gtranslate_wrapper .switcher .option a:hover {
  background: #fff;
  color: #ea2f36;
}

.wp-block-group__inner-container > ul {
  padding-left: 2rem !important;
}

.edoobox-plugin::after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

/* stylelint-disable */
.btn.btn-link, .btn-link.comment-edit-link,
.btn-link.comment-reply-link,
.btn-link.comment-reply-login, .comment-respond .btn-link#submit {
  color: black;
}

.acf-accordion.accordion-js .accordion-card {
  border-radius: 0;
  border-color: #ea2f36;
  margin-bottom: 4px;
  overflow: visible;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  -o-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.acf-accordion.accordion-js .accordion-card:not(:last-of-type) {
  border-bottom: 1px solid #ea2f36;
}
.acf-accordion.accordion-js .accordion-card .button-icon .svg-inline--fa {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease, -o-transform 0.25s ease;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.acf-accordion.accordion-js .accordion-card .btn.btn-link, .acf-accordion.accordion-js .accordion-card .btn-link.comment-edit-link,
.acf-accordion.accordion-js .accordion-card .btn-link.comment-reply-link,
.acf-accordion.accordion-js .accordion-card .btn-link.comment-reply-login, .acf-accordion.accordion-js .accordion-card .comment-respond .btn-link#submit, .comment-respond .acf-accordion.accordion-js .accordion-card .btn-link#submit {
  -webkit-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
  color: black;
}
.acf-accordion.accordion-js .accordion-card .btn.btn-link:hover, .acf-accordion.accordion-js .accordion-card .btn-link.comment-edit-link:hover,
.acf-accordion.accordion-js .accordion-card .btn-link.comment-reply-link:hover,
.acf-accordion.accordion-js .accordion-card .btn-link.comment-reply-login:hover, .acf-accordion.accordion-js .accordion-card .comment-respond .btn-link#submit:hover, .comment-respond .acf-accordion.accordion-js .accordion-card .btn-link#submit:hover {
  color: black;
}
@media (hover: none) {
  .acf-accordion.accordion-js .accordion-card .btn.btn-link:hover, .acf-accordion.accordion-js .accordion-card .btn-link.comment-edit-link:hover,
.acf-accordion.accordion-js .accordion-card .btn-link.comment-reply-link:hover,
.acf-accordion.accordion-js .accordion-card .btn-link.comment-reply-login:hover, .acf-accordion.accordion-js .accordion-card .comment-respond .btn-link#submit:hover, .comment-respond .acf-accordion.accordion-js .accordion-card .btn-link#submit:hover {
    color: black;
  }
}
.acf-accordion.accordion-js .accordion-card.show, .acf-accordion.accordion-js .accordion-card.shown {
  border-color: #fce0e1;
}
.acf-accordion.accordion-js .accordion-card.show .button-icon .svg-inline--fa, .acf-accordion.accordion-js .accordion-card.shown .button-icon .svg-inline--fa {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.acf-accordion.accordion-js .accordion-card.show .btn.btn-link, .acf-accordion.accordion-js .accordion-card.show .btn-link.comment-edit-link,
.acf-accordion.accordion-js .accordion-card.show .btn-link.comment-reply-link,
.acf-accordion.accordion-js .accordion-card.show .btn-link.comment-reply-login, .acf-accordion.accordion-js .accordion-card.show .comment-respond .btn-link#submit, .comment-respond .acf-accordion.accordion-js .accordion-card.show .btn-link#submit, .acf-accordion.accordion-js .accordion-card.shown .btn.btn-link, .acf-accordion.accordion-js .accordion-card.shown .btn-link.comment-edit-link,
.acf-accordion.accordion-js .accordion-card.shown .btn-link.comment-reply-link,
.acf-accordion.accordion-js .accordion-card.shown .btn-link.comment-reply-login, .acf-accordion.accordion-js .accordion-card.shown .comment-respond .btn-link#submit, .comment-respond .acf-accordion.accordion-js .accordion-card.shown .btn-link#submit {
  color: black;
}
.acf-accordion.accordion-js .accordion-card.show .btn.btn-link:hover, .acf-accordion.accordion-js .accordion-card.show .btn-link.comment-edit-link:hover,
.acf-accordion.accordion-js .accordion-card.show .btn-link.comment-reply-link:hover,
.acf-accordion.accordion-js .accordion-card.show .btn-link.comment-reply-login:hover, .acf-accordion.accordion-js .accordion-card.show .comment-respond .btn-link#submit:hover, .comment-respond .acf-accordion.accordion-js .accordion-card.show .btn-link#submit:hover, .acf-accordion.accordion-js .accordion-card.shown .btn.btn-link:hover, .acf-accordion.accordion-js .accordion-card.shown .btn-link.comment-edit-link:hover,
.acf-accordion.accordion-js .accordion-card.shown .btn-link.comment-reply-link:hover,
.acf-accordion.accordion-js .accordion-card.shown .btn-link.comment-reply-login:hover, .acf-accordion.accordion-js .accordion-card.shown .comment-respond .btn-link#submit:hover, .comment-respond .acf-accordion.accordion-js .accordion-card.shown .btn-link#submit:hover {
  color: black;
}
@media (hover: none) {
  .acf-accordion.accordion-js .accordion-card.show .btn.btn-link:hover, .acf-accordion.accordion-js .accordion-card.show .btn-link.comment-edit-link:hover,
.acf-accordion.accordion-js .accordion-card.show .btn-link.comment-reply-link:hover,
.acf-accordion.accordion-js .accordion-card.show .btn-link.comment-reply-login:hover, .acf-accordion.accordion-js .accordion-card.show .comment-respond .btn-link#submit:hover, .comment-respond .acf-accordion.accordion-js .accordion-card.show .btn-link#submit:hover, .acf-accordion.accordion-js .accordion-card.shown .btn.btn-link:hover, .acf-accordion.accordion-js .accordion-card.shown .btn-link.comment-edit-link:hover,
.acf-accordion.accordion-js .accordion-card.shown .btn-link.comment-reply-link:hover,
.acf-accordion.accordion-js .accordion-card.shown .btn-link.comment-reply-login:hover, .acf-accordion.accordion-js .accordion-card.shown .comment-respond .btn-link#submit:hover, .comment-respond .acf-accordion.accordion-js .accordion-card.shown .btn-link#submit:hover {
    color: black;
  }
}
.acf-accordion.accordion-js .accordion-card.show .accordion-card-header, .acf-accordion.accordion-js .accordion-card.shown .accordion-card-header {
  background-color: #fff;
}
.acf-accordion.accordion-js .accordion-card.show .accordion-card-header:hover, .acf-accordion.accordion-js .accordion-card.shown .accordion-card-header:hover {
  background-color: #fff;
}
@media (hover: none) {
  .acf-accordion.accordion-js .accordion-card.show .accordion-card-header:hover, .acf-accordion.accordion-js .accordion-card.shown .accordion-card-header:hover {
    background-color: #fff;
  }
}
.acf-accordion.accordion-js .accordion-card.hide, .acf-accordion.accordion-js .accordion-card.hidden {
  background-color: #ea2f36;
}
.acf-accordion.accordion-js .accordion-card.hide:hover, .acf-accordion.accordion-js .accordion-card.hidden:hover {
  border-color: #d1151c;
  background-color: #d1151c;
}
@media (hover: none) {
  .acf-accordion.accordion-js .accordion-card.hide:hover, .acf-accordion.accordion-js .accordion-card.hidden:hover {
    border-color: #ea2f36;
    background-color: #ea2f36;
  }
}
.acf-accordion.accordion-js .accordion-card.hide .accordion-card-header, .acf-accordion.accordion-js .accordion-card.hidden .accordion-card-header {
  background-color: #ea2f36;
}
.acf-accordion.accordion-js .accordion-card.hide .accordion-card-header:hover, .acf-accordion.accordion-js .accordion-card.hidden .accordion-card-header:hover {
  background-color: #d1151c;
}
@media (hover: none) {
  .acf-accordion.accordion-js .accordion-card.hide .accordion-card-header:hover, .acf-accordion.accordion-js .accordion-card.hidden .accordion-card-header:hover {
    background-color: #ea2f36;
  }
}
.acf-accordion.accordion-js .accordion-card .accordion-card-body {
  padding-top: 0.625rem;
  padding-right: 15px;
  padding-left: 15px;
}
.acf-accordion.accordion-js .accordion-card .accordion-card-body .accordion-image {
  margin-bottom: 1.5rem;
}
.acf-accordion.accordion-js .accordion-card .accordion-card-body > :first-child {
  margin-top: 0;
}
.acf-accordion.accordion-js .accordion-card .accordion-card-body > :last-child {
  margin-bottom: 0;
}
.acf-accordion.accordion-js .accordion-card .accordion-card-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.40625rem;
}
@media (max-width: 1200px) {
  .acf-accordion.accordion-js .accordion-card .accordion-card-title {
    font-size: calc(0.883125rem + 0.6975vw);
  }
}
.acf-accordion.accordion-js .accordion-card .accordion-card-header {
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  -o-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  border-bottom-width: 0;
  border-radius: 0 !important;
  background-color: #fff;
}
.acf-accordion.accordion-js .accordion-card .accordion-card-header .card-heading {
  margin-top: 0;
  margin-bottom: 0;
}
.acf-accordion.accordion-js .accordion-card .accordion-card-header .btn-link {
  padding: 15px;
  color: #242424;
  font-weight: 700;
  border: 0;
  font-size: 1.5625rem;
}
@media (max-width: 1200px) {
  .acf-accordion.accordion-js .accordion-card .accordion-card-header .btn-link {
    font-size: calc(0.89875rem + 0.885vw);
  }
}

.acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card .accordion-card-header {
  z-index: 1020;
  position: sticky;
  top: 0;
}
.acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .btn.btn-link, .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .btn-link.comment-edit-link,
.acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .btn-link.comment-reply-link,
.acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .btn-link.comment-reply-login, .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .comment-respond .btn-link#submit, .comment-respond .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .btn-link#submit, .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .btn.btn-link, .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .btn-link.comment-edit-link,
.acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .btn-link.comment-reply-link,
.acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .btn-link.comment-reply-login, .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .comment-respond .btn-link#submit, .comment-respond .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .btn-link#submit {
  color: black;
}
.acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .btn.btn-link:hover, .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .btn-link.comment-edit-link:hover,
.acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .btn-link.comment-reply-link:hover,
.acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .btn-link.comment-reply-login:hover, .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .comment-respond .btn-link#submit:hover, .comment-respond .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .btn-link#submit:hover, .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .btn.btn-link:hover, .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .btn-link.comment-edit-link:hover,
.acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .btn-link.comment-reply-link:hover,
.acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .btn-link.comment-reply-login:hover, .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .comment-respond .btn-link#submit:hover, .comment-respond .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .btn-link#submit:hover {
  color: black;
}
@media (hover: none) {
  .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .btn.btn-link:hover, .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .btn-link.comment-edit-link:hover,
.acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .btn-link.comment-reply-link:hover,
.acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .btn-link.comment-reply-login:hover, .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .comment-respond .btn-link#submit:hover, .comment-respond .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .btn-link#submit:hover, .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .btn.btn-link:hover, .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .btn-link.comment-edit-link:hover,
.acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .btn-link.comment-reply-link:hover,
.acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .btn-link.comment-reply-login:hover, .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .comment-respond .btn-link#submit:hover, .comment-respond .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .btn-link#submit:hover {
    color: black;
  }
}
.acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .accordion-card-header, .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .accordion-card-header {
  background-color: #fef7f7;
}
.acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .accordion-card-header:hover, .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .accordion-card-header:hover {
  background-color: #fdeeef;
}
@media (hover: none) {
  .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.show .accordion-card-header:hover, .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card.shown .accordion-card-header:hover {
    background-color: #fef7f7;
  }
}

@media (min-width: 601px) {
  body.admin-bar .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card-header {
    top: 46px;
  }
}
@media (min-width: 783px) {
  body.admin-bar .acf-accordion.accordion-js.is-sticky:not(.editor-block) .accordion-card-header {
    top: 32px;
  }
}

.acf-advanced-buttons .btn-advanced-wrap {
  margin: -0.5rem;
}
.acf-advanced-buttons .btn-advanced {
  margin: 0.5rem;
  font-weight: 700;
  border-radius: 0;
  padding: 1.5rem 3rem;
}
.acf-advanced-buttons .btn-advanced.btn-white-red {
  color: #242424;
  background-color: #fff;
  border-color: #fff;
}
.acf-advanced-buttons .btn-advanced.btn-white-red:hover {
  color: #fff;
  background-color: #ea2f36;
  border-color: #ea2f36;
}

.flexible-spacer {
  display: block;
}
.flexible-spacer::before, .flexible-spacer::after {
  display: table;
  content: "";
}
.flexible-spacer.spacer-sm {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .flexible-spacer.spacer-sm {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .flexible-spacer.spacer-sm {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .flexible-spacer.spacer-sm {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .flexible-spacer.spacer-sm {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.flexible-spacer.spacer-md {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .flexible-spacer.spacer-md {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .flexible-spacer.spacer-md {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .flexible-spacer.spacer-md {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .flexible-spacer.spacer-md {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.flexible-spacer.spacer-lg {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .flexible-spacer.spacer-lg {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .flexible-spacer.spacer-lg {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .flexible-spacer.spacer-lg {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .flexible-spacer.spacer-lg {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.acf-teasers {
  margin-top: 18px;
  margin-bottom: 18px;
}
.acf-teasers .teaser-row {
  margin-bottom: -18px;
  margin-left: -9px;
  margin-right: -9px;
}
.acf-teasers .teaser-col {
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 18px;
}
.acf-teasers .teaser-title {
  line-height: 1.25;
}
.acf-teasers .teaser-link {
  display: block;
  border-radius: 4px;
}
.acf-teasers .teaser-link:hover .teaser-gradient {
  background-color: rgba(0, 0, 0, 0.3);
}
.acf-teasers .teaser-image-container {
  width: 100%;
  height: 100%;
}
.acf-teasers .teaser-image {
  border-radius: 4px;
}
.acf-teasers .teaser-gradient {
  border-radius: 4px;
  -webkit-transition: background-color 80ms ease-in-out;
  -o-transition: background-color 80ms ease-in-out;
  transition: background-color 80ms ease-in-out;
}
.acf-teasers .teaser-gradient.darken {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), color-stop(ease-in-out), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, ease-in-out, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, ease-in-out, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, ease-in-out, rgba(0, 0, 0, 0) 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.acf-teasers .teaser-stroke {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.acf-teasers .teaser-item {
  overflow: hidden;
  position: relative;
}
.acf-teasers .teaser-item .teaser-label-container {
  font-size: 0.725rem;
  margin-bottom: 0.25rem;
}
.acf-teasers .teaser-item .teaser-label {
  color: #22252c;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 0.6em 0.1em;
  border-radius: 10rem;
  font-weight: bold;
}
.acf-teasers .teaser-item.is-compact, .acf-teasers .teaser-item.is-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.acf-teasers .teaser-item.is-compact .teaser-title, .acf-teasers .teaser-item.is-small .teaser-title {
  font-size: 1rem;
  color: #242424;
}
.acf-teasers .teaser-item.is-compact .teaser-image-container, .acf-teasers .teaser-item.is-small .teaser-image-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
.acf-teasers .teaser-item.is-compact .teaser-gradient, .acf-teasers .teaser-item.is-small .teaser-gradient {
  background-image: none;
}
.acf-teasers .teaser-item.is-compact .teaser-label, .acf-teasers .teaser-item.is-small .teaser-label {
  color: #fff;
  background-color: rgba(108, 117, 125, 0.8);
}
.acf-teasers .teaser-item.is-medium .teaser-heading, .acf-teasers .teaser-item.is-big .teaser-heading, .acf-teasers .teaser-item.is-full .teaser-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  font-size: 1.425rem;
}
@media (max-width: 1200px) {
  .acf-teasers .teaser-item.is-medium .teaser-heading, .acf-teasers .teaser-item.is-big .teaser-heading, .acf-teasers .teaser-item.is-full .teaser-heading {
    font-size: calc(0.885rem + 0.72vw);
  }
}
.acf-teasers .teaser-item.is-medium .teaser-title, .acf-teasers .teaser-item.is-big .teaser-title, .acf-teasers .teaser-item.is-full .teaser-title {
  color: #fff;
}
.acf-teasers .teaser-item.is-compact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.acf-teasers .teaser-item.is-compact .teaser-heading {
  margin-left: 18px;
}
.acf-teasers .teaser-item.is-small {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.acf-teasers .teaser-item.is-small .teaser-heading {
  margin-top: 6px;
}

.acf-carousel .carousel-wrap {
  position: relative;
}
.acf-carousel.has-aspect-ratio .carousel-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.acf-carousel.has-aspect-ratio .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.acf-carousel .carousel-caption-wrap {
  max-width: 800px;
}
.acf-carousel .carousel-control-prev:not(:hover):focus,
.acf-carousel .carousel-control-next:not(:hover):focus {
  opacity: 0.5;
}
.acf-carousel .carousel-control-prev.focus-visible,
.acf-carousel .carousel-control-next.focus-visible {
  opacity: 0.9;
  border-radius: 0;
}
.acf-carousel .carousel-indicators {
  margin-left: inherit;
  margin-right: inherit;
}
.acf-carousel.controls-dark .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%2322252c%27 viewBox=%270 0 256 512%27%3e%3cpath d=%27M231.293 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L70.393 256 251.092 74.87c4.686-4.686 4.686-12.284 0-16.971L231.293 38.1c-4.686-4.686-12.284-4.686-16.971 0L4.908 247.515c-4.686 4.686-4.686 12.284 0 16.971L214.322 473.9c4.687 4.686 12.285 4.686 16.971-.001z%27/%3e%3c/svg%3e");
}
.acf-carousel.controls-dark .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%2322252c%27 viewBox=%270 0 256 512%27%3e%3cpath d=%27M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z%27/%3e%3c/svg%3e");
}
.acf-carousel.controls-dark .carousel-indicators li {
  background-color: #22252c;
}
.acf-carousel.alignwide .slide-title {
  font-size: 1.25em;
}
@media (min-width: 992px) {
  .acf-carousel.alignwide .slide-title {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .acf-carousel.alignwide .slide-title {
    font-size: 2em;
  }
}
.acf-carousel.alignfull .slide-title {
  font-size: 1.25em;
}
@media (min-width: 992px) {
  .acf-carousel.alignfull .slide-title {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .acf-carousel.alignfull .slide-title {
    font-size: 2.5em;
  }
}
.acf-carousel .stretched-link::after {
  left: 10%;
  right: 10%;
  width: 80%;
  z-index: 12;
}
.acf-carousel.rounded-sm .carousel-control-prev.focus-visible,
.acf-carousel.rounded-sm .carousel-control-next.focus-visible {
  border-radius: 0.2rem;
}
.acf-carousel.rounded .carousel-control-prev.focus-visible,
.acf-carousel.rounded .carousel-control-next.focus-visible {
  border-radius: 0.3rem;
}
.acf-carousel.rounded-lg .carousel-control-prev.focus-visible, .comment-meta .acf-carousel.avatar .carousel-control-prev.focus-visible,
.acf-carousel.rounded-lg .carousel-control-next.focus-visible,
.comment-meta .acf-carousel.avatar .carousel-control-next.focus-visible {
  border-radius: 0.5rem;
}

.carousel-indicators.indicator-circles li, .carousel-indicators.indicator-squares li {
  width: 8px;
  height: 8px;
  margin-right: 3px;
  margin-left: 3px;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-style: solid;
  border-color: transparent;
}
.carousel-indicators.indicator-circles li {
  border-radius: 50%;
}

.acf-info-box {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.acf-info-box .alert > *:last-child, .acf-info-box pre.wp-block-code code > *:last-child, pre.wp-block-code .acf-info-box code > *:last-child, .acf-info-box .post-password-form p:first-child > *:last-child, .post-password-form .acf-info-box p:first-child > *:last-child, .acf-info-box .wpcf7 form .wpcf7-response-output > *:last-child, .wpcf7 form .acf-info-box .wpcf7-response-output > *:last-child {
  margin-bottom: 0;
}
.acf-info-box .alert a, .acf-info-box pre.wp-block-code code a, pre.wp-block-code .acf-info-box code a, .acf-info-box .post-password-form p:first-child a, .post-password-form .acf-info-box p:first-child a, .acf-info-box .wpcf7 form .wpcf7-response-output a, .wpcf7 form .acf-info-box .wpcf7-response-output a {
  font-weight: 700;
}
.acf-info-box .alert-primary a, .acf-info-box .wpcf7 form .wpcf7-response-output a, .wpcf7 form .acf-info-box .wpcf7-response-output a {
  color: #4f1012;
}
.acf-info-box .alert-secondary a {
  color: black;
}
.acf-info-box .alert-success a, .acf-info-box .wpcf7 form.sent .wpcf7-response-output a, .wpcf7 form.sent .acf-info-box .wpcf7-response-output a {
  color: #0b2e13;
}
.acf-info-box .alert-info a {
  color: #062c33;
}
.acf-info-box .alert-warning a, .acf-info-box .wpcf7 form.spam .wpcf7-response-output a, .wpcf7 form.spam .acf-info-box .wpcf7-response-output a, .acf-info-box .wpcf7 form.invalid .wpcf7-response-output a, .wpcf7 form.invalid .acf-info-box .wpcf7-response-output a,
.acf-info-box .wpcf7 form.unaccepted .wpcf7-response-output a,
.wpcf7 form.unaccepted .acf-info-box .wpcf7-response-output a {
  color: #533f03;
}
.acf-info-box .alert-danger a, .acf-info-box .wpcf7 form.failed .wpcf7-response-output a, .wpcf7 form.failed .acf-info-box .wpcf7-response-output a,
.acf-info-box .wpcf7 form.aborted .wpcf7-response-output a,
.wpcf7 form.aborted .acf-info-box .wpcf7-response-output a {
  color: #4f1012;
}
.acf-info-box .alert-light a {
  color: #666666;
}
.acf-info-box .alert-dark a {
  color: black;
}
.acf-info-box .alert-anthracite-dark a {
  color: black;
}
.acf-info-box .alert-anthracite-light a {
  color: black;
}
.acf-info-box .alert-black a {
  color: black;
}
.acf-info-box .alert-red a {
  color: #4f1012;
}

.acf-checkbox {
  /* stylelint-disable no-descending-specificity */
}
.acf-checkbox .custom-control-label, .acf-checkbox .comment-form-cookies-consent label, .comment-form-cookies-consent .acf-checkbox label {
  width: 100%;
}
@media (max-width: 991.98px) {
  .acf-checkbox .custom-control-label::before, .acf-checkbox .comment-form-cookies-consent label::before, .comment-form-cookies-consent .acf-checkbox label::before {
    top: 0.28125rem;
  }
  .acf-checkbox .custom-control-label::after, .acf-checkbox .comment-form-cookies-consent label::after, .comment-form-cookies-consent .acf-checkbox label::after {
    top: 0.28125rem;
  }
}
@media (max-width: 767.98px) {
  .acf-checkbox .custom-control-label::before, .acf-checkbox .comment-form-cookies-consent label::before, .comment-form-cookies-consent .acf-checkbox label::before {
    top: 0.1875rem;
  }
  .acf-checkbox .custom-control-label::after, .acf-checkbox .comment-form-cookies-consent label::after, .comment-form-cookies-consent .acf-checkbox label::after {
    top: 0.1875rem;
  }
}
.acf-checkbox .checkbox-content {
  cursor: default;
}
.acf-checkbox .checkbox-content > *:last-child {
  margin-bottom: 0;
}
.acf-checkbox.no-label .checkbox-label {
  width: 0;
  display: inline;
}
.acf-checkbox .custom-control-input.is-disabled[disabled] ~ .checkbox-content, .acf-checkbox .comment-form input.is-disabled[disabled][type=checkbox] ~ .checkbox-content, .comment-form .acf-checkbox input.is-disabled[disabled][type=checkbox] ~ .checkbox-content,
.acf-checkbox .custom-control-input.is-disabled[disabled] ~ .custom-control-label .inner-label,
.acf-checkbox .comment-form input.is-disabled[disabled][type=checkbox] ~ .custom-control-label .inner-label,
.comment-form .acf-checkbox input.is-disabled[disabled][type=checkbox] ~ .custom-control-label .inner-label,
.acf-checkbox .comment-form-cookies-consent .custom-control-input.is-disabled[disabled] ~ label .inner-label,
.comment-form-cookies-consent .acf-checkbox .custom-control-input.is-disabled[disabled] ~ label .inner-label,
.acf-checkbox .comment-form .comment-form-cookies-consent input.is-disabled[disabled][type=checkbox] ~ label .inner-label,
.comment-form-cookies-consent .acf-checkbox .comment-form input.is-disabled[disabled][type=checkbox] ~ label .inner-label,
.comment-form .acf-checkbox .comment-form-cookies-consent input.is-disabled[disabled][type=checkbox] ~ label .inner-label,
.comment-form-cookies-consent .comment-form .acf-checkbox input.is-disabled[disabled][type=checkbox] ~ label .inner-label,
.acf-checkbox .custom-control-input.is-disabled:disabled ~ .checkbox-content,
.acf-checkbox .comment-form input.is-disabled[type=checkbox]:disabled ~ .checkbox-content,
.comment-form .acf-checkbox input.is-disabled[type=checkbox]:disabled ~ .checkbox-content,
.acf-checkbox .custom-control-input.is-disabled:disabled ~ .custom-control-label .inner-label,
.acf-checkbox .comment-form input.is-disabled[type=checkbox]:disabled ~ .custom-control-label .inner-label,
.comment-form .acf-checkbox input.is-disabled[type=checkbox]:disabled ~ .custom-control-label .inner-label,
.acf-checkbox .comment-form-cookies-consent .custom-control-input.is-disabled:disabled ~ label .inner-label,
.comment-form-cookies-consent .acf-checkbox .custom-control-input.is-disabled:disabled ~ label .inner-label,
.acf-checkbox .comment-form .comment-form-cookies-consent input.is-disabled[type=checkbox]:disabled ~ label .inner-label,
.comment-form-cookies-consent .acf-checkbox .comment-form input.is-disabled[type=checkbox]:disabled ~ label .inner-label,
.comment-form .acf-checkbox .comment-form-cookies-consent input.is-disabled[type=checkbox]:disabled ~ label .inner-label,
.comment-form-cookies-consent .comment-form .acf-checkbox input.is-disabled[type=checkbox]:disabled ~ label .inner-label {
  opacity: 0.8;
}
.acf-checkbox .custom-control-input.is-disabled[disabled] ~ .custom-control-label, .acf-checkbox .comment-form input.is-disabled[disabled][type=checkbox] ~ .custom-control-label, .comment-form .acf-checkbox input.is-disabled[disabled][type=checkbox] ~ .custom-control-label, .acf-checkbox .comment-form-cookies-consent .custom-control-input.is-disabled[disabled] ~ label, .comment-form-cookies-consent .acf-checkbox .custom-control-input.is-disabled[disabled] ~ label, .acf-checkbox .comment-form .comment-form-cookies-consent input.is-disabled[disabled][type=checkbox] ~ label, .comment-form-cookies-consent .acf-checkbox .comment-form input.is-disabled[disabled][type=checkbox] ~ label, .comment-form .acf-checkbox .comment-form-cookies-consent input.is-disabled[disabled][type=checkbox] ~ label, .comment-form-cookies-consent .comment-form .acf-checkbox input.is-disabled[disabled][type=checkbox] ~ label,
.acf-checkbox .custom-control-input.is-disabled:disabled ~ .custom-control-label,
.acf-checkbox .comment-form input.is-disabled[type=checkbox]:disabled ~ .custom-control-label,
.comment-form .acf-checkbox input.is-disabled[type=checkbox]:disabled ~ .custom-control-label,
.acf-checkbox .comment-form-cookies-consent .custom-control-input.is-disabled:disabled ~ label,
.comment-form-cookies-consent .acf-checkbox .custom-control-input.is-disabled:disabled ~ label,
.acf-checkbox .comment-form .comment-form-cookies-consent input.is-disabled[type=checkbox]:disabled ~ label,
.comment-form-cookies-consent .acf-checkbox .comment-form input.is-disabled[type=checkbox]:disabled ~ label,
.comment-form .acf-checkbox .comment-form-cookies-consent input.is-disabled[type=checkbox]:disabled ~ label,
.comment-form-cookies-consent .comment-form .acf-checkbox input.is-disabled[type=checkbox]:disabled ~ label {
  color: #242424;
}
.acf-checkbox .custom-control-input.is-readonly:-moz-read-only ~ .custom-control-label, .acf-checkbox .comment-form input.is-readonly[type=checkbox]:-moz-read-only ~ .custom-control-label, .comment-form .acf-checkbox input.is-readonly[type=checkbox]:-moz-read-only ~ .custom-control-label, .acf-checkbox .comment-form-cookies-consent .custom-control-input.is-readonly:-moz-read-only ~ label, .comment-form-cookies-consent .acf-checkbox .custom-control-input.is-readonly:-moz-read-only ~ label, .acf-checkbox .comment-form .comment-form-cookies-consent input.is-readonly[type=checkbox]:-moz-read-only ~ label, .comment-form-cookies-consent .acf-checkbox .comment-form input.is-readonly[type=checkbox]:-moz-read-only ~ label, .comment-form .acf-checkbox .comment-form-cookies-consent input.is-readonly[type=checkbox]:-moz-read-only ~ label, .comment-form-cookies-consent .comment-form .acf-checkbox input.is-readonly[type=checkbox]:-moz-read-only ~ label {
  color: #242424;
}
.acf-checkbox .custom-control-input.is-readonly[readonly] ~ .custom-control-label, .acf-checkbox .comment-form input.is-readonly[readonly][type=checkbox] ~ .custom-control-label, .comment-form .acf-checkbox input.is-readonly[readonly][type=checkbox] ~ .custom-control-label, .acf-checkbox .comment-form-cookies-consent .custom-control-input.is-readonly[readonly] ~ label, .comment-form-cookies-consent .acf-checkbox .custom-control-input.is-readonly[readonly] ~ label, .acf-checkbox .comment-form .comment-form-cookies-consent input.is-readonly[readonly][type=checkbox] ~ label, .comment-form-cookies-consent .acf-checkbox .comment-form input.is-readonly[readonly][type=checkbox] ~ label, .comment-form .acf-checkbox .comment-form-cookies-consent input.is-readonly[readonly][type=checkbox] ~ label, .comment-form-cookies-consent .comment-form .acf-checkbox input.is-readonly[readonly][type=checkbox] ~ label,
.acf-checkbox .custom-control-input.is-readonly:read-only ~ .custom-control-label,
.acf-checkbox .comment-form input.is-readonly[type=checkbox]:read-only ~ .custom-control-label,
.comment-form .acf-checkbox input.is-readonly[type=checkbox]:read-only ~ .custom-control-label,
.acf-checkbox .comment-form-cookies-consent .custom-control-input.is-readonly:read-only ~ label,
.comment-form-cookies-consent .acf-checkbox .custom-control-input.is-readonly:read-only ~ label,
.acf-checkbox .comment-form .comment-form-cookies-consent input.is-readonly[type=checkbox]:read-only ~ label,
.comment-form-cookies-consent .acf-checkbox .comment-form input.is-readonly[type=checkbox]:read-only ~ label,
.comment-form .acf-checkbox .comment-form-cookies-consent input.is-readonly[type=checkbox]:read-only ~ label,
.comment-form-cookies-consent .comment-form .acf-checkbox input.is-readonly[type=checkbox]:read-only ~ label {
  color: #242424;
}
.acf-checkbox .custom-control-input.is-readonly:-moz-read-only ~ .custom-control-label::before, .acf-checkbox .comment-form input.is-readonly[type=checkbox]:-moz-read-only ~ .custom-control-label::before, .comment-form .acf-checkbox input.is-readonly[type=checkbox]:-moz-read-only ~ .custom-control-label::before, .acf-checkbox .comment-form-cookies-consent .custom-control-input.is-readonly:-moz-read-only ~ label::before, .comment-form-cookies-consent .acf-checkbox .custom-control-input.is-readonly:-moz-read-only ~ label::before, .acf-checkbox .comment-form .comment-form-cookies-consent input.is-readonly[type=checkbox]:-moz-read-only ~ label::before, .comment-form-cookies-consent .acf-checkbox .comment-form input.is-readonly[type=checkbox]:-moz-read-only ~ label::before, .comment-form .acf-checkbox .comment-form-cookies-consent input.is-readonly[type=checkbox]:-moz-read-only ~ label::before, .comment-form-cookies-consent .comment-form .acf-checkbox input.is-readonly[type=checkbox]:-moz-read-only ~ label::before {
  background-color: #fff;
}
.acf-checkbox .custom-control-input.is-readonly[readonly] ~ .custom-control-label::before, .acf-checkbox .comment-form input.is-readonly[readonly][type=checkbox] ~ .custom-control-label::before, .comment-form .acf-checkbox input.is-readonly[readonly][type=checkbox] ~ .custom-control-label::before, .acf-checkbox .comment-form-cookies-consent .custom-control-input.is-readonly[readonly] ~ label::before, .comment-form-cookies-consent .acf-checkbox .custom-control-input.is-readonly[readonly] ~ label::before, .acf-checkbox .comment-form .comment-form-cookies-consent input.is-readonly[readonly][type=checkbox] ~ label::before, .comment-form-cookies-consent .acf-checkbox .comment-form input.is-readonly[readonly][type=checkbox] ~ label::before, .comment-form .acf-checkbox .comment-form-cookies-consent input.is-readonly[readonly][type=checkbox] ~ label::before, .comment-form-cookies-consent .comment-form .acf-checkbox input.is-readonly[readonly][type=checkbox] ~ label::before,
.acf-checkbox .custom-control-input.is-readonly:read-only ~ .custom-control-label::before,
.acf-checkbox .comment-form input.is-readonly[type=checkbox]:read-only ~ .custom-control-label::before,
.comment-form .acf-checkbox input.is-readonly[type=checkbox]:read-only ~ .custom-control-label::before,
.acf-checkbox .comment-form-cookies-consent .custom-control-input.is-readonly:read-only ~ label::before,
.comment-form-cookies-consent .acf-checkbox .custom-control-input.is-readonly:read-only ~ label::before,
.acf-checkbox .comment-form .comment-form-cookies-consent input.is-readonly[type=checkbox]:read-only ~ label::before,
.comment-form-cookies-consent .acf-checkbox .comment-form input.is-readonly[type=checkbox]:read-only ~ label::before,
.comment-form .acf-checkbox .comment-form-cookies-consent input.is-readonly[type=checkbox]:read-only ~ label::before,
.comment-form-cookies-consent .comment-form .acf-checkbox input.is-readonly[type=checkbox]:read-only ~ label::before {
  background-color: #fff;
}
.acf-checkbox .custom-control-input.is-readonly:-moz-read-only:checked ~ .custom-control-label::before, .acf-checkbox .comment-form input.is-readonly[type=checkbox]:-moz-read-only:checked ~ .custom-control-label::before, .comment-form .acf-checkbox input.is-readonly[type=checkbox]:-moz-read-only:checked ~ .custom-control-label::before, .acf-checkbox .comment-form-cookies-consent .custom-control-input.is-readonly:-moz-read-only:checked ~ label::before, .comment-form-cookies-consent .acf-checkbox .custom-control-input.is-readonly:-moz-read-only:checked ~ label::before, .acf-checkbox .comment-form .comment-form-cookies-consent input.is-readonly[type=checkbox]:-moz-read-only:checked ~ label::before, .comment-form-cookies-consent .acf-checkbox .comment-form input.is-readonly[type=checkbox]:-moz-read-only:checked ~ label::before, .comment-form .acf-checkbox .comment-form-cookies-consent input.is-readonly[type=checkbox]:-moz-read-only:checked ~ label::before, .comment-form-cookies-consent .comment-form .acf-checkbox input.is-readonly[type=checkbox]:-moz-read-only:checked ~ label::before {
  background-color: #e81820;
}
.acf-checkbox .custom-control-input.is-readonly[readonly]:checked ~ .custom-control-label::before, .acf-checkbox .comment-form input.is-readonly[readonly][type=checkbox]:checked ~ .custom-control-label::before, .comment-form .acf-checkbox input.is-readonly[readonly][type=checkbox]:checked ~ .custom-control-label::before, .acf-checkbox .comment-form-cookies-consent .custom-control-input.is-readonly[readonly]:checked ~ label::before, .comment-form-cookies-consent .acf-checkbox .custom-control-input.is-readonly[readonly]:checked ~ label::before, .acf-checkbox .comment-form .comment-form-cookies-consent input.is-readonly[readonly][type=checkbox]:checked ~ label::before, .comment-form-cookies-consent .acf-checkbox .comment-form input.is-readonly[readonly][type=checkbox]:checked ~ label::before, .comment-form .acf-checkbox .comment-form-cookies-consent input.is-readonly[readonly][type=checkbox]:checked ~ label::before, .comment-form-cookies-consent .comment-form .acf-checkbox input.is-readonly[readonly][type=checkbox]:checked ~ label::before,
.acf-checkbox .custom-control-input.is-readonly:read-only:checked ~ .custom-control-label::before,
.acf-checkbox .comment-form input.is-readonly[type=checkbox]:read-only:checked ~ .custom-control-label::before,
.comment-form .acf-checkbox input.is-readonly[type=checkbox]:read-only:checked ~ .custom-control-label::before,
.acf-checkbox .comment-form-cookies-consent .custom-control-input.is-readonly:read-only:checked ~ label::before,
.comment-form-cookies-consent .acf-checkbox .custom-control-input.is-readonly:read-only:checked ~ label::before,
.acf-checkbox .comment-form .comment-form-cookies-consent input.is-readonly[type=checkbox]:read-only:checked ~ label::before,
.comment-form-cookies-consent .acf-checkbox .comment-form input.is-readonly[type=checkbox]:read-only:checked ~ label::before,
.comment-form .acf-checkbox .comment-form-cookies-consent input.is-readonly[type=checkbox]:read-only:checked ~ label::before,
.comment-form-cookies-consent .comment-form .acf-checkbox input.is-readonly[type=checkbox]:read-only:checked ~ label::before {
  background-color: #e81820;
}
.acf-checkbox .custom-control-input.is-readonly:-moz-read-only:indeterminate ~ .custom-control-label::before, .acf-checkbox .comment-form input.is-readonly[type=checkbox]:-moz-read-only:indeterminate ~ .custom-control-label::before, .comment-form .acf-checkbox input.is-readonly[type=checkbox]:-moz-read-only:indeterminate ~ .custom-control-label::before, .acf-checkbox .comment-form-cookies-consent .custom-control-input.is-readonly:-moz-read-only:indeterminate ~ label::before, .comment-form-cookies-consent .acf-checkbox .custom-control-input.is-readonly:-moz-read-only:indeterminate ~ label::before, .acf-checkbox .comment-form .comment-form-cookies-consent input.is-readonly[type=checkbox]:-moz-read-only:indeterminate ~ label::before, .comment-form-cookies-consent .acf-checkbox .comment-form input.is-readonly[type=checkbox]:-moz-read-only:indeterminate ~ label::before, .comment-form .acf-checkbox .comment-form-cookies-consent input.is-readonly[type=checkbox]:-moz-read-only:indeterminate ~ label::before, .comment-form-cookies-consent .comment-form .acf-checkbox input.is-readonly[type=checkbox]:-moz-read-only:indeterminate ~ label::before {
  background-color: #e81820;
}
.acf-checkbox .custom-control-input.is-readonly[readonly]:indeterminate ~ .custom-control-label::before, .acf-checkbox .comment-form input.is-readonly[readonly][type=checkbox]:indeterminate ~ .custom-control-label::before, .comment-form .acf-checkbox input.is-readonly[readonly][type=checkbox]:indeterminate ~ .custom-control-label::before, .acf-checkbox .comment-form-cookies-consent .custom-control-input.is-readonly[readonly]:indeterminate ~ label::before, .comment-form-cookies-consent .acf-checkbox .custom-control-input.is-readonly[readonly]:indeterminate ~ label::before, .acf-checkbox .comment-form .comment-form-cookies-consent input.is-readonly[readonly][type=checkbox]:indeterminate ~ label::before, .comment-form-cookies-consent .acf-checkbox .comment-form input.is-readonly[readonly][type=checkbox]:indeterminate ~ label::before, .comment-form .acf-checkbox .comment-form-cookies-consent input.is-readonly[readonly][type=checkbox]:indeterminate ~ label::before, .comment-form-cookies-consent .comment-form .acf-checkbox input.is-readonly[readonly][type=checkbox]:indeterminate ~ label::before,
.acf-checkbox .custom-control-input.is-readonly:read-only:indeterminate ~ .custom-control-label::before,
.acf-checkbox .comment-form input.is-readonly[type=checkbox]:read-only:indeterminate ~ .custom-control-label::before,
.comment-form .acf-checkbox input.is-readonly[type=checkbox]:read-only:indeterminate ~ .custom-control-label::before,
.acf-checkbox .comment-form-cookies-consent .custom-control-input.is-readonly:read-only:indeterminate ~ label::before,
.comment-form-cookies-consent .acf-checkbox .custom-control-input.is-readonly:read-only:indeterminate ~ label::before,
.acf-checkbox .comment-form .comment-form-cookies-consent input.is-readonly[type=checkbox]:read-only:indeterminate ~ label::before,
.comment-form-cookies-consent .acf-checkbox .comment-form input.is-readonly[type=checkbox]:read-only:indeterminate ~ label::before,
.comment-form .acf-checkbox .comment-form-cookies-consent input.is-readonly[type=checkbox]:read-only:indeterminate ~ label::before,
.comment-form-cookies-consent .comment-form .acf-checkbox input.is-readonly[type=checkbox]:read-only:indeterminate ~ label::before {
  background-color: #e81820;
}
.acf-checkbox.has-fade .custom-control-input ~ .custom-control-label .inner-label, .acf-checkbox.has-fade .comment-form input[type=checkbox] ~ .custom-control-label .inner-label, .comment-form .acf-checkbox.has-fade input[type=checkbox] ~ .custom-control-label .inner-label, .acf-checkbox.has-fade .comment-form-cookies-consent .custom-control-input ~ label .inner-label, .comment-form-cookies-consent .acf-checkbox.has-fade .custom-control-input ~ label .inner-label, .acf-checkbox.has-fade .comment-form .comment-form-cookies-consent input[type=checkbox] ~ label .inner-label, .comment-form-cookies-consent .acf-checkbox.has-fade .comment-form input[type=checkbox] ~ label .inner-label, .comment-form .acf-checkbox.has-fade .comment-form-cookies-consent input[type=checkbox] ~ label .inner-label, .comment-form-cookies-consent .comment-form .acf-checkbox.has-fade input[type=checkbox] ~ label .inner-label,
.acf-checkbox.has-fade .custom-control-input ~ .checkbox-content,
.acf-checkbox.has-fade .comment-form input[type=checkbox] ~ .checkbox-content,
.comment-form .acf-checkbox.has-fade input[type=checkbox] ~ .checkbox-content {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.acf-checkbox.has-fade .custom-control-input:checked ~ .custom-control-label .inner-label, .acf-checkbox.has-fade .comment-form input[type=checkbox]:checked ~ .custom-control-label .inner-label, .comment-form .acf-checkbox.has-fade input[type=checkbox]:checked ~ .custom-control-label .inner-label, .acf-checkbox.has-fade .comment-form-cookies-consent .custom-control-input:checked ~ label .inner-label, .comment-form-cookies-consent .acf-checkbox.has-fade .custom-control-input:checked ~ label .inner-label, .acf-checkbox.has-fade .comment-form .comment-form-cookies-consent input[type=checkbox]:checked ~ label .inner-label, .comment-form-cookies-consent .acf-checkbox.has-fade .comment-form input[type=checkbox]:checked ~ label .inner-label, .comment-form .acf-checkbox.has-fade .comment-form-cookies-consent input[type=checkbox]:checked ~ label .inner-label, .comment-form-cookies-consent .comment-form .acf-checkbox.has-fade input[type=checkbox]:checked ~ label .inner-label,
.acf-checkbox.has-fade .custom-control-input:checked ~ .checkbox-content,
.acf-checkbox.has-fade .comment-form input[type=checkbox]:checked ~ .checkbox-content,
.comment-form .acf-checkbox.has-fade input[type=checkbox]:checked ~ .checkbox-content {
  opacity: 0.5;
}
.acf-checkbox.has-fade .custom-control-input.is-default:checked ~ .custom-control-label::before, .acf-checkbox.has-fade .comment-form input.is-default[type=checkbox]:checked ~ .custom-control-label::before, .comment-form .acf-checkbox.has-fade input.is-default[type=checkbox]:checked ~ .custom-control-label::before, .acf-checkbox.has-fade .comment-form-cookies-consent .custom-control-input.is-default:checked ~ label::before, .comment-form-cookies-consent .acf-checkbox.has-fade .custom-control-input.is-default:checked ~ label::before, .acf-checkbox.has-fade .comment-form .comment-form-cookies-consent input.is-default[type=checkbox]:checked ~ label::before, .comment-form-cookies-consent .acf-checkbox.has-fade .comment-form input.is-default[type=checkbox]:checked ~ label::before, .comment-form .acf-checkbox.has-fade .comment-form-cookies-consent input.is-default[type=checkbox]:checked ~ label::before, .comment-form-cookies-consent .comment-form .acf-checkbox.has-fade input.is-default[type=checkbox]:checked ~ label::before,
.acf-checkbox.has-fade .custom-control-input.is-readonly:checked ~ .custom-control-label::before,
.acf-checkbox.has-fade .comment-form input.is-readonly[type=checkbox]:checked ~ .custom-control-label::before,
.comment-form .acf-checkbox.has-fade input.is-readonly[type=checkbox]:checked ~ .custom-control-label::before,
.acf-checkbox.has-fade .comment-form-cookies-consent .custom-control-input.is-readonly:checked ~ label::before,
.comment-form-cookies-consent .acf-checkbox.has-fade .custom-control-input.is-readonly:checked ~ label::before,
.acf-checkbox.has-fade .comment-form .comment-form-cookies-consent input.is-readonly[type=checkbox]:checked ~ label::before,
.comment-form-cookies-consent .acf-checkbox.has-fade .comment-form input.is-readonly[type=checkbox]:checked ~ label::before,
.comment-form .acf-checkbox.has-fade .comment-form-cookies-consent input.is-readonly[type=checkbox]:checked ~ label::before,
.comment-form-cookies-consent .comment-form .acf-checkbox.has-fade input.is-readonly[type=checkbox]:checked ~ label::before {
  border-color: transparent;
  background-color: rgba(234, 47, 54, 0.8);
}
.acf-checkbox.has-fade .custom-control-input.is-default:indeterminate ~ .custom-control-label::before, .acf-checkbox.has-fade .comment-form input.is-default[type=checkbox]:indeterminate ~ .custom-control-label::before, .comment-form .acf-checkbox.has-fade input.is-default[type=checkbox]:indeterminate ~ .custom-control-label::before, .acf-checkbox.has-fade .comment-form-cookies-consent .custom-control-input.is-default:indeterminate ~ label::before, .comment-form-cookies-consent .acf-checkbox.has-fade .custom-control-input.is-default:indeterminate ~ label::before, .acf-checkbox.has-fade .comment-form .comment-form-cookies-consent input.is-default[type=checkbox]:indeterminate ~ label::before, .comment-form-cookies-consent .acf-checkbox.has-fade .comment-form input.is-default[type=checkbox]:indeterminate ~ label::before, .comment-form .acf-checkbox.has-fade .comment-form-cookies-consent input.is-default[type=checkbox]:indeterminate ~ label::before, .comment-form-cookies-consent .comment-form .acf-checkbox.has-fade input.is-default[type=checkbox]:indeterminate ~ label::before,
.acf-checkbox.has-fade .custom-control-input.is-readonly:indeterminate ~ .custom-control-label::before,
.acf-checkbox.has-fade .comment-form input.is-readonly[type=checkbox]:indeterminate ~ .custom-control-label::before,
.comment-form .acf-checkbox.has-fade input.is-readonly[type=checkbox]:indeterminate ~ .custom-control-label::before,
.acf-checkbox.has-fade .comment-form-cookies-consent .custom-control-input.is-readonly:indeterminate ~ label::before,
.comment-form-cookies-consent .acf-checkbox.has-fade .custom-control-input.is-readonly:indeterminate ~ label::before,
.acf-checkbox.has-fade .comment-form .comment-form-cookies-consent input.is-readonly[type=checkbox]:indeterminate ~ label::before,
.comment-form-cookies-consent .acf-checkbox.has-fade .comment-form input.is-readonly[type=checkbox]:indeterminate ~ label::before,
.comment-form .acf-checkbox.has-fade .comment-form-cookies-consent input.is-readonly[type=checkbox]:indeterminate ~ label::before,
.comment-form-cookies-consent .comment-form .acf-checkbox.has-fade input.is-readonly[type=checkbox]:indeterminate ~ label::before {
  background-color: rgba(234, 47, 54, 0.8);
}
.acf-checkbox.has-fade .custom-control-input.is-disabled[disabled]:checked ~ .custom-control-label::before, .acf-checkbox.has-fade .comment-form input.is-disabled[disabled][type=checkbox]:checked ~ .custom-control-label::before, .comment-form .acf-checkbox.has-fade input.is-disabled[disabled][type=checkbox]:checked ~ .custom-control-label::before, .acf-checkbox.has-fade .comment-form-cookies-consent .custom-control-input.is-disabled[disabled]:checked ~ label::before, .comment-form-cookies-consent .acf-checkbox.has-fade .custom-control-input.is-disabled[disabled]:checked ~ label::before, .acf-checkbox.has-fade .comment-form .comment-form-cookies-consent input.is-disabled[disabled][type=checkbox]:checked ~ label::before, .comment-form-cookies-consent .acf-checkbox.has-fade .comment-form input.is-disabled[disabled][type=checkbox]:checked ~ label::before, .comment-form .acf-checkbox.has-fade .comment-form-cookies-consent input.is-disabled[disabled][type=checkbox]:checked ~ label::before, .comment-form-cookies-consent .comment-form .acf-checkbox.has-fade input.is-disabled[disabled][type=checkbox]:checked ~ label::before,
.acf-checkbox.has-fade .custom-control-input.is-disabled:disabled:checked ~ .custom-control-label::before,
.acf-checkbox.has-fade .comment-form input.is-disabled[type=checkbox]:disabled:checked ~ .custom-control-label::before,
.comment-form .acf-checkbox.has-fade input.is-disabled[type=checkbox]:disabled:checked ~ .custom-control-label::before,
.acf-checkbox.has-fade .comment-form-cookies-consent .custom-control-input.is-disabled:disabled:checked ~ label::before,
.comment-form-cookies-consent .acf-checkbox.has-fade .custom-control-input.is-disabled:disabled:checked ~ label::before,
.acf-checkbox.has-fade .comment-form .comment-form-cookies-consent input.is-disabled[type=checkbox]:disabled:checked ~ label::before,
.comment-form-cookies-consent .acf-checkbox.has-fade .comment-form input.is-disabled[type=checkbox]:disabled:checked ~ label::before,
.comment-form .acf-checkbox.has-fade .comment-form-cookies-consent input.is-disabled[type=checkbox]:disabled:checked ~ label::before,
.comment-form-cookies-consent .comment-form .acf-checkbox.has-fade input.is-disabled[type=checkbox]:disabled:checked ~ label::before {
  border-color: rgba(234, 47, 54, 0.5);
}
@media (hover: hover) {
  .acf-checkbox.has-hover {
    border-radius: 0.3rem;
  }
  .acf-checkbox.has-hover:hover {
    background-color: #fbd5d7;
  }
}

.acf-title .title-first-lane,
.acf-title .title-second-lane {
  color: #ea2f36;
  text-transform: uppercase;
  line-height: 1;
}
.acf-title .title-first-lane {
  font-weight: 400;
  font-family: "Space Mono", Courier, Monaco, monospace;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}
.acf-title .title-second-lane {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Poppins", Roboto, -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;
}
@media (max-width: 1200px) {
  .acf-title .title-second-lane {
    font-size: calc(1.1425rem + 3.81vw);
  }
}
.acf-title .title-second-lane.is-size-large {
  font-size: 7.5rem;
}
@media (max-width: 1200px) {
  .acf-title .title-second-lane.is-size-large {
    font-size: calc(1.4925rem + 8.01vw);
  }
}

.teaser-navigation .the-title {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 2rem;
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  .teaser-navigation .the-title {
    font-size: calc(0.8675rem + 0.51vw);
  }
}
.teaser-navigation .the-link .the-button {
  background-color: #fff;
  color: #000;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.teaser-navigation .the-link:hover .the-button {
  background-color: #ea2f36;
  color: #fff;
}

.employee-detail-title {
  color: #6c757d;
  font-size: 80%;
}

.employee-detail-value + .employee-detail-title {
  margin-top: 0.5rem;
}

@media (min-width: 576px) {
  .acf-teaser-box.alignwide .teaser-box-item-wrap {
    padding: 0 0.25rem;
  }
}
@media (min-width: 768px) {
  .acf-teaser-box.alignwide .teaser-box-item-wrap {
    padding: 0 0.5rem;
  }
}
@media (min-width: 992px) {
  .acf-teaser-box.alignwide .teaser-box-item-wrap {
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .acf-teaser-box.alignwide .teaser-box-item-wrap {
    padding: 0 2rem;
  }
}
.acf-teaser-box .the-image-wrap {
  margin-bottom: 3rem;
}
.acf-teaser-box .the-title {
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  .acf-teaser-box .the-title {
    font-size: calc(0.8675rem + 0.51vw);
  }
}
.acf-teaser-box .the-text {
  font-size: 1.03125rem;
}
@media (max-width: 1200px) {
  .acf-teaser-box .the-text {
    font-size: calc(0.845625rem + 0.2475vw);
  }
}

.acf-customer-reviews .carousel-inner {
  min-height: 300px;
}
.acf-customer-reviews .quote-icon .svg-inline--fa {
  font-size: 4rem;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .acf-customer-reviews .quote-icon .svg-inline--fa {
    font-size: calc(1.1425rem + 3.81vw);
  }
}
.acf-customer-reviews .next .svg-inline--fa {
  font-size: 3rem;
}
@media (max-width: 1200px) {
  .acf-customer-reviews .next .svg-inline--fa {
    font-size: calc(1.0425rem + 2.61vw);
  }
}
.acf-customer-reviews .portrait {
  -webkit-box-flex: 200px;
      -ms-flex: 200px 0 0px;
          flex: 200px 0 0;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .acf-customer-reviews .portrait {
    padding: 0.5rem;
  }
}
.acf-customer-reviews .portrait .portrait-name {
  font-family: "Poppins", Roboto, -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.5rem;
}
@media (max-width: 1200px) {
  .acf-customer-reviews .portrait .portrait-name {
    font-size: calc(0.8925rem + 0.81vw);
  }
}
.acf-customer-reviews .quote {
  width: 100%;
}
@media (min-width: 576px) {
  .acf-customer-reviews .quote {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .acf-customer-reviews .quote {
    margin-left: 3rem;
  }
}
@media (min-width: 992px) {
  .acf-customer-reviews .quote {
    margin-left: 6rem;
  }
}
.acf-customer-reviews .quote-text {
  font-family: "Poppins", Roboto, -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;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .acf-customer-reviews .quote-text {
    font-size: calc(0.9425rem + 1.41vw);
  }
}

.acf-courses iframe[seamless] {
  background-color: transparent;
  border: 0 none transparent;
  padding: 0;
  overflow: hidden;
}

.wp-block-audio audio {
  width: 100%;
}
.wp-block-audio figcaption {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.wp-block-audio.text-center figcaption {
  text-align: center;
}
.wp-block-audio.text-right figcaption {
  text-align: right;
}
.wp-block-audio.alignfull figcaption {
  padding-left: 0;
  padding-right: 0;
}

.entry-content > .wp-block-audio.alignfull {
  padding-right: 15px;
  padding-left: 15px;
}
@supports (padding: max(0px)) {
  .entry-content > .wp-block-audio.alignfull {
    margin-left: calc(0px - env(safe-area-inset-left));
    width: calc(100% + env(safe-area-inset-left) + env(safe-area-inset-right));
    max-width: calc(100% + env(safe-area-inset-left) + env(safe-area-inset-right)) !important;
  }
}
@supports (padding: max(0px)) {
  .entry-content > .wp-block-audio.alignfull {
    padding-left: max(15px, env(safe-area-inset-left));
    padding-right: max(15px, env(safe-area-inset-right));
  }
}

blockquote.wp-block-quote {
  position: relative;
  margin-bottom: 1.5rem;
}
blockquote.wp-block-quote p {
  font-size: 1.125em;
}
blockquote.wp-block-quote cite {
  font-style: normal;
}

blockquote.wp-block-quote:not(.is-style-large):not(.has-text-align-center):not(.has-text-align-right) {
  padding-left: 40px;
}
blockquote.wp-block-quote:not(.is-style-large):not(.has-text-align-center):not(.has-text-align-right)::before {
  content: "";
  height: 100%;
  width: 4px;
  background-color: #000;
  position: absolute;
  left: 15px;
}
blockquote.wp-block-quote:not(.is-style-large).has-text-align-right {
  padding-right: 40px;
}
blockquote.wp-block-quote:not(.is-style-large).has-text-align-right::before {
  content: "";
  height: 100%;
  width: 4px;
  background-color: #000;
  position: absolute;
  right: 15px;
}

blockquote.wp-block-quote.is-style-large {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  blockquote.wp-block-quote.is-style-large {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  blockquote.wp-block-quote.is-style-large {
    max-width: 800px;
  }
}
@media (min-width: 576px) {
  blockquote.wp-block-quote.is-style-large.alignwide {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  blockquote.wp-block-quote.is-style-large.alignwide {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  blockquote.wp-block-quote.is-style-large.alignwide {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  blockquote.wp-block-quote.is-style-large.alignwide {
    max-width: 1140px;
  }
}
blockquote.wp-block-quote.is-style-large.alignfull {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
blockquote.wp-block-quote.is-style-large p {
  font-size: 1.5625rem;
  font-style: normal;
}
@media (max-width: 1200px) {
  blockquote.wp-block-quote.is-style-large p {
    font-size: calc(0.89875rem + 0.885vw);
  }
}
blockquote.wp-block-quote.is-style-large cite {
  font-size: 1.125rem;
  font-style: normal;
  text-align: left;
}
@media (max-width: 1200px) {
  blockquote.wp-block-quote.is-style-large cite {
    font-size: calc(0.855rem + 0.36vw);
  }
}

pre.wp-block-code code {
  display: block;
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
pre.wp-block-code code hr {
  border-top-color: #abdde5;
}
pre.wp-block-code code .alert-link {
  color: #062c33;
}

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.75em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /**
  * All Columns Alignment
  */
}
@media (min-width: 782px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.wp-block-columns.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-columns.are-vertically-aligned-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  /**
  * Individual Column Alignment
  */
}
@media (max-width: 599px) {
  .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: calc(50% - 1em) !important;
        flex-basis: calc(50% - 1em) !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .wp-block-column:nth-child(even) {
    margin-left: 15px;
  }
}
@media (min-width: 782px) {
  .wp-block-column {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .wp-block-column[style*=flex-basis] {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 15px;
  }
}
.wp-block-column.is-vertically-aligned-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-top, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-bottom {
  width: 100%;
}

.wp-block-cover {
  margin-top: 0;
  margin-bottom: 1.5rem;
  background-size: cover;
}
.wp-block-cover p {
  margin-bottom: 0;
}

.wp-block-embed {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  /**
   * Twitter
   */
}
.wp-block-embed.aligncenter .entry-content-asset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 560px) {
  .wp-block-embed .twitter-tweet-rendered {
    width: 100% !important;
  }
}

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

.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.8571428571%;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}

.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}

.wp-embed-aspect-16-10 .wp-block-embed__wrapper::before {
  padding-top: 62.5%;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
  margin: 0 15px 15px 0;
  -ms-flex-item-align: center;
      align-self: center;
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
  width: calc(50% - 15px);
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(even), .wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item,
.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item {
    width: calc(33.3333333333% - 10px);
    margin-right: 15px;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item,
.blocks-gallery-grid.columns-4 .blocks-gallery-image,
.blocks-gallery-grid.columns-4 .blocks-gallery-item {
    width: calc(25% - 11.25px);
    margin-right: 15px;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item,
.blocks-gallery-grid.columns-5 .blocks-gallery-image,
.blocks-gallery-grid.columns-5 .blocks-gallery-item {
    width: calc(20% - 12px);
    margin-right: 15px;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item,
.blocks-gallery-grid.columns-6 .blocks-gallery-image,
.blocks-gallery-grid.columns-6 .blocks-gallery-item {
    width: calc(16.6666666667% - 12.5px);
    margin-right: 15px;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item,
.blocks-gallery-grid.columns-7 .blocks-gallery-image,
.blocks-gallery-grid.columns-7 .blocks-gallery-item {
    width: calc(14.2857142857% - 12.8571428571px);
    margin-right: 15px;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item,
.blocks-gallery-grid.columns-8 .blocks-gallery-image,
.blocks-gallery-grid.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 13.125px);
    margin-right: 15px;
  }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child,
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child {
  margin-right: 0;
}
.wp-block-gallery.alignleft, .wp-block-gallery.alignright,
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright {
  max-width: 400px;
  width: 100%;
}

.wp-block-gallery .blocks-gallery-grid {
  width: 100%;
  margin-bottom: -15px;
}
.wp-block-gallery figure {
  position: relative;
  overflow: hidden;
}

.entry-content > .wp-block-gallery.alignfull {
  padding-right: 15px;
  padding-left: 15px;
}
@supports (padding: max(0px)) {
  .entry-content > .wp-block-gallery.alignfull {
    padding-left: max(15px, env(safe-area-inset-left));
    padding-right: max(15px, env(safe-area-inset-right));
  }
}
.entry-content > .wp-block-gallery.alignfull figcaption:not(.blocks-gallery-item__caption) {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-group {
  display: flow-root;
  padding-left: 0;
  padding-right: 0;
}

.wp-block-group__inner-container > *:not(.wp-block-group) {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 576px) {
  .wp-block-group__inner-container > *:not(.wp-block-group) {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .wp-block-group__inner-container > *:not(.wp-block-group) {
    max-width: 800px;
  }
}
@media (min-width: 576px) {
  .wp-block-group__inner-container > *:not(.wp-block-group).alignwide {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .wp-block-group__inner-container > *:not(.wp-block-group).alignwide {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .wp-block-group__inner-container > *:not(.wp-block-group).alignwide {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wp-block-group__inner-container > *:not(.wp-block-group).alignwide {
    max-width: 1140px;
  }
}
.wp-block-group__inner-container > *:not(.wp-block-group).alignfull {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.wp-block-group.alignwide .wp-block-group__inner-container > *:not(.wp-block-group) {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .wp-block-group.alignwide .wp-block-group__inner-container > *:not(.wp-block-group) {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .wp-block-group.alignwide .wp-block-group__inner-container > *:not(.wp-block-group) {
    max-width: 800px;
  }
}
@media (min-width: 576px) {
  .wp-block-group.alignwide .wp-block-group__inner-container > *:not(.wp-block-group).alignwide {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .wp-block-group.alignwide .wp-block-group__inner-container > *:not(.wp-block-group).alignwide {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .wp-block-group.alignwide .wp-block-group__inner-container > *:not(.wp-block-group).alignwide {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wp-block-group.alignwide .wp-block-group__inner-container > *:not(.wp-block-group).alignwide {
    max-width: 1140px;
  }
}
.wp-block-group.alignwide .wp-block-group__inner-container > *:not(.wp-block-group).alignfull {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 576px) {
  .wp-block-group.alignwide .wp-block-group__inner-container > *:not(.wp-block-group) {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .wp-block-group.alignwide .wp-block-group__inner-container > *:not(.wp-block-group) {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .wp-block-group.alignwide .wp-block-group__inner-container > *:not(.wp-block-group) {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wp-block-group.alignwide .wp-block-group__inner-container > *:not(.wp-block-group) {
    max-width: 1140px;
  }
}

.wp-block-group.alignfull .wp-block-group__inner-container > *:not(.wp-block-group) {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .wp-block-group.alignfull .wp-block-group__inner-container > *:not(.wp-block-group) {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .wp-block-group.alignfull .wp-block-group__inner-container > *:not(.wp-block-group) {
    max-width: 800px;
  }
}
@media (min-width: 576px) {
  .wp-block-group.alignfull .wp-block-group__inner-container > *:not(.wp-block-group).alignwide {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .wp-block-group.alignfull .wp-block-group__inner-container > *:not(.wp-block-group).alignwide {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .wp-block-group.alignfull .wp-block-group__inner-container > *:not(.wp-block-group).alignwide {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wp-block-group.alignfull .wp-block-group__inner-container > *:not(.wp-block-group).alignwide {
    max-width: 1140px;
  }
}
.wp-block-group.alignfull .wp-block-group__inner-container > *:not(.wp-block-group).alignfull {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 576px) {
  .wp-block-group.alignfull .wp-block-group__inner-container > *:not(.wp-block-group) {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .wp-block-group.alignfull .wp-block-group__inner-container > *:not(.wp-block-group) {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .wp-block-group.alignfull .wp-block-group__inner-container > *:not(.wp-block-group) {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wp-block-group.alignfull .wp-block-group__inner-container > *:not(.wp-block-group) {
    max-width: 1140px;
  }
}

h1, h2, h3, h4, h5, h6 {
  scroll-margin-top: 1rem;
}

.wp-block-image {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.wp-block-image img {
  margin-bottom: 0;
}
@supports (padding: max(0px)) {
  .wp-block-image.alignfull {
    margin-left: calc(0px - env(safe-area-inset-left));
    width: calc(100% + env(safe-area-inset-left) + env(safe-area-inset-right));
    max-width: calc(100% + env(safe-area-inset-left) + env(safe-area-inset-right)) !important;
  }
}

.aligncenter figcaption {
  text-align: center;
}
.alignfull figcaption {
  padding-left: 15px;
  padding-right: 15px;
}
@supports (padding: max(0px)) {
  .alignfull figcaption {
    padding-left: max(15px, env(safe-area-inset-left));
    padding-right: max(15px, env(safe-area-inset-right));
  }
}

.wp-block-image figcaption,
.wp-block-gallery figcaption {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: left;
}
.wp-block-image.text-center figcaption,
.wp-block-gallery.text-center figcaption {
  text-align: center;
}
.wp-block-image.text-right figcaption,
.wp-block-gallery.text-right figcaption {
  text-align: right;
}

.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter, .wp-block-image.is-resized {
  display: block;
}
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption {
  display: block;
}

.wp-block-image .aligncenter {
  text-align: center;
}
.wp-block-image .aligncenter > figcaption {
  text-align: center;
}

.entry-content > ol:not([class]), .entry-content > ul:not([class]) {
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}

.entry-content p {
  font-family: "Roboto", -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;
}
.entry-content p.has-background {
  padding: 15px;
}
.entry-content li {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.entry-content ::marker {
  font-family: "Roboto", -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;
}
@media (min-width: 576px) {
  .entry-content.is-alignwide > p {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .entry-content.is-alignwide > p {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .entry-content.is-alignwide > p {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .entry-content.is-alignwide > p {
    max-width: 1140px;
  }
}
.entry-content.is-alignfull > p {
  max-width: 100%;
}

.serif {
  font-family: Times, serif !important;
}

.sans-serif {
  font-family: "Roboto", -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;
}

.font-family-primary {
  font-family: "Roboto", -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;
}

.font-family-secondary {
  font-family: "Poppins", Roboto, -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;
}

p.has-drop-cap:not(:focus)::first-letter {
  font-size: 5.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 0.68;
  float: left;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
}
p.has-drop-cap:not(:focus)::after {
  padding-top: 0;
}

kbd {
  font-family: "Roboto", -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;
}
kbd[data-rich-text-format-boundary] {
  background-color: rgba(36, 36, 36, 0.6) !important;
}

p.has-text-color > a {
  color: #ea2f36;
  text-decoration: none;
  background-color: transparent;
}
p.has-text-color > a:hover {
  color: #e81820;
  text-decoration: none;
}

hr.wp-block-separator {
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px;
}
hr.wp-block-separator.is-style-wide {
  width: calc(100% - 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 576px) {
  hr.wp-block-separator.is-style-wide {
    max-width: 546px;
  }
}
@media (min-width: 768px) {
  hr.wp-block-separator.is-style-wide {
    max-width: 770px;
  }
}

.wp-block-table {
  margin-bottom: 1.5rem;
}
.wp-block-table table {
  margin-bottom: 0;
}
.wp-block-table table.has-fixed-layout {
  width: 100%;
  table-layout: fixed;
}
.wp-block-table table tfoot td, .wp-block-table.is-style-stripes table tfoot td {
  border-top-width: 2px;
}
.wp-block-table figcaption {
  font-size: 1.03125rem;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  border-bottom: 0;
}
.wp-block-table.table-borderless table {
  border: 0;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  width: calc(100% + 0.75rem);
}
.wp-block-table.table-borderless table th,
.wp-block-table.table-borderless table td,
.wp-block-table.table-borderless table thead th,
.wp-block-table.table-borderless table tbody + tbody {
  border: 0;
}
.wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.alignfull figcaption {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .wp-block-table.alignleft, .wp-block-table.alignright {
    width: 100%;
  }
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}

.entry-content > .wp-block-table.alignfull {
  padding-right: 15px;
  padding-left: 15px;
}
@supports (padding: max(0px)) {
  .entry-content > .wp-block-table.alignfull {
    margin-left: calc(0px - env(safe-area-inset-left));
    width: calc(100% + env(safe-area-inset-left) + env(safe-area-inset-right));
    max-width: calc(100% + env(safe-area-inset-left) + env(safe-area-inset-right)) !important;
  }
}
@supports (padding: max(0px)) {
  .entry-content > .wp-block-table.alignfull {
    padding-left: max(15px, env(safe-area-inset-left));
    padding-right: max(15px, env(safe-area-inset-right));
  }
}

.wp-block-video,
.wp-block-embed.is-type-video {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.wp-block-video figcaption,
.wp-block-embed.is-type-video figcaption {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: left;
}
.wp-block-video.text-center figcaption,
.wp-block-embed.is-type-video.text-center figcaption {
  text-align: center;
}
.wp-block-video.text-right figcaption,
.wp-block-embed.is-type-video.text-right figcaption {
  text-align: right;
}
.wp-block-video.aligncenter figcaption,
.wp-block-embed.is-type-video.aligncenter figcaption {
  text-align: center;
}
.wp-block-video.alignfull figcaption,
.wp-block-embed.is-type-video.alignfull figcaption {
  padding-left: 15px;
  padding-right: 15px;
}

.wp-block-video {
  width: 100%;
}
.wp-block-video video {
  width: 100%;
}

/**
 * Stretch .wrap
 * The footer should always be aligned below.
 */
html,
body {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
}

.wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@supports (padding: max(0px)) {
  .wrap {
    padding-left: max(0px, env(safe-area-inset-left));
    padding-right: max(0px, env(safe-area-inset-right));
  }
}

header.banner,
footer.content-info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.entry-content > *:not(.bg-primary) {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .entry-content > *:not(.bg-primary) {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .entry-content > *:not(.bg-primary) {
    max-width: 800px;
  }
}
@media (min-width: 576px) {
  .entry-content > *:not(.bg-primary).alignwide {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .entry-content > *:not(.bg-primary).alignwide {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .entry-content > *:not(.bg-primary).alignwide {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .entry-content > *:not(.bg-primary).alignwide {
    max-width: 1140px;
  }
}
.entry-content > *:not(.bg-primary).alignfull {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.entry-content > p:first-child, .entry-content > h2:first-child, .entry-content > h3:first-child, .entry-content > h4:first-child, .entry-content > h5:first-child, .entry-content > h6:first-child {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .entry-content > p:first-child, .entry-content > h2:first-child, .entry-content > h3:first-child, .entry-content > h4:first-child, .entry-content > h5:first-child, .entry-content > h6:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .entry-content > p:first-child, .entry-content > h2:first-child, .entry-content > h3:first-child, .entry-content > h4:first-child, .entry-content > h5:first-child, .entry-content > h6:first-child {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .entry-content > p:first-child, .entry-content > h2:first-child, .entry-content > h3:first-child, .entry-content > h4:first-child, .entry-content > h5:first-child, .entry-content > h6:first-child {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .entry-content > p:first-child, .entry-content > h2:first-child, .entry-content > h3:first-child, .entry-content > h4:first-child, .entry-content > h5:first-child, .entry-content > h6:first-child {
    margin-top: 3rem;
  }
}
.entry-content > span[id^=more-] {
  display: none;
}

.entry-header {
  padding-top: 0;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .entry-header {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .entry-header {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .entry-header {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
.entry-header > .entry-title, .entry-header > .entry-meta {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .entry-header > .entry-title, .entry-header > .entry-meta {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .entry-header > .entry-title, .entry-header > .entry-meta {
    max-width: 800px;
  }
}
@media (min-width: 576px) {
  .entry-header > .entry-title.alignwide, .entry-header > .entry-meta.alignwide {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .entry-header > .entry-title.alignwide, .entry-header > .entry-meta.alignwide {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .entry-header > .entry-title.alignwide, .entry-header > .entry-meta.alignwide {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .entry-header > .entry-title.alignwide, .entry-header > .entry-meta.alignwide {
    max-width: 1140px;
  }
}
.entry-header > .entry-title.alignfull, .entry-header > .entry-meta.alignfull {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.entry-header.is-big-title > .entry-title, .entry-header.is-big-title > .entry-meta {
  text-align: left;
}
.entry-header.is-big-title > .entry-title:not(.entry-subtitle) {
  line-height: 1;
  font-size: 9rem;
}
@media (max-width: 1200px) {
  .entry-header.is-big-title > .entry-title:not(.entry-subtitle) {
    font-size: calc(1.6425rem + 9.81vw);
  }
}
.entry-header.show-thumbnail {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .entry-header.show-thumbnail {
    padding-top: 3rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  .entry-header.show-thumbnail {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1200px) {
  .entry-header.show-thumbnail {
    padding-top: 6rem;
    padding-bottom: 16rem;
  }
}
.entry-header.show-thumbnail.is-big-title {
  padding-top: 0;
}

.hyphenate {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.p-page,
.px-page {
  padding-left: 15px;
}
@supports (padding: max(0px)) {
  .p-page.safe-area-x, .p-page.safe-area-left,
.px-page.safe-area-x,
.px-page.safe-area-left {
    padding-left: max(15px, env(safe-area-inset-left));
  }
}

.pl-page {
  padding-left: 15px;
}
@supports (padding: max(0px)) {
  .pl-page.safe-area-left {
    padding-left: max(15px, env(safe-area-inset-left));
  }
}

.m-page,
.mx-page,
.ml-page {
  margin-left: 15px;
}

@media (min-width: 576px) {
  .p-page,
.px-page {
    padding-left: 15px;
  }
  @supports (padding: max(0px)) {
    .p-page.safe-area-x, .p-page.safe-area-left,
.px-page.safe-area-x,
.px-page.safe-area-left {
      padding-left: max(15px, env(safe-area-inset-left));
    }
  }

  .pl-page {
    padding-left: 15px;
  }
  @supports (padding: max(0px)) {
    .pl-page.safe-area-left {
      padding-left: max(15px, env(safe-area-inset-left));
    }
  }

  .m-page,
.mx-page,
.ml-page {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .p-page,
.px-page {
    padding-left: 30px;
  }
  @supports (padding: max(0px)) {
    .p-page.safe-area-x, .p-page.safe-area-left,
.px-page.safe-area-x,
.px-page.safe-area-left {
      padding-left: max(30px, env(safe-area-inset-left));
    }
  }

  .pl-page {
    padding-left: 30px;
  }
  @supports (padding: max(0px)) {
    .pl-page.safe-area-left {
      padding-left: max(30px, env(safe-area-inset-left));
    }
  }

  .m-page,
.mx-page,
.ml-page {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .p-page,
.px-page {
    padding-left: 30px;
  }
  @supports (padding: max(0px)) {
    .p-page.safe-area-x, .p-page.safe-area-left,
.px-page.safe-area-x,
.px-page.safe-area-left {
      padding-left: max(30px, env(safe-area-inset-left));
    }
  }

  .pl-page {
    padding-left: 30px;
  }
  @supports (padding: max(0px)) {
    .pl-page.safe-area-left {
      padding-left: max(30px, env(safe-area-inset-left));
    }
  }

  .m-page,
.mx-page,
.ml-page {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .p-page,
.px-page {
    padding-left: 50px;
  }
  @supports (padding: max(0px)) {
    .p-page.safe-area-x, .p-page.safe-area-left,
.px-page.safe-area-x,
.px-page.safe-area-left {
      padding-left: max(50px, env(safe-area-inset-left));
    }
  }

  .pl-page {
    padding-left: 50px;
  }
  @supports (padding: max(0px)) {
    .pl-page.safe-area-left {
      padding-left: max(50px, env(safe-area-inset-left));
    }
  }

  .m-page,
.mx-page,
.ml-page {
    margin-left: 50px;
  }
}
.p-page,
.px-page {
  padding-right: 15px;
}
@supports (padding: max(0px)) {
  .p-page.safe-area-x, .p-page.safe-area-right,
.px-page.safe-area-x,
.px-page.safe-area-right {
    padding-right: max(15px, env(safe-area-inset-right));
  }
}

.pr-page {
  padding-right: 15px;
}
@supports (padding: max(0px)) {
  .pr-page.safe-area-right {
    padding-right: max(15px, env(safe-area-inset-right));
  }
}

.m-page,
.mx-page,
.mr-page {
  margin-right: 15px;
}

@media (min-width: 576px) {
  .p-page,
.px-page {
    padding-right: 15px;
  }
  @supports (padding: max(0px)) {
    .p-page.safe-area-x, .p-page.safe-area-right,
.px-page.safe-area-x,
.px-page.safe-area-right {
      padding-right: max(15px, env(safe-area-inset-right));
    }
  }

  .pr-page {
    padding-right: 15px;
  }
  @supports (padding: max(0px)) {
    .pr-page.safe-area-right {
      padding-right: max(15px, env(safe-area-inset-right));
    }
  }

  .m-page,
.mx-page,
.mr-page {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .p-page,
.px-page {
    padding-right: 30px;
  }
  @supports (padding: max(0px)) {
    .p-page.safe-area-x, .p-page.safe-area-right,
.px-page.safe-area-x,
.px-page.safe-area-right {
      padding-right: max(30px, env(safe-area-inset-right));
    }
  }

  .pr-page {
    padding-right: 30px;
  }
  @supports (padding: max(0px)) {
    .pr-page.safe-area-right {
      padding-right: max(30px, env(safe-area-inset-right));
    }
  }

  .m-page,
.mx-page,
.mr-page {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .p-page,
.px-page {
    padding-right: 30px;
  }
  @supports (padding: max(0px)) {
    .p-page.safe-area-x, .p-page.safe-area-right,
.px-page.safe-area-x,
.px-page.safe-area-right {
      padding-right: max(30px, env(safe-area-inset-right));
    }
  }

  .pr-page {
    padding-right: 30px;
  }
  @supports (padding: max(0px)) {
    .pr-page.safe-area-right {
      padding-right: max(30px, env(safe-area-inset-right));
    }
  }

  .m-page,
.mx-page,
.mr-page {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .p-page,
.px-page {
    padding-right: 50px;
  }
  @supports (padding: max(0px)) {
    .p-page.safe-area-x, .p-page.safe-area-right,
.px-page.safe-area-x,
.px-page.safe-area-right {
      padding-right: max(50px, env(safe-area-inset-right));
    }
  }

  .pr-page {
    padding-right: 50px;
  }
  @supports (padding: max(0px)) {
    .pr-page.safe-area-right {
      padding-right: max(50px, env(safe-area-inset-right));
    }
  }

  .m-page,
.mx-page,
.mr-page {
    margin-right: 50px;
  }
}
.p-page,
.py-page {
  padding-top: 15px;
}
@supports (padding: max(0px)) {
  .p-page.safe-area-y, .p-page.safe-area-top,
.py-page.safe-area-y,
.py-page.safe-area-top {
    padding-top: max(15px, env(safe-area-inset-top));
  }
}

.pt-page {
  padding-top: 15px;
}
@supports (padding: max(0px)) {
  .pt-page.safe-area-top {
    padding-top: max(15px, env(safe-area-inset-top));
  }
}

.m-page,
.my-page,
.mt-page {
  margin-top: 15px;
}

@media (min-width: 576px) {
  .p-page,
.py-page {
    padding-top: 15px;
  }
  @supports (padding: max(0px)) {
    .p-page.safe-area-y, .p-page.safe-area-top,
.py-page.safe-area-y,
.py-page.safe-area-top {
      padding-top: max(15px, env(safe-area-inset-top));
    }
  }

  .pt-page {
    padding-top: 15px;
  }
  @supports (padding: max(0px)) {
    .pt-page.safe-area-top {
      padding-top: max(15px, env(safe-area-inset-top));
    }
  }

  .m-page,
.my-page,
.mt-page {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .p-page,
.py-page {
    padding-top: 20px;
  }
  @supports (padding: max(0px)) {
    .p-page.safe-area-y, .p-page.safe-area-top,
.py-page.safe-area-y,
.py-page.safe-area-top {
      padding-top: max(20px, env(safe-area-inset-top));
    }
  }

  .pt-page {
    padding-top: 20px;
  }
  @supports (padding: max(0px)) {
    .pt-page.safe-area-top {
      padding-top: max(20px, env(safe-area-inset-top));
    }
  }

  .m-page,
.my-page,
.mt-page {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .p-page,
.py-page {
    padding-top: 20px;
  }
  @supports (padding: max(0px)) {
    .p-page.safe-area-y, .p-page.safe-area-top,
.py-page.safe-area-y,
.py-page.safe-area-top {
      padding-top: max(20px, env(safe-area-inset-top));
    }
  }

  .pt-page {
    padding-top: 20px;
  }
  @supports (padding: max(0px)) {
    .pt-page.safe-area-top {
      padding-top: max(20px, env(safe-area-inset-top));
    }
  }

  .m-page,
.my-page,
.mt-page {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .p-page,
.py-page {
    padding-top: 30px;
  }
  @supports (padding: max(0px)) {
    .p-page.safe-area-y, .p-page.safe-area-top,
.py-page.safe-area-y,
.py-page.safe-area-top {
      padding-top: max(30px, env(safe-area-inset-top));
    }
  }

  .pt-page {
    padding-top: 30px;
  }
  @supports (padding: max(0px)) {
    .pt-page.safe-area-top {
      padding-top: max(30px, env(safe-area-inset-top));
    }
  }

  .m-page,
.my-page,
.mt-page {
    margin-top: 30px;
  }
}
.p-page,
.py-page {
  padding-bottom: 15px;
}
@supports (padding: max(0px)) {
  .p-page.safe-area-y, .p-page.safe-area-bottom,
.py-page.safe-area-y,
.py-page.safe-area-bottom {
    padding-bottom: max(15px, env(safe-area-inset-bottom));
  }
}

.pb-page {
  padding-bottom: 15px;
}
@supports (padding: max(0px)) {
  .pb-page.safe-area-bottom {
    padding-bottom: max(15px, env(safe-area-inset-bottom));
  }
}

.m-page,
.my-page,
.mb-page {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .p-page,
.py-page {
    padding-bottom: 15px;
  }
  @supports (padding: max(0px)) {
    .p-page.safe-area-y, .p-page.safe-area-bottom,
.py-page.safe-area-y,
.py-page.safe-area-bottom {
      padding-bottom: max(15px, env(safe-area-inset-bottom));
    }
  }

  .pb-page {
    padding-bottom: 15px;
  }
  @supports (padding: max(0px)) {
    .pb-page.safe-area-bottom {
      padding-bottom: max(15px, env(safe-area-inset-bottom));
    }
  }

  .m-page,
.my-page,
.mb-page {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .p-page,
.py-page {
    padding-bottom: 20px;
  }
  @supports (padding: max(0px)) {
    .p-page.safe-area-y, .p-page.safe-area-bottom,
.py-page.safe-area-y,
.py-page.safe-area-bottom {
      padding-bottom: max(20px, env(safe-area-inset-bottom));
    }
  }

  .pb-page {
    padding-bottom: 20px;
  }
  @supports (padding: max(0px)) {
    .pb-page.safe-area-bottom {
      padding-bottom: max(20px, env(safe-area-inset-bottom));
    }
  }

  .m-page,
.my-page,
.mb-page {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .p-page,
.py-page {
    padding-bottom: 20px;
  }
  @supports (padding: max(0px)) {
    .p-page.safe-area-y, .p-page.safe-area-bottom,
.py-page.safe-area-y,
.py-page.safe-area-bottom {
      padding-bottom: max(20px, env(safe-area-inset-bottom));
    }
  }

  .pb-page {
    padding-bottom: 20px;
  }
  @supports (padding: max(0px)) {
    .pb-page.safe-area-bottom {
      padding-bottom: max(20px, env(safe-area-inset-bottom));
    }
  }

  .m-page,
.my-page,
.mb-page {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .p-page,
.py-page {
    padding-bottom: 30px;
  }
  @supports (padding: max(0px)) {
    .p-page.safe-area-y, .p-page.safe-area-bottom,
.py-page.safe-area-y,
.py-page.safe-area-bottom {
      padding-bottom: max(30px, env(safe-area-inset-bottom));
    }
  }

  .pb-page {
    padding-bottom: 30px;
  }
  @supports (padding: max(0px)) {
    .pb-page.safe-area-bottom {
      padding-bottom: max(30px, env(safe-area-inset-bottom));
    }
  }

  .m-page,
.my-page,
.mb-page {
    margin-bottom: 30px;
  }
}
/**
 * :focus
 */
nav.navbar.navbar-light .navbar-nav {
  /**
   * Dropdown
   */
}
nav.navbar.navbar-light .navbar-nav .nav-link.focus-visible {
  color: #ea2f36;
  text-decoration: none;
}
nav.navbar.navbar-light .navbar-nav .dropdown-menu .nav-item.active .dropdown-item {
  color: #fff;
  text-decoration: none;
  background-color: #e81820;
}

nav.navbar.navbar-dark .navbar-nav .nav-link.focus-visible {
  color: #fff;
  text-decoration: none;
}

/**
 * Positioning
 */
@media (min-width: 768px) {
  nav.navbar .navbar-nav {
    margin-right: calc(0.825rem - 15px);
  }
}
nav.navbar .menu-item.dropdown:last-of-type .dropdown-menu {
  right: -30px;
  left: auto;
}

/**
 * Small Nav
 */
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav.navbar-nav-xl #gtranslate_wrapper,
.navbar-expand-sm .navbar-nav.navbar-nav-xl .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav.navbar-nav-xl #gtranslate_wrapper,
.navbar-expand-md .navbar-nav.navbar-nav-xl .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav.navbar-nav-xl #gtranslate_wrapper,
.navbar-expand-lg .navbar-nav.navbar-nav-xl .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav.navbar-nav-xl #gtranslate_wrapper,
.navbar-expand-xl .navbar-nav.navbar-nav-xl .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.navbar-expand .navbar-nav.navbar-nav-xl #gtranslate_wrapper,
.navbar-expand .navbar-nav.navbar-nav-xl .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  nav.navbar.navbar-dark .navbar-nav.navbar-nav-xl .nav-link,
nav.navbar.navbar-dark .navbar-nav.navbar-nav-service .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
header.banner .nav-item {
  font-family: "Space Mono", Courier, Monaco, monospace;
  text-transform: uppercase;
  font-weight: 400;
}
header.banner .nav-item .menu-item-icon {
  height: 20px;
  width: auto;
}
header.banner .site-name {
  display: block;
  margin-bottom: 0;
}
header.banner .custom-logo {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 160px;
  height: 12vw;
  min-height: 80px;
}
@media (min-width: 1200px) {
  header.banner .flex-item-small {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  header.banner .flex-item-small.navbar-nav-xl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  header.banner nav.navbar .navbar-nav {
    margin-right: 0;
  }
}
header.banner .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  header.banner .navbar-brand {
    font-size: calc(0.8675rem + 0.51vw);
  }
}
@media (max-width: 767.98px) {
  header.banner .main-collapse {
    padding-left: 30px;
  }
  header.banner .main-collapse > .navbar-nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  header.banner .navbar-nav-main .nav-link {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) and (max-width: 1200px) {
  header.banner .navbar-nav-main .nav-link {
    font-size: calc(0.9425rem + 1.41vw);
  }
}
@media (max-width: 767.98px) {
  header.banner .navbar-nav-service .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  header.banner {
    font-size: 1rem;
  }
  header.banner .dropdown-menu {
    font-size: 1rem;
  }
  header.banner li.menu-item:not(.pll-parent-menu-item).active .nav-link {
    background-color: #ea2f36;
    color: #fff;
    opacity: 0.8;
  }
  header.banner .nav-item .menu-item-icon {
    height: 1rem;
  }
}

main.main > .entry-header {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  main.main > .entry-header {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  main.main > .entry-header {
    margin-bottom: 2.5rem;
  }
}

.entry-title {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-family: "Poppins", Roboto, -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: 1.25;
  margin-bottom: 0.5rem;
  color: #242424;
}
@media (max-width: 1200px) {
  .entry-title {
    font-size: calc(1.0925rem + 3.21vw);
  }
}
.entry-title a:not(.focus-visible) {
  color: #242424;
}
.entry-title a:not(.focus-visible):hover {
  color: #242424;
}
.entry-title a.focus-visible {
  display: inline-block;
}

.entry-title.entry-subtitle {
  font-size: 1.5625rem;
  display: block;
  font-family: "Space Mono", Courier, Monaco, monospace;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .entry-title.entry-subtitle {
    font-size: calc(0.89875rem + 0.885vw);
  }
}

h2.entry-title,
.h2.entry-title {
  font-size: 2.1875rem;
}
@media (max-width: 1200px) {
  h2.entry-title,
.h2.entry-title {
    font-size: calc(0.96125rem + 1.635vw);
  }
}

body.home main.main > .entry-header {
  display: none;
}
body.home h2.entry-title {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  body.home h2.entry-title {
    font-size: calc(0.9925rem + 2.01vw);
  }
}

/**
 * Style icon for prepend title 'protected' and 'private'.
 */
.prepend-title svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  color: #adb5bd;
  padding: 0.1em 0;
}

.entry-meta {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.entry-meta-item {
  font-size: 1.125rem;
  font-family: "Roboto", -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: 500;
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 1200px) {
  .entry-meta-item {
    font-size: calc(0.855rem + 0.36vw);
  }
}
.entry-meta-item a:not(.focus-visible) {
  color: #fff;
}
.entry-meta-item a.focus-visible {
  color: #fff;
}
.entry-meta-item a.entry-meta-link:not(.focus-visible) {
  color: #fff;
}
.entry-meta-item a.entry-meta-link:not(.focus-visible):hover {
  color: #dee2e6;
}
.entry-meta-item + .entry-meta-item {
  padding-left: 0.5rem;
}
.entry-meta-item + .entry-meta-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #fff;
  content: "|";
}

.entry-meta-divider {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .entry-meta-divider {
    display: none;
  }
  .entry-meta-divider + .entry-meta-item {
    padding-left: 0.5rem;
  }
  .entry-meta-divider + .entry-meta-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #fff;
    content: "|";
  }
}

a.read-more-link {
  font-family: "Roboto", -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: 500;
}

.entry-summary {
  margin-bottom: 1.5rem;
}
.entry-summary > p {
  display: inline-block;
  margin-bottom: 0.25em;
}

.excerpt-more {
  display: inline;
}

.header-bg {
  z-index: 0;
  overflow-y: hidden;
}
.header-bg .post-thumbnail.position-absolute {
  z-index: -1;
  right: 0;
  top: 10%;
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .header-bg .post-thumbnail.position-absolute {
    width: 60%;
  }
}

.posts-pagination,
.page-nav {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.posts-pagination p,
.page-nav p {
  font-family: "Roboto", -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;
}
.posts-pagination li,
.page-nav li {
  font-family: "Roboto", -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;
}
.posts-pagination .page-link,
.page-nav .page-link {
  line-height: 1;
}

@media (max-width: 991.98px) {
  .center-navigation {
    display: none;
  }
}
footer.content-info {
  font-size: 0.875em;
  background-color: #ea2f36;
  color: #fff;
}
footer.content-info .footer-sidebar {
  color: #fff;
}
footer.content-info .footer-sidebar a {
  font-weight: 500;
}
footer.content-info .footer-sidebar a:not(.focus-visible) {
  color: #fff;
}
footer.content-info .footer-sidebar a:not(.focus-visible):hover, footer.content-info .footer-sidebar a:not(.focus-visible):focus {
  color: #f2f2f2;
}

.footer-love .fa-heart {
  color: #fff;
}

body.archive article.entry-content,
body.blog article.entry-content,
body.search-results article.entry-content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  body.archive article.entry-content,
body.blog article.entry-content,
body.search-results article.entry-content {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  body.archive article.entry-content,
body.blog article.entry-content,
body.search-results article.entry-content {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
body.archive article.entry-content:first-of-type,
body.blog article.entry-content:first-of-type,
body.search-results article.entry-content:first-of-type {
  margin-top: 0;
}
body.archive article.entry-content:last-of-type,
body.blog article.entry-content:last-of-type,
body.search-results article.entry-content:last-of-type {
  margin-bottom: 0;
}

.dev-help {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1060;
}
.dev-help .breakpoints::after {
  font-size: 1.03125rem;
  content: "xs | 0";
}
@media (max-width: 1200px) {
  .dev-help .breakpoints::after {
    font-size: calc(0.845625rem + 0.2475vw);
  }
}
@media (min-width: 576px) {
  .dev-help .breakpoints::after {
    content: "sm | 576px";
  }
}
@media (min-width: 768px) {
  .dev-help .breakpoints::after {
    content: "md | 768px";
  }
}
@media (min-width: 992px) {
  .dev-help .breakpoints::after {
    content: "lg | 992px";
  }
}
@media (min-width: 1200px) {
  .dev-help .breakpoints::after {
    content: "xl | 1200px";
  }
}

section.widget h1, section.widget h2, section.widget h3, section.widget h4, section.widget h5, section.widget h6 {
  font-size: 1.5625rem;
  font-family: "Space Mono", Courier, Monaco, monospace;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
@media (max-width: 1200px) {
  section.widget h1, section.widget h2, section.widget h3, section.widget h4, section.widget h5, section.widget h6 {
    font-size: calc(0.89875rem + 0.885vw);
  }
}
@media (min-width: 768px) {
  section.widget h1, section.widget h2, section.widget h3, section.widget h4, section.widget h5, section.widget h6 {
    margin-bottom: 1.75rem;
  }
}
section.widget p {
  line-height: 2;
}

.container-widget {
  margin-bottom: -1.5rem;
}

.widget.widget_nav_menu ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}
.widget.widget_nav_menu li {
  font-family: "Roboto", -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;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  line-height: 2;
}
.widget.widget_nav_menu.nav-inline li, .nav-inline .widget.widget_nav_menu li {
  display: inline-block;
}

.nav-list-inline .widget.widget_nav_menu li {
  display: inline-block;
  line-height: 1.5;
}
.nav-list-inline .widget.widget_nav_menu li:not(:last-child) {
  margin-right: 1rem;
}

.widget.copyright .copyright-wrap {
  margin-bottom: 1.5rem;
}

.social-icons-list {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .social-icons-list {
    font-size: 1.25em;
  }
}
.social-icons-list li {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

@media print {
  article {
    page-break-inside: avoid;
  }

  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-toggler,
.collapse:not(.show),
a.read-more-link,
footer.content-info,
.dev-help {
    display: none !important;
  }

  .p-header {
    padding-left: 0;
    padding-right: 0;
  }

  a.navbar-brand,
.entry-title a,
time.updated a,
a[rel=author] {
    text-decoration: none !important;
  }

  .container {
    min-width: auto !important;
  }

  .entry-content > * {
    page-break-inside: avoid;
    max-width: 800px !important;
  }

  section.comments .comment {
    page-break-inside: avoid;
  }
  section.comments .comment-name a,
section.comments a.comment-permalink {
    text-decoration: none !important;
  }
  section.comments .comment-interaction-links,
section.comments .comment-respond {
    display: none !important;
  }
}

/*# sourceMappingURL=main.css.map*/