@font-face {font-display:swap;
 font-family: "CNN";
 src: url("../fonts/CNNSansDisplayW04-Bold.woff") format("woff"),
  url("../fonts/CNNSansDisplayW04-Bold.woff2") format("woff2");
 font-weight: 700;
 font-style: normal;
}

.wpcf7 .screen-reader-response {
 position: absolute;
 overflow: hidden;
 clip: rect(1px, 1px, 1px, 1px);
 clip-path: inset(50%);
 height: 1px;
 width: 1px;
 margin: -1px;
 padding: 0;
 border: 0;
 word-wrap: normal !important;
 word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
 display: none;
}
.wpcf7 form .wpcf7-response-output {
 margin: 2em 0.5em 1em;
 padding: 0.2em 1em;
 border: 2px solid #00a0d2;
}
.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 {
 border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
 border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
 border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
 border-color: #ffb900;
}
.wpcf7-form-control-wrap {
 position: relative;
}
.wpcf7-not-valid-tip {
 color: #dc3232;
 font-size: 1em;
 font-weight: 400;
 display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
 position: relative;
 top: -2ex;
 left: 1em;
 z-index: 100;
 border: 1px solid #dc3232;
 background: #fff;
 padding: 0.2em 0.8em;
 width: 24em;
}
.wpcf7-list-item {
 display: inline-block;
 margin: 0 0 0 1em;
}
.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after {
 content: " ";
}
.wpcf7-spinner {
 visibility: hidden;
 display: inline-block;
 background-color: #23282d;
 opacity: 0.75;
 width: 24px;
 height: 24px;
 border: none;
 border-radius: 100%;
 padding: 0;
 margin: 0 24px;
 position: relative;
}
form.submitting .wpcf7-spinner {
 visibility: visible;
}
.wpcf7-spinner:before {
 content: "";
 position: absolute;
 background-color: #fbfbfc;
 top: 4px;
 left: 4px;
 width: 6px;
 height: 6px;
 border: none;
 border-radius: 100%;
 transform-origin: 8px 8px;
 animation-name: spin;
 animation-duration: 1s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
 .wpcf7-spinner:before {
  animation-name: blink;
  animation-duration: 2s;
 }
}
@keyframes spin {
 from {
  transform: rotate(0deg);
 }
 to {
  transform: rotate(360deg);
 }
}
@keyframes blink {
 from {
  opacity: 0;
 }
 50% {
  opacity: 1;
 }
 to {
  opacity: 0;
 }
}
.wpcf7 [inert] {
 opacity: 0.5;
}
.wpcf7 input[type="file"] {
 cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
 cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
 cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
 direction: ltr;
}
.wpcf7-reflection > output {
 display: list-item;
 list-style: none;
}
.wpcf7-reflection > output[hidden] {
 display: none;
}
.nea-player-enhanced {
 --player-primary: #2c2c2c;
 --player-secondary: #6b6b6b;
 --player-accent: #20b2aa;
 --player-text: #2c2c2c;
 --player-text-secondary: #6b6b6b;
 --player-bg: #f5f5f5;
 --player-border: #e0e0e0;
 --player-shadow: rgba(0, 0, 0, 0.08);
 position: relative;
 background: var(--player-bg);
 border-radius: 12px;
 border: 1px solid var(--player-border);
 padding: 4px 10px;
 margin: 0;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
 width: 100%;
 overflow: hidden;
 transition: box-shadow 0.2s ease;
}
.nea-player-enhanced button {
 font-family: Roboto, sans-serif !important;
 font-size: 0.75rem !important;
 line-height: 1 !important;
}
.nea-player-enhanced:hover {
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.nea-player__layout {
 display: flex;
 flex-direction: column;
 gap: 4px;
}
.nea-player__controls {
 display: flex;
 align-items: center;
 gap: 12px;
 width: 100%;
 flex-wrap: nowrap;
 margin: 0;
 padding: 0;
}
.nea-player__play {
 background: #e8e8e8;
 color: var(--player-primary);
 border: none;
 border-radius: 8px;
 width: 40px;
 height: 40px;
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 transition: all 0.2s ease;
 flex-shrink: 0;
 box-shadow: none;
 position: relative;
 overflow: hidden;
}
.nea-player__play:hover,
.nea-player__play:focus {
 background: #d8d8d8;
 outline: none;
}
.nea-player__play:active {
 transform: scale(0.98);
}
.nea-player__play svg {
 width: 20px;
 height: 20px;
 position: relative;
 z-index: 1;
}
.nea-player__play:focus-visible {
 outline: 2px solid var(--player-primary);
 outline-offset: 2px;
}
.nea-player__play-icon {
 display: block;
}
.nea-player__pause-icon {
 display: none;
}
.nea-player-enhanced.playing .nea-player__play-icon {
 display: none;
}
.nea-player-enhanced.playing .nea-player__pause-icon {
 display: block;
}
.nea-player__play.playing .nea-player__play-icon {
 display: none;
}
.nea-player__play.playing .nea-player__pause-icon {
 display: block;
}
.nea-player__text {
 margin: 0;
 padding: 0;
 width: 100%;
}
.nea-player__headline {
 font-size: 10px;
 font-weight: 500;
 margin: 0 0 2px;
 color: var(--player-text);
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 text-transform: none;
}
.nea-player__ad-link {
 font-size: 10px;
 opacity: 0.7;
 display: inline-block !important;
 visibility: visible !important;
 margin: 2px 0 0;
}
.nea-player__ad-link a {
 color: var(--player-text-secondary);
 text-decoration: none;
 transition: color 0.2s ease;
 display: inline-block !important;
 font-weight: 400;
}
.entry-content .nea-player__ad-link a:hover,
.entry-content .nea-player__ad-link a:focus {
 color: var(--player-primary) !important;
 text-decoration: underline;
}
.nea-audio-container {
 position: relative;
 width: 0;
 height: 0;
 overflow: hidden;
 visibility: hidden;
}
.nea-ad-container {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.nea-ad-link-message {
 margin-top: 0;
 margin-bottom: 0;
}
.nea-ad-message {
 font-size: 10px;
 color: var(--player-text-secondary);
 text-transform: uppercase;
 letter-spacing: 0.8px;
 font-weight: 600;
 margin: 0;
 padding: 0;
 line-height: 1.3;
 display: inline-block;
}
.nea-ad-link {
 color: var(--player-text);
 text-decoration: none;
 border-bottom: 1px solid transparent;
 transition: all 0.2s ease;
 font-weight: 600;
 text-transform: none;
 font-size: 11px;
}
.entry-content .nea-ad-link:hover,
.entry-content .nea-ad-link:focus {
 color: var(--player-primary) !important;
 border-bottom-color: var(--player-primary);
 text-decoration: none;
}
.ad-message {
 font-size: 0.875rem;
 color: #6c757d;
 margin-top: 0.5rem;
 margin-bottom: 0;
}
.ad-link {
 color: #6c757d;
 text-decoration: underline;
 transition: color 0.2s ease, text-decoration 0.2s ease;
}
.entry-content .ad-message a:hover {
 color: #f5ae01 !important;
 text-decoration: underline;
}
.nea-player-enhanced.nea-ads-playing:before {
 display: none;
}
.nea-player-enhanced.nea-ads-playing {
 background: #f8f8f8;
 border-color: #e0e0e0;
}
.nea-player-enhanced.nea-ads-playing .nea-player__play {
 opacity: 0.5;
 cursor: not-allowed;
 transform: scale(0.95);
}
.nea-player-enhanced.nea-ads-playing .nea-player__progress {
 pointer-events: none;
 opacity: 0.5;
}
.nea-player-enhanced.nea-ads-playing .nea-player__headline {
 opacity: 0.7;
}
.nea-player__progress-container {
 flex: 1;
 margin: 0;
 position: relative;
 min-width: 0;
}
.nea-player__progress {
 height: 6px;
 background: #e0e0e0;
 border-radius: 6px;
 position: relative;
 cursor: pointer;
 overflow: visible;
 transition: height 0.2s ease;
}
.nea-player__progress:hover {
 height: 8px;
}
@media (hover: none) and (pointer: coarse) {
 .nea-player__progress {
  height: 12px;
 }
 .nea-player__progress:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  bottom: -8px;
  z-index: 1;
 }
 .nea-player__progress-bar {
  z-index: 2;
 }
}
.nea-player__progress-bar {
 height: 100%;
 background: var(--player-accent);
 width: 0;
 border-radius: inherit;
 transition: width 0.1s linear;
 position: relative;
}
.nea-player__progress-bar:after {
 content: "";
 position: absolute;
 right: -6px;
 top: 50%;
 transform: translateY(-50%);
 width: 14px;
 height: 14px;
 background: var(--player-accent);
 border-radius: 50%;
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
 opacity: 0;
 transition: opacity 0.2s ease;
}
.nea-player__progress:hover .nea-player__progress-bar:after {
 opacity: 1;
}
.nea-player-enhanced.playing .nea-player__progress-bar:after {
 opacity: 1;
}
.nea-player__marker {
 display: none !important;
 visibility: hidden !important;
 opacity: 0 !important;
 pointer-events: none !important;
}
.nea-player-enhanced.show-markers .nea-player__marker,
.nea-player-enhanced.hide-markers .nea-player__marker {
 display: none !important;
 visibility: hidden !important;
 opacity: 0 !important;
 pointer-events: none !important;
}
.nea-player__marker:hover,
.nea-player__marker:focus {
 display: none !important;
 visibility: hidden !important;
 opacity: 0 !important;
 pointer-events: none !important;
}
.nea-player__marker-labels {
 display: none !important;
 visibility: hidden !important;
 opacity: 0 !important;
 pointer-events: none !important;
}
.nea-player__secondary-controls {
 display: flex;
 align-items: center;
 gap: 12px;
 flex-shrink: 0;
}
.nea-player__time {
 display: flex;
 align-items: center;
 gap: 4px;
 font-size: 12px;
 color: var(--player-text-secondary);
 margin-right: 0;
 white-space: nowrap;
 font-family: -apple-system, system-ui, "SF Mono", Monaco, "Courier New", monospace;
 font-weight: 400;
 font-variant-numeric: tabular-nums;
}
.nea-player__current,
.nea-player__duration {
 min-width: 42px;
 text-align: right;
}
.nea-player__time-separator {
 color: var(--player-text-secondary);
 opacity: 0.4;
 padding: 0 2px;
}
.nea-player__control-button {
 background: 0 0;
 border: none;
 color: var(--player-text-secondary);
 width: 32px;
 height: 32px;
 border-radius: 6px;
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 transition: all 0.2s ease;
 opacity: 0.8;
}
.nea-player__control-button:hover,
.nea-player__control-button:focus {
 background: rgba(0, 0, 0, 0.05);
 outline: none;
 opacity: 1;
}
.nea-player__control-button svg {
 width: 16px;
 height: 16px;
}
.nea-player__control-button:focus-visible {
 outline: 2px solid var(--player-primary);
 outline-offset: 2px;
}
.nea-player__volume-container {
 position: relative;
 display: flex;
 align-items: center;
 gap: 8px;
 opacity: 0.7;
 transition: opacity 0.2s ease;
}
.nea-player__volume-container:hover {
 opacity: 1;
}
.nea-player__volume-slider {
 width: 60px;
 height: 4px;
 background: #e0e0e0;
 border-radius: 4px;
 appearance: none;
 outline: none;
 margin: 0;
 padding: 0;
 opacity: 1;
 pointer-events: auto;
 display: block !important;
 visibility: visible !important;
 transition: all 0.2s ease;
}
.nea-player__volume-slider:hover {
 background: #d0d0d0;
}
.nea-player__volume-slider::-webkit-slider-thumb {
 appearance: none;
 width: 14px;
 height: 14px;
 background: var(--player-primary);
 border-radius: 50%;
 cursor: pointer;
 border: 2px solid #fff;
 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
 transition: transform 0.2s ease;
}
.nea-player__volume-slider::-webkit-slider-thumb:hover {
 transform: scale(1.2);
}
.nea-player__volume-slider::-moz-range-thumb {
 width: 14px;
 height: 14px;
 background: var(--player-primary);
 border-radius: 50%;
 cursor: pointer;
 border: 2px solid #fff;
 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
 transition: transform 0.2s ease;
}
.nea-player__volume-slider::-moz-range-thumb:hover {
 transform: scale(1.2);
}
.nea-player__volume-icon {
 display: block;
}
.nea-player__mute-icon {
 display: none;
}
.nea-player-enhanced.muted .nea-player__volume-icon {
 display: none;
}
.nea-player-enhanced.muted .nea-player__mute-icon {
 display: block;
}
.nea-player__speed-container {
 display: flex;
 align-items: center;
}
.nea-player__speed {
 display: flex !important;
 align-items: center;
 justify-content: center;
 background: rgba(0, 0, 0, 0.04);
 border: 1px solid var(--player-border);
 padding: 4px 10px;
 border-radius: 20px;
 cursor: pointer;
 color: var(--player-text-secondary);
 font-weight: 600;
 transition: all 0.2s ease;
 min-width: 48px;
}
.nea-player__speed:hover {
 background-color: rgba(0, 0, 0, 0.08);
 border-color: var(--player-secondary);
 transform: translateY(-1px);
}
.nea-player__speed-value {
 font-size: 12px;
 font-weight: 400;
 color: var(--player-text-secondary);
 font-variant-numeric: tabular-nums;
}
.nea-player__playlist {
 display: none;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: rgba(255, 255, 255, 0.95);
 z-index: 10;
 padding: 15px;
 overflow-y: auto;
 border-radius: 8px;
}
.nea-player__playlist.active {
 display: block;
}
.nea-player__playlist-header {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 15px;
 border-bottom: 1px solid var(--player-border);
 padding-bottom: 10px;
}
.nea-player__playlist-title {
 font-size: 16px;
 font-weight: 700;
 margin: 0;
}
.nea-player__playlist-close {
 background: 0 0;
 border: none;
 color: var(--player-text);
 cursor: pointer;
 font-size: 20px;
 padding: 5px;
}
.nea-player__playlist-items {
 list-style: none;
 padding: 0;
 margin: 0;
}
.nea-player__playlist-item {
 display: flex;
 align-items: center;
 padding: 10px;
 border-bottom: 1px solid var(--player-border);
 cursor: pointer;
 transition: background-color 0.2s;
}
.nea-player__playlist-item:hover {
 background: rgba(0, 0, 0, 0.05);
}
.nea-player__playlist-item-play {
 background: var(--player-primary);
 color: #fff;
 border: none;
 border-radius: 50%;
 width: 30px;
 height: 30px;
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 margin-right: 10px;
 flex-shrink: 0;
}
.nea-player__playlist-item-title {
 font-size: 14px;
 flex-grow: 1;
}
.nea-player__playlist-item-duration {
 font-size: 12px;
 color: #666;
 margin-left: 10px;
}
.nea-player__error {
 background-color: #f8d7da;
 color: #721c24;
 padding: 10px;
 border-radius: 4px;
 margin-top: 10px;
 font-size: 14px;
 text-align: center;
}
.sr-only {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 white-space: nowrap;
 border: 0;
}
@media (max-width: 768px) {
 .nea-player-enhanced {
  padding: 10px 12px;
  margin: 12px 0 !important;
 }
 .nea-player__controls {
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
 }
 .nea-player__primary-controls {
  display: flex;
  align-items: center;
  width: 100%;
 }
 .nea-player__progress-container {
  margin: 10px 0;
  width: 100%;
 }
 .nea-player__secondary-controls {
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
 }
 .nea-player__time {
  font-size: 12px;
  margin-right: 5px;
  gap: 2px;
 }
}
@media (max-width: 480px) {
 .nea-player-enhanced {
  padding: 12px 14px;
  margin: 14px 0 !important;
  border-radius: 8px;
 }
 .nea-player__headline {
  font-size: 12px;
 }
 .nea-player__play {
  width: 42px;
  height: 42px;
 }
 .nea-player__play svg {
  width: 16px;
  height: 16px;
 }
 .nea-player__time {
  font-size: 11px;
  gap: 3px;
 }
 .nea-player__current,
 .nea-player__duration {
  min-width: 36px;
 }
 .nea-player__speed {
  padding: 3px 7px;
  min-width: 42px;
 }
 .nea-player__speed-value {
  font-size: 11px;
 }
}
@media (prefers-color-scheme: dark) {
 .nea-player-enhanced {
  --player-primary: #fcfefc;
  --player-secondary: #9c9e9c;
  --player-text: #fcfefc;
  --player-text-secondary: #a8a8a8;
  --player-bg: #1f1f1f;
  --player-border: #3a3a3a;
  --player-shadow: rgba(0, 0, 0, 0.4);
 }
 .nea-player-enhanced {
  background: var(--player-bg);
  border-color: var(--player-border);
 }
 .nea-player__play {
  background: linear-gradient(135deg, #fcfefc 0%, #9c9e9c 100%);
  color: #040204;
 }
 .nea-player-enhanced.nea-ads-playing {
  background: #2a2a2a;
 }
 .nea-player__playlist {
  background: rgba(34, 34, 34, 0.95);
 }
 .nea-player__playlist-item:hover {
  background: rgba(255, 255, 255, 0.1);
 }
 .nea-player__error {
  background-color: #472025;
  color: #f8d7da;
 }
}
@media (forced-colors: active) {
 .nea-player-enhanced {
  border: 2px solid CanvasText;
 }
 .nea-player__play,
 .nea-player__volume,
 .nea-player__speed,
 .nea-player__playlist-button,
 .nea-player__playlist-item-play,
 .nea-player__playlist-close {
  border: 1px solid CanvasText;
 }
 .nea-player__progress,
 .nea-player__volume-slider {
  border: 1px solid CanvasText;
 }
 .nea-player__progress-bar {
  background-color: Highlight;
 }
 .nea-player__marker {
  background-color: CanvasText;
 }
}
@media (min-width: 769px) {
 .nea-player-enhanced {
  padding: 9px 12px;
  margin: 16px 0 !important;
 }
 .nea-player__controls {
  gap: 16px;
 }
 .nea-player__text {
  flex: 1;
 }
 .nea-player__headline {
  font-size: 13px;
  margin-bottom: 6px;
 }
 .nea-player__play {
  width: 52px;
  height: 52px;
 }
 .nea-player__play svg {
  width: 22px;
  height: 22px;
 }
 .nea-player__time {
  font-size: 13px;
  min-width: 110px;
 }
 .nea-player__current,
 .nea-player__duration {
  min-width: 44px;
 }
 .nea-player__progress {
  height: 5px;
 }
 .nea-player__progress:hover {
  height: 7px;
 }
 .nea-player__volume-container {
  display: flex;
 }
 .nea-player__volume-slider {
  width: 90px;
 }
}
.piano-loading {
 background: url("../images/loader.gif") no-repeat;
 background-size: 16px 16px;
 float: left;
 opacity: 0.7;
 filter: alpha(opacity=70);
 width: 16px;
 height: 16px;
 margin: 5px 5px 0;
}
/*!
Theme Name: La Prensa Mix
Theme URI: http://underscores.me/
Author: GEP
Author URI: https://www.laprensa.com.ni/
Description: Wordpress theme for La Prensa with love from Nicaragua
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: la_prensa_mix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

La Prensa Mix is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {font-display:swap;
 src: url(../fonts/OpenSans-Bold.woff) format("woff");
 src: url(../fonts/OpenSans-Regular.woff) format("woff");
 src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
 src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
 line-height: 1.15;
 -webkit-text-size-adjust: 100%;
}
body {
 margin: 0;
}
h1 {
 font-size: 2em;
 margin: 0.67em 0;
}
hr {
 box-sizing: content-box;
 height: 0;
 overflow: visible;
}
pre {
 font-family: monospace, monospace;
 font-size: 1em;
}
a {
 background-color: transparent;
}
abbr[title] {
 border-bottom: none;
 text-decoration: underline;
 -webkit-text-decoration: underline dotted;
 text-decoration: underline dotted;
}
b,
strong {
 font-weight: bold;
}
code,
kbd,
samp {
 font-family: monospace, monospace;
 font-size: 1em;
}
small {
 font-size: 80%;
}
sub,
sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}
sub {
 bottom: -0.25em;
}
sup {
 top: -0.5em;
}
img {
 border-style: none;
}
button,
input,
optgroup,
select,
textarea {
 font-family: inherit;
 font-size: 100%;
 line-height: 1.15;
 margin: 0;
}
button,
input {
 overflow: visible;
}
button,
select {
 text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
 -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
 border-style: none;
 padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
 outline: 1px dotted ButtonText;
}
fieldset {
 padding: 0.35em 0.75em 0.625em;
}
legend {
 box-sizing: border-box;
 color: inherit;
 display: table;
 max-width: 100%;
 padding: 0;
 white-space: normal;
}
progress {
 vertical-align: baseline;
}
textarea {
 overflow: auto;
}
[type="checkbox"],
[type="radio"] {
 box-sizing: border-box;
 padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
[type="search"] {
 -webkit-appearance: textfield;
 outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
::-webkit-file-upload-button {
 -webkit-appearance: button;
 font: inherit;
}
details {
 display: block;
}
summary {
 display: list-item;
}
[hidden],
template {
 display: none;
}
body,
button,
input,
optgroup,
select,
textarea {
 color: #404040;
 font-family: serif;
 font-size: 16px;
 font-size: 1rem;
 line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 clear: both;
}
p {
 margin-bottom: 1.5em;
}
cite,
dfn,
em,
i {
 font-style: italic;
}
blockquote {
 margin: 0 1.5em;
}
address {
 margin: 0 0 1.5em;
}
pre {
 background: #eee;
 font-family: Courier\10 Pitch, Courier, monospace;
 line-height: 1.6;
 margin-bottom: 1.6em;
 max-width: 100%;
 overflow: auto;
 padding: 1.6em;
}
code,
kbd,
pre,
tt,
var {
 font-size: 15px;
 font-size: 0.9375rem;
}
code,
kbd,
tt,
var {
 font-family: Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace;
}
abbr,
acronym {
 border-bottom: 1px dotted #666;
 cursor: help;
}
ins,
mark {
 background: #fff9c0;
 text-decoration: none;
}
big {
 font-size: 125%;
}
html {
 box-sizing: border-box;
}
*,
:after,
:before {
 box-sizing: inherit;
}
body {
 background: #fff;
}
hr {
 background-color: #ccc;
 border: 0;
 height: 1px;
 margin-bottom: 1.5em;
}
ol,
ul {
 margin: 0 0 1.5em 3em;
}
ul {
 list-style: disc;
}
ol {
 list-style: decimal;
}
li > ol,
li > ul {
 margin-bottom: 0;
 margin-left: 1.5em;
}
dt {
 font-weight: 700;
}
dd {
 margin: 0 1.5em 1.5em;
}
img {
 height: auto;
 max-width: 100%;
}
figure {
 margin: 1em 0;
}
table {
 margin: 0 0 1.5em;
 width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
 border: 1px solid;
 border-color: #ccc #ccc #bbb;
 border-radius: 3px;
 background: #e6e6e6;
 color: rgba(0, 0, 0, 0.8);
 font-size: 12px;
 font-size: 0.75rem;
 line-height: 1;
 padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
 border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
 border-color: #aaa #bbb #bbb;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
 color: #666;
 border: 1px solid #ccc;
 border-radius: 3px;
 padding: 3px;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
 color: #111;
}
select {
 border: 1px solid #ccc;
}
textarea {
 width: 100%;
}
a {
 color: #4169e1;
}
a:visited {
 color: purple;
}
a:active,
a:focus,
a:hover {
 color: #191970;
}
a:focus {
 outline: thin dotted;
}
a:active,
a:hover {
 outline: 0;
}
.navbar-light .navbar-nav .nav-link {
 color: #fff !important;
 position: relative;
 height: auto;
 margin: 0;
 width: auto;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
 font-weight: 500 !important;
 font-style: normal;
 font-size: 14px !important;
 text-align: left !important;
 line-height: 19px !important;
}
.main-navigation {
 clear: both;
 display: block;
 float: left;
 width: 100%;
}
.main-navigation ul {
 display: none;
 list-style: none;
 margin: 0;
 padding-left: 0;
}
.main-navigation ul ul {
 box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
 float: left;
 position: absolute;
 top: 100%;
 left: -999em;
 z-index: 99999;
}
.main-navigation ul ul ul {
 left: -999em;
 top: 0;
}
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:hover > ul {
 left: 100%;
}
.main-navigation ul ul a {
 width: 200px;
}
.main-navigation ul li.focus > ul,
.main-navigation ul li:hover > ul {
 left: auto;
}
.main-navigation li {
 float: left;
 position: relative;
}
.main-navigation a {
 display: block;
 text-decoration: none;
}
.main-navigation.toggled ul,
.menu-toggle {
 display: block;
}
@media screen and (min-width: 37.5em) {
 .menu-toggle {
  display: none;
 }
 .main-navigation ul {
  display: block;
 }
}
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
 margin: 0 0 1.5em;
 overflow: hidden;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
 float: left;
 width: 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
 float: right;
 text-align: right;
 width: 50%;
}
.navbar-expand-lg .navbar-collapse {
 background-color: #00507c !important;
}
.screen-reader-text {
 border: 0;
 clip: rect(1px, 1px, 1px, 1px);
 -webkit-clip-path: inset(50%);
 clip-path: inset(50%);
 height: 1px;
 margin: -1px;
 overflow: hidden;
 padding: 0;
 position: absolute !important;
 width: 1px;
 word-wrap: normal !important;
}
.screen-reader-text:focus {
 background-color: #f1f1f1;
 border-radius: 3px;
 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
 clip: auto !important;
 -webkit-clip-path: none;
 clip-path: none;
 color: #21759b;
 display: block;
 font-size: 14px;
 font-size: 0.875rem;
 font-weight: 700;
 height: auto;
 left: 5px;
 line-height: normal;
 padding: 15px 23px 14px;
 text-decoration: none;
 top: 5px;
 width: auto;
 z-index: 100000;
}
#content[tabindex="-1"]:focus {
 outline: 0;
}
.alignleft {
 display: inline;
 float: left;
 margin-right: 1.5em;
}
.alignright {
 display: inline;
 float: right;
 margin-left: 1.5em;
}
.aligncenter {
 clear: both;
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
 content: "";
 display: table;
 table-layout: fixed;
}
.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
 clear: both;
}
.widget select {
 max-width: 100%;
}
.sticky {
 display: block;
}
.page,
.post {
 margin: 0 0 1.5em;
}
.updated:not(.published) {
 display: none;
}
.entry-summary,
.page-content {
 margin: 1.5em 0 0;
}
.page-links {
 clear: both;
 margin: 0 0 1.5em;
}
.comment-content a {
 word-wrap: break-word;
}
.bypostauthor {
 display: block;
}
.infinite-scroll.neverending .site-footer,
.infinite-scroll .posts-navigation {
 display: none;
}
.infinity-end.neverending .site-footer {
 display: block;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
 border: none;
 margin-bottom: 0;
 margin-top: 0;
 padding: 0;
}
embed,
iframe,
object {
 max-width: 100%;
}
.custom-logo-link {
 display: inline-block;
}
.wp-caption {
 margin-bottom: 1.5em;
 max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.wp-caption .wp-caption-text {
 margin: 0.8075em 0;
}
.wp-caption-text {
 text-align: center;
}
.gallery {
 margin-bottom: 1.5em;
}
.gallery-item {
 display: inline-block;
 text-align: center;
 vertical-align: top;
 width: 100%;
}
.gallery-columns-2 .gallery-item {
 max-width: 50%;
}
.gallery-columns-3 .gallery-item {
 max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
 max-width: 25%;
}
.gallery-columns-5 .gallery-item {
 max-width: 20%;
}
.gallery-columns-6 .gallery-item {
 max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
 max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
 max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
 max-width: 11.11%;
}
.gallery-caption,
.tads:before {
 display: block;
}
@media screen and (max-width: 768px) {
 .tads-header-mobile-premium:before,
 .tads-header-mobile:before {
  margin-top: 8%;
 }
}
#author,
#email,
.comment-form-author,
.comment-form-email {
 display: none;
}
ol {
 list-style: none;
}
.btn-comentar {
 background-color: #4aa8f0 !important;
 top: 0;
 height: 37px;
 width: 169px;
 opacity: 1;
 left: 40px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 color: #fff !important;
 font-family: Roboto, Helvetica, Arial, serif;
 font-weight: 500;
 font-style: normal;
 font-size: 13px;
 color: #fefffe;
 text-align: center;
 letter-spacing: 2.2px;
 line-height: 18px;
}
@media screen and (max-width: 768px) {
 .btn-comentar {
  height: 30px;
  width: 110px;
  margin-bottom: 3%;
  margin-left: 67%;
 }
}
@media only screen and (max-width: 667px) {
 .btn-comentar {
  margin-left: 1%;
 }
}
@media only screen and (max-width: 600px) {
 .btn-comentar {
  margin-left: 1%;
 }
}
.title-comment {
 font-family: Roboto, Helvetica, Arial, serif;
 font-weight: 700;
 font-style: normal;
 font-size: 14px;
 color: #25282c;
 text-align: left;
 line-height: 22px;
 text-transform: uppercase;
}
@media screen and (max-width: 768px) {
 .title-comment {
  font-size: 12.5px;
  line-height: 12px;
 }
}
.sub-title-comment {
 font-size: 14px;
 color: #25282c;
 text-align: left;
 line-height: 22px;
 font-family: Roboto, Helvetica, Arial, serif;
 font-weight: 400;
 font-style: normal;
}
@media screen and (max-width: 768px) {
 .sub-title-comment {
  line-height: 12px;
 }
}
@media screen and (min-width: 768px) {
 .custom-aling-content {
  margin-left: 5%;
  margin-right: 5%;
 }
}
@media screen and (min-width: 768px) {
 .custom-titles-aling {
  margin-left: 4%;
  margin-right: 4%;
 }
}
@media screen and (max-width: 768px) {
 .custom-titles-aling {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 5px;
 }
}
@media screen and (min-width: 768px) {
 .custom-aling-content-width {
  width: 80%;
 }
}
@media screen and (max-width: 768px) {
 .custom-aling-content-width {
  margin-top: -20px;
 }
}
.content-width-text-area {
 height: 130px;
}
.form-content-comment {
 border-top: 3px solid #7d7d7d;
 background: #eff2f4;
}
@media screen and (min-width: 768px) {
 .form-content-comment {
  padding-top: 50px;
  padding-bottom: 40px;
 }
}
@media screen and (min-width: 768px) {
 .margin-form-content-comment {
  margin-bottom: 3%;
 }
}
@media screen and (min-width: 768px) {
 .margin-form-button {
  margin-top: 30px;
 }
}
.custom-count-comment {
 font-size: 12px;
 color: #4aa8f0;
 letter-spacing: 0.51px;
 line-height: 16px;
}
.autor-comment,
.custom-count-comment {
 font-family: Roboto, Helvetica, Arial, serif;
 font-weight: 900;
 font-style: normal;
 text-align: center;
}
.autor-comment {
 opacity: 1;
 font-size: 13px;
 color: #4aa7f0;
 letter-spacing: 0.55px;
 line-height: 18px;
}
@media screen and (max-width: 768px) {
 .autor-comment {
  margin-left: 3%;
 }
}
@media screen and (min-width: 768px) {
 .autor-comment {
  margin-left: 2%;
 }
}
.autor-comment a {
 opacity: 1;
 font-family: Roboto, Helvetica, Arial, serif;
 font-weight: 900;
 font-style: normal;
 font-size: 13px;
 color: #4aa7f0 !important;
 text-align: center;
 letter-spacing: 0.55px;
 line-height: 18px;
}
.avatar {
 border-radius: 50%;
 margin-bottom: -11%;
}
.btn-reply-comment {
 left: 22px;
 font-family: Roboto, Helvetica, Arial, serif !important;
 font-weight: 700 !important;
 font-style: normal !important;
 font-size: 11px !important;
 color: #4aa8f0 !important;
 text-align: center !important;
 line-height: 15px !important;
 text-align: right;
 text-transform: uppercase;
}
.btn-reply-comment,
.comment-text-content {
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
.comment-text-content {
 margin: 0;
 left: 87px;
 font-family: Roboto, Helvetica, Arial, serif;
 font-weight: 400;
 font-style: normal;
 font-size: 13px;
 color: #25282c;
 text-align: justify;
 line-height: 21px;
}
@media screen and (min-width: 768px) {
 .comment-text-content {
  margin-left: 11% !important;
 }
}
@media screen and (min-width: 768px) {
 .comment-text-content p {
  margin-bottom: 0 !important;
 }
}
.comment-body {
 margin-bottom: 0;
}
.date-day-comment {
 left: 87px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
 font-family: Roboto, Helvetica, Arial, serif;
 font-weight: 400;
 font-style: normal;
 font-size: 11px;
 color: #939faf !important;
 text-align: left;
 line-height: 15px;
}
@media screen and (min-width: 768px) {
 .date-day-comment {
  margin-left: 11%;
 }
}
@media screen and (max-width: 768px) {
 .date-day-comment {
  margin-left: 65px !important;
 }
}
.pleca-responder-comment {
 font-size: 11px;
 color: #939faf !important;
 margin-top: 6px;
}
.comment-awaiting-moderation,
.pleca-responder-comment {
 left: 87px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
 font-family: Roboto, Helvetica, Arial, serif;
 font-weight: 400;
 font-style: normal;
 text-align: left;
 line-height: 15px;
}
.comment-awaiting-moderation {
 font-size: 18px;
 color: #317905 !important;
 text-align: center;
}
.cancel-comment-reply-link-custom {
 padding-left: 10px;
 color: #c37a4e !important;
}
@media screen and (min-width: 768px) {
 .cancel-comment-reply-link-custom {
  margin-left: 78%;
 }
}
@media screen and (max-width: 768px) {
 .cancel-comment-reply-link-custom {
  margin-left: 74%;
 }
}
@media screen and (max-width: 768px) {
 .comment-list {
  margin-left: -12%;
 }
}
@media screen and (max-width: 768px) {
 .comment-list ol li {
  margin-left: -15%;
 }
}
.children {
 margin-left: 1.5%;
}
.author-custom-aut-mob {
 margin-left: 8% !important;
}
@media screen and (max-width: 768px) {
 .author-custom-aut-mob {
  margin-left: 12% !important;
  margin-top: -12px !important;
 }
}
.author-custom-aut-mob-dos {
 margin-left: 7% !important;
}
@media screen and (max-width: 768px) {
 .author-custom-aut-mob-dos {
  margin-left: 12% !important;
  margin-top: -12px !important;
 }
}
@media screen and (max-width: 768px) {
 .bnt-comment-now {
  margin-left: 0 !important;
 }
}
.bnt-comment-now-dos {
 margin-left: 2%;
}
@media screen and (max-width: 768px) {
 .bnt-comment-now-dos {
  margin-left: 71%;
  margin-bottom: -30px;
  margin-top: 3.5%;
 }
}
.bnt-comment-now-btn-cancel {
 margin-left: -32.6%;
}
@media screen and (max-width: 768px) {
 .bnt-comment-now-btn-cancel {
  margin-left: 77%;
 }
}
@media screen and (min-width: 768px) {
 .bnt-comment-now-dos img,
 .bnt-comment-now img {
  margin-top: 0;
  width: 14px;
 }
}
@media screen and (max-width: 768px) {
 .bnt-comment-now-dos img,
 .bnt-comment-now img {
  margin-top: 0;
  width: 13px;
 }
}
@media screen and (max-width: 768px) {
 .bnt-custom-comment-mobil {
  margin-top: -25px;
 }
}
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
 --blue: #00507c;
 --indigo: #5f70af;
 --purple: #9467ac;
 --pink: #de8ca2;
 --red: #a5586f;
 --orange: #dca11d;
 --yellow: #e9b23e;
 --green: #07d4ac;
 --teal: #95eb88;
 --cyan: #00b7c4;
 --white: #fff;
 --gray: #868e96;
 --gray-dark: #343a40;
 --primary: #00507c;
 --secondary: #adb5bd;
 --success: #07d4ac;
 --info: #00b7c4;
 --warning: #e9b23e;
 --danger: #a5586f;
 --light: #f8f9fa;
 --dark: #343a40;
 --breakpoint-xs: 0;
 --breakpoint-sm: 576px;
 --breakpoint-md: 768px;
 --breakpoint-lg: 992px;
 --breakpoint-xl: 1200px;
 --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
  sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
 box-sizing: border-box;
}
html {
 font-family: sans-serif;
 line-height: 1.15;
 -webkit-text-size-adjust: 100%;
 -webkit-tap-highlight-color: rgba(34, 34, 34, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
 display: block;
}
body {
 margin: 0;
 font-family: Roboto, sans-serif;
 font-size: 1.063rem;
 font-weight: 400;
 line-height: 1.5;
 color: #343a40;
 text-align: left;
 background-color: #fff;
}
[tabindex="-1"]:focus {
 outline: 0 !important;
}
hr {
 box-sizing: content-box;
 height: 0;
 overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 margin-top: 0;
 margin-bottom: 0.5rem;
}
p {
 margin-top: 0;
 margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
 text-decoration: underline;
 -webkit-text-decoration: underline dotted;
 text-decoration: underline dotted;
 cursor: help;
 border-bottom: 0;
 -webkit-text-decoration-skip-ink: none;
 text-decoration-skip-ink: none;
}
address {
 font-style: normal;
 line-height: inherit;
}
address,
dl,
ol,
ul {
 margin-bottom: 1rem;
}
dl,
ol,
ul {
 margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
 margin-bottom: 0;
}
dt {
 font-weight: 700;
}
dd {
 margin-bottom: 0.5rem;
 margin-left: 0;
}
blockquote {
 margin: 0 0 1rem;
}
b,
strong {
 font-weight: bold;
}
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: #00507c;
 text-decoration: none;
 background-color: transparent;
}
a:hover {
 color: #001f30;
 text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
 color: inherit;
 text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
 outline: 0;
}
code,
kbd,
pre,
samp {
 font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
 font-size: 1em;
}
pre {
 margin-top: 0;
 margin-bottom: 1rem;
 overflow: auto;
}
figure {
 margin: 0 0 1rem;
}
img {
 border-style: none;
}
img,
svg {
 vertical-align: middle;
}
svg {
 overflow: hidden;
}
table {
 border-collapse: collapse;
}
caption {
 padding-top: 0.75rem;
 padding-bottom: 0.75rem;
 color: #868e96;
 text-align: left;
 caption-side: bottom;
}
th {
 text-align: inherit;
}
label {
 display: inline-block;
 margin-bottom: 0.5rem;
}
button {
 border-radius: 0;
}
button:focus {
 outline: 1px dotted;
 outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
 margin: 0;
 font-family: inherit;
 font-size: inherit;
 line-height: inherit;
}
button,
input {
 overflow: visible;
}
button,
select {
 text-transform: none;
}
select {
 word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
 -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
 cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
 padding: 0;
 border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
 box-sizing: border-box;
 padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
 -webkit-appearance: listbox;
}
textarea {
 overflow: auto;
 resize: vertical;
}
fieldset {
 min-width: 0;
 padding: 0;
 margin: 0;
 border: 0;
}
legend {
 display: block;
 width: 100%;
 max-width: 100%;
 padding: 0;
 margin-bottom: 0.5rem;
 font-size: 1.5rem;
 line-height: inherit;
 color: inherit;
 white-space: normal;
}
progress {
 vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
[type="search"] {
 outline-offset: -2px;
 -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
::-webkit-file-upload-button {
 font: inherit;
 -webkit-appearance: button;
}
output {
 display: inline-block;
}
summary {
 display: list-item;
 cursor: pointer;
}
template {
 display: none;
}
[hidden] {
 display: none !important;
}

h1,
.h1 {
 margin-bottom: 0.5rem;
 font-weight: 700;
 line-height: 1.2;
}

.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
 margin-bottom: 0.5rem;
 font-weight: 700;
 line-height: 1.3;
}
.h1,
h1 {
 font-size: 2.6575rem;
}
.h2,
h2 {
 font-size: 2.126rem;
}
.h3,
h3 {
 font-size: 1.86025rem;
}
.h4,
h4 {
 font-size: 1.5945rem;
}
.h5,
h5 {
 font-size: 1.32875rem;
}
.h6,
h6 {
 font-size: 1.063rem;
}
.lead {
 font-size: 1.32875rem;
 font-weight: 300;
}
.display-1 {
 font-size: 6rem;
}
.display-1,
.display-2 {
 font-weight: 300;
 line-height: 1.3;
}
.display-2 {
 font-size: 5.5rem;
}
.display-3 {
 font-size: 4.5rem;
}
.display-3,
.display-4 {
 font-weight: 300;
 line-height: 1.3;
}
.display-4 {
 font-size: 3.5rem;
}
hr {
 margin-top: 1rem;
 margin-bottom: 1rem;
 border: 0;
 border-top: 1px solid rgba(34, 34, 34, 0.1);
}
.small,
small {
 font-size: 80%;
 font-weight: 400;
}
.mark,
mark {
 padding: 0.2em;
 background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
 padding-left: 0;
 list-style: none;
}
.list-inline-item {
 display: inline-block;
}
.list-inline-item:not(:last-child) {
 margin-right: 0.5rem;
}
.initialism {
 font-size: 90%;
 text-transform: uppercase;
}
.blockquote {
 margin-bottom: 1rem;
 font-size: 1.32875rem;
}
.blockquote-footer {
 display: block;
 font-size: 80%;
 color: #868e96;
}
.blockquote-footer:before {
 content: "\2014\A0";
}
.img-fluid,
.img-thumbnail {
 max-width: 100%;
 height: auto;
}
.img-thumbnail {
 padding: 0.25rem;
 background-color: #fff;
 border: 1px solid #ddd;
 border-radius: 0.25rem;
}
.figure {
 display: inline-block;
}
.figure-img {
 margin-bottom: 0.5rem;
 line-height: 1;
}
.figure-caption {
 font-size: 90%;
 color: #868e96;
}
code {
 font-size: 87.5%;
 color: #de8ca2;
 word-break: break-word;
}
a > code {
 color: inherit;
}
kbd {
 padding: 0.2rem 0.4rem;
 font-size: 87.5%;
 color: #fff;
 background-color: #212529;
 border-radius: 0.2rem;
}
kbd kbd {
 padding: 0;
 font-size: 100%;
 font-weight: 700;
}
pre {
 display: block;
 font-size: 87.5%;
 color: #212529;
}
pre code {
 font-size: inherit;
 color: inherit;
 word-break: normal;
}
.pre-scrollable {
 max-height: 340px;
 overflow-y: scroll;
}
.container {
 width: 100%;
 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;
}
@media (min-width: 576px) {
 .container {
  max-width: 540px;
 }
}
@media (min-width: 768px) {
 .container {
  max-width: 720px;
 }
}
@media (min-width: 992px) {
 .container {
  max-width: 960px;
 }
}
@media (min-width: 1200px) {
 .container {
  max-width: 1200px;
 }
}
.container-fluid {
 width: 100%;
 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;
}
.row {
 display: flex;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.no-gutters {
 margin-right: 0;
 margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
 padding-right: 0;
 padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
 position: relative;
 width: 100%;
 padding-right: 15px;
 padding-left: 15px;
}
.col {
 flex-basis: 0;
 flex-grow: 1;
 max-width: 100%;
}
.col-auto {
 flex: 0 0 auto;
 width: auto;
 max-width: 100%;
}
.col-1 {
 flex: 0 0 8.3333333333%;
 max-width: 8.3333333333%;
}
.col-2 {
 flex: 0 0 16.6666666667%;
 max-width: 16.6666666667%;
}
.col-3 {
 flex: 0 0 25%;
 max-width: 25%;
}
.col-4 {
 flex: 0 0 33.3333333333%;
 max-width: 33.3333333333%;
}
.col-5 {
 flex: 0 0 41.6666666667%;
 max-width: 41.6666666667%;
}
.col-6 {
 flex: 0 0 50%;
 max-width: 50%;
}
.col-7 {
 flex: 0 0 58.3333333333%;
 max-width: 58.3333333333%;
}
.col-8 {
 flex: 0 0 66.6666666667%;
 max-width: 66.6666666667%;
}
.col-9 {
 flex: 0 0 75%;
 max-width: 75%;
}
.col-10 {
 flex: 0 0 83.3333333333%;
 max-width: 83.3333333333%;
}
.col-11 {
 flex: 0 0 91.6666666667%;
 max-width: 91.6666666667%;
}
.col-12 {
 flex: 0 0 100%;
 max-width: 100%;
}
.order-first {
 order: -1;
}
.order-last {
 order: 13;
}
.order-0 {
 order: 0;
}
.order-1 {
 order: 1;
}
.order-2 {
 order: 2;
}
.order-3 {
 order: 3;
}
.order-4 {
 order: 4;
}
.order-5 {
 order: 5;
}
.order-6 {
 order: 6;
}
.order-7 {
 order: 7;
}
.order-8 {
 order: 8;
}
.order-9 {
 order: 9;
}
.order-10 {
 order: 10;
}
.order-11 {
 order: 11;
}
.order-12 {
 order: 12;
}
.offset-1 {
 margin-left: 8.3333333333%;
}
.offset-2 {
 margin-left: 16.6666666667%;
}
.offset-3 {
 margin-left: 25%;
}
.offset-4 {
 margin-left: 33.3333333333%;
}
.offset-5 {
 margin-left: 41.6666666667%;
}
.offset-6 {
 margin-left: 50%;
}
.offset-7 {
 margin-left: 58.3333333333%;
}
.offset-8 {
 margin-left: 66.6666666667%;
}
.offset-9 {
 margin-left: 75%;
}
.offset-10 {
 margin-left: 83.3333333333%;
}
.offset-11 {
 margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
 .col-sm {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
 }
 .col-sm-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
 }
 .col-sm-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
 }
 .col-sm-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
 }
 .col-sm-3 {
  flex: 0 0 25%;
  max-width: 25%;
 }
 .col-sm-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
 }
 .col-sm-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
 }
 .col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
 }
 .col-sm-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
 }
 .col-sm-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
 }
 .col-sm-9 {
  flex: 0 0 75%;
  max-width: 75%;
 }
 .col-sm-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
 }
 .col-sm-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
 }
 .col-sm-12 {
  flex: 0 0 100%;
  max-width: 100%;
 }
 .order-sm-first {
  order: -1;
 }
 .order-sm-last {
  order: 13;
 }
 .order-sm-0 {
  order: 0;
 }
 .order-sm-1 {
  order: 1;
 }
 .order-sm-2 {
  order: 2;
 }
 .order-sm-3 {
  order: 3;
 }
 .order-sm-4 {
  order: 4;
 }
 .order-sm-5 {
  order: 5;
 }
 .order-sm-6 {
  order: 6;
 }
 .order-sm-7 {
  order: 7;
 }
 .order-sm-8 {
  order: 8;
 }
 .order-sm-9 {
  order: 9;
 }
 .order-sm-10 {
  order: 10;
 }
 .order-sm-11 {
  order: 11;
 }
 .order-sm-12 {
  order: 12;
 }
 .offset-sm-0 {
  margin-left: 0;
 }
 .offset-sm-1 {
  margin-left: 8.3333333333%;
 }
 .offset-sm-2 {
  margin-left: 16.6666666667%;
 }
 .offset-sm-3 {
  margin-left: 25%;
 }
 .offset-sm-4 {
  margin-left: 33.3333333333%;
 }
 .offset-sm-5 {
  margin-left: 41.6666666667%;
 }
 .offset-sm-6 {
  margin-left: 50%;
 }
 .offset-sm-7 {
  margin-left: 58.3333333333%;
 }
 .offset-sm-8 {
  margin-left: 66.6666666667%;
 }
 .offset-sm-9 {
  margin-left: 75%;
 }
 .offset-sm-10 {
  margin-left: 83.3333333333%;
 }
 .offset-sm-11 {
  margin-left: 91.6666666667%;
 }
}
@media (min-width: 768px) {
 .col-md {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
 }
 .col-md-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
 }
 .col-md-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
 }
 .col-md-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
 }
 .col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
 }
 .col-md-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
 }
 .col-md-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
 }
 .col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
 }
 .col-md-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
 }
 .col-md-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
 }
 .col-md-9 {
  flex: 0 0 75%;
  max-width: 75%;
 }
 .col-md-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
 }
 .col-md-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
 }
 .col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
 }
 .order-md-first {
  order: -1;
 }
 .order-md-last {
  order: 13;
 }
 .order-md-0 {
  order: 0;
 }
 .order-md-1 {
  order: 1;
 }
 .order-md-2 {
  order: 2;
 }
 .order-md-3 {
  order: 3;
 }
 .order-md-4 {
  order: 4;
 }
 .order-md-5 {
  order: 5;
 }
 .order-md-6 {
  order: 6;
 }
 .order-md-7 {
  order: 7;
 }
 .order-md-8 {
  order: 8;
 }
 .order-md-9 {
  order: 9;
 }
 .order-md-10 {
  order: 10;
 }
 .order-md-11 {
  order: 11;
 }
 .order-md-12 {
  order: 12;
 }
 .offset-md-0 {
  margin-left: 0;
 }
 .offset-md-1 {
  margin-left: 8.3333333333%;
 }
 .offset-md-2 {
  margin-left: 16.6666666667%;
 }
 .offset-md-3 {
  margin-left: 25%;
 }
 .offset-md-4 {
  margin-left: 33.3333333333%;
 }
 .offset-md-5 {
  margin-left: 41.6666666667%;
 }
 .offset-md-6 {
  margin-left: 50%;
 }
 .offset-md-7 {
  margin-left: 58.3333333333%;
 }
 .offset-md-8 {
  margin-left: 66.6666666667%;
 }
 .offset-md-9 {
  margin-left: 75%;
 }
 .offset-md-10 {
  margin-left: 83.3333333333%;
 }
 .offset-md-11 {
  margin-left: 91.6666666667%;
 }
}
@media (min-width: 992px) {
 .col-lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
 }
 .col-lg-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
 }
 .col-lg-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
 }
 .col-lg-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
 }
 .col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
 }
 .col-lg-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
 }
 .col-lg-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
 }
 .col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
 }
 .col-lg-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
 }
 .col-lg-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
 }
 .col-lg-9 {
  flex: 0 0 75%;
  max-width: 75%;
 }
 .col-lg-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
 }
 .col-lg-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
 }
 .col-lg-12 {
  flex: 0 0 100%;
  max-width: 100%;
 }
 .order-lg-first {
  order: -1;
 }
 .order-lg-last {
  order: 13;
 }
 .order-lg-0 {
  order: 0;
 }
 .order-lg-1 {
  order: 1;
 }
 .order-lg-2 {
  order: 2;
 }
 .order-lg-3 {
  order: 3;
 }
 .order-lg-4 {
  order: 4;
 }
 .order-lg-5 {
  order: 5;
 }
 .order-lg-6 {
  order: 6;
 }
 .order-lg-7 {
  order: 7;
 }
 .order-lg-8 {
  order: 8;
 }
 .order-lg-9 {
  order: 9;
 }
 .order-lg-10 {
  order: 10;
 }
 .order-lg-11 {
  order: 11;
 }
 .order-lg-12 {
  order: 12;
 }
 .offset-lg-0 {
  margin-left: 0;
 }
 .offset-lg-1 {
  margin-left: 8.3333333333%;
 }
 .offset-lg-2 {
  margin-left: 16.6666666667%;
 }
 .offset-lg-3 {
  margin-left: 25%;
 }
 .offset-lg-4 {
  margin-left: 33.3333333333%;
 }
 .offset-lg-5 {
  margin-left: 41.6666666667%;
 }
 .offset-lg-6 {
  margin-left: 50%;
 }
 .offset-lg-7 {
  margin-left: 58.3333333333%;
 }
 .offset-lg-8 {
  margin-left: 66.6666666667%;
 }
 .offset-lg-9 {
  margin-left: 75%;
 }
 .offset-lg-10 {
  margin-left: 83.3333333333%;
 }
 .offset-lg-11 {
  margin-left: 91.6666666667%;
 }
}
@media (min-width: 1200px) {
 .col-xl {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
 }
 .col-xl-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
 }
 .col-xl-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
 }
 .col-xl-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
 }
 .col-xl-3 {
  flex: 0 0 25%;
  max-width: 25%;
 }
 .col-xl-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
 }
 .col-xl-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
 }
 .col-xl-6 {
  flex: 0 0 50%;
  max-width: 50%;
 }
 .col-xl-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
 }
 .col-xl-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
 }
 .col-xl-9 {
  flex: 0 0 75%;
  max-width: 75%;
 }
 .col-xl-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
 }
 .col-xl-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
 }
 .col-xl-12 {
  flex: 0 0 100%;
  max-width: 100%;
 }
 .order-xl-first {
  order: -1;
 }
 .order-xl-last {
  order: 13;
 }
 .order-xl-0 {
  order: 0;
 }
 .order-xl-1 {
  order: 1;
 }
 .order-xl-2 {
  order: 2;
 }
 .order-xl-3 {
  order: 3;
 }
 .order-xl-4 {
  order: 4;
 }
 .order-xl-5 {
  order: 5;
 }
 .order-xl-6 {
  order: 6;
 }
 .order-xl-7 {
  order: 7;
 }
 .order-xl-8 {
  order: 8;
 }
 .order-xl-9 {
  order: 9;
 }
 .order-xl-10 {
  order: 10;
 }
 .order-xl-11 {
  order: 11;
 }
 .order-xl-12 {
  order: 12;
 }
 .offset-xl-0 {
  margin-left: 0;
 }
 .offset-xl-1 {
  margin-left: 8.3333333333%;
 }
 .offset-xl-2 {
  margin-left: 16.6666666667%;
 }
 .offset-xl-3 {
  margin-left: 25%;
 }
 .offset-xl-4 {
  margin-left: 33.3333333333%;
 }
 .offset-xl-5 {
  margin-left: 41.6666666667%;
 }
 .offset-xl-6 {
  margin-left: 50%;
 }
 .offset-xl-7 {
  margin-left: 58.3333333333%;
 }
 .offset-xl-8 {
  margin-left: 66.6666666667%;
 }
 .offset-xl-9 {
  margin-left: 75%;
 }
 .offset-xl-10 {
  margin-left: 83.3333333333%;
 }
 .offset-xl-11 {
  margin-left: 91.6666666667%;
 }
}
.table {
 width: 100%;
 margin-bottom: 1rem;
 color: #343a40;
}
.table td,
.table th {
 padding: 0.75rem;
 vertical-align: top;
 border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.table thead th {
 vertical-align: bottom;
 border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.table tbody + tbody {
 border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.table-sm td,
.table-sm th {
 padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
 border: 1px solid rgba(0, 0, 0, 0.1);
}
.table-bordered thead td,
.table-bordered thead th {
 border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
 border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
 background-color: rgba(34, 34, 34, 0.05);
}
.table-hover tbody tr:hover {
 color: #343a40;
 background-color: rgba(34, 34, 34, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
 background-color: #b8ceda;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
 border-color: #7aa4bb;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
 background-color: #a7c2d1;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
 background-color: #e8eaed;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
 border-color: #d4d9dd;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
 background-color: #dadde2;
}
.table-success,
.table-success > td,
.table-success > th {
 background-color: #baf3e8;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
 border-color: #7ee9d4;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
 background-color: #a4efe1;
}
.table-info,
.table-info > td,
.table-info > th {
 background-color: #b8ebee;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
 border-color: #7adae0;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
 background-color: #a3e5e9;
}
.table-warning,
.table-warning > td,
.table-warning > th {
 background-color: #f9e9c9;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
 border-color: #f4d79b;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
 background-color: #f6e0b2;
}
.table-danger,
.table-danger > td,
.table-danger > th {
 background-color: #e6d0d7;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
 border-color: #d0a8b4;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
 background-color: #ddbfc9;
}
.table-light,
.table-light > td,
.table-light > th {
 background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
 border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
 background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
 background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
 border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
 background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
 background-color: rgba(34, 34, 34, 0.075);
}
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
 background-color: rgba(21, 21, 21, 0.075);
}
.table .thead-dark th {
 color: #fff;
 background-color: #343a40;
 border-color: #454d55;
}
.table .thead-light th {
 color: #495057;
 background-color: #e9ecef;
 border-color: rgba(0, 0, 0, 0.1);
}
.table-dark {
 color: #fff;
 background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
 border-color: #454d55;
}
.table-dark.table-bordered {
 border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
 background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
 color: #fff;
 background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
 .table-responsive-sm {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
 }
 .table-responsive-sm > .table-bordered {
  border: 0;
 }
}
@media (max-width: 767.98px) {
 .table-responsive-md {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
 }
 .table-responsive-md > .table-bordered {
  border: 0;
 }
}
@media (max-width: 991.98px) {
 .table-responsive-lg {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
 }
 .table-responsive-lg > .table-bordered {
  border: 0;
 }
}
@media (max-width: 1199.98px) {
 .table-responsive-xl {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
 }
 .table-responsive-xl > .table-bordered {
  border: 0;
 }
}
.table-responsive {
 display: block;
 width: 100%;
 overflow-x: auto;
 -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
 border: 0;
}
.form-control {
 display: block;
 width: 100%;
 height: calc(1.5em + 1rem + 2px);
 padding: 0.5rem 1.1rem;
 font-size: 1.063rem;
 font-weight: 400;
 line-height: 1.5;
 color: #495057;
 background-color: #fff;
 background-clip: padding-box;
 border: 1px solid rgba(0, 0, 0, 0.1);
 border-radius: 0.25rem;
 transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
 .form-control {
  transition: none;
 }
}
.form-control::-ms-expand {
 background-color: transparent;
 border: 0;
}
.form-control:focus {
 color: #495057;
 background-color: #fff;
 border-color: #00a2fc;
 outline: 0;
 box-shadow: 0 0 0 0.2rem rgba(0, 80, 124, 0.25);
}
.form-control::-webkit-input-placeholder {
 color: #868e96;
 opacity: 1;
}
.form-control::-moz-placeholder {
 color: #868e96;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #868e96;
 opacity: 1;
}
.form-control::-ms-input-placeholder {
 color: #868e96;
 opacity: 1;
}
.form-control::placeholder {
 color: #868e96;
 opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
 background-color: #e9ecef;
 opacity: 1;
}
select.form-control:focus::-ms-value {
 color: #495057;
 background-color: #fff;
}
.form-control-file,
.form-control-range {
 display: block;
 width: 100%;
}
.col-form-label {
 margin-bottom: 0;
 font-size: inherit;
}
.col-form-label,
.col-form-label-lg {
 padding-top: calc(0.5rem + 1px);
 padding-bottom: calc(0.5rem + 1px);
 line-height: 1.5;
}
.col-form-label-lg {
 font-size: 1.32875rem;
}
.col-form-label-sm {
 padding-top: calc(0.25rem + 1px);
 padding-bottom: calc(0.25rem + 1px);
 font-size: 0.930125rem;
 line-height: 1.5;
}
.form-control-plaintext {
 display: block;
 width: 100%;
 padding-top: 0.5rem;
 padding-bottom: 0.5rem;
 margin-bottom: 0;
 line-height: 1.5;
 color: #343a40;
 background-color: transparent;
 border: solid transparent;
 border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
 padding-right: 0;
 padding-left: 0;
}
.form-control-sm {
 height: calc(1.5em + 0.5rem + 2px);
 padding: 0.25rem 0.5rem;
 font-size: 0.930125rem;
 line-height: 1.5;
 border-radius: 0.2rem;
}
.form-control-lg {
 height: calc(1.5em + 1rem + 2px);
 padding: 0.5rem 1rem;
 font-size: 1.32875rem;
 line-height: 1.5;
 border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
 height: auto;
}
.form-group {
 margin-bottom: 1rem;
}
.form-text {
 display: block;
 margin-top: 0.25rem;
}
.form-row {
 display: flex;
 flex-wrap: wrap;
 margin-right: -5px;
 margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
 padding-right: 5px;
 padding-left: 5px;
}
.form-check {
 position: relative;
 display: block;
 padding-left: 1.25rem;
}
.form-check-input {
 position: absolute;
 margin-top: 0.3rem;
 margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
 color: #868e96;
}
.form-check-label {
 margin-bottom: 0;
}
.form-check-inline {
 display: inline-flex;
 align-items: center;
 padding-left: 0;
 margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
 position: static;
 margin-top: 0;
 margin-right: 0.3125rem;
 margin-left: 0;
}
.valid-feedback {
 display: none;
 width: 100%;
 margin-top: 0.25rem;
 font-size: 80%;
 color: #07d4ac;
}
.valid-tooltip {
 position: absolute;
 top: 100%;
 z-index: 5;
 display: none;
 max-width: 100%;
 padding: 0.25rem 0.5rem;
 margin-top: 0.1rem;
 font-size: 0.930125rem;
 line-height: 1.5;
 color: #fff;
 background-color: rgba(7, 212, 172, 0.9);
 border-radius: 0.25rem;
}
.form-control.is-valid,
.was-validated .form-control:valid {
 border-color: #07d4ac;
 padding-right: calc(1.5em + 1rem);
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2307d4ac' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
 background-repeat: no-repeat;
 background-position: 100% calc(0.375em + 0.25rem);
 background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
 border-color: #07d4ac;
 box-shadow: 0 0 0 0.2rem rgba(7, 212, 172, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
 display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
 padding-right: calc(1.5em + 1rem);
 background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
 border-color: #07d4ac;
 padding-right: calc((3em + 3rem) / 4 + 2.1rem);
 background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
   no-repeat right 1.1rem center/8px 10px,
  url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2307d4ac' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
   #fff no-repeat center right 2.1rem / calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
 border-color: #07d4ac;
 box-shadow: 0 0 0 0.2rem rgba(7, 212, 172, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
 display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
 color: #07d4ac;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
 display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
 color: #07d4ac;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
 border-color: #07d4ac;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
 display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
 border-color: #17f7cb;
 background-color: #17f7cb;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
 box-shadow: 0 0 0 0.2rem rgba(7, 212, 172, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
 border-color: #07d4ac;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
 display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
 border-color: #07d4ac;
 box-shadow: 0 0 0 0.2rem rgba(7, 212, 172, 0.25);
}
.invalid-feedback {
 display: none;
 width: 100%;
 margin-top: 0.25rem;
 font-size: 80%;
 color: #a5586f;
}
.invalid-tooltip {
 position: absolute;
 top: 100%;
 z-index: 5;
 display: none;
 max-width: 100%;
 padding: 0.25rem 0.5rem;
 margin-top: 0.1rem;
 font-size: 0.930125rem;
 line-height: 1.5;
 color: #fff;
 background-color: rgba(165, 88, 111, 0.9);
 border-radius: 0.25rem;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
 border-color: #a5586f;
 padding-right: calc(1.5em + 1rem);
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23a5586f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23a5586f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
 background-repeat: no-repeat;
 background-position: 100% calc(0.375em + 0.25rem);
 background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
 border-color: #a5586f;
 box-shadow: 0 0 0 0.2rem rgba(165, 88, 111, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
 display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
 padding-right: calc(1.5em + 1rem);
 background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
 border-color: #a5586f;
 padding-right: calc((3em + 3rem) / 4 + 2.1rem);
 background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
   no-repeat right 1.1rem center/8px 10px,
  url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23a5586f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23a5586f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
   #fff no-repeat center right 2.1rem / calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
 border-color: #a5586f;
 box-shadow: 0 0 0 0.2rem rgba(165, 88, 111, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
 display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
 color: #a5586f;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
 display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
 color: #a5586f;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
 border-color: #a5586f;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
 display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
 border-color: #b7798b;
 background-color: #b7798b;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
 box-shadow: 0 0 0 0.2rem rgba(165, 88, 111, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
 border-color: #a5586f;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
 display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
 border-color: #a5586f;
 box-shadow: 0 0 0 0.2rem rgba(165, 88, 111, 0.25);
}
.form-inline {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
}
.form-inline .form-check {
 width: 100%;
}
@media (min-width: 576px) {
 .form-inline label {
  justify-content: center;
 }
 .form-inline .form-group,
 .form-inline label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
 }
 .form-inline .form-group {
  flex: 0 0 auto;
  flex-flow: row wrap;
 }
 .form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
 }
 .form-inline .form-control-plaintext {
  display: inline-block;
 }
 .form-inline .custom-select,
 .form-inline .input-group {
  width: auto;
 }
 .form-inline .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding-left: 0;
 }
 .form-inline .form-check-input {
  position: relative;
  flex-shrink: 0;
  margin-top: 0;
  margin-right: 0.25rem;
  margin-left: 0;
 }
 .form-inline .custom-control {
  align-items: center;
  justify-content: center;
 }
 .form-inline .custom-control-label {
  margin-bottom: 0;
 }
}
.btn {
 display: inline-block;
 font-weight: 400;
 color: #343a40;
 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.5rem 1.1rem;
 font-size: 1.063rem;
 line-height: 1.5;
 border-radius: 0.25rem;
 transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
  box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
 .btn {
  transition: none;
 }
}
.btn:hover {
 color: #343a40;
 text-decoration: none;
}
.btn.focus,
.btn:focus {
 outline: 0;
 box-shadow: 0 0 0 0.2rem rgba(0, 80, 124, 0.25);
}
.btn.disabled,
.btn:disabled {
 opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
 pointer-events: none;
}
.btn-primary {
 color: #fff;
 background-color: #00507c;
 border-color: #00507c;
}
.btn-primary:hover {
 color: #fff;
 background-color: #003756;
 border-color: #002f49;
}
.btn-primary.focus,
.btn-primary:focus {
 box-shadow: 0 0 0 0.2rem rgba(38, 106, 144, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
 color: #fff;
 background-color: #00507c;
 border-color: #00507c;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
 color: #fff;
 background-color: #002f49;
 border-color: #00273c;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(38, 106, 144, 0.5);
}
.btn-secondary {
 color: #fff;
 background-color: #adb5bd;
 border-color: #adb5bd;
}
.btn-secondary:hover {
 color: #fff;
 background-color: #98a2ac;
 border-color: #919ca6;
}
.btn-secondary.focus,
.btn-secondary:focus {
 box-shadow: 0 0 0 0.2rem rgba(185, 192, 199, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
 color: #fff;
 background-color: #adb5bd;
 border-color: #adb5bd;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
 color: #fff;
 background-color: #919ca6;
 border-color: #8a95a1;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(185, 192, 199, 0.5);
}
.btn-success {
 color: #fff;
 background-color: #07d4ac;
 border-color: #07d4ac;
}
.btn-success:hover {
 color: #fff;
 background-color: #06af8e;
 border-color: #05a384;
}
.btn-success.focus,
.btn-success:focus {
 box-shadow: 0 0 0 0.2rem rgba(44, 218, 184, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
 color: #fff;
 background-color: #07d4ac;
 border-color: #07d4ac;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
 color: #fff;
 background-color: #05a384;
 border-color: #05967a;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(44, 218, 184, 0.5);
}
.btn-info {
 color: #fff;
 background-color: #00b7c4;
 border-color: #00b7c4;
}
.btn-info:hover {
 color: #fff;
 background-color: #00939e;
 border-color: #008791;
}
.btn-info.focus,
.btn-info:focus {
 box-shadow: 0 0 0 0.2rem rgba(38, 194, 205, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
 color: #fff;
 background-color: #00b7c4;
 border-color: #00b7c4;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
 color: #fff;
 background-color: #008791;
 border-color: #007b84;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(38, 194, 205, 0.5);
}
.btn-warning {
 color: #fff;
 background-color: #e9b23e;
 border-color: #e9b23e;
}
.btn-warning:hover {
 color: #fff;
 background-color: #e5a41c;
 border-color: #db9d19;
}
.btn-warning.focus,
.btn-warning:focus {
 box-shadow: 0 0 0 0.2rem rgba(236, 190, 91, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
 color: #fff;
 background-color: #e9b23e;
 border-color: #e9b23e;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
 color: #fff;
 background-color: #db9d19;
 border-color: #d09418;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(236, 190, 91, 0.5);
}
.btn-danger {
 color: #fff;
 background-color: #a5586f;
 border-color: #a5586f;
}
.btn-danger:hover {
 color: #fff;
 background-color: #8c4b5e;
 border-color: #844659;
}
.btn-danger.focus,
.btn-danger:focus {
 box-shadow: 0 0 0 0.2rem rgba(179, 113, 133, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
 color: #fff;
 background-color: #a5586f;
 border-color: #a5586f;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
 color: #fff;
 background-color: #844659;
 border-color: #7b4253;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(179, 113, 133, 0.5);
}
.btn-light {
 color: #212529;
 background-color: #f8f9fa;
 border-color: #f8f9fa;
}
.btn-light:hover {
 color: #212529;
 background-color: #e2e6ea;
 border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
 box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
 color: #212529;
 background-color: #f8f9fa;
 border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
 color: #212529;
 background-color: #dae0e5;
 border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
 color: #fff;
 background-color: #343a40;
 border-color: #343a40;
}
.btn-dark:hover {
 color: #fff;
 background-color: #23272b;
 border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
 box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
 color: #fff;
 background-color: #343a40;
 border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
 color: #fff;
 background-color: #1d2124;
 border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
 color: #00507c;
 border-color: #00507c;
}
.btn-outline-primary:hover {
 color: #fff;
 background-color: #00507c;
 border-color: #00507c;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
 box-shadow: 0 0 0 0.2rem rgba(0, 80, 124, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
 color: #00507c;
 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: #00507c;
 border-color: #00507c;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(0, 80, 124, 0.5);
}
.btn-outline-secondary {
 color: #adb5bd;
 border-color: #adb5bd;
}
.btn-outline-secondary:hover {
 color: #fff;
 background-color: #adb5bd;
 border-color: #adb5bd;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
 box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
 color: #adb5bd;
 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: #adb5bd;
 border-color: #adb5bd;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.btn-outline-success {
 color: #07d4ac;
 border-color: #07d4ac;
}
.btn-outline-success:hover {
 color: #fff;
 background-color: #07d4ac;
 border-color: #07d4ac;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
 box-shadow: 0 0 0 0.2rem rgba(7, 212, 172, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
 color: #07d4ac;
 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: #07d4ac;
 border-color: #07d4ac;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(7, 212, 172, 0.5);
}
.btn-outline-info {
 color: #00b7c4;
 border-color: #00b7c4;
}
.btn-outline-info:hover {
 color: #fff;
 background-color: #00b7c4;
 border-color: #00b7c4;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
 box-shadow: 0 0 0 0.2rem rgba(0, 183, 196, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
 color: #00b7c4;
 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: #00b7c4;
 border-color: #00b7c4;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(0, 183, 196, 0.5);
}
.btn-outline-warning {
 color: #e9b23e;
 border-color: #e9b23e;
}
.btn-outline-warning:hover {
 color: #fff;
 background-color: #e9b23e;
 border-color: #e9b23e;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
 box-shadow: 0 0 0 0.2rem rgba(233, 178, 62, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
 color: #e9b23e;
 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: #fff;
 background-color: #e9b23e;
 border-color: #e9b23e;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(233, 178, 62, 0.5);
}
.btn-outline-danger {
 color: #a5586f;
 border-color: #a5586f;
}
.btn-outline-danger:hover {
 color: #fff;
 background-color: #a5586f;
 border-color: #a5586f;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
 box-shadow: 0 0 0 0.2rem rgba(165, 88, 111, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
 color: #a5586f;
 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: #a5586f;
 border-color: #a5586f;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(165, 88, 111, 0.5);
}
.btn-outline-light {
 color: #f8f9fa;
 border-color: #f8f9fa;
}
.btn-outline-light:hover {
 color: #212529;
 background-color: #f8f9fa;
 border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
 box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
 color: #f8f9fa;
 background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
 color: #212529;
 background-color: #f8f9fa;
 border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
 color: #343a40;
 border-color: #343a40;
}
.btn-outline-dark:hover {
 color: #fff;
 background-color: #343a40;
 border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
 box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
 color: #343a40;
 background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
 color: #fff;
 background-color: #343a40;
 border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
 font-weight: 400;
 color: #00507c;
 text-decoration: none;
}
.btn-link:hover {
 color: #001f30;
 text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
 text-decoration: underline;
 box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
 color: #868e96;
 pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
 padding: 0.5rem 1rem;
 font-size: 1.32875rem;
 line-height: 1.5;
 border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
 padding: 0.25rem 0.5rem;
 font-size: 0.930125rem;
 line-height: 1.5;
 border-radius: 0.2rem;
}
.btn-block {
 display: block;
 width: 100%;
}
.btn-block + .btn-block {
 margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
 width: 100%;
}
.fade {
 transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
 .fade {
  transition: none;
 }
}
.fade:not(.show) {
 opacity: 0;
}
.collapse:not(.show) {
 display: none;
}
.collapsing {
 position: relative;
 height: 0;
 overflow: hidden;
 transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
 .collapsing {
  transition: none;
 }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
 position: relative;
}
.dropdown-toggle {
 white-space: nowrap;
}
.dropdown-toggle:after {
 display: inline-block;
 margin-left: 0.255em;
 vertical-align: 0.255em;
 content: "";
 border-top: 0.3em solid;
 border-right: 0.3em solid transparent;
 border-bottom: 0;
 border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
 margin-left: 0;
}
.dropdown-menu {
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 1000;
 display: none;
 float: left;
 min-width: 10rem;
 padding: 0.5rem 0;
 margin: 0.125rem 0 0;
 font-size: 1.063rem;
 color: #343a40;
 text-align: left;
 list-style: none;
 background-color: #fff;
 background-clip: padding-box;
 border: 1px solid rgba(34, 34, 34, 0.15);
 border-radius: 0.25rem;
}
.dropdown-menu-left {
 right: auto;
 left: 0;
}
.dropdown-menu-right {
 right: 0;
 left: auto;
}
@media (min-width: 576px) {
 .dropdown-menu-sm-left {
  right: auto;
  left: 0;
 }
 .dropdown-menu-sm-right {
  right: 0;
  left: auto;
 }
}
@media (min-width: 768px) {
 .dropdown-menu-md-left {
  right: auto;
  left: 0;
 }
 .dropdown-menu-md-right {
  right: 0;
  left: auto;
 }
}
@media (min-width: 992px) {
 .dropdown-menu-lg-left {
  right: auto;
  left: 0;
 }
 .dropdown-menu-lg-right {
  right: 0;
  left: auto;
 }
}
@media (min-width: 1200px) {
 .dropdown-menu-xl-left {
  right: auto;
  left: 0;
 }
 .dropdown-menu-xl-right {
  right: 0;
  left: auto;
 }
}
.dropup .dropdown-menu {
 top: auto;
 bottom: 100%;
 margin-top: 0;
 margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
 display: inline-block;
 margin-left: 0.255em;
 vertical-align: 0.255em;
 content: "";
 border-top: 0;
 border-right: 0.3em solid transparent;
 border-bottom: 0.3em solid;
 border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
 margin-left: 0;
}
.dropright .dropdown-menu {
 top: 0;
 right: auto;
 left: 100%;
 margin-top: 0;
 margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
 display: inline-block;
 margin-left: 0.255em;
 vertical-align: 0.255em;
 content: "";
 border-top: 0.3em solid transparent;
 border-right: 0;
 border-bottom: 0.3em solid transparent;
 border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
 margin-left: 0;
}
.dropright .dropdown-toggle:after {
 vertical-align: 0;
}
.dropleft .dropdown-menu {
 top: 0;
 right: 100%;
 left: auto;
 margin-top: 0;
 margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
 display: inline-block;
 margin-left: 0.255em;
 vertical-align: 0.255em;
 content: "";
 display: none;
}
.dropleft .dropdown-toggle:before {
 display: inline-block;
 margin-right: 0.255em;
 vertical-align: 0.255em;
 content: "";
 border-top: 0.3em solid transparent;
 border-right: 0.3em solid;
 border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
 margin-left: 0;
}
.dropleft .dropdown-toggle:before {
 vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
 right: auto;
 bottom: auto;
}
.dropdown-divider {
 height: 0;
 margin: 0.5rem 0;
 overflow: hidden;
 border-top: 1px solid #e9ecef;
}
.dropdown-item {
 display: block;
 width: 100%;
 padding: 0.25rem 1.5rem;
 clear: both;
 font-weight: 400;
 color: #212529;
 text-align: inherit;
 white-space: nowrap;
 background-color: transparent;
 border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
 color: #16181b;
 text-decoration: none;
 background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
 color: #fff;
 text-decoration: none;
 background-color: #00507c;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
 color: #868e96;
 pointer-events: none;
 background-color: transparent;
}
.dropdown-menu.show {
 display: block;
}
.dropdown-header {
 display: block;
 padding: 0.5rem 1.5rem;
 margin-bottom: 0;
 font-size: 0.930125rem;
 color: #868e96;
 white-space: nowrap;
}
.dropdown-item-text {
 display: block;
 padding: 0.25rem 1.5rem;
 color: #212529;
}
.btn-group,
.btn-group-vertical {
 position: relative;
 display: inline-flex;
 vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
 position: relative;
 flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
 z-index: 1;
}
.btn-toolbar {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
}
.btn-toolbar .input-group {
 width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
 margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
 padding-right: 0.825rem;
 padding-left: 0.825rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
 margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
 margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
 padding-right: 0.375rem;
 padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
 padding-right: 0.75rem;
 padding-left: 0.75rem;
}
.btn-group-vertical {
 flex-direction: column;
 align-items: flex-start;
 justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
 width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
 margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
 border-top-left-radius: 0;
 border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
 margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
 position: absolute;
 clip: rect(0, 0, 0, 0);
 pointer-events: none;
}
.input-group {
 position: relative;
 display: flex;
 flex-wrap: wrap;
 align-items: stretch;
 width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
 position: relative;
 flex: 1 1 auto;
 width: 1%;
 margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
 margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
 z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
 z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
}
.input-group > .custom-file {
 display: flex;
 align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
 display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
 position: relative;
 z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
 z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
 margin-left: -1px;
}
.input-group-prepend {
 margin-right: -1px;
}
.input-group-append {
 margin-left: -1px;
}
.input-group-text {
 display: flex;
 align-items: center;
 padding: 0.5rem 1.1rem;
 margin-bottom: 0;
 font-size: 1.063rem;
 font-weight: 400;
 line-height: 1.5;
 color: #495057;
 text-align: center;
 white-space: nowrap;
 background-color: #e9ecef;
 border: 1px solid rgba(0, 0, 0, 0.1);
 border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
 margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
 height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
 padding: 0.5rem 1rem;
 font-size: 1.32875rem;
 line-height: 1.5;
 border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
 height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
 padding: 0.25rem 0.5rem;
 font-size: 0.930125rem;
 line-height: 1.5;
 border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
 padding-right: 2.1rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
}
.custom-control {
 position: relative;
 display: block;
 min-height: 1.5945rem;
 padding-left: 1.5rem;
}
.custom-control-inline {
 display: inline-flex;
 margin-right: 1rem;
}
.custom-control-input {
 position: absolute;
 z-index: -1;
 opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
 color: #fff;
 border-color: #00507c;
 background-color: #00507c;
}
.custom-control-input:focus ~ .custom-control-label:before {
 box-shadow: 0 0 0 0.2rem rgba(0, 80, 124, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
 border-color: #00a2fc;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
 color: #fff;
 background-color: #30b5ff;
 border-color: #30b5ff;
}
.custom-control-input:disabled ~ .custom-control-label {
 color: #868e96;
}
.custom-control-input:disabled ~ .custom-control-label:before {
 background-color: #e9ecef;
}
.custom-control-label {
 position: relative;
 margin-bottom: 0;
 vertical-align: top;
}
.custom-control-label:before {
 pointer-events: none;
 background-color: #fff;
 border: 1px solid #adb5bd;
}
.custom-control-label:after,
.custom-control-label:before {
 position: absolute;
 top: 0.29725rem;
 left: -1.5rem;
 display: block;
 width: 1rem;
 height: 1rem;
 content: "";
}
.custom-control-label:after {
 background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label:before {
 border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
 border-color: #00507c;
 background-color: #00507c;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
 background-color: rgba(0, 80, 124, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
 background-color: rgba(0, 80, 124, 0.5);
}
.custom-radio .custom-control-label:before {
 border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
 background-color: rgba(0, 80, 124, 0.5);
}
.custom-switch {
 padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
 left: -2.25rem;
 width: 1.75rem;
 pointer-events: all;
 border-radius: 0.5rem;
}
.custom-switch .custom-control-label:after {
 top: calc(0.29725rem + 2px);
 left: calc(-2.25rem + 2px);
 width: calc(1rem - 4px);
 height: calc(1rem - 4px);
 background-color: #adb5bd;
 border-radius: 0.5rem;
 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
  -webkit-transform 0.15s ease-in-out;
 transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
  box-shadow 0.15s ease-in-out;
 transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
  box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
 .custom-switch .custom-control-label:after {
  transition: none;
 }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
 background-color: #fff;
 -webkit-transform: translateX(0.75rem);
 transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
 background-color: rgba(0, 80, 124, 0.5);
}
.custom-select {
 display: inline-block;
 width: 100%;
 height: calc(1.5em + 1rem + 2px);
 padding: 0.5rem 2.1rem 0.5rem 1.1rem;
 font-size: 1.063rem;
 font-weight: 400;
 line-height: 1.5;
 color: #495057;
 vertical-align: middle;
 background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
  no-repeat right 1.1rem center/8px 10px;
 background-color: #fff;
 border: 1px solid rgba(0, 0, 0, 0.1);
 border-radius: 0.25rem;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
.custom-select:focus {
 border-color: #00a2fc;
 outline: 0;
 box-shadow: 0 0 0 0.2rem rgba(0, 80, 124, 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: 1.1rem;
 background-image: none;
}
.custom-select:disabled {
 color: #868e96;
 background-color: #e9ecef;
}
.custom-select::-ms-expand {
 display: none;
}
.custom-select-sm {
 height: calc(1.5em + 0.5rem + 2px);
 padding-top: 0.25rem;
 padding-bottom: 0.25rem;
 padding-left: 0.5rem;
 font-size: 0.930125rem;
}
.custom-select-lg {
 height: calc(1.5em + 1rem + 2px);
 padding-top: 0.5rem;
 padding-bottom: 0.5rem;
 padding-left: 1rem;
 font-size: 1.32875rem;
}
.custom-file {
 display: inline-block;
 margin-bottom: 0;
}
.custom-file,
.custom-file-input {
 position: relative;
 width: 100%;
 height: calc(1.5em + 1rem + 2px);
}
.custom-file-input {
 z-index: 2;
 margin: 0;
 opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
 border-color: #00a2fc;
 box-shadow: 0 0 0 0.2rem rgba(0, 80, 124, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
 background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
 content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
 content: attr(data-browse);
}
.custom-file-label {
 left: 0;
 z-index: 1;
 height: calc(1.5em + 1rem + 2px);
 font-weight: 400;
 background-color: #fff;
 border: 1px solid rgba(0, 0, 0, 0.1);
 border-radius: 0.25rem;
}
.custom-file-label,
.custom-file-label:after {
 position: absolute;
 top: 0;
 right: 0;
 padding: 0.5rem 1.1rem;
 line-height: 1.5;
 color: #495057;
}
.custom-file-label:after {
 bottom: 0;
 z-index: 3;
 display: block;
 height: calc(1.5em + 1rem);
 content: "Browse";
 background-color: #e9ecef;
 border-left: inherit;
 border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
 width: 100%;
 height: 1.4rem;
 padding: 0;
 background-color: transparent;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
.custom-range:focus {
 outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
 box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 80, 124, 0.25);
}
.custom-range:focus::-moz-range-thumb {
 box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 80, 124, 0.25);
}
.custom-range:focus::-ms-thumb {
 box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 80, 124, 0.25);
}
.custom-range::-moz-focus-outer {
 border: 0;
}
.custom-range::-webkit-slider-thumb {
 width: 1rem;
 height: 1rem;
 margin-top: -0.25rem;
 background-color: #00507c;
 border: 0;
 border-radius: 1rem;
 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 -webkit-appearance: none;
 appearance: none;
}
@media (prefers-reduced-motion: reduce) {
 .custom-range::-webkit-slider-thumb {
  transition: none;
 }
}
.custom-range::-webkit-slider-thumb:active {
 background-color: #30b5ff;
}
.custom-range::-webkit-slider-runnable-track {
 width: 100%;
 height: 0.5rem;
 color: transparent;
 cursor: pointer;
 background-color: #ddd;
 border-color: transparent;
 border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
 width: 1rem;
 height: 1rem;
 background-color: #00507c;
 border: 0;
 border-radius: 1rem;
 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 {
  transition: none;
 }
}
.custom-range::-moz-range-thumb:active {
 background-color: #30b5ff;
}
.custom-range::-moz-range-track {
 width: 100%;
 height: 0.5rem;
 color: transparent;
 cursor: pointer;
 background-color: #ddd;
 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: #00507c;
 border: 0;
 border-radius: 1rem;
 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 {
  transition: none;
 }
}
.custom-range::-ms-thumb:active {
 background-color: #30b5ff;
}
.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,
.custom-range::-ms-fill-upper {
 background-color: #ddd;
 border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
 margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
 background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
 cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
 background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
 cursor: default;
}
.custom-range:disabled::-ms-thumb {
 background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
 .custom-control-label:before,
 .custom-file-label,
 .custom-select {
  transition: none;
 }
}
.nav {
 display: flex;
 flex-wrap: wrap;
 padding-left: 0;
 margin-bottom: 0;
 list-style: none;
}
.nav-link {
 display: block;
 padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
 text-decoration: none;
}
.nav-link.disabled {
 color: #868e96;
 pointer-events: none;
 cursor: default;
}
.nav-tabs {
 border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
 margin-bottom: -1px;
}
.nav-tabs .nav-link {
 border: 1px solid transparent;
 border-top-left-radius: 0.25rem;
 border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
 border-color: #e9ecef #e9ecef #ddd;
}
.nav-tabs .nav-link.disabled {
 color: #868e96;
 background-color: transparent;
 border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
 color: #495057;
 background-color: #fff;
 border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
 margin-top: -1px;
 border-top-left-radius: 0;
 border-top-right-radius: 0;
}
.nav-pills .nav-link {
 border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
 color: #fff;
 background-color: #00507c;
}
.nav-fill .nav-item {
 flex: 1 1 auto;
 text-align: center;
}
.nav-justified .nav-item {
 flex-basis: 0;
 flex-grow: 1;
 text-align: center;
}
.tab-content > .tab-pane {
 display: none;
}
.tab-content > .active {
 display: block;
}
.navbar {
 position: relative;
 padding: 0.5rem 1rem;
}
.navbar,
.navbar > .container,
.navbar > .container-fluid {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
}
.navbar-brand {
 display: inline-block;
 padding-top: 0.3006875rem;
 padding-bottom: 0.3006875rem;
 margin-right: 1rem;
 font-size: 1.32875rem;
 line-height: inherit;
 white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
 text-decoration: none;
}
.navbar-nav {
 display: flex;
 flex-direction: column;
 padding-left: 0;
 margin-bottom: 0;
 list-style: none;
}
.navbar-nav .nav-link {
 padding-right: 0;
 padding-left: 0;
}
.navbar-nav .dropdown-menu {
 position: static;
 float: none;
}
.navbar-text {
 display: inline-block;
 padding-top: 0.5rem;
 padding-bottom: 0.5rem;
}
.navbar-collapse {
 flex-basis: 100%;
 flex-grow: 1;
 align-items: center;
}
.navbar-toggler {
 padding: 0.25rem 0.75rem;
 font-size: 1.32875rem;
 line-height: 1;
 background-color: transparent;
 border: 1px solid transparent;
 border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
 text-decoration: none;
}
.navbar-toggler-icon {
 display: inline-block;
 width: 1.5em;
 height: 1.5em;
 vertical-align: middle;
 content: "";
 background: no-repeat 50%;
 background-size: 100% 100%;
}
@media (max-width: 575.98px) {
 .navbar-expand-sm > .container,
 .navbar-expand-sm > .container-fluid {
  padding-right: 0;
  padding-left: 0;
 }
}
@media (min-width: 576px) {
 .navbar-expand-sm {
  flex-flow: row nowrap;
  justify-content: flex-start;
 }
 .navbar-expand-sm .navbar-nav {
  flex-direction: row;
 }
 .navbar-expand-sm .navbar-nav .dropdown-menu {
  position: absolute;
 }
 .navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
 }
 .navbar-expand-sm > .container,
 .navbar-expand-sm > .container-fluid {
  flex-wrap: nowrap;
 }
 .navbar-expand-sm .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
 }
 .navbar-expand-sm .navbar-toggler {
  display: none;
 }
}
@media (max-width: 767.98px) {
 .navbar-expand-md > .container,
 .navbar-expand-md > .container-fluid {
  padding-right: 0;
  padding-left: 0;
 }
}
@media (min-width: 768px) {
 .navbar-expand-md {
  flex-flow: row nowrap;
  justify-content: flex-start;
 }
 .navbar-expand-md .navbar-nav {
  flex-direction: row;
 }
 .navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
 }
 .navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
 }
 .navbar-expand-md > .container,
 .navbar-expand-md > .container-fluid {
  flex-wrap: nowrap;
 }
 .navbar-expand-md .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
 }
 .navbar-expand-md .navbar-toggler {
  display: none;
 }
}
@media (max-width: 991.98px) {
 .navbar-expand-lg > .container,
 .navbar-expand-lg > .container-fluid {
  padding-right: 0;
  padding-left: 0;
 }
}
@media (min-width: 992px) {
 .navbar-expand-lg {
  flex-flow: row nowrap;
  justify-content: flex-start;
 }
 .navbar-expand-lg .navbar-nav {
  flex-direction: row;
 }
 .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
 }
 .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
 }
 .navbar-expand-lg > .container,
 .navbar-expand-lg > .container-fluid {
  flex-wrap: nowrap;
 }
 .navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
 }
 .navbar-expand-lg .navbar-toggler {
  display: none;
 }
}
@media (max-width: 1199.98px) {
 .navbar-expand-xl > .container,
 .navbar-expand-xl > .container-fluid {
  padding-right: 0;
  padding-left: 0;
 }
}
@media (min-width: 1200px) {
 .navbar-expand-xl {
  flex-flow: row nowrap;
  justify-content: flex-start;
 }
 .navbar-expand-xl .navbar-nav {
  flex-direction: row;
 }
 .navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
 }
 .navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
 }
 .navbar-expand-xl > .container,
 .navbar-expand-xl > .container-fluid {
  flex-wrap: nowrap;
 }
 .navbar-expand-xl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
 }
 .navbar-expand-xl .navbar-toggler {
  display: none;
 }
}
.navbar-expand {
 flex-flow: row nowrap;
 justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
 padding-right: 0;
 padding-left: 0;
}
.navbar-expand .navbar-nav {
 flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
 position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
 padding-right: 0.5rem;
 padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
 flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
 display: flex !important;
 flex-basis: auto;
}
.navbar-expand .navbar-toggler {
 display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
 color: #343a40;
}
.navbar-light .navbar-nav .nav-link {
 color: rgba(34, 34, 34, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
 color: #343a40;
}
.navbar-light .navbar-nav .nav-link.disabled {
 color: rgba(34, 34, 34, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
 color: #343a40;
}
.navbar-light .navbar-toggler {
 color: rgba(34, 34, 34, 0.5);
 border-color: rgba(34, 34, 34, 0.1);
}
.navbar-light .navbar-toggler-icon {
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34, 34, 34, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
 color: rgba(34, 34, 34, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
 color: #343a40;
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
 color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
 color: hsla(0, 0%, 100%, 0.9);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
 color: #fff;
}
.navbar-dark .navbar-nav .nav-link.disabled {
 color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
 color: #fff;
}
.navbar-dark .navbar-toggler {
 color: hsla(0, 0%, 100%, 0.9);
 border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
 color: hsla(0, 0%, 100%, 0.9);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
 color: #fff;
}
.card {
 position: relative;
 display: flex;
 flex-direction: column;
 min-width: 0;
 word-wrap: break-word;
 background-color: #fff;
 background-clip: border-box;
 border: 1px solid rgba(34, 34, 34, 0.125);
 border-radius: 0.25rem;
}
.card > hr {
 margin-right: 0;
 margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
 border-top-left-radius: 0.25rem;
 border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
 border-bottom-right-radius: 0.25rem;
 border-bottom-left-radius: 0.25rem;
}
.card-body {
 flex: 1 1 auto;
 padding: 1.25rem;
}
.card-title {
 margin-bottom: 0.75rem;
}
.card-subtitle {
 margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
 margin-bottom: 0;
}
.card-link:hover {
 text-decoration: none;
}
.card-link + .card-link {
 margin-left: 1.25rem;
}
.card-header {
 padding: 0.75rem 1.25rem;
 margin-bottom: 0;
 background-color: rgba(34, 34, 34, 0.03);
 border-bottom: 1px solid rgba(34, 34, 34, 0.125);
}
.card-header:first-child {
 border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
 border-top: 0;
}
.card-footer {
 padding: 0.75rem 1.25rem;
 background-color: rgba(34, 34, 34, 0.03);
 border-top: 1px solid rgba(34, 34, 34, 0.125);
}
.card-footer:last-child {
 border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
 margin-bottom: -0.75rem;
 border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
 margin-right: -0.625rem;
 margin-left: -0.625rem;
}
.card-img-overlay {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 padding: 1.25rem;
}
.card-img {
 width: 100%;
 border-radius: calc(0.25rem - 1px);
}
.card-img-top {
 width: 100%;
 border-top-left-radius: calc(0.25rem - 1px);
 border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
 width: 100%;
 border-bottom-right-radius: calc(0.25rem - 1px);
 border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
 display: flex;
 flex-direction: column;
}
.card-deck .card {
 margin-bottom: 15px;
}
@media (min-width: 576px) {
 .card-deck {
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
 }
 .card-deck .card {
  display: flex;
  flex: 1 0 0%;
  flex-direction: column;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 15px;
 }
}
.card-group {
 display: flex;
 flex-direction: column;
}
.card-group > .card {
 margin-bottom: 15px;
}
@media (min-width: 576px) {
 .card-group {
  flex-flow: row wrap;
 }
 .card-group > .card {
  flex: 1 0 0%;
  margin-bottom: 0;
 }
 .card-group > .card + .card {
  margin-left: 0;
  border-left: 0;
 }
 .card-group > .card:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
 }
 .card-group > .card:not(:last-child) .card-header,
 .card-group > .card:not(:last-child) .card-img-top {
  border-top-right-radius: 0;
 }
 .card-group > .card:not(:last-child) .card-footer,
 .card-group > .card:not(:last-child) .card-img-bottom {
  border-bottom-right-radius: 0;
 }
 .card-group > .card:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
 }
 .card-group > .card:not(:first-child) .card-header,
 .card-group > .card:not(:first-child) .card-img-top {
  border-top-left-radius: 0;
 }
 .card-group > .card:not(:first-child) .card-footer,
 .card-group > .card:not(:first-child) .card-img-bottom {
  border-bottom-left-radius: 0;
 }
}
.card-columns .card {
 margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
 .card-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
 }
 .card-columns .card {
  display: inline-block;
  width: 100%;
 }
}
.accordion > .card {
 overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
 border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
 border-bottom: 0;
 border-radius: 0;
}
.accordion > .card:first-of-type {
 border-bottom: 0;
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
 border-top-left-radius: 0;
 border-top-right-radius: 0;
}
.accordion > .card .card-header {
 margin-bottom: -1px;
}
.breadcrumb {
 display: flex;
 flex-wrap: wrap;
 padding: 0.75rem 1rem;
 margin-bottom: 1rem;
 list-style: none;
 background-color: #e9ecef;
 border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
 padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
 display: inline-block;
 padding-right: 0.5rem;
 color: #868e96;
 content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
 text-decoration: underline;
 text-decoration: none;
}
.breadcrumb-item.active {
 color: #868e96;
}
.pagination {
 display: flex;
 padding-left: 0;
 list-style: none;
 border-radius: 0.25rem;
}
.page-link {
 position: relative;
 display: block;
 padding: 0.5rem 0.75rem;
 margin-left: -1px;
 line-height: 1.25;
 color: #00507c;
 background-color: #fff;
 border: 1px solid #ddd;
}
.page-link:hover {
 z-index: 2;
 color: #001f30;
 text-decoration: none;
 background-color: #e9ecef;
 border-color: #ddd;
}
.page-link:focus {
 z-index: 2;
 outline: 0;
 box-shadow: 0 0 0 0.2rem rgba(0, 80, 124, 0.25);
}
.page-item:first-child .page-link {
 margin-left: 0;
 border-top-left-radius: 0.25rem;
 border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
 border-top-right-radius: 0.25rem;
 border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
 z-index: 1;
 color: #fff;
 background-color: #00507c;
 border-color: #00507c;
}
.page-item.disabled .page-link {
 color: #868e96;
 pointer-events: none;
 cursor: auto;
 background-color: #fff;
 border-color: #ddd;
}
.pagination-lg .page-link {
 padding: 0.75rem 1.5rem;
 font-size: 1.32875rem;
 line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
 border-top-left-radius: 0.3rem;
 border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
 border-top-right-radius: 0.3rem;
 border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
 padding: 0.25rem 0.5rem;
 font-size: 0.930125rem;
 line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
 border-top-left-radius: 0.2rem;
 border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
 border-top-right-radius: 0.2rem;
 border-bottom-right-radius: 0.2rem;
}
/* .badge {
  display: inline-block;
  padding: 0.6em 1.2em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
} */
a.badge:focus,
a.badge:hover {
 text-decoration: none;
}
.badge:empty {
 display: none;
}
.btn .badge {
 position: relative;
 top: -1px;
}
.badge-pill {
 padding-right: 0.6em;
 padding-left: 0.6em;
 border-radius: 10rem;
}
.badge-primary {
 color: #fff;
 background-color: #00507c;
}
a.badge-primary:focus,
a.badge-primary:hover {
 color: #fff;
 background-color: #002f49;
}
a.badge-primary.focus,
a.badge-primary:focus {
 outline: 0;
 box-shadow: 0 0 0 0.2rem rgba(0, 80, 124, 0.5);
}
.badge-secondary {
 color: #fff;
 background-color: #adb5bd;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
 color: #fff;
 background-color: #919ca6;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
 outline: 0;
 box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.badge-success {
 color: #fff;
 background-color: #07d4ac;
}
a.badge-success:focus,
a.badge-success:hover {
 color: #fff;
 background-color: #05a384;
}
a.badge-success.focus,
a.badge-success:focus {
 outline: 0;
 box-shadow: 0 0 0 0.2rem rgba(7, 212, 172, 0.5);
}
.badge-info {
 color: #fff;
 background-color: #00b7c4;
}
a.badge-info:focus,
a.badge-info:hover {
 color: #fff;
 background-color: #008791;
}
a.badge-info.focus,
a.badge-info:focus {
 outline: 0;
 box-shadow: 0 0 0 0.2rem rgba(0, 183, 196, 0.5);
}
.badge-warning {
 color: #fff;
 background-color: #e9b23e;
}
a.badge-warning:focus,
a.badge-warning:hover {
 color: #fff;
 background-color: #db9d19;
}
a.badge-warning.focus,
a.badge-warning:focus {
 outline: 0;
 box-shadow: 0 0 0 0.2rem rgba(233, 178, 62, 0.5);
}
.badge-danger {
 color: #fff;
 background-color: #a5586f;
}
a.badge-danger:focus,
a.badge-danger:hover {
 color: #fff;
 background-color: #844659;
}
a.badge-danger.focus,
a.badge-danger:focus {
 outline: 0;
 box-shadow: 0 0 0 0.2rem rgba(165, 88, 111, 0.5);
}
.badge-light {
 color: #212529;
 background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
 color: #212529;
 background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
 outline: 0;
 box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
 color: #fff;
 background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
 color: #fff;
 background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
 outline: 0;
 box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
 padding: 2rem 1rem;
 margin-bottom: 2rem;
 background-color: #e9ecef;
 border-radius: 0.3rem;
}
@media (min-width: 576px) {
 .jumbotron {
  padding: 4rem 2rem;
 }
}
.jumbotron-fluid {
 padding-right: 0;
 padding-left: 0;
 border-radius: 0;
}
.alert {
 position: relative;
 padding: 0.75rem 1.25rem;
 margin-bottom: 1rem;
 border: 1px solid transparent;
 border-radius: 0.25rem;
}
.alert-heading {
 color: inherit;
}
.alert-link {
 font-weight: 700;
}
.alert-dismissible {
 padding-right: 4.0945rem;
}
.alert-dismissible .close {
 position: absolute;
 top: 0;
 right: 0;
 padding: 0.75rem 1.25rem;
 color: inherit;
}
.alert-primary {
 color: #103a51;
 background-color: #ccdce5;
 border-color: #b8ceda;
}
.alert-primary hr {
 border-top-color: #a7c2d1;
}
.alert-primary .alert-link {
 color: #081c26;
}
.alert-secondary {
 color: #6a6e73;
 background-color: #eff0f2;
 border-color: #e8eaed;
}
.alert-secondary hr {
 border-top-color: #dadde2;
}
.alert-secondary .alert-link {
 color: #525558;
}
.alert-success {
 color: #147f6a;
 background-color: #cdf6ee;
 border-color: #baf3e8;
}
.alert-success hr {
 border-top-color: #a4efe1;
}
.alert-success .alert-link {
 color: #0d5345;
}
.alert-info {
 color: #106f76;
 background-color: #ccf1f3;
 border-color: #b8ebee;
}
.alert-info hr {
 border-top-color: #a3e5e9;
}
.alert-info .alert-link {
 color: #0a4549;
}
.alert-warning {
 color: #896d31;
 background-color: #fbf0d8;
 border-color: #f9e9c9;
}
.alert-warning hr {
 border-top-color: #f6e0b2;
}
.alert-warning .alert-link {
 color: #634f24;
}
.alert-danger {
 color: #663e4a;
 background-color: #eddee2;
 border-color: #e6d0d7;
}
.alert-danger hr {
 border-top-color: #ddbfc9;
}
.alert-danger .alert-link {
 color: #462b33;
}
.alert-light {
 color: #919292;
 background-color: #fefefe;
 border-color: #fdfdfe;
}
.alert-light hr {
 border-top-color: #ececf6;
}
.alert-light .alert-link {
 color: #777979;
}
.alert-dark {
 color: #2b2e32;
 background-color: #d6d8d9;
 border-color: #c6c8ca;
}
.alert-dark hr {
 border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
 color: #131517;
}
@-webkit-keyframes progress-bar-stripes {
 0% {
  background-position: 1rem 0;
 }
 to {
  background-position: 0 0;
 }
}
@keyframes progress-bar-stripes {
 0% {
  background-position: 1rem 0;
 }
 to {
  background-position: 0 0;
 }
}
.progress {
 display: flex;
 height: 1rem;
 overflow: hidden;
 font-size: 0.79725rem;
 background-color: #e9ecef;
 border-radius: 0.25rem;
}
.progress-bar {
 display: flex;
 flex-direction: column;
 justify-content: center;
 color: #fff;
 text-align: center;
 white-space: nowrap;
 background-color: #00507c;
 transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
 .progress-bar {
  transition: none;
 }
}
.progress-bar-striped {
 background-image: linear-gradient(
  45deg,
  hsla(0, 0%, 100%, 0.15) 25%,
  transparent 0,
  transparent 50%,
  hsla(0, 0%, 100%, 0.15) 0,
  hsla(0, 0%, 100%, 0.15) 75%,
  transparent 0,
  transparent
 );
 background-size: 1rem 1rem;
}
.progress-bar-animated {
 -webkit-animation: progress-bar-stripes 1s linear infinite;
 animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
 .progress-bar-animated {
  -webkit-animation: none;
  animation: none;
 }
}
.media {
 display: flex;
 align-items: flex-start;
}
.media-body {
 flex: 1;
}
.list-group {
 display: flex;
 flex-direction: column;
 padding-left: 0;
 margin-bottom: 0;
}
.list-group-item-action {
 width: 100%;
 color: #495057;
 text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
 z-index: 1;
 color: #495057;
 text-decoration: none;
 background-color: #f8f9fa;
}
.list-group-item-action:active {
 color: #343a40;
 background-color: #e9ecef;
}
.list-group-item {
 position: relative;
 display: block;
 padding: 0.75rem 1.25rem;
 margin-bottom: -1px;
 background-color: #fff;
 border: 1px solid rgba(34, 34, 34, 0.125);
}
.list-group-item:first-child {
 border-top-left-radius: 0.25rem;
 border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
 margin-bottom: 0;
 border-bottom-right-radius: 0.25rem;
 border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
 color: #868e96;
 pointer-events: none;
 background-color: #fff;
}
.list-group-item.active {
 z-index: 2;
 color: #fff;
 background-color: #00507c;
 border-color: #00507c;
}
.list-group-horizontal {
 flex-direction: row;
}
.list-group-horizontal .list-group-item {
 margin-right: -1px;
 margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
 border-top-left-radius: 0.25rem;
 border-bottom-left-radius: 0.25rem;
 border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
 margin-right: 0;
 border-top-right-radius: 0.25rem;
 border-bottom-right-radius: 0.25rem;
 border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
 .list-group-horizontal-sm {
  flex-direction: row;
 }
 .list-group-horizontal-sm .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
 }
 .list-group-horizontal-sm .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
 }
 .list-group-horizontal-sm .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
 }
}
@media (min-width: 768px) {
 .list-group-horizontal-md {
  flex-direction: row;
 }
 .list-group-horizontal-md .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
 }
 .list-group-horizontal-md .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
 }
 .list-group-horizontal-md .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
 }
}
@media (min-width: 992px) {
 .list-group-horizontal-lg {
  flex-direction: row;
 }
 .list-group-horizontal-lg .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
 }
 .list-group-horizontal-lg .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
 }
 .list-group-horizontal-lg .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
 }
}
@media (min-width: 1200px) {
 .list-group-horizontal-xl {
  flex-direction: row;
 }
 .list-group-horizontal-xl .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
 }
 .list-group-horizontal-xl .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
 }
 .list-group-horizontal-xl .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
 }
}
.list-group-flush .list-group-item {
 border-right: 0;
 border-left: 0;
 border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
 margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
 border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
 margin-bottom: 0;
 border-bottom: 0;
}
.list-group-item-primary {
 color: #103a51;
 background-color: #b8ceda;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
 color: #103a51;
 background-color: #a7c2d1;
}
.list-group-item-primary.list-group-item-action.active {
 color: #fff;
 background-color: #103a51;
 border-color: #103a51;
}
.list-group-item-secondary {
 color: #6a6e73;
 background-color: #e8eaed;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
 color: #6a6e73;
 background-color: #dadde2;
}
.list-group-item-secondary.list-group-item-action.active {
 color: #fff;
 background-color: #6a6e73;
 border-color: #6a6e73;
}
.list-group-item-success {
 color: #147f6a;
 background-color: #baf3e8;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
 color: #147f6a;
 background-color: #a4efe1;
}
.list-group-item-success.list-group-item-action.active {
 color: #fff;
 background-color: #147f6a;
 border-color: #147f6a;
}
.list-group-item-info {
 color: #106f76;
 background-color: #b8ebee;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
 color: #106f76;
 background-color: #a3e5e9;
}
.list-group-item-info.list-group-item-action.active {
 color: #fff;
 background-color: #106f76;
 border-color: #106f76;
}
.list-group-item-warning {
 color: #896d31;
 background-color: #f9e9c9;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
 color: #896d31;
 background-color: #f6e0b2;
}
.list-group-item-warning.list-group-item-action.active {
 color: #fff;
 background-color: #896d31;
 border-color: #896d31;
}
.list-group-item-danger {
 color: #663e4a;
 background-color: #e6d0d7;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
 color: #663e4a;
 background-color: #ddbfc9;
}
.list-group-item-danger.list-group-item-action.active {
 color: #fff;
 background-color: #663e4a;
 border-color: #663e4a;
}
.list-group-item-light {
 color: #919292;
 background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
 color: #919292;
 background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
 color: #fff;
 background-color: #919292;
 border-color: #919292;
}
.list-group-item-dark {
 color: #2b2e32;
 background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
 color: #2b2e32;
 background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
 color: #fff;
 background-color: #2b2e32;
 border-color: #2b2e32;
}
.close {
 float: right;
 font-size: 1.5945rem;
 font-weight: 700;
 line-height: 1;
 color: #222;
 text-shadow: 0 1px 0 #fff;
 opacity: 0.5;
}
.close:hover {
 color: #222;
 text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
 opacity: 0.75;
}
button.close {
 padding: 0;
 background-color: transparent;
 border: 0;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
a.close.disabled {
 pointer-events: none;
}
.toast {
 max-width: 350px;
 overflow: hidden;
 font-size: 0.875rem;
 background-color: hsla(0, 0%, 100%, 0.85);
 background-clip: padding-box;
 border: 1px solid rgba(0, 0, 0, 0.1);
 box-shadow: 0 0.25rem 0.75rem rgba(34, 34, 34, 0.1);
 -webkit-backdrop-filter: blur(10px);
 backdrop-filter: blur(10px);
 opacity: 0;
 border-radius: 0.25rem;
}
.toast:not(:last-child) {
 margin-bottom: 0.75rem;
}
.toast.showing {
 opacity: 1;
}
.toast.show {
 display: block;
 opacity: 1;
}
.toast.hide {
 display: none;
}
.toast-header {
 display: flex;
 align-items: center;
 padding: 0.25rem 0.75rem;
 color: #868e96;
 background-color: hsla(0, 0%, 100%, 0.85);
 background-clip: padding-box;
 border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
 padding: 0.75rem;
}
.modal-open {
 overflow: hidden;
}
.modal-open .modal {
 overflow-x: hidden;
 overflow-y: auto;
}
.modal {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 1050;
 display: none;
 width: 100%;
 height: 100%;
 overflow: hidden;
 outline: 0;
}
.modal-dialog {
 position: relative;
 width: auto;
 margin: 0.5rem;
 pointer-events: none;
}
.modal.fade .modal-dialog {
 transition: -webkit-transform 0.3s ease-out;
 transition: transform 0.3s ease-out;
 transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
 -webkit-transform: translateY(-50px);
 transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
 .modal.fade .modal-dialog {
  transition: none;
 }
}
.modal.show .modal-dialog {
 -webkit-transform: none;
 transform: none;
}
.modal-dialog-scrollable {
 display: flex;
 max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
 max-height: calc(100vh - 1rem);
 overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
 flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
 overflow-y: auto;
}
.modal-dialog-centered {
 display: flex;
 align-items: center;
 min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
 display: block;
 height: calc(100vh - 1rem);
 content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
 flex-direction: column;
 justify-content: center;
 height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
 max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
 content: none;
}
.modal-content {
 position: relative;
 display: flex;
 flex-direction: column;
 width: 100%;
 pointer-events: auto;
 background-color: #fff;
 background-clip: padding-box;
 border: 1px solid rgba(34, 34, 34, 0.2);
 border-radius: 0.3rem;
 outline: 0;
}
.modal-backdrop {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 1040;
 width: 100vw;
 height: 100vh;
 background-color: #222;
}
.modal-backdrop.fade {
 opacity: 0;
}
.modal-backdrop.show {
 opacity: 0.5;
}
.modal-header {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 padding: 1rem;
 border-bottom: 1px solid #ddd;
 border-top-left-radius: 0.3rem;
 border-top-right-radius: 0.3rem;
}
.modal-header .close {
 padding: 1rem;
 margin: -1rem -1rem -1rem auto;
}
.modal-title {
 margin-bottom: 0;
 line-height: 1.5;
}
.modal-body {
 position: relative;
 flex: 1 1 auto;
 padding: 1rem;
}
.modal-footer {
 display: flex;
 align-items: center;
 justify-content: flex-end;
 padding: 1rem;
 border-top: 1px solid #ddd;
 border-bottom-right-radius: 0.3rem;
 border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
 margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
 margin-right: 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);
 }
 .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, sans-serif;
 font-style: normal;
 font-weight: 400;
 line-height: 1.5;
 text-align: left;
 text-align: start;
 text-decoration: none;
 text-shadow: none;
 text-transform: none;
 letter-spacing: normal;
 word-break: normal;
 word-spacing: normal;
 white-space: normal;
 line-break: auto;
 font-size: 0.930125rem;
 word-wrap: break-word;
 opacity: 0;
}
.tooltip.show {
 opacity: 0.9;
}
.tooltip .arrow {
 position: absolute;
 display: block;
 width: 0.8rem;
 height: 0.4rem;
}
.tooltip .arrow:before {
 position: absolute;
 content: "";
 border-color: transparent;
 border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
 padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
 bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
 top: 0;
 border-width: 0.4rem 0.4rem 0;
 border-top-color: #222;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
 padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
 left: 0;
 width: 0.4rem;
 height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
 right: 0;
 border-width: 0.4rem 0.4rem 0.4rem 0;
 border-right-color: #222;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
 padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
 top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
 bottom: 0;
 border-width: 0 0.4rem 0.4rem;
 border-bottom-color: #222;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
 padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
 right: 0;
 width: 0.4rem;
 height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
 left: 0;
 border-width: 0.4rem 0 0.4rem 0.4rem;
 border-left-color: #222;
}
.tooltip-inner {
 max-width: 200px;
 padding: 0.25rem 0.5rem;
 color: #fff;
 text-align: center;
 background-color: #222;
 border-radius: 0.25rem;
}
.popover {
 top: 0;
 left: 0;
 z-index: 1060;
 max-width: 276px;
 font-family: Roboto, sans-serif;
 font-style: normal;
 font-weight: 400;
 line-height: 1.5;
 text-align: left;
 text-align: start;
 text-decoration: none;
 text-shadow: none;
 text-transform: none;
 letter-spacing: normal;
 word-break: normal;
 word-spacing: normal;
 white-space: normal;
 line-break: auto;
 font-size: 0.930125rem;
 word-wrap: break-word;
 background-color: #fff;
 background-clip: padding-box;
 border: 1px solid rgba(34, 34, 34, 0.2);
 border-radius: 0.3rem;
}
.popover,
.popover .arrow {
 position: absolute;
 display: block;
}
.popover .arrow {
 width: 1rem;
 height: 0.5rem;
 margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
 position: absolute;
 display: block;
 content: "";
 border-color: transparent;
 border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
 margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
 bottom: calc(-0.5rem + -1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
 bottom: 0;
 border-width: 0.5rem 0.5rem 0;
 border-top-color: rgba(34, 34, 34, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
 bottom: 1px;
 border-width: 0.5rem 0.5rem 0;
 border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
 margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
 left: calc(-0.5rem + -1px);
 width: 0.5rem;
 height: 1rem;
 margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
 left: 0;
 border-width: 0.5rem 0.5rem 0.5rem 0;
 border-right-color: rgba(34, 34, 34, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
 left: 1px;
 border-width: 0.5rem 0.5rem 0.5rem 0;
 border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
 margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
 top: calc(-0.5rem + -1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
 top: 0;
 border-width: 0 0.5rem 0.5rem;
 border-bottom-color: rgba(34, 34, 34, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
 top: 1px;
 border-width: 0 0.5rem 0.5rem;
 border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
 position: absolute;
 top: 0;
 left: 50%;
 display: block;
 width: 1rem;
 margin-left: -0.5rem;
 content: "";
 border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
 margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
 right: calc(-0.5rem + -1px);
 width: 0.5rem;
 height: 1rem;
 margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
 right: 0;
 border-width: 0.5rem 0 0.5rem 0.5rem;
 border-left-color: rgba(34, 34, 34, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
 right: 1px;
 border-width: 0.5rem 0 0.5rem 0.5rem;
 border-left-color: #fff;
}
.popover-header {
 padding: 0.5rem 0.75rem;
 margin-bottom: 0;
 font-size: 1.063rem;
 background-color: #f7f7f7;
 border-bottom: 1px solid #ebebeb;
 border-top-left-radius: calc(0.3rem - 1px);
 border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
 display: none;
}
.popover-body {
 padding: 0.5rem 0.75rem;
 color: #343a40;
}
.carousel {
 position: relative;
}
.carousel.pointer-event {
 touch-action: pan-y;
}
.carousel-inner {
 position: relative;
 width: 100%;
 overflow: hidden;
}
.carousel-inner:after {
 display: block;
 clear: both;
 content: "";
}
.carousel-item {
 position: relative;
 display: none;
 float: left;
 width: 100%;
 margin-right: -100%;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 transition: -webkit-transform 0.6s ease-in-out;
 transition: transform 0.6s ease-in-out;
 transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
 transform: translateY(2px);
}
@media (prefers-reduced-motion: reduce) {
 .carousel-item {
  transition: none;
 }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
 display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
 -webkit-transform: translateX(100%);
 transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-property: opacity;
 -webkit-transform: none;
 transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
 z-index: 1;
 opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
 z-index: 0;
 opacity: 0;
 transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
 .carousel-fade .active.carousel-item-left,
 .carousel-fade .active.carousel-item-right {
  transition: none;
 }
}
.carousel-control-next,
.carousel-control-prev {
 position: absolute;
 top: 0;
 bottom: 0;
 z-index: 1;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 15%;
 color: #fff;
 text-align: center;
 opacity: 0.5;
 transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
 .carousel-control-next,
 .carousel-control-prev {
  transition: none;
 }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
 color: #fff;
 text-decoration: none;
 outline: 0;
 opacity: 0.9;
}
.carousel-control-prev {
 left: 0;
}
.carousel-control-next {
 right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
 display: inline-block;
 width: 20px;
 height: 20px;
 background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
 position: absolute;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 15;
 display: flex;
 justify-content: center;
 padding-left: 0;
 margin-right: 15%;
 margin-left: 15%;
 list-style: none;
}
.carousel-indicators li {
 box-sizing: content-box;
 flex: 0 1 auto;
 width: 30px;
 height: 3px;
 margin-right: 3px;
 margin-left: 3px;
 text-indent: -999px;
 cursor: pointer;
 background-color: #fff;
 background-clip: padding-box;
 border-top: 10px solid transparent;
 border-bottom: 10px solid transparent;
 opacity: 0.5;
 transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
 .carousel-indicators li {
  transition: none;
 }
}
.carousel-indicators .active {
 opacity: 1;
}
.carousel-caption {
 position: absolute;
 right: 15%;
 bottom: 20px;
 left: 15%;
 z-index: 10;
 padding-top: 20px;
 padding-bottom: 20px;
 color: #fff;
 text-align: center;
}
@-webkit-keyframes spinner-border {
 to {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
 }
}
@keyframes spinner-border {
 to {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
 }
}
.spinner-border {
 display: inline-block;
 width: 2rem;
 height: 2rem;
 vertical-align: text-bottom;
 border: 0.25em solid;
 border-right: 0.25em solid transparent;
 border-radius: 50%;
 -webkit-animation: spinner-border 0.75s linear infinite;
 animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
 width: 1rem;
 height: 1rem;
 border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
 0% {
  -webkit-transform: scale(0);
  transform: scale(0);
 }
 50% {
  opacity: 1;
 }
}
@keyframes spinner-grow {
 0% {
  -webkit-transform: scale(0);
  transform: scale(0);
 }
 50% {
  opacity: 1;
 }
}
.spinner-grow {
 display: inline-block;
 width: 2rem;
 height: 2rem;
 vertical-align: text-bottom;
 background-color: currentColor;
 border-radius: 50%;
 opacity: 0;
 -webkit-animation: spinner-grow 0.75s linear infinite;
 animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
 width: 1rem;
 height: 1rem;
}
.align-baseline {
 vertical-align: baseline !important;
}
.align-top {
 vertical-align: top !important;
}
.align-middle {
 vertical-align: middle !important;
}
.align-bottom {
 vertical-align: bottom !important;
}
.align-text-bottom {
 vertical-align: text-bottom !important;
}
.align-text-top {
 vertical-align: text-top !important;
}
.bg-primary {
 background-color: #00507c !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
 background-color: #002f49 !important;
}
.bg-secondary {
 background-color: #adb5bd !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
 background-color: #919ca6 !important;
}
.bg-success {
 background-color: #07d4ac !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
 background-color: #05a384 !important;
}
.bg-info {
 background-color: #00b7c4 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
 background-color: #008791 !important;
}
.bg-warning {
 background-color: #e9b23e !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
 background-color: #db9d19 !important;
}
.bg-danger {
 background-color: #a5586f !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
 background-color: #844659 !important;
}
.bg-light {
 background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
 background-color: #dae0e5 !important;
}
.bg-dark {
 background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
 background-color: #1d2124 !important;
}
.bg-white {
 background-color: #fff !important;
}
.bg-transparent {
 background-color: transparent !important;
}
.border {
 border: 1px solid #ddd !important;
}
.border-top {
 border-top: 1px solid #ddd !important;
}
.border-right {
 border-right: 1px solid #ddd !important;
}
.border-bottom {
 border-bottom: 1px solid #ddd !important;
}
.border-left {
 border-left: 1px solid #ddd !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: #00507c !important;
}
.border-secondary {
 border-color: #adb5bd !important;
}
.border-success {
 border-color: #07d4ac !important;
}
.border-info {
 border-color: #00b7c4 !important;
}
.border-warning {
 border-color: #e9b23e !important;
}
.border-danger {
 border-color: #a5586f !important;
}
.border-light {
 border-color: #f8f9fa !important;
}
.border-dark {
 border-color: #343a40 !important;
}
.border-white {
 border-color: #fff !important;
}
.rounded-sm {
 border-radius: 0.2rem !important;
}
.rounded {
 border-radius: 0.25rem !important;
}
.rounded-top {
 border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
 border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
 border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
 border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
 border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
 border-radius: 0.3rem !important;
}
.rounded-circle {
 border-radius: 50% !important;
}
.rounded-pill {
 border-radius: 50rem !important;
}
.rounded-0 {
 border-radius: 0 !important;
}
.clearfix:after {
 display: block;
 clear: both;
 content: "";
}
.d-none {
 display: none !important;
}
.d-inline {
 display: inline !important;
}
.d-inline-block {
 display: inline-block !important;
}
.d-block {
 display: block !important;
}
.d-table {
 display: table !important;
}
.d-table-row {
 display: table-row !important;
}
.d-table-cell {
 display: table-cell !important;
}
.d-flex {
 display: flex !important;
}
.d-inline-flex {
 display: inline-flex !important;
}
@media (min-width: 576px) {
 .d-sm-none {
  display: none !important;
 }
 .d-sm-inline {
  display: inline !important;
 }
 .d-sm-inline-block {
  display: inline-block !important;
 }
 .d-sm-block {
  display: block !important;
 }
 .d-sm-table {
  display: table !important;
 }
 .d-sm-table-row {
  display: table-row !important;
 }
 .d-sm-table-cell {
  display: table-cell !important;
 }
 .d-sm-flex {
  display: flex !important;
 }
 .d-sm-inline-flex {
  display: inline-flex !important;
 }
}
@media (min-width: 768px) {
 .d-md-none {
  display: none !important;
 }
 .d-md-inline {
  display: inline !important;
 }
 .d-md-inline-block {
  display: inline-block !important;
 }
 .d-md-block {
  display: block !important;
 }
 .d-md-table {
  display: table !important;
 }
 .d-md-table-row {
  display: table-row !important;
 }
 .d-md-table-cell {
  display: table-cell !important;
 }
 .d-md-flex {
  display: flex !important;
 }
 .d-md-inline-flex {
  display: inline-flex !important;
 }
}
@media (min-width: 992px) {
 .d-lg-none {
  display: none !important;
 }
 .d-lg-inline {
  display: inline !important;
 }
 .d-lg-inline-block {
  display: inline-block !important;
 }
 .d-lg-block {
  display: block !important;
 }
 .d-lg-table {
  display: table !important;
 }
 .d-lg-table-row {
  display: table-row !important;
 }
 .d-lg-table-cell {
  display: table-cell !important;
 }
 .d-lg-flex {
  display: flex !important;
 }
 .d-lg-inline-flex {
  display: inline-flex !important;
 }
}
@media (min-width: 1200px) {
 .d-xl-none {
  display: none !important;
 }
 .d-xl-inline {
  display: inline !important;
 }
 .d-xl-inline-block {
  display: inline-block !important;
 }
 .d-xl-block {
  display: block !important;
 }
 .d-xl-table {
  display: table !important;
 }
 .d-xl-table-row {
  display: table-row !important;
 }
 .d-xl-table-cell {
  display: table-cell !important;
 }
 .d-xl-flex {
  display: flex !important;
 }
 .d-xl-inline-flex {
  display: inline-flex !important;
 }
}
@media print {
 .d-print-none {
  display: none !important;
 }
 .d-print-inline {
  display: inline !important;
 }
 .d-print-inline-block {
  display: inline-block !important;
 }
 .d-print-block {
  display: block !important;
 }
 .d-print-table {
  display: table !important;
 }
 .d-print-table-row {
  display: table-row !important;
 }
 .d-print-table-cell {
  display: table-cell !important;
 }
 .d-print-flex {
  display: flex !important;
 }
 .d-print-inline-flex {
  display: inline-flex !important;
 }
}
.embed-responsive {
 position: relative;
 display: block;
 width: 100%;
 padding: 0;
 overflow: hidden;
}
.embed-responsive:before {
 display: block;
 content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border: 0;
}
.embed-responsive-21by9:before {
 padding-top: 42.8571428571%;
}
.embed-responsive-16by9:before {
 padding-top: 56.25%;
}
.embed-responsive-4by3:before {
 padding-top: 75%;
}
.embed-responsive-1by1:before {
 padding-top: 100%;
}
.flex-row {
 flex-direction: row !important;
}
.flex-column {
 flex-direction: column !important;
}
.flex-row-reverse {
 flex-direction: row-reverse !important;
}
.flex-column-reverse {
 flex-direction: column-reverse !important;
}
.flex-wrap {
 flex-wrap: wrap !important;
}
.flex-nowrap {
 flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
 flex-wrap: wrap-reverse !important;
}
.flex-fill {
 flex: 1 1 auto !important;
}
.flex-grow-0 {
 flex-grow: 0 !important;
}
.flex-grow-1 {
 flex-grow: 1 !important;
}
.flex-shrink-0 {
 flex-shrink: 0 !important;
}
.flex-shrink-1 {
 flex-shrink: 1 !important;
}
.justify-content-start {
 justify-content: flex-start !important;
}
.justify-content-end {
 justify-content: flex-end !important;
}
.justify-content-center {
 justify-content: center !important;
}
.justify-content-between {
 justify-content: space-between !important;
}
.justify-content-around {
 justify-content: space-around !important;
}
.align-items-start {
 align-items: flex-start !important;
}
.align-items-end {
 align-items: flex-end !important;
}
.align-items-center {
 align-items: center !important;
}
.align-items-baseline {
 align-items: baseline !important;
}
.align-items-stretch {
 align-items: stretch !important;
}
.align-content-start {
 align-content: flex-start !important;
}
.align-content-end {
 align-content: flex-end !important;
}
.align-content-center {
 align-content: center !important;
}
.align-content-between {
 align-content: space-between !important;
}
.align-content-around {
 align-content: space-around !important;
}
.align-content-stretch {
 align-content: stretch !important;
}
.align-self-auto {
 align-self: auto !important;
}
.align-self-start {
 align-self: flex-start !important;
}
.align-self-end {
 align-self: flex-end !important;
}
.align-self-center {
 align-self: center !important;
}
.align-self-baseline {
 align-self: baseline !important;
}
.align-self-stretch {
 align-self: stretch !important;
}
@media (min-width: 576px) {
 .flex-sm-row {
  flex-direction: row !important;
 }
 .flex-sm-column {
  flex-direction: column !important;
 }
 .flex-sm-row-reverse {
  flex-direction: row-reverse !important;
 }
 .flex-sm-column-reverse {
  flex-direction: column-reverse !important;
 }
 .flex-sm-wrap {
  flex-wrap: wrap !important;
 }
 .flex-sm-nowrap {
  flex-wrap: nowrap !important;
 }
 .flex-sm-wrap-reverse {
  flex-wrap: wrap-reverse !important;
 }
 .flex-sm-fill {
  flex: 1 1 auto !important;
 }
 .flex-sm-grow-0 {
  flex-grow: 0 !important;
 }
 .flex-sm-grow-1 {
  flex-grow: 1 !important;
 }
 .flex-sm-shrink-0 {
  flex-shrink: 0 !important;
 }
 .flex-sm-shrink-1 {
  flex-shrink: 1 !important;
 }
 .justify-content-sm-start {
  justify-content: flex-start !important;
 }
 .justify-content-sm-end {
  justify-content: flex-end !important;
 }
 .justify-content-sm-center {
  justify-content: center !important;
 }
 .justify-content-sm-between {
  justify-content: space-between !important;
 }
 .justify-content-sm-around {
  justify-content: space-around !important;
 }
 .align-items-sm-start {
  align-items: flex-start !important;
 }
 .align-items-sm-end {
  align-items: flex-end !important;
 }
 .align-items-sm-center {
  align-items: center !important;
 }
 .align-items-sm-baseline {
  align-items: baseline !important;
 }
 .align-items-sm-stretch {
  align-items: stretch !important;
 }
 .align-content-sm-start {
  align-content: flex-start !important;
 }
 .align-content-sm-end {
  align-content: flex-end !important;
 }
 .align-content-sm-center {
  align-content: center !important;
 }
 .align-content-sm-between {
  align-content: space-between !important;
 }
 .align-content-sm-around {
  align-content: space-around !important;
 }
 .align-content-sm-stretch {
  align-content: stretch !important;
 }
 .align-self-sm-auto {
  align-self: auto !important;
 }
 .align-self-sm-start {
  align-self: flex-start !important;
 }
 .align-self-sm-end {
  align-self: flex-end !important;
 }
 .align-self-sm-center {
  align-self: center !important;
 }
 .align-self-sm-baseline {
  align-self: baseline !important;
 }
 .align-self-sm-stretch {
  align-self: stretch !important;
 }
}
@media (min-width: 768px) {
 .flex-md-row {
  flex-direction: row !important;
 }
 .flex-md-column {
  flex-direction: column !important;
 }
 .flex-md-row-reverse {
  flex-direction: row-reverse !important;
 }
 .flex-md-column-reverse {
  flex-direction: column-reverse !important;
 }
 .flex-md-wrap {
  flex-wrap: wrap !important;
 }
 .flex-md-nowrap {
  flex-wrap: nowrap !important;
 }
 .flex-md-wrap-reverse {
  flex-wrap: wrap-reverse !important;
 }
 .flex-md-fill {
  flex: 1 1 auto !important;
 }
 .flex-md-grow-0 {
  flex-grow: 0 !important;
 }
 .flex-md-grow-1 {
  flex-grow: 1 !important;
 }
 .flex-md-shrink-0 {
  flex-shrink: 0 !important;
 }
 .flex-md-shrink-1 {
  flex-shrink: 1 !important;
 }
 .justify-content-md-start {
  justify-content: flex-start !important;
 }
 .justify-content-md-end {
  justify-content: flex-end !important;
 }
 .justify-content-md-center {
  justify-content: center !important;
 }
 .justify-content-md-between {
  justify-content: space-between !important;
 }
 .justify-content-md-around {
  justify-content: space-around !important;
 }
 .align-items-md-start {
  align-items: flex-start !important;
 }
 .align-items-md-end {
  align-items: flex-end !important;
 }
 .align-items-md-center {
  align-items: center !important;
 }
 .align-items-md-baseline {
  align-items: baseline !important;
 }
 .align-items-md-stretch {
  align-items: stretch !important;
 }
 .align-content-md-start {
  align-content: flex-start !important;
 }
 .align-content-md-end {
  align-content: flex-end !important;
 }
 .align-content-md-center {
  align-content: center !important;
 }
 .align-content-md-between {
  align-content: space-between !important;
 }
 .align-content-md-around {
  align-content: space-around !important;
 }
 .align-content-md-stretch {
  align-content: stretch !important;
 }
 .align-self-md-auto {
  align-self: auto !important;
 }
 .align-self-md-start {
  align-self: flex-start !important;
 }
 .align-self-md-end {
  align-self: flex-end !important;
 }
 .align-self-md-center {
  align-self: center !important;
 }
 .align-self-md-baseline {
  align-self: baseline !important;
 }
 .align-self-md-stretch {
  align-self: stretch !important;
 }
}
@media (min-width: 992px) {
 .flex-lg-row {
  flex-direction: row !important;
 }
 .flex-lg-column {
  flex-direction: column !important;
 }
 .flex-lg-row-reverse {
  flex-direction: row-reverse !important;
 }
 .flex-lg-column-reverse {
  flex-direction: column-reverse !important;
 }
 .flex-lg-wrap {
  flex-wrap: wrap !important;
 }
 .flex-lg-nowrap {
  flex-wrap: nowrap !important;
 }
 .flex-lg-wrap-reverse {
  flex-wrap: wrap-reverse !important;
 }
 .flex-lg-fill {
  flex: 1 1 auto !important;
 }
 .flex-lg-grow-0 {
  flex-grow: 0 !important;
 }
 .flex-lg-grow-1 {
  flex-grow: 1 !important;
 }
 .flex-lg-shrink-0 {
  flex-shrink: 0 !important;
 }
 .flex-lg-shrink-1 {
  flex-shrink: 1 !important;
 }
 .justify-content-lg-start {
  justify-content: flex-start !important;
 }
 .justify-content-lg-end {
  justify-content: flex-end !important;
 }
 .justify-content-lg-center {
  justify-content: center !important;
 }
 .justify-content-lg-between {
  justify-content: space-between !important;
 }
 .justify-content-lg-around {
  justify-content: space-around !important;
 }
 .align-items-lg-start {
  align-items: flex-start !important;
 }
 .align-items-lg-end {
  align-items: flex-end !important;
 }
 .align-items-lg-center {
  align-items: center !important;
 }
 .align-items-lg-baseline {
  align-items: baseline !important;
 }
 .align-items-lg-stretch {
  align-items: stretch !important;
 }
 .align-content-lg-start {
  align-content: flex-start !important;
 }
 .align-content-lg-end {
  align-content: flex-end !important;
 }
 .align-content-lg-center {
  align-content: center !important;
 }
 .align-content-lg-between {
  align-content: space-between !important;
 }
 .align-content-lg-around {
  align-content: space-around !important;
 }
 .align-content-lg-stretch {
  align-content: stretch !important;
 }
 .align-self-lg-auto {
  align-self: auto !important;
 }
 .align-self-lg-start {
  align-self: flex-start !important;
 }
 .align-self-lg-end {
  align-self: flex-end !important;
 }
 .align-self-lg-center {
  align-self: center !important;
 }
 .align-self-lg-baseline {
  align-self: baseline !important;
 }
 .align-self-lg-stretch {
  align-self: stretch !important;
 }
}
@media (min-width: 1200px) {
 .flex-xl-row {
  flex-direction: row !important;
 }
 .flex-xl-column {
  flex-direction: column !important;
 }
 .flex-xl-row-reverse {
  flex-direction: row-reverse !important;
 }
 .flex-xl-column-reverse {
  flex-direction: column-reverse !important;
 }
 .flex-xl-wrap {
  flex-wrap: wrap !important;
 }
 .flex-xl-nowrap {
  flex-wrap: nowrap !important;
 }
 .flex-xl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
 }
 .flex-xl-fill {
  flex: 1 1 auto !important;
 }
 .flex-xl-grow-0 {
  flex-grow: 0 !important;
 }
 .flex-xl-grow-1 {
  flex-grow: 1 !important;
 }
 .flex-xl-shrink-0 {
  flex-shrink: 0 !important;
 }
 .flex-xl-shrink-1 {
  flex-shrink: 1 !important;
 }
 .justify-content-xl-start {
  justify-content: flex-start !important;
 }
 .justify-content-xl-end {
  justify-content: flex-end !important;
 }
 .justify-content-xl-center {
  justify-content: center !important;
 }
 .justify-content-xl-between {
  justify-content: space-between !important;
 }
 .justify-content-xl-around {
  justify-content: space-around !important;
 }
 .align-items-xl-start {
  align-items: flex-start !important;
 }
 .align-items-xl-end {
  align-items: flex-end !important;
 }
 .align-items-xl-center {
  align-items: center !important;
 }
 .align-items-xl-baseline {
  align-items: baseline !important;
 }
 .align-items-xl-stretch {
  align-items: stretch !important;
 }
 .align-content-xl-start {
  align-content: flex-start !important;
 }
 .align-content-xl-end {
  align-content: flex-end !important;
 }
 .align-content-xl-center {
  align-content: center !important;
 }
 .align-content-xl-between {
  align-content: space-between !important;
 }
 .align-content-xl-around {
  align-content: space-around !important;
 }
 .align-content-xl-stretch {
  align-content: stretch !important;
 }
 .align-self-xl-auto {
  align-self: auto !important;
 }
 .align-self-xl-start {
  align-self: flex-start !important;
 }
 .align-self-xl-end {
  align-self: flex-end !important;
 }
 .align-self-xl-center {
  align-self: center !important;
 }
 .align-self-xl-baseline {
  align-self: baseline !important;
 }
 .align-self-xl-stretch {
  align-self: stretch !important;
 }
}
.float-left {
 float: left !important;
}
.float-right {
 float: right !important;
}
.float-none {
 float: none !important;
}
@media (min-width: 576px) {
 .float-sm-left {
  float: left !important;
 }
 .float-sm-right {
  float: right !important;
 }
 .float-sm-none {
  float: none !important;
 }
}
@media (min-width: 768px) {
 .float-md-left {
  float: left !important;
 }
 .float-md-right {
  float: right !important;
 }
 .float-md-none {
  float: none !important;
 }
}
@media (min-width: 992px) {
 .float-lg-left {
  float: left !important;
 }
 .float-lg-right {
  float: right !important;
 }
 .float-lg-none {
  float: none !important;
 }
}
@media (min-width: 1200px) {
 .float-xl-left {
  float: left !important;
 }
 .float-xl-right {
  float: right !important;
 }
 .float-xl-none {
  float: none !important;
 }
}
.overflow-auto {
 overflow: auto !important;
}
.overflow-hidden {
 overflow: hidden !important;
}
.position-static {
 position: static !important;
}
.position-relative {
 position: relative !important;
}
.position-absolute {
 position: absolute !important;
}
.position-fixed {
 position: fixed !important;
}
.position-sticky {
 position: -webkit-sticky !important;
 position: sticky !important;
}
.fixed-top {
 top: 0;
}
.fixed-bottom,
.fixed-top {
 position: fixed;
 right: 0;
 left: 0;
 z-index: 1030;
}
.fixed-bottom {
 bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
 .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
 }
}
.sr-only {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 white-space: nowrap;
 border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
 position: static;
 width: auto;
 height: auto;
 overflow: visible;
 clip: auto;
 white-space: normal;
}
.shadow-sm {
 box-shadow: 0 0.125rem 0.25rem rgba(34, 34, 34, 0.075) !important;
}
.shadow {
 box-shadow: 0 0.5rem 1rem rgba(34, 34, 34, 0.15) !important;
}
.shadow-lg {
 box-shadow: 0 1rem 3rem rgba(34, 34, 34, 0.175) !important;
}
.shadow-none {
 box-shadow: none !important;
}
.w-25 {
 width: 25% !important;
}
.w-50 {
 width: 50% !important;
}
.w-75 {
 width: 75% !important;
}
.w-100 {
 width: 100% !important;
}
.w-auto {
 width: auto !important;
}
.h-25 {
 height: 25% !important;
}
.h-50 {
 height: 50% !important;
}
.h-75 {
 height: 75% !important;
}
.h-100 {
 height: 100% !important;
}
.h-auto {
 height: auto !important;
}
.mw-100 {
 max-width: 100% !important;
}
.mh-100 {
 max-height: 100% !important;
}
.min-vw-100 {
 min-width: 100vw !important;
}
.min-vh-100 {
 min-height: 100vh !important;
}
.vw-100 {
 width: 100vw !important;
}
.vh-100 {
 height: 100vh !important;
}
.stretched-link:after {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1;
 pointer-events: auto;
 content: "";
 background-color: transparent;
}
.m-0 {
 margin: 0 !important;
}
.mt-0,
.my-0 {
 margin-top: 0 !important;
}
.mr-0,
.mx-0 {
 margin-right: 0 !important;
}
.mb-0,
.my-0 {
 margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
 margin-left: 0 !important;
}
.m-1 {
 margin: 0.25rem !important;
}
.mt-1,
.my-1 {
 margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
 margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
 margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
 margin-left: 0.25rem !important;
}
.m-2 {
 margin: 0.5rem !important;
}
.mt-2,
.my-2 {
 margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
 margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
 margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
 margin-left: 0.5rem !important;
}
.m-3 {
 margin: 1rem !important;
}
.mt-3,
.my-3 {
 margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
 margin-right: 1rem !important;
}
.mb-3,
.my-3 {
 margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
 margin-left: 1rem !important;
}
.m-4 {
 margin: 1.5rem !important;
}
.mt-4,
.my-4 {
 margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
 margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
 margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
 margin-left: 1.5rem !important;
}
.m-5 {
 margin: 3rem !important;
}
.mt-5,
.my-5 {
 margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
 margin-right: 3rem !important;
}
.mb-5,
.my-5 {
 margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
 margin-left: 3rem !important;
}
.p-0 {
 padding: 0 !important;
}
.pt-0,
.py-0 {
 padding-top: 0 !important;
}
.pr-0,
.px-0 {
 padding-right: 0 !important;
}
.pb-0,
.py-0 {
 padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
 padding-left: 0 !important;
}
.p-1 {
 padding: 0.25rem !important;
}
.pt-1,
.py-1 {
 padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
 padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
 padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
 padding-left: 0.25rem !important;
}
.p-2 {
 padding: 0.5rem !important;
}
.pt-2,
.py-2 {
 padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
 padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
 padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
 padding-left: 0.5rem !important;
}
.p-3 {
 padding: 1rem !important;
}
.pt-3,
.py-3 {
 padding-top: 1rem !important;
}
.pr-3,
.px-3 {
 padding-right: 1rem !important;
}
.pb-3,
.py-3 {
 padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
 padding-left: 1rem !important;
}
.p-4 {
 padding: 1.5rem !important;
}
.pt-4,
.py-4 {
 padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
 padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
 padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
 padding-left: 1.5rem !important;
}
.p-5 {
 padding: 3rem !important;
}
.pt-5,
.py-5 {
 padding-top: 3rem !important;
}
.pr-5,
.px-5 {
 padding-right: 3rem !important;
}
.pb-5,
.py-5 {
 padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
 padding-left: 3rem !important;
}
.m-n1 {
 margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
 margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
 margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
 margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
 margin-left: -0.25rem !important;
}
.m-n2 {
 margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
 margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
 margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
 margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
 margin-left: -0.5rem !important;
}
.m-n3 {
 margin: -1rem !important;
}
.mt-n3,
.my-n3 {
 margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
 margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
 margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
 margin-left: -1rem !important;
}
.m-n4 {
 margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
 margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
 margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
 margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
 margin-left: -1.5rem !important;
}
.m-n5 {
 margin: -3rem !important;
}
.mt-n5,
.my-n5 {
 margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
 margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
 margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
 margin-left: -3rem !important;
}
.m-auto {
 margin: auto !important;
}
.mt-auto,
.my-auto {
 margin-top: auto !important;
}
.mr-auto,
.mx-auto {
 margin-right: auto !important;
}
.mb-auto,
.my-auto {
 margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
 margin-left: auto !important;
}
@media (min-width: 576px) {
 .m-sm-0 {
  margin: 0 !important;
 }
 .mt-sm-0,
 .my-sm-0 {
  margin-top: 0 !important;
 }
 .mr-sm-0,
 .mx-sm-0 {
  margin-right: 0 !important;
 }
 .mb-sm-0,
 .my-sm-0 {
  margin-bottom: 0 !important;
 }
 .ml-sm-0,
 .mx-sm-0 {
  margin-left: 0 !important;
 }
 .m-sm-1 {
  margin: 0.25rem !important;
 }
 .mt-sm-1,
 .my-sm-1 {
  margin-top: 0.25rem !important;
 }
 .mr-sm-1,
 .mx-sm-1 {
  margin-right: 0.25rem !important;
 }
 .mb-sm-1,
 .my-sm-1 {
  margin-bottom: 0.25rem !important;
 }
 .ml-sm-1,
 .mx-sm-1 {
  margin-left: 0.25rem !important;
 }
 .m-sm-2 {
  margin: 0.5rem !important;
 }
 .mt-sm-2,
 .my-sm-2 {
  margin-top: 0.5rem !important;
 }
 .mr-sm-2,
 .mx-sm-2 {
  margin-right: 0.5rem !important;
 }
 .mb-sm-2,
 .my-sm-2 {
  margin-bottom: 0.5rem !important;
 }
 .ml-sm-2,
 .mx-sm-2 {
  margin-left: 0.5rem !important;
 }
 .m-sm-3 {
  margin: 1rem !important;
 }
 .mt-sm-3,
 .my-sm-3 {
  margin-top: 1rem !important;
 }
 .mr-sm-3,
 .mx-sm-3 {
  margin-right: 1rem !important;
 }
 .mb-sm-3,
 .my-sm-3 {
  margin-bottom: 1rem !important;
 }
 .ml-sm-3,
 .mx-sm-3 {
  margin-left: 1rem !important;
 }
 .m-sm-4 {
  margin: 1.5rem !important;
 }
 .mt-sm-4,
 .my-sm-4 {
  margin-top: 1.5rem !important;
 }
 .mr-sm-4,
 .mx-sm-4 {
  margin-right: 1.5rem !important;
 }
 .mb-sm-4,
 .my-sm-4 {
  margin-bottom: 1.5rem !important;
 }
 .ml-sm-4,
 .mx-sm-4 {
  margin-left: 1.5rem !important;
 }
 .m-sm-5 {
  margin: 3rem !important;
 }
 .mt-sm-5,
 .my-sm-5 {
  margin-top: 3rem !important;
 }
 .mr-sm-5,
 .mx-sm-5 {
  margin-right: 3rem !important;
 }
 .mb-sm-5,
 .my-sm-5 {
  margin-bottom: 3rem !important;
 }
 .ml-sm-5,
 .mx-sm-5 {
  margin-left: 3rem !important;
 }
 .p-sm-0 {
  padding: 0 !important;
 }
 .pt-sm-0,
 .py-sm-0 {
  padding-top: 0 !important;
 }
 .pr-sm-0,
 .px-sm-0 {
  padding-right: 0 !important;
 }
 .pb-sm-0,
 .py-sm-0 {
  padding-bottom: 0 !important;
 }
 .pl-sm-0,
 .px-sm-0 {
  padding-left: 0 !important;
 }
 .p-sm-1 {
  padding: 0.25rem !important;
 }
 .pt-sm-1,
 .py-sm-1 {
  padding-top: 0.25rem !important;
 }
 .pr-sm-1,
 .px-sm-1 {
  padding-right: 0.25rem !important;
 }
 .pb-sm-1,
 .py-sm-1 {
  padding-bottom: 0.25rem !important;
 }
 .pl-sm-1,
 .px-sm-1 {
  padding-left: 0.25rem !important;
 }
 .p-sm-2 {
  padding: 0.5rem !important;
 }
 .pt-sm-2,
 .py-sm-2 {
  padding-top: 0.5rem !important;
 }
 .pr-sm-2,
 .px-sm-2 {
  padding-right: 0.5rem !important;
 }
 .pb-sm-2,
 .py-sm-2 {
  padding-bottom: 0.5rem !important;
 }
 .pl-sm-2,
 .px-sm-2 {
  padding-left: 0.5rem !important;
 }
 .p-sm-3 {
  padding: 1rem !important;
 }
 .pt-sm-3,
 .py-sm-3 {
  padding-top: 1rem !important;
 }
 .pr-sm-3,
 .px-sm-3 {
  padding-right: 1rem !important;
 }
 .pb-sm-3,
 .py-sm-3 {
  padding-bottom: 1rem !important;
 }
 .pl-sm-3,
 .px-sm-3 {
  padding-left: 1rem !important;
 }
 .p-sm-4 {
  padding: 1.5rem !important;
 }
 .pt-sm-4,
 .py-sm-4 {
  padding-top: 1.5rem !important;
 }
 .pr-sm-4,
 .px-sm-4 {
  padding-right: 1.5rem !important;
 }
 .pb-sm-4,
 .py-sm-4 {
  padding-bottom: 1.5rem !important;
 }
 .pl-sm-4,
 .px-sm-4 {
  padding-left: 1.5rem !important;
 }
 .p-sm-5 {
  padding: 3rem !important;
 }
 .pt-sm-5,
 .py-sm-5 {
  padding-top: 3rem !important;
 }
 .pr-sm-5,
 .px-sm-5 {
  padding-right: 3rem !important;
 }
 .pb-sm-5,
 .py-sm-5 {
  padding-bottom: 3rem !important;
 }
 .pl-sm-5,
 .px-sm-5 {
  padding-left: 3rem !important;
 }
 .m-sm-n1 {
  margin: -0.25rem !important;
 }
 .mt-sm-n1,
 .my-sm-n1 {
  margin-top: -0.25rem !important;
 }
 .mr-sm-n1,
 .mx-sm-n1 {
  margin-right: -0.25rem !important;
 }
 .mb-sm-n1,
 .my-sm-n1 {
  margin-bottom: -0.25rem !important;
 }
 .ml-sm-n1,
 .mx-sm-n1 {
  margin-left: -0.25rem !important;
 }
 .m-sm-n2 {
  margin: -0.5rem !important;
 }
 .mt-sm-n2,
 .my-sm-n2 {
  margin-top: -0.5rem !important;
 }
 .mr-sm-n2,
 .mx-sm-n2 {
  margin-right: -0.5rem !important;
 }
 .mb-sm-n2,
 .my-sm-n2 {
  margin-bottom: -0.5rem !important;
 }
 .ml-sm-n2,
 .mx-sm-n2 {
  margin-left: -0.5rem !important;
 }
 .m-sm-n3 {
  margin: -1rem !important;
 }
 .mt-sm-n3,
 .my-sm-n3 {
  margin-top: -1rem !important;
 }
 .mr-sm-n3,
 .mx-sm-n3 {
  margin-right: -1rem !important;
 }
 .mb-sm-n3,
 .my-sm-n3 {
  margin-bottom: -1rem !important;
 }
 .ml-sm-n3,
 .mx-sm-n3 {
  margin-left: -1rem !important;
 }
 .m-sm-n4 {
  margin: -1.5rem !important;
 }
 .mt-sm-n4,
 .my-sm-n4 {
  margin-top: -1.5rem !important;
 }
 .mr-sm-n4,
 .mx-sm-n4 {
  margin-right: -1.5rem !important;
 }
 .mb-sm-n4,
 .my-sm-n4 {
  margin-bottom: -1.5rem !important;
 }
 .ml-sm-n4,
 .mx-sm-n4 {
  margin-left: -1.5rem !important;
 }
 .m-sm-n5 {
  margin: -3rem !important;
 }
 .mt-sm-n5,
 .my-sm-n5 {
  margin-top: -3rem !important;
 }
 .mr-sm-n5,
 .mx-sm-n5 {
  margin-right: -3rem !important;
 }
 .mb-sm-n5,
 .my-sm-n5 {
  margin-bottom: -3rem !important;
 }
 .ml-sm-n5,
 .mx-sm-n5 {
  margin-left: -3rem !important;
 }
 .m-sm-auto {
  margin: auto !important;
 }
 .mt-sm-auto,
 .my-sm-auto {
  margin-top: auto !important;
 }
 .mr-sm-auto,
 .mx-sm-auto {
  margin-right: auto !important;
 }
 .mb-sm-auto,
 .my-sm-auto {
  margin-bottom: auto !important;
 }
 .ml-sm-auto,
 .mx-sm-auto {
  margin-left: auto !important;
 }
}
@media (min-width: 768px) {
 .m-md-0 {
  margin: 0 !important;
 }
 .mt-md-0,
 .my-md-0 {
  margin-top: 0 !important;
 }
 .mr-md-0,
 .mx-md-0 {
  margin-right: 0 !important;
 }
 .mb-md-0,
 .my-md-0 {
  margin-bottom: 0 !important;
 }
 .ml-md-0,
 .mx-md-0 {
  margin-left: 0 !important;
 }
 .m-md-1 {
  margin: 0.25rem !important;
 }
 .mt-md-1,
 .my-md-1 {
  margin-top: 0.25rem !important;
 }
 .mr-md-1,
 .mx-md-1 {
  margin-right: 0.25rem !important;
 }
 .mb-md-1,
 .my-md-1 {
  margin-bottom: 0.25rem !important;
 }
 .ml-md-1,
 .mx-md-1 {
  margin-left: 0.25rem !important;
 }
 .m-md-2 {
  margin: 0.5rem !important;
 }
 .mt-md-2,
 .my-md-2 {
  margin-top: 0.5rem !important;
 }
 .mr-md-2,
 .mx-md-2 {
  margin-right: 0.5rem !important;
 }
 .mb-md-2,
 .my-md-2 {
  margin-bottom: 0.5rem !important;
 }
 .ml-md-2,
 .mx-md-2 {
  margin-left: 0.5rem !important;
 }
 .m-md-3 {
  margin: 1rem !important;
 }
 .mt-md-3,
 .my-md-3 {
  margin-top: 1rem !important;
 }
 .mr-md-3,
 .mx-md-3 {
  margin-right: 1rem !important;
 }
 .mb-md-3,
 .my-md-3 {
  margin-bottom: 1rem !important;
 }
 .ml-md-3,
 .mx-md-3 {
  margin-left: 1rem !important;
 }
 .m-md-4 {
  margin: 1.5rem !important;
 }
 .mt-md-4,
 .my-md-4 {
  margin-top: 1.5rem !important;
 }
 .mr-md-4,
 .mx-md-4 {
  margin-right: 1.5rem !important;
 }
 .mb-md-4,
 .my-md-4 {
  margin-bottom: 1.5rem !important;
 }
 .ml-md-4,
 .mx-md-4 {
  margin-left: 1.5rem !important;
 }
 .m-md-5 {
  margin: 3rem !important;
 }
 .mt-md-5,
 .my-md-5 {
  margin-top: 3rem !important;
 }
 .mr-md-5,
 .mx-md-5 {
  margin-right: 3rem !important;
 }
 .mb-md-5,
 .my-md-5 {
  margin-bottom: 3rem !important;
 }
 .ml-md-5,
 .mx-md-5 {
  margin-left: 3rem !important;
 }
 .p-md-0 {
  padding: 0 !important;
 }
 .pt-md-0,
 .py-md-0 {
  padding-top: 0 !important;
 }
 .pr-md-0,
 .px-md-0 {
  padding-right: 0 !important;
 }
 .pb-md-0,
 .py-md-0 {
  padding-bottom: 0 !important;
 }
 .pl-md-0,
 .px-md-0 {
  padding-left: 0 !important;
 }
 .p-md-1 {
  padding: 0.25rem !important;
 }
 .pt-md-1,
 .py-md-1 {
  padding-top: 0.25rem !important;
 }
 .pr-md-1,
 .px-md-1 {
  padding-right: 0.25rem !important;
 }
 .pb-md-1,
 .py-md-1 {
  padding-bottom: 0.25rem !important;
 }
 .pl-md-1,
 .px-md-1 {
  padding-left: 0.25rem !important;
 }
 .p-md-2 {
  padding: 0.5rem !important;
 }
 .pt-md-2,
 .py-md-2 {
  padding-top: 0.5rem !important;
 }
 .pr-md-2,
 .px-md-2 {
  padding-right: 0.5rem !important;
 }
 .pb-md-2,
 .py-md-2 {
  padding-bottom: 0.5rem !important;
 }
 .pl-md-2,
 .px-md-2 {
  padding-left: 0.5rem !important;
 }
 .p-md-3 {
  padding: 1rem !important;
 }
 .pt-md-3,
 .py-md-3 {
  padding-top: 1rem !important;
 }
 .pr-md-3,
 .px-md-3 {
  padding-right: 1rem !important;
 }
 .pb-md-3,
 .py-md-3 {
  padding-bottom: 1rem !important;
 }
 .pl-md-3,
 .px-md-3 {
  padding-left: 1rem !important;
 }
 .p-md-4 {
  padding: 1.5rem !important;
 }
 .pt-md-4,
 .py-md-4 {
  padding-top: 1.5rem !important;
 }
 .pr-md-4,
 .px-md-4 {
  padding-right: 1.5rem !important;
 }
 .pb-md-4,
 .py-md-4 {
  padding-bottom: 1.5rem !important;
 }
 .pl-md-4,
 .px-md-4 {
  padding-left: 1.5rem !important;
 }
 .p-md-5 {
  padding: 3rem !important;
 }
 .pt-md-5,
 .py-md-5 {
  padding-top: 3rem !important;
 }
 .pr-md-5,
 .px-md-5 {
  padding-right: 3rem !important;
 }
 .pb-md-5,
 .py-md-5 {
  padding-bottom: 3rem !important;
 }
 .pl-md-5,
 .px-md-5 {
  padding-left: 3rem !important;
 }
 .m-md-n1 {
  margin: -0.25rem !important;
 }
 .mt-md-n1,
 .my-md-n1 {
  margin-top: -0.25rem !important;
 }
 .mr-md-n1,
 .mx-md-n1 {
  margin-right: -0.25rem !important;
 }
 .mb-md-n1,
 .my-md-n1 {
  margin-bottom: -0.25rem !important;
 }
 .ml-md-n1,
 .mx-md-n1 {
  margin-left: -0.25rem !important;
 }
 .m-md-n2 {
  margin: -0.5rem !important;
 }
 .mt-md-n2,
 .my-md-n2 {
  margin-top: -0.5rem !important;
 }
 .mr-md-n2,
 .mx-md-n2 {
  margin-right: -0.5rem !important;
 }
 .mb-md-n2,
 .my-md-n2 {
  margin-bottom: -0.5rem !important;
 }
 .ml-md-n2,
 .mx-md-n2 {
  margin-left: -0.5rem !important;
 }
 .m-md-n3 {
  margin: -1rem !important;
 }
 .mt-md-n3,
 .my-md-n3 {
  margin-top: -1rem !important;
 }
 .mr-md-n3,
 .mx-md-n3 {
  margin-right: -1rem !important;
 }
 .mb-md-n3,
 .my-md-n3 {
  margin-bottom: -1rem !important;
 }
 .ml-md-n3,
 .mx-md-n3 {
  margin-left: -1rem !important;
 }
 .m-md-n4 {
  margin: -1.5rem !important;
 }
 .mt-md-n4,
 .my-md-n4 {
  margin-top: -1.5rem !important;
 }
 .mr-md-n4,
 .mx-md-n4 {
  margin-right: -1.5rem !important;
 }
 .mb-md-n4,
 .my-md-n4 {
  margin-bottom: -1.5rem !important;
 }
 .ml-md-n4,
 .mx-md-n4 {
  margin-left: -1.5rem !important;
 }
 .m-md-n5 {
  margin: -3rem !important;
 }
 .mt-md-n5,
 .my-md-n5 {
  margin-top: -3rem !important;
 }
 .mr-md-n5,
 .mx-md-n5 {
  margin-right: -3rem !important;
 }
 .mb-md-n5,
 .my-md-n5 {
  margin-bottom: -3rem !important;
 }
 .ml-md-n5,
 .mx-md-n5 {
  margin-left: -3rem !important;
 }
 .m-md-auto {
  margin: auto !important;
 }
 .mt-md-auto,
 .my-md-auto {
  margin-top: auto !important;
 }
 .mr-md-auto,
 .mx-md-auto {
  margin-right: auto !important;
 }
 .mb-md-auto,
 .my-md-auto {
  margin-bottom: auto !important;
 }
 .ml-md-auto,
 .mx-md-auto {
  margin-left: auto !important;
 }
}
@media (min-width: 992px) {
 .m-lg-0 {
  margin: 0 !important;
 }
 .mt-lg-0,
 .my-lg-0 {
  margin-top: 0 !important;
 }
 .mr-lg-0,
 .mx-lg-0 {
  margin-right: 0 !important;
 }
 .mb-lg-0,
 .my-lg-0 {
  margin-bottom: 0 !important;
 }
 .ml-lg-0,
 .mx-lg-0 {
  margin-left: 0 !important;
 }
 .m-lg-1 {
  margin: 0.25rem !important;
 }
 .mt-lg-1,
 .my-lg-1 {
  margin-top: 0.25rem !important;
 }
 .mr-lg-1,
 .mx-lg-1 {
  margin-right: 0.25rem !important;
 }
 .mb-lg-1,
 .my-lg-1 {
  margin-bottom: 0.25rem !important;
 }
 .ml-lg-1,
 .mx-lg-1 {
  margin-left: 0.25rem !important;
 }
 .m-lg-2 {
  margin: 0.5rem !important;
 }
 .mt-lg-2,
 .my-lg-2 {
  margin-top: 0.5rem !important;
 }
 .mr-lg-2,
 .mx-lg-2 {
  margin-right: 0.5rem !important;
 }
 .mb-lg-2,
 .my-lg-2 {
  margin-bottom: 0.5rem !important;
 }
 .ml-lg-2,
 .mx-lg-2 {
  margin-left: 0.5rem !important;
 }
 .m-lg-3 {
  margin: 1rem !important;
 }
 .mt-lg-3,
 .my-lg-3 {
  margin-top: 1rem !important;
 }
 .mr-lg-3,
 .mx-lg-3 {
  margin-right: 1rem !important;
 }
 .mb-lg-3,
 .my-lg-3 {
  margin-bottom: 1rem !important;
 }
 .ml-lg-3,
 .mx-lg-3 {
  margin-left: 1rem !important;
 }
 .m-lg-4 {
  margin: 1.5rem !important;
 }
 .mt-lg-4,
 .my-lg-4 {
  margin-top: 1.5rem !important;
 }
 .mr-lg-4,
 .mx-lg-4 {
  margin-right: 1.5rem !important;
 }
 .mb-lg-4,
 .my-lg-4 {
  margin-bottom: 1.5rem !important;
 }
 .ml-lg-4,
 .mx-lg-4 {
  margin-left: 1.5rem !important;
 }
 .m-lg-5 {
  margin: 3rem !important;
 }
 .mt-lg-5,
 .my-lg-5 {
  margin-top: 3rem !important;
 }
 .mr-lg-5,
 .mx-lg-5 {
  margin-right: 3rem !important;
 }
 .mb-lg-5,
 .my-lg-5 {
  margin-bottom: 3rem !important;
 }
 .ml-lg-5,
 .mx-lg-5 {
  margin-left: 3rem !important;
 }
 .p-lg-0 {
  padding: 0 !important;
 }
 .pt-lg-0,
 .py-lg-0 {
  padding-top: 0 !important;
 }
 .pr-lg-0,
 .px-lg-0 {
  padding-right: 0 !important;
 }
 .pb-lg-0,
 .py-lg-0 {
  padding-bottom: 0 !important;
 }
 .pl-lg-0,
 .px-lg-0 {
  padding-left: 0 !important;
 }
 .p-lg-1 {
  padding: 0.25rem !important;
 }
 .pt-lg-1,
 .py-lg-1 {
  padding-top: 0.25rem !important;
 }
 .pr-lg-1,
 .px-lg-1 {
  padding-right: 0.25rem !important;
 }
 .pb-lg-1,
 .py-lg-1 {
  padding-bottom: 0.25rem !important;
 }
 .pl-lg-1,
 .px-lg-1 {
  padding-left: 0.25rem !important;
 }
 .p-lg-2 {
  padding: 0.5rem !important;
 }
 .pt-lg-2,
 .py-lg-2 {
  padding-top: 0.5rem !important;
 }
 .pr-lg-2,
 .px-lg-2 {
  padding-right: 0.5rem !important;
 }
 .pb-lg-2,
 .py-lg-2 {
  padding-bottom: 0.5rem !important;
 }
 .pl-lg-2,
 .px-lg-2 {
  padding-left: 0.5rem !important;
 }
 .p-lg-3 {
  padding: 1rem !important;
 }
 .pt-lg-3,
 .py-lg-3 {
  padding-top: 1rem !important;
 }
 .pr-lg-3,
 .px-lg-3 {
  padding-right: 1rem !important;
 }
 .pb-lg-3,
 .py-lg-3 {
  padding-bottom: 1rem !important;
 }
 .pl-lg-3,
 .px-lg-3 {
  padding-left: 1rem !important;
 }
 .p-lg-4 {
  padding: 1.5rem !important;
 }
 .pt-lg-4,
 .py-lg-4 {
  padding-top: 1.5rem !important;
 }
 .pr-lg-4,
 .px-lg-4 {
  padding-right: 1.5rem !important;
 }
 .pb-lg-4,
 .py-lg-4 {
  padding-bottom: 1.5rem !important;
 }
 .pl-lg-4,
 .px-lg-4 {
  padding-left: 1.5rem !important;
 }
 .p-lg-5 {
  padding: 3rem !important;
 }
 .pt-lg-5,
 .py-lg-5 {
  padding-top: 3rem !important;
 }
 .pr-lg-5,
 .px-lg-5 {
  padding-right: 3rem !important;
 }
 .pb-lg-5,
 .py-lg-5 {
  padding-bottom: 3rem !important;
 }
 .pl-lg-5,
 .px-lg-5 {
  padding-left: 3rem !important;
 }
 .m-lg-n1 {
  margin: -0.25rem !important;
 }
 .mt-lg-n1,
 .my-lg-n1 {
  margin-top: -0.25rem !important;
 }
 .mr-lg-n1,
 .mx-lg-n1 {
  margin-right: -0.25rem !important;
 }
 .mb-lg-n1,
 .my-lg-n1 {
  margin-bottom: -0.25rem !important;
 }
 .ml-lg-n1,
 .mx-lg-n1 {
  margin-left: -0.25rem !important;
 }
 .m-lg-n2 {
  margin: -0.5rem !important;
 }
 .mt-lg-n2,
 .my-lg-n2 {
  margin-top: -0.5rem !important;
 }
 .mr-lg-n2,
 .mx-lg-n2 {
  margin-right: -0.5rem !important;
 }
 .mb-lg-n2,
 .my-lg-n2 {
  margin-bottom: -0.5rem !important;
 }
 .ml-lg-n2,
 .mx-lg-n2 {
  margin-left: -0.5rem !important;
 }
 .m-lg-n3 {
  margin: -1rem !important;
 }
 .mt-lg-n3,
 .my-lg-n3 {
  margin-top: -1rem !important;
 }
 .mr-lg-n3,
 .mx-lg-n3 {
  margin-right: -1rem !important;
 }
 .mb-lg-n3,
 .my-lg-n3 {
  margin-bottom: -1rem !important;
 }
 .ml-lg-n3,
 .mx-lg-n3 {
  margin-left: -1rem !important;
 }
 .m-lg-n4 {
  margin: -1.5rem !important;
 }
 .mt-lg-n4,
 .my-lg-n4 {
  margin-top: -1.5rem !important;
 }
 .mr-lg-n4,
 .mx-lg-n4 {
  margin-right: -1.5rem !important;
 }
 .mb-lg-n4,
 .my-lg-n4 {
  margin-bottom: -1.5rem !important;
 }
 .ml-lg-n4,
 .mx-lg-n4 {
  margin-left: -1.5rem !important;
 }
 .m-lg-n5 {
  margin: -3rem !important;
 }
 .mt-lg-n5,
 .my-lg-n5 {
  margin-top: -3rem !important;
 }
 .mr-lg-n5,
 .mx-lg-n5 {
  margin-right: -3rem !important;
 }
 .mb-lg-n5,
 .my-lg-n5 {
  margin-bottom: -3rem !important;
 }
 .ml-lg-n5,
 .mx-lg-n5 {
  margin-left: -3rem !important;
 }
 .m-lg-auto {
  margin: auto !important;
 }
 .mt-lg-auto,
 .my-lg-auto {
  margin-top: auto !important;
 }
 .mr-lg-auto,
 .mx-lg-auto {
  margin-right: auto !important;
 }
 .mb-lg-auto,
 .my-lg-auto {
  margin-bottom: auto !important;
 }
 .ml-lg-auto,
 .mx-lg-auto {
  margin-left: auto !important;
 }
}
@media (min-width: 1200px) {
 .m-xl-0 {
  margin: 0 !important;
 }
 .mt-xl-0,
 .my-xl-0 {
  margin-top: 0 !important;
 }
 .mr-xl-0,
 .mx-xl-0 {
  margin-right: 0 !important;
 }
 .mb-xl-0,
 .my-xl-0 {
  margin-bottom: 0 !important;
 }
 .ml-xl-0,
 .mx-xl-0 {
  margin-left: 0 !important;
 }
 .m-xl-1 {
  margin: 0.25rem !important;
 }
 .mt-xl-1,
 .my-xl-1 {
  margin-top: 0.25rem !important;
 }
 .mr-xl-1,
 .mx-xl-1 {
  margin-right: 0.25rem !important;
 }
 .mb-xl-1,
 .my-xl-1 {
  margin-bottom: 0.25rem !important;
 }
 .ml-xl-1,
 .mx-xl-1 {
  margin-left: 0.25rem !important;
 }
 .m-xl-2 {
  margin: 0.5rem !important;
 }
 .mt-xl-2,
 .my-xl-2 {
  margin-top: 0.5rem !important;
 }
 .mr-xl-2,
 .mx-xl-2 {
  margin-right: 0.5rem !important;
 }
 .mb-xl-2,
 .my-xl-2 {
  margin-bottom: 0.5rem !important;
 }
 .ml-xl-2,
 .mx-xl-2 {
  margin-left: 0.5rem !important;
 }
 .m-xl-3 {
  margin: 1rem !important;
 }
 .mt-xl-3,
 .my-xl-3 {
  margin-top: 1rem !important;
 }
 .mr-xl-3,
 .mx-xl-3 {
  margin-right: 1rem !important;
 }
 .mb-xl-3,
 .my-xl-3 {
  margin-bottom: 1rem !important;
 }
 .ml-xl-3,
 .mx-xl-3 {
  margin-left: 1rem !important;
 }
 .m-xl-4 {
  margin: 1.5rem !important;
 }
 .mt-xl-4,
 .my-xl-4 {
  margin-top: 1.5rem !important;
 }
 .mr-xl-4,
 .mx-xl-4 {
  margin-right: 1.5rem !important;
 }
 .mb-xl-4,
 .my-xl-4 {
  margin-bottom: 1.5rem !important;
 }
 .ml-xl-4,
 .mx-xl-4 {
  margin-left: 1.5rem !important;
 }
 .m-xl-5 {
  margin: 3rem !important;
 }
 .mt-xl-5,
 .my-xl-5 {
  margin-top: 3rem !important;
 }
 .mr-xl-5,
 .mx-xl-5 {
  margin-right: 3rem !important;
 }
 .mb-xl-5,
 .my-xl-5 {
  margin-bottom: 3rem !important;
 }
 .ml-xl-5,
 .mx-xl-5 {
  margin-left: 3rem !important;
 }
 .p-xl-0 {
  padding: 0 !important;
 }
 .pt-xl-0,
 .py-xl-0 {
  padding-top: 0 !important;
 }
 .pr-xl-0,
 .px-xl-0 {
  padding-right: 0 !important;
 }
 .pb-xl-0,
 .py-xl-0 {
  padding-bottom: 0 !important;
 }
 .pl-xl-0,
 .px-xl-0 {
  padding-left: 0 !important;
 }
 .p-xl-1 {
  padding: 0.25rem !important;
 }
 .pt-xl-1,
 .py-xl-1 {
  padding-top: 0.25rem !important;
 }
 .pr-xl-1,
 .px-xl-1 {
  padding-right: 0.25rem !important;
 }
 .pb-xl-1,
 .py-xl-1 {
  padding-bottom: 0.25rem !important;
 }
 .pl-xl-1,
 .px-xl-1 {
  padding-left: 0.25rem !important;
 }
 .p-xl-2 {
  padding: 0.5rem !important;
 }
 .pt-xl-2,
 .py-xl-2 {
  padding-top: 0.5rem !important;
 }
 .pr-xl-2,
 .px-xl-2 {
  padding-right: 0.5rem !important;
 }
 .pb-xl-2,
 .py-xl-2 {
  padding-bottom: 0.5rem !important;
 }
 .pl-xl-2,
 .px-xl-2 {
  padding-left: 0.5rem !important;
 }
 .p-xl-3 {
  padding: 1rem !important;
 }
 .pt-xl-3,
 .py-xl-3 {
  padding-top: 1rem !important;
 }
 .pr-xl-3,
 .px-xl-3 {
  padding-right: 1rem !important;
 }
 .pb-xl-3,
 .py-xl-3 {
  padding-bottom: 1rem !important;
 }
 .pl-xl-3,
 .px-xl-3 {
  padding-left: 1rem !important;
 }
 .p-xl-4 {
  padding: 1.5rem !important;
 }
 .pt-xl-4,
 .py-xl-4 {
  padding-top: 1.5rem !important;
 }
 .pr-xl-4,
 .px-xl-4 {
  padding-right: 1.5rem !important;
 }
 .pb-xl-4,
 .py-xl-4 {
  padding-bottom: 1.5rem !important;
 }
 .pl-xl-4,
 .px-xl-4 {
  padding-left: 1.5rem !important;
 }
 .p-xl-5 {
  padding: 3rem !important;
 }
 .pt-xl-5,
 .py-xl-5 {
  padding-top: 3rem !important;
 }
 .pr-xl-5,
 .px-xl-5 {
  padding-right: 3rem !important;
 }
 .pb-xl-5,
 .py-xl-5 {
  padding-bottom: 3rem !important;
 }
 .pl-xl-5,
 .px-xl-5 {
  padding-left: 3rem !important;
 }
 .m-xl-n1 {
  margin: -0.25rem !important;
 }
 .mt-xl-n1,
 .my-xl-n1 {
  margin-top: -0.25rem !important;
 }
 .mr-xl-n1,
 .mx-xl-n1 {
  margin-right: -0.25rem !important;
 }
 .mb-xl-n1,
 .my-xl-n1 {
  margin-bottom: -0.25rem !important;
 }
 .ml-xl-n1,
 .mx-xl-n1 {
  margin-left: -0.25rem !important;
 }
 .m-xl-n2 {
  margin: -0.5rem !important;
 }
 .mt-xl-n2,
 .my-xl-n2 {
  margin-top: -0.5rem !important;
 }
 .mr-xl-n2,
 .mx-xl-n2 {
  margin-right: -0.5rem !important;
 }
 .mb-xl-n2,
 .my-xl-n2 {
  margin-bottom: -0.5rem !important;
 }
 .ml-xl-n2,
 .mx-xl-n2 {
  margin-left: -0.5rem !important;
 }
 .m-xl-n3 {
  margin: -1rem !important;
 }
 .mt-xl-n3,
 .my-xl-n3 {
  margin-top: -1rem !important;
 }
 .mr-xl-n3,
 .mx-xl-n3 {
  margin-right: -1rem !important;
 }
 .mb-xl-n3,
 .my-xl-n3 {
  margin-bottom: -1rem !important;
 }
 .ml-xl-n3,
 .mx-xl-n3 {
  margin-left: -1rem !important;
 }
 .m-xl-n4 {
  margin: -1.5rem !important;
 }
 .mt-xl-n4,
 .my-xl-n4 {
  margin-top: -1.5rem !important;
 }
 .mr-xl-n4,
 .mx-xl-n4 {
  margin-right: -1.5rem !important;
 }
 .mb-xl-n4,
 .my-xl-n4 {
  margin-bottom: -1.5rem !important;
 }
 .ml-xl-n4,
 .mx-xl-n4 {
  margin-left: -1.5rem !important;
 }
 .m-xl-n5 {
  margin: -3rem !important;
 }
 .mt-xl-n5,
 .my-xl-n5 {
  margin-top: -3rem !important;
 }
 .mr-xl-n5,
 .mx-xl-n5 {
  margin-right: -3rem !important;
 }
 .mb-xl-n5,
 .my-xl-n5 {
  margin-bottom: -3rem !important;
 }
 .ml-xl-n5,
 .mx-xl-n5 {
  margin-left: -3rem !important;
 }
 .m-xl-auto {
  margin: auto !important;
 }
 .mt-xl-auto,
 .my-xl-auto {
  margin-top: auto !important;
 }
 .mr-xl-auto,
 .mx-xl-auto {
  margin-right: auto !important;
 }
 .mb-xl-auto,
 .my-xl-auto {
  margin-bottom: auto !important;
 }
 .ml-xl-auto,
 .mx-xl-auto {
  margin-left: auto !important;
 }
}
.text-monospace {
 font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}
.text-justify {
 text-align: justify !important;
}
.text-wrap {
 white-space: normal !important;
}
.text-nowrap {
 white-space: nowrap !important;
}
.text-truncate {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.text-left {
 text-align: left !important;
}
.text-right {
 text-align: right !important;
}
.text-center {
 text-align: center !important;
}
@media (min-width: 576px) {
 .text-sm-left {
  text-align: left !important;
 }
 .text-sm-right {
  text-align: right !important;
 }
 .text-sm-center {
  text-align: center !important;
 }
}
@media (min-width: 768px) {
 .text-md-left {
  text-align: left !important;
 }
 .text-md-right {
  text-align: right !important;
 }
 .text-md-center {
  text-align: center !important;
 }
}
@media (min-width: 992px) {
 .text-lg-left {
  text-align: left !important;
 }
 .text-lg-right {
  text-align: right !important;
 }
 .text-lg-center {
  text-align: center !important;
 }
}
@media (min-width: 1200px) {
 .text-xl-left {
  text-align: left !important;
 }
 .text-xl-right {
  text-align: right !important;
 }
 .text-xl-center {
  text-align: center !important;
 }
}
.text-lowercase {
 text-transform: lowercase !important;
}
.text-uppercase {
 text-transform: uppercase !important;
}
.text-capitalize {
 text-transform: capitalize !important;
}
.font-weight-light {
 font-weight: 300 !important;
}
.font-weight-lighter {
 font-weight: lighter !important;
}
.font-weight-normal {
 font-weight: 400 !important;
}
.font-weight-bold {
 font-weight: 700 !important;
}
.font-weight-bolder {
 font-weight: bolder !important;
}
.font-italic {
 font-style: italic !important;
}
.text-white {
 color: #fff !important;
}
.text-primary {
 color: #00507c !important;
}
a.text-primary:focus,
a.text-primary:hover {
 color: #001f30 !important;
}
.text-secondary {
 color: #adb5bd !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
 color: #838f9b !important;
}
.text-success {
 color: #07d4ac !important;
}
a.text-success:focus,
a.text-success:hover {
 color: #058a70 !important;
}
.text-info {
 color: #00b7c4 !important;
}
a.text-info:focus,
a.text-info:hover {
 color: #007078 !important;
}
.text-warning {
 color: #e9b23e !important;
}
a.text-warning:focus,
a.text-warning:hover {
 color: #c48c16 !important;
}
.text-danger {
 color: #a5586f !important;
}
a.text-danger:focus,
a.text-danger:hover {
 color: #733d4d !important;
}
.text-light {
 color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
 color: #cbd3da !important;
}
.text-dark {
 color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
 color: #121416 !important;
}
.text-body {
 color: #343a40 !important;
}
.text-muted {
 color: #868e96 !important;
}
.text-black-50 {
 color: rgba(34, 34, 34, 0.5) !important;
}
.text-white-50 {
 color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
 font: 0/0 a;
 color: transparent;
 text-shadow: none;
 background-color: transparent;
 border: 0;
}
.text-decoration-none {
 text-decoration: none !important;
}
.text-break {
 word-break: break-word !important;
 overflow-wrap: break-word !important;
}
.text-reset {
 color: inherit !important;
}
.visible {
 visibility: visible !important;
}
.invisible {
 visibility: hidden !important;
}
@media print {
 *,
 :after,
 :before {
  text-shadow: none !important;
  box-shadow: none !important;
 }
 a:not(.btn) {
  text-decoration: underline;
 }
 abbr[title]:after {
  content: " (" attr(title) ")";
 }
 pre {
  white-space: pre-wrap !important;
 }
 blockquote,
 pre {
  border: 1px solid #adb5bd;
  page-break-inside: avoid;
 }
 thead {
  display: table-header-group;
 }
 img,
 tr {
  page-break-inside: avoid;
 }
 h2,
 h3,
 p {
  orphans: 3;
  widows: 3;
 }
 h2,
 h3 {
  page-break-after: avoid;
 }
 @page {
  size: a3;
 }
 .container,
 body {
  min-width: 992px !important;
 }
 .navbar {
  display: none;
 }
 .badge {
  border: 1px solid #222;
 }
 .table {
  border-collapse: collapse !important;
 }
 .table td,
 .table th {
  background-color: #fff !important;
 }
 .table-bordered td,
 .table-bordered th {
  border: 1px solid #ddd !important;
 }
 .table-dark {
  color: inherit;
 }
 .table-dark tbody + tbody,
 .table-dark td,
 .table-dark th,
 .table-dark thead th,
 .table .thead-dark th {
  border-color: rgba(0, 0, 0, 0.1);
 }
 .table .thead-dark th {
  color: inherit;
 }
}
.mCustomScrollbar {
 touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
 touch-action: auto;
}
.mCustomScrollBox {
 position: relative;
 overflow: hidden;
 height: 100%;
 max-width: 100%;
 outline: none;
 direction: ltr;
}
.mCSB_container {
 overflow: hidden;
 width: auto;
 height: auto;
}
.mCSB_inside > .mCSB_container {
 margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
 margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
 margin-right: 0;
 margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
 margin-left: 0;
}
.mCSB_scrollTools {
 position: absolute;
 width: 16px;
 height: auto;
 left: auto;
 top: 0;
 right: 0;
 bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
 right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
 right: auto;
 left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
 left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
 margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
 width: 2px;
 height: 100%;
 margin: 0 auto;
 border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
 cursor: pointer;
 width: 100%;
 height: 30px;
 z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 position: relative;
 width: 4px;
 height: 100%;
 margin: 0 auto;
 border-radius: 16px;
 text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
 width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
 .mCSB_dragger.mCSB_dragger_onDrag_expanded
 + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
 width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
 display: block;
 position: absolute;
 height: 20px;
 width: 100%;
 overflow: hidden;
 margin: 0 auto;
 cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
 bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
 margin-right: 0;
 margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
 min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
 margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
 width: auto;
 height: 16px;
 top: auto;
 right: 0;
 bottom: 0;
 left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
 bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
 margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
 width: 100%;
 height: 2px;
 margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
 width: 30px;
 height: 100%;
 left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
 width: 100%;
 height: 4px;
 margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
 .mCSB_dragger.mCSB_dragger_onDrag_expanded
 .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
 .mCSB_draggerContainer:hover
 .mCSB_dragger
 .mCSB_dragger_bar {
 height: 12px;
 margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
 .mCSB_dragger.mCSB_dragger_onDrag_expanded
 + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
 height: 8px;
 margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
 display: block;
 position: absolute;
 width: 20px;
 height: 100%;
 overflow: hidden;
 margin: 0 auto;
 cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
 left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
 right: 0;
}
.mCSB_container_wrapper {
 position: absolute;
 height: auto;
 width: auto;
 overflow: hidden;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 margin-right: 30px;
 margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
 padding-right: 30px;
 padding-bottom: 30px;
 box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
 bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
 right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
 bottom: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
 + .mCSB_scrollTools
 ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
 right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
 left: 20px;
}
.mCS-dir-rtl
 > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
 > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
 + .mCSB_scrollTools
 ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
 left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
 margin-right: 0;
 margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
 padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
 padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
 margin-right: 0;
 margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
 margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
 transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s,
  margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
  opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools {
 opacity: 0.75;
 filter: "alpha(opacity=75)";
 -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
 opacity: 0;
 filter: "alpha(opacity=0)";
 -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools {
 opacity: 1;
 filter: "alpha(opacity=100)";
 -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.4);
 filter: "alpha(opacity=40)";
 -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.75);
 filter: "alpha(opacity=75)";
 -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.85);
 filter: "alpha(opacity=85)";
 -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.9);
 filter: "alpha(opacity=90)";
 -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
 background-image: url(../images/mCSB_buttons.png);
 background-repeat: no-repeat;
 opacity: 0.4;
 filter: "alpha(opacity=40)";
 -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
 background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
 background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
 background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
 opacity: 0.75;
 filter: "alpha(opacity=75)";
 -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
 opacity: 0.9;
 filter: "alpha(opacity=90)";
 -ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
 background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
 background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
 background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
 background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
 background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
 width: 4px;
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.1);
 border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 width: 4px;
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.75);
 border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
 width: 100%;
 height: 4px;
 margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
 background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
 background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
 background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.1);
 border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.75);
 border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
 background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
 background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
 background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
 width: 4px;
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.1);
 border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 width: 6px;
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.75);
 border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
 width: 100%;
 height: 4px;
 margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
 width: 100%;
 height: 6px;
 margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
 background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
 background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
 background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.1);
 border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.75);
 border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
 background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
 background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
 background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
 width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
 width: 100%;
 height: 2px;
 margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
 background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
 background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
 background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
 height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 width: 14px;
 margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
 width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
 height: 14px;
 margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
 .mCSB_dragger.mCSB_dragger_onDrag_expanded
 .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
 .mCSB_draggerContainer:hover
 .mCSB_dragger
 .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
 .mCSB_dragger.mCSB_dragger_onDrag_expanded
 .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
 .mCSB_draggerContainer:hover
 .mCSB_dragger
 .mCSB_dragger_bar {
 width: 16px;
 height: 16px;
 margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
 .mCSB_dragger.mCSB_dragger_onDrag_expanded
 + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
 .mCSB_draggerContainer:hover
 .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
 .mCSB_dragger.mCSB_dragger_onDrag_expanded
 + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
 width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
 .mCSB_dragger.mCSB_dragger_onDrag_expanded
 .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
 .mCSB_draggerContainer:hover
 .mCSB_dragger
 .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
 .mCSB_dragger.mCSB_dragger_onDrag_expanded
 .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
 .mCSB_draggerContainer:hover
 .mCSB_dragger
 .mCSB_dragger_bar {
 height: 16px;
 width: 16px;
 margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
 .mCSB_dragger.mCSB_dragger_onDrag_expanded
 + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
 .mCSB_draggerContainer:hover
 .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
 .mCSB_dragger.mCSB_dragger_onDrag_expanded
 + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
 height: 4px;
 margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
 background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
 background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
 background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
 background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
 background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
 background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
 width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
 background-color: transparent;
 background-position: 50%;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
 background-repeat: repeat-y;
 opacity: 0.3;
 filter: "alpha(opacity=30)";
 -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
 height: 4px;
 margin: 6px 0;
 background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
 background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
 background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
 background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
 background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
 background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
 background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 background-repeat: repeat-y;
 background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0));
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
 background-repeat: repeat-x;
 background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0));
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
 height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
 width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
 opacity: 1;
 filter: "alpha(opacity=30)";
 -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
 border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
 width: 8px;
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.2);
 box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px hsla(0, 0%, 100%, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
 background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
 width: 100%;
 height: 8px;
 margin: 4px 0;
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px hsla(0, 0%, 100%, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
 width: 100%;
 height: 8px;
 margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
 background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
 background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
 background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.1);
 box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
 background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
 background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
 background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
 opacity: 1;
 filter: "alpha(opacity=30)";
 -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
 border-radius: 7px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
 right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
 box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
 bottom: 1px;
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4);
 width: 12px;
 margin: 2px;
 position: absolute;
 height: auto;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
 box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
 background-color: #555;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
 height: 12px;
 width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.05);
 box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
 background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
 background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
 background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
 background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
 box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
 box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
 background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
 background-color: #fff;
 background-color: rgba(0, 0, 0, 0.05);
 box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
 background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
 background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
 background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
 background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
 right: 0;
 margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
 bottom: 0;
 margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
 left: 0;
 right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
 background-color: transparent;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
 height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
 width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.2);
 filter: "alpha(opacity=20)";
 -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.5);
 filter: "alpha(opacity=50)";
 -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.2);
 filter: "alpha(opacity=20)";
 -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.5);
 filter: "alpha(opacity=50)";
 -ms-filter: "alpha(opacity=50)";
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
 width: 6px;
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
 width: 100%;
 height: 6px;
 margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
 .mCSB_dragger.mCSB_dragger_onDrag_expanded
 + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
 .mCSB_dragger.mCSB_dragger_onDrag_expanded
 + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
 width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
 .mCSB_dragger.mCSB_dragger_onDrag_expanded
 + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
 .mCSB_dragger.mCSB_dragger_onDrag_expanded
 + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
 height: 12px;
 margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
 background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
 background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
 background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
 background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
 background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
 background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
 width: 12px;
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 width: 6px;
 margin: 3px 5px;
 position: absolute;
 height: auto;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
 height: 6px;
 margin: 5px 3px;
 position: absolute;
 width: auto;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
 width: 100%;
 height: 12px;
 margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
 background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
 background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
 background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
 background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
 background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
 background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
 background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
 background-color: transparent;
 border: 1px solid hsla(0, 0%, 100%, 0.2);
 box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
 border-color: #000;
 border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
 background-color: #fff;
 background-color: hsla(0, 0%, 100%, 0.9);
}
@font-face {font-display:swap;
 font-family: icons;
 font-display: swap;
 src: url(../fonts/icons.eot);
 src: url(../fonts/icons.eot#iefix) format("embedded-opentype"), url(../fonts/icons.ttf) format("truetype"),
  url(../fonts/icons.woff) format("woff"), url(../images/icons.svg#icomoon) format("svg");
 font-weight: 400;
 font-style: normal;
}
[class*=" fa-"],
[class^="fa-"] {
 font-family: icons !important;
 speak: none;
 font-style: normal;
 font-weight: 400;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.fa-search:before {
 content: "\F002";
}
.fa-envelope-o:before {
 content: "\F003";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
 content: "\F00D";
}
.fa-home:before {
 content: "\F015";
}
.fa-clock-o:before {
 content: "\F017";
}
.fa-play-circle-o:before {
 content: "\F01D";
}
.fa-lock:before {
 content: "\F023";
}
.fa-camera:before {
 content: "\F030";
}
.fa-arrow-left:before {
 content: "\F060";
}
.fa-arrow-right:before {
 content: "\F061";
}
.fa-arrow-up:before {
 content: "\F062";
}
.fa-arrow-down:before {
 content: "\F063";
}
.fa-chevron-up:before {
 content: "\F077";
}
.fa-chevron-down:before {
 content: "\F078";
}
.fa-sign-out:before {
 content: "\F08B";
}
.fa-sign-in:before {
 content: "\F090";
}
.fa-twitter:before {
 content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
 content: "\F09A";
}
.fa-credit-card:before {
 content: "\F09D";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
 content: "\F0C9";
}
.fa-linkedin:before {
 content: "\F0E1";
}
.fa-youtube-play:before {
 content: "\F16A";
}
.fa-instagram:before {
 content: "\F16D";
}
.fa-apple:before {
 content: "\F179";
}
.fa-android:before {
 content: "\F17B";
}
.fa-share-alt:before {
 content: "\F1E0";
}
.fa-whatsapp:before {
 content: "\F232";
}
.fa-calendar-check-o:before {
 content: "\F274";
}
.fa-envelope-open-o:before {
 content: "\F2B7";
}
.fa-user-o:before {
 content: "\F2C0";
}
.vue-banner-fixed-container {
 width: 100%;
 z-index: 99999999;
 position: fixed;
 bottom: 0;
}
.vue-banner-ribbon {
 overflow: hidden;
 transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
 transition: transform 1.2s ease, opacity 1.2s ease;
 transition: transform 1.2s ease, opacity 1.2s ease, -webkit-transform 1.2s ease;
 -webkit-transform: translateY(100%) translateY(-88px);
 transform: translateY(100%) translateY(-88px);
 opacity: 0;
}
.vue-banner-fixed-container .close {
 color: #fff !important;
 display: block;
 float: right;
 font-size: 17px;
 font-weight: 400;
 opacity: 1;
 padding: 0 5px 3px;
 position: absolute;
 right: 5px;
 top: 35px;
}
.vue-banner-header {
 display: flex;
 flex-direction: column;
 align-items: center;
 position: relative;
}
.arrow-expand {
 width: 45px;
 height: 25px;
 border-top-left-radius: 45px;
 border-top-right-radius: 45px;
 background-color: #84c1f0;
 cursor: pointer;
 position: relative;
 bottom: -1px;
}
.vue-banner-body {
 background-color: transparent;
 min-height: 25px;
}
.vue-banner-fixed-collapsed {
 -webkit-transform: translateY(100%) translateY(-40px);
 transform: translateY(100%) translateY(-40px);
 opacity: 1;
}
.vue-banner-fixed-expanded {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
}
@media (min-width: 576px) {
 .vue-banner-fixed-collapsed {
  bottom: 10px !important;
  -webkit-transform: translateY(100%) translateY(-70px);
  transform: translateY(100%) translateY(-70px);
 }
 .vue-banner-fixed-expanded {
  -webkit-transform: translateY(0);
  transform: translateY(0);
 }
}
@media (min-width: 768px) {
 .vue-banner-fixed-collapsed {
  -webkit-transform: translateY(100%) translateY(-65px);
  transform: translateY(100%) translateY(-65px);
 }
 .vue-banner-fixed-expanded {
  -webkit-transform: translateY(0);
  transform: translateY(0);
 }
}
@media (min-width: 992px) {
 .vue-banner-fixed-collapsed {
  -webkit-transform: translateY(100%) translateY(-65px);
  transform: translateY(100%) translateY(-65px);
 }
 .vue-banner-fixed-expanded {
  -webkit-transform: translateY(0);
  transform: translateY(0);
 }
}
@media (min-width: 1200px) {
 .vue-banner-fixed-collapsed {
  -webkit-transform: translateY(100%) translateY(-65px);
  transform: translateY(100%) translateY(-65px);
 }
 .vue-banner-fixed-expanded {
  -webkit-transform: translateY(0);
  transform: translateY(0);
 }
}
.arrow-expand .fa-chevron-down:before,
.arrow-expand .fa-chevron-up:before {
 margin-top: 5px;
 position: absolute;
 margin-left: 14px;
 color: #fff;
}
body.compensate-for-scrollbar {
 overflow: hidden;
}
.fancybox-active {
 height: auto;
}
.fancybox-is-hidden {
 left: -9999px;
 margin: 0;
 position: absolute !important;
 top: -9999px;
 visibility: hidden;
}
.fancybox-container {
 -webkit-backface-visibility: hidden;
 height: 100%;
 left: 0;
 outline: none;
 position: fixed;
 -webkit-tap-highlight-color: transparent;
 top: 0;
 touch-action: manipulation;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 width: 100%;
 z-index: 99992;
}
.fancybox-container * {
 box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
 bottom: 0;
 left: 0;
 position: absolute;
 right: 0;
 top: 0;
}
.fancybox-outer {
 -webkit-overflow-scrolling: touch;
 overflow-y: auto;
}
.fancybox-bg {
 background: #1e1e1e;
 opacity: 0;
 transition-duration: inherit;
 transition-property: opacity;
 transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
 opacity: 0.9;
 transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
 direction: ltr;
 opacity: 0;
 position: absolute;
 transition: opacity 0.25s ease, visibility 0s ease 0.25s;
 visibility: hidden;
 z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
 opacity: 1;
 transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
 visibility: visible;
}
.fancybox-infobar {
 color: #ccc;
 font-size: 13px;
 -webkit-font-smoothing: subpixel-antialiased;
 height: 44px;
 left: 0;
 line-height: 44px;
 min-width: 44px;
 mix-blend-mode: difference;
 padding: 0 10px;
 pointer-events: none;
 top: 0;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.fancybox-toolbar {
 right: 0;
 top: 0;
}
.fancybox-stage {
 direction: ltr;
 overflow: visible;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
 overflow: hidden;
}
.fancybox-slide {
 -webkit-backface-visibility: hidden;
 display: none;
 height: 100%;
 left: 0;
 outline: none;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
 padding: 44px;
 position: absolute;
 text-align: center;
 top: 0;
 transition-property: opacity, -webkit-transform;
 transition-property: transform, opacity;
 transition-property: transform, opacity, -webkit-transform;
 white-space: normal;
 width: 100%;
 z-index: 99994;
}
.fancybox-slide:before {
 content: "";
 display: inline-block;
 font-size: 0;
 height: 100%;
 vertical-align: middle;
 width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
 display: block;
}
.fancybox-slide--image {
 overflow: hidden;
 padding: 44px 0;
}
.fancybox-slide--image:before {
 display: none;
}
.fancybox-slide--html {
 padding: 6px;
}
.fancybox-content {
 background: #fff;
 display: inline-block;
 margin: 0;
 max-width: 100%;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
 padding: 44px;
 position: relative;
 text-align: left;
 vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
 -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
 animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
 -webkit-backface-visibility: hidden;
 background: 0 0;
 background-repeat: no-repeat;
 background-size: 100% 100%;
 left: 0;
 max-width: none;
 overflow: visible;
 padding: 0;
 position: absolute;
 top: 0;
 -webkit-transform-origin: top left;
 transform-origin: top left;
 transition-property: opacity, -webkit-transform;
 transition-property: transform, opacity;
 transition-property: transform, opacity, -webkit-transform;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
 cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
 cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
 cursor: -webkit-grab;
 cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
 cursor: -webkit-grabbing;
 cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
 cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
 background: 0 0;
 border: 0;
 height: 100%;
 left: 0;
 margin: 0;
 max-height: none;
 max-width: none;
 padding: 0;
 position: absolute;
 top: 0;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 width: 100%;
}
.fancybox-spaceball {
 z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
 height: 100%;
 overflow: visible;
 padding: 0;
 width: 100%;
}
.fancybox-slide--video .fancybox-content {
 background: #000;
}
.fancybox-slide--map .fancybox-content {
 background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
 background: #fff;
}
.fancybox-iframe,
.fancybox-video {
 background: 0 0;
 border: 0;
 display: block;
 height: 100%;
 margin: 0;
 overflow: hidden;
 padding: 0;
 width: 100%;
}
.fancybox-iframe {
 left: 0;
 position: absolute;
 top: 0;
}
.fancybox-error {
 background: #fff;
 cursor: default;
 max-width: 400px;
 padding: 40px;
 width: 100%;
}
.fancybox-error p {
 color: #444;
 font-size: 16px;
 line-height: 20px;
 margin: 0;
 padding: 0;
}
.fancybox-button {
 background: rgba(30, 30, 30, 0.6);
 border: 0;
 border-radius: 0;
 box-shadow: none;
 cursor: pointer;
 display: inline-block;
 height: 44px;
 margin: 0;
 padding: 10px;
 position: relative;
 transition: color 0.2s;
 vertical-align: top;
 visibility: inherit;
 width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
 color: #ccc;
}
.fancybox-button:hover {
 color: #fff;
}
.fancybox-button:focus {
 outline: none;
}
.fancybox-button.fancybox-focus {
 outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
 color: #888;
 cursor: default;
 outline: none;
}
.fancybox-button div {
 height: 100%;
}
.fancybox-button svg {
 display: block;
 height: 100%;
 overflow: visible;
 position: relative;
 width: 100%;
}
.fancybox-button svg path {
 fill: currentColor;
 stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
 display: none;
}
.fancybox-progress {
 background: #ff5268;
 height: 2px;
 left: 0;
 position: absolute;
 right: 0;
 top: 0;
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: 0;
 transform-origin: 0;
 transition-property: -webkit-transform;
 transition-property: transform;
 transition-property: transform, -webkit-transform;
 transition-timing-function: linear;
 z-index: 99998;
}
.fancybox-close-small {
 background: 0 0;
 border: 0;
 border-radius: 0;
 color: #ccc;
 cursor: pointer;
 opacity: 0.8;
 padding: 8px;
 position: absolute;
 right: -12px;
 top: -44px;
 z-index: 401;
}
.fancybox-close-small:hover {
 color: #fff;
 opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
 color: currentColor;
 padding: 10px;
 right: 0;
 top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
 overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
 display: none;
}
.fancybox-navigation .fancybox-button {
 background-clip: content-box;
 height: 100px;
 opacity: 0;
 position: absolute;
 top: calc(50% - 50px);
 width: 70px;
}
.fancybox-navigation .fancybox-button div {
 padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
 left: 0;
 left: env(safe-area-inset-left);
 padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
 padding: 31px 6px 31px 26px;
 right: 0;
 right: env(safe-area-inset-right);
}
.fancybox-caption {
 background: linear-gradient(
  0deg,
  rgba(0, 0, 0, 0.85) 0,
  rgba(0, 0, 0, 0.3) 50%,
  rgba(0, 0, 0, 0.15) 65%,
  rgba(0, 0, 0, 0.075) 75.5%,
  rgba(0, 0, 0, 0.037) 82.85%,
  rgba(0, 0, 0, 0.019) 88%,
  transparent
 );
 bottom: 0;
 color: #eee;
 font-size: 14px;
 font-weight: 400;
 left: 0;
 line-height: 1.5;
 padding: 75px 44px 25px;
 pointer-events: none;
 right: 0;
 text-align: center;
 z-index: 99996;
}
@supports (padding: max(0px)) {
 .fancybox-caption {
  padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom))
   max(44px, env(safe-area-inset-left));
 }
}
.fancybox-caption--separate {
 margin-top: -50px;
}
.fancybox-caption__body {
 max-height: 50vh;
 overflow: auto;
 pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
 color: #ccc;
 text-decoration: none;
}
.fancybox-caption a:hover {
 color: #fff;
 text-decoration: underline;
}
.fancybox-loading {
 -webkit-animation: fancybox-rotate 1s linear infinite;
 animation: fancybox-rotate 1s linear infinite;
 background: 0 0;
 border: 4px solid;
 border-color: #888 #888 #fff;
 border-radius: 50%;
 height: 50px;
 left: 50%;
 margin: -25px 0 0 -25px;
 opacity: 0.7;
 padding: 0;
 position: absolute;
 top: 50%;
 width: 50px;
 z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
 to {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
 }
}
@keyframes fancybox-rotate {
 to {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
 }
}
.fancybox-animated {
 transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
 opacity: 1;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
 opacity: 0;
 transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
 opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
 opacity: 0;
 -webkit-transform: scale3d(1.5, 1.5, 1.5);
 transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
 opacity: 0;
 -webkit-transform: scale3d(0.5, 0.5, 0.5);
 transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
 opacity: 1;
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
 opacity: 0;
 -webkit-transform: rotate(-1turn);
 transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
 opacity: 0;
 -webkit-transform: rotate(1turn);
 transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
 opacity: 1;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
 opacity: 0;
 -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
 transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
 opacity: 0;
 -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
 transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
 opacity: 1;
 -webkit-transform: scaleX(1) translateZ(0);
 transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
 -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
 transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
 -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
 transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
 -webkit-transform: translateZ(0) scale(1);
 transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
 .fancybox-slide {
  padding-left: 6px;
  padding-right: 6px;
 }
 .fancybox-slide--image {
  padding: 6px 0;
 }
 .fancybox-close-small {
  right: -6px;
 }
 .fancybox-slide--image .fancybox-close-small {
  background: #4e4e4e;
  color: #f2f4f6;
  height: 36px;
  opacity: 1;
  padding: 6px;
  right: 0;
  top: 0;
  width: 36px;
 }
 .fancybox-caption {
  padding-left: 12px;
  padding-right: 12px;
 }
 @supports (padding: max(0px)) {
  .fancybox-caption {
   padding-left: max(12px, env(safe-area-inset-left));
   padding-right: max(12px, env(safe-area-inset-right));
  }
 }
}
.fancybox-share {
 background: #f4f4f4;
 border-radius: 3px;
 max-width: 90%;
 padding: 30px;
 text-align: center;
}
.fancybox-share h1 {
 color: #222;
 font-size: 35px;
 font-weight: 700;
 margin: 0 0 20px;
}
.fancybox-share p {
 margin: 0;
 padding: 0;
}
.fancybox-share__button {
 border: 0;
 border-radius: 3px;
 display: inline-block;
 font-size: 14px;
 font-weight: 700;
 line-height: 40px;
 margin: 0 5px 10px;
 min-width: 130px;
 padding: 0 15px;
 text-decoration: none;
 transition: all 0.2s;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
 color: #fff;
}
.fancybox-share__button:hover {
 text-decoration: none;
}
.fancybox-share__button--fb {
 background: #3b5998;
}
.fancybox-share__button--fb:hover {
 background: #344e86;
}
.fancybox-share__button--pt {
 background: #bd081d;
}
.fancybox-share__button--pt:hover {
 background: #aa0719;
}
.fancybox-share__button--tw {
 background: #1da1f2;
}
.fancybox-share__button--tw:hover {
 background: #0d95e8;
}
.fancybox-share__button svg {
 height: 25px;
 margin-right: 7px;
 position: relative;
 top: -1px;
 vertical-align: middle;
 width: 25px;
}
.fancybox-share__button svg path {
 fill: #fff;
}
.fancybox-share__input {
 background: 0 0;
 border: 0;
 border-bottom: 1px solid #d7d7d7;
 border-radius: 0;
 color: #5d5b5b;
 font-size: 14px;
 margin: 10px 0 0;
 outline: none;
 padding: 10px 15px;
 width: 100%;
}
.fancybox-thumbs {
 background: #ddd;
 bottom: 0;
 display: none;
 margin: 0;
 -webkit-overflow-scrolling: touch;
 -ms-overflow-style: -ms-autohiding-scrollbar;
 padding: 2px 2px 4px;
 position: absolute;
 right: 0;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 top: 0;
 width: 212px;
 z-index: 99995;
}
.fancybox-thumbs-x {
 overflow-x: auto;
 overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
 display: block;
}
.fancybox-show-thumbs .fancybox-inner {
 right: 212px;
}
.fancybox-thumbs__list {
 font-size: 0;
 height: 100%;
 list-style: none;
 margin: 0;
 overflow-x: hidden;
 overflow-y: auto;
 padding: 0;
 position: absolute;
 position: relative;
 white-space: nowrap;
 width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
 overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
 width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
 background: #fff;
 border-radius: 10px;
 box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
 background: #2a2a2a;
 border-radius: 10px;
}
.fancybox-thumbs__list a {
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 background-color: rgba(0, 0, 0, 0.1);
 background-position: 50%;
 background-repeat: no-repeat;
 background-size: cover;
 cursor: pointer;
 float: left;
 height: 75px;
 margin: 2px;
 max-height: calc(100% - 8px);
 max-width: calc(50% - 4px);
 outline: none;
 overflow: hidden;
 padding: 0;
 position: relative;
 -webkit-tap-highlight-color: transparent;
 width: 100px;
}
.fancybox-thumbs__list a:before {
 border: 6px solid #ff5268;
 bottom: 0;
 content: "";
 left: 0;
 opacity: 0;
 position: absolute;
 right: 0;
 top: 0;
 transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
 opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
 opacity: 1;
}
@media (max-width: 576px) {
 .fancybox-thumbs {
  width: 110px;
 }
 .fancybox-show-thumbs .fancybox-inner {
  right: 110px;
 }
 .fancybox-thumbs__list a {
  max-width: calc(100% - 10px);
 }
}
.wp-block-embed {
 display: flex;
 justify-content: center;
}
.tp-backdrop.tp-active {
 opacity: 0.5 !important;
}
h4.fs-5 {
 font-size: 1.25rem !important;
}
@media (max-width: 767px) {
 h4.fs-5 {
  font-size: 1rem !important;
 }
}
nav.fixed-top {
 background-color: #00507c;
}
#piano-btn-login-scroll {
 font-weight: 700;
 vertical-align: middle;
 background-color: #fff;
}
#piano-btn-login-scroll:hover {
 color: #212529;
}
#piano-btn-suscribe-scroll {
 font-weight: 700;
 vertical-align: middle;
}
#piano-btn-suscribe-scroll:hover {
 color: #212529;
}
.piano-btn-login {
 background-color: #fff;
 height: 28px;
 box-sizing: border-box;
 width: 89px;
 left: 0;
 border-radius: 2px;
 border: 1px solid #3c4b63;
}
.piano-btn-login,
.piano-btn-suscribe {
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
 font-size: 9.9px;
}
.piano-btn-suscribe {
 background-color: #9a0610;
 color: #fff;
 padding-top: 5px;
 font-weight: 600;
 font-style: normal;
 text-align: center;
 line-height: 14px;
 height: 26px;
 width: 94px;
 border: 1px solid #ddd;
}
.piano-btn-suscribe:visited {
 color: #fff;
}
.btn-lp-club {
 background-color: #fff;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
 font-weight: 600;
 font-style: normal;
 font-size: 9.9px;
 text-align: center;
 line-height: 14px;
 height: 26px;
 width: 75px;
 border: 2px solid #2c6f84;
}
.btn-lp-club,
.btn-lp-club:visited {
 color: #2c6f84;
}
.pbs-custom {
 padding-top: 5px !important;
}
.wrapper {
 display: block;
}
#sidebar {
 min-width: 250px;
 max-width: 250px;
 left: 0;
 z-index: 9999;
}
a.piano-btn-user:visited {
 color: #00507c;
}
#sidebar {
 width: 250px;
 position: fixed;
 top: 0;
 left: -250px;
 height: 100vh;
 z-index: 999;
 background: #00507c;
 color: #fff;
 transition: all 0.3s;
 overflow-y: scroll;
 box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
 left: 0;
}
#dismiss {
 width: 35px;
 height: 35px;
 line-height: 40px;
 margin-right: -9px;
 margin-top: 8px;
 text-align: center;
 background: #00507c;
 position: absolute;
 top: 2px;
 right: 10px;
 cursor: pointer;
 transition: all 0.3s;
}
@media screen and (max-width: 768px) {
 #dismiss {
  margin-top: 0;
 }
}
#dismiss:hover {
 background: #fff;
 color: #00507c;
}
.overlay {
 display: none;
 position: fixed;
 width: 100vw;
 height: 100vh;
 background: rgba(0, 0, 0, 0.7);
 z-index: 998;
 opacity: 0;
 transition: all 0.5s ease-in-out;
}
.overlay.active {
 display: block;
 opacity: 1;
}
#sidebar .sidebar-header {
 background: #00507c;
}
@media screen and (max-width: 768px) {
 #sidebar .sidebar-header {
  margin-top: 0;
 }
}
#sidebar .sidebar-header h4 {
 font-size: 1.2rem;
 margin-bottom: 0;
}
#sidebar ul.components {
 padding: 10px 0;
 border-bottom: 1px solid #47748b;
 margin-left: 0;
}
#sidebar ul p {
 color: #343a40;
 padding: 10px;
}
#sidebar ul li a {
 padding: 10px;
 font-size: 1.1em;
 display: block;
 color: #fff;
}
#sidebar ul li a:hover {
 color: #1c1c1c;
 background: #fff;
}
#sidebar ul li.active > a,
a[aria-expanded="true"] {
 color: #fff;
 background: #1c1c1c;
}
#sidebar ul li ul {
 margin-left: 0;
}
a[data-toggle="collapse"] {
 position: relative;
}
.dropdown-toggle:after {
 display: block;
 position: absolute;
 top: 50%;
 right: 20px;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
#sidebar ul ul a {
 font-size: 0.9em !important;
 padding-left: 30px !important;
}
ul.CTAs {
 padding: 20px;
}
ul.CTAs a {
 text-align: center;
 font-size: 0.9em !important;
 display: block;
 border-radius: 5px;
 margin-bottom: 5px;
}
a.download {
 background: #fff;
 color: #7386d5;
}
a.article,
a.article:hover {
 background: #6d7fcc !important;
 color: #fff !important;
}
#content {
 width: 100%;
 min-height: 100vh;
 transition: all 0.3s;
 position: absolute;
 top: 0;
 right: 0;
}
#navbar-side-menu-mix {
 margin-left: 0;
}
#navbar-side-menu-mix li.current-menu-item {
 background-color: #efefef;
}
.header__top-area {
 background-color: #00507c;
 color: #fff;
 font-weight: 500;
 font-style: normal;
}
.header__top-area ul {
 margin: 0;
 padding: 0;
 display: inline-block;
}
.header__top-area a,
.header__top-area a:visited,
.header__top-area span {
 color: #fff;
 font-size: 14px;
}
.header__top-menu ul li {
 display: inline-block;
 margin-right: 15px;
}
.header__top-menu ul li a {
 text-transform: uppercase;
 padding: 6px 0;
 display: block;
}
.header__social {
 line-height: 1;
 margin-top: 5px;
}
.header__social a {
 margin-left: 2px;
}
.data-time {
 display: inline-block;
 margin-right: 32px;
}
.data-time-lp-club {
 margin-right: 10px;
 text-align: left;
 font-size: 0.8rem;
 color: #7d7d7d;
}
#main-navbar-site ul .active {
 border-bottom: 1px solid #fff;
}
#main-navbar-site a:hover,
#main-navbar-site ul .active,
#navbar-side-menu-mix li .active {
 background-color: rgba(167, 188, 204, 0.15);
}
#navbar-side-menu-mix li .active {
 border-bottom: 1px solid #fff;
}
#navbar-side-menu-mix ul li a:hover {
 background-color: rgba(167, 188, 204, 0.15);
}
#navbar-scroll-mobile .navbar > .container-fluid {
 display: flex;
 flex-wrap: nowrap;
 align-items: center;
 justify-content: space-between;
}
#navbar-scroll-mobile .sidebarCollapse,
#navbar-scroll-mobile .navbar-toggler {
 flex: 0 0 auto;
}
#navbar-scroll-mobile .navbar-brand {
 flex: 1 1 auto;
 min-width: 0;
 margin-right: 0.5rem;
 display: flex;
 align-items: center;
 overflow: hidden;
}
#navbar-scroll-mobile .navbar-brand img {
 width: auto;
 max-height: 23px;
 max-width: 100%;
 flex-shrink: 1;
}
#navbar-scroll-mobile .navbar-toggler {
 border: none;
}
#navbar-user {
 background: #00507c;
}
.navbar-toggler > .close {
 display: inline;
 color: #fff;
 opacity: 1;
 text-shadow: none;
 font-size: inherit;
}
.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .icon-open {
 display: none;
}
.search-form {
 position: relative;
 -webkit-transform: translate(0);
 transform: translate(0);
 transition: all 1s;
 width: 32px;
 height: 32px;
 background: #fff;
 box-sizing: border-box;
 border-radius: 25px;
 border: 1px solid #fff;
 padding: 5px;
}
.search-form:hover {
 width: 200px;
 cursor: pointer;
 border: 1px solid #ced4da;
}
.search-form:hover input {
 display: block;
 border: none;
 padding: 0 15px;
 background-color: transparent;
}
.search-form:hover .fa {
 background: #00507c;
 color: #fff;
}
.search-form .fa {
 box-sizing: border-box;
 padding: 5px;
 width: 30px;
 height: 30px;
 position: absolute;
 top: 0;
 right: 0;
 border-radius: 50%;
 color: #00507c;
 text-align: center;
 font-size: 1.2em;
 transition: all 1s;
}
.search-form-input {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 30px;
 line-height: 30px;
 outline: 0;
 border: 0;
 display: none;
 font-size: 1em;
 border-radius: 20px;
 padding: 0 20px;
}
.no-button {
 border: none;
 background: 0 0;
}
.header__bottom-area {
 background-color: #fff;
 font-weight: 700;
 font-style: normal;
}
.header__bottom-area ul {
 margin: 0;
 padding: 0;
 display: inline-block;
}
.header__bottom-area a,
.header__bottom-area a:visited,
.header__bottom-area span {
 font-size: 14px;
 font-weight: 700 !important;
 color: #7e858b;
}
.header__bottom-menu ul li {
 display: inline-block;
 margin-right: 0.5rem;
 margin-left: 0.5rem;
}
.header__bottom-menu ul li a {
 color: #3c3c3c !important;
 padding: 6px 0;
 display: block;
}
@media screen and (min-width: 1400px) {
 .header__bottom-menu ul li {
  margin-left: 17px;
 }
}
.navbar {
 opacity: 0.93;
}
.container-lp-club {
 padding-right: 0;
 margin-top: 20%;
}
.menu-lateral-mix-container {
 margin-left: 4px !important;
 padding-left: 20px;
 background-color: #fff !important;
}
#sidebar ul li a {
 font-size: 16px !important;
 padding: 3px !important;
 color: #676565 !important;
}
#sidebar ul li a ul li a:hover {
 color: #d3d3d3;
 background-color: rgba(167, 188, 204, 0.15);
}
#sidebar ul li a a:hover {
 color: #d3d3d3;
}
.custom-search {
 margin-top: 0.5rem !important;
 margin-bottom: 5px;
 margin-left: 5px;
 margin-right: 5px;
}
.container-user-buttons-custom {
 margin-bottom: -23px;
}
.header__bottom-area .header__bottom-menu a {
 font-weight: 400 !important;
 transition: color 0.3s ease;
}
.header__bottom-area .header__bottom-menu a:active,
.header__bottom-area .header__bottom-menu a:focus,
.header__bottom-area .header__bottom-menu a:hover,
.header__bottom-menu ul li.current-menu-item a {
 color: #00507c !important;
}
.header__bottom-menu ul li {
 margin-left: 0 !important;
}
#sidebar ul li:last-child a,
.header__bottom-menu ul li:last-child a {
 background-color: #ffebb1;
 text-transform: capitalize;
 font-weight: 700 !important;
 text-align: center;
 line-height: 1;
 padding: 8px !important;
 display: inline-block;
}
#sidebar ul li a {
 transition: color 0.3s ease;
}
#sidebar ul li a:hover {
 text-decoration: none;
 color: #00507c !important;
}
#sidebar ul li:last-child a {
 padding: 10px 8px !important;
 margin: 2px 0 15px;
}
#sidebar ul li:last-child a:active,
#sidebar ul li:last-child a:focus,
#sidebar ul li:last-child a:hover {
 background-color: #ffebb1;
 text-decoration: none;
}
#navbar-side-menu-mix li.current-menu-item {
 background-color: #fff !important;
}
#navbar-side-menu-mix li.current-menu-item a {
 color: #00507c !important;
}
#page-wrapper {
 margin-top: 30px;
}
.container {
 max-width: 1400px;
}
#colophon {
 background-color: #00507c;
 color: #f8f9fa;
}
#sections2,
#services {
 background-color: #00507c;
 font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
 #sections2,
 #services {
  font-size: 11px;
 }
}
#sections2 a,
#services a {
 color: #fff;
}
#sections2 .btn-outline-light:hover,
#services .btn-outline-light:hover {
 color: #222;
}
#sections2 .fa,
#services .fa {
 font-size: 1.3rem;
}
#sections2 p,
#services p {
 line-height: 3;
 margin-bottom: 0;
}
@media screen and (max-width: 768px) {
 #services {
  margin-top: 15px;
 }
}
#interest a,
#interest p,
#sections a,
#sections p {
 font-size: 0.9rem;
 color: #ced4da;
}
#interest a:hover,
#sections a:hover {
 color: #fff;
}
.footer-menu-inline ul,
.footer-menu ul {
 list-style: none;
}
.footer-menu-inline {
 text-align: center;
}
.footer-menu-inline ul {
 margin: 0;
 padding: 0;
}
.footer-menu-inline ul li {
 display: inline;
}
.footer-menu-inline ul li:last-child:after {
 content: "";
 margin-right: 0;
}
.footer-menu-inline ul li:after {
 color: #ced4da;
 content: " | ";
 margin: 0 3px;
}
.share-overlay {
 height: 0;
 width: 100%;
 position: fixed;
 z-index: 1021;
 top: 0;
 left: 0;
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.9);
 overflow-y: hidden;
 transition: 0.5s;
 color: #fff;
}
.share-overlay .share-overlay-content {
 position: relative;
 top: 25%;
 width: 100%;
 text-align: center;
 margin-top: 30px;
}
.share-overlay .share-overlay-content ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
.share-overlay .share-overlay-content ul li {
 display: inline;
}
.share-overlay .share-overlay-content .fa-facebook-f {
 color: #3b5998;
}
.share-overlay .share-overlay-content .fa-twitter {
 color: #1da1f2;
}
.share-overlay .share-overlay-content .fa-whatsapp {
 color: #25d366;
}
.share-overlay a {
 padding: 8px;
 text-decoration: none;
 font-size: 36px;
 color: #818181;
 transition: 0.3s;
}
.share-overlay a:focus,
.share-overlay a:hover {
 color: #f1f1f1;
}
.share-overlay .closebtn {
 position: absolute;
 top: 20px;
 right: 45px;
 font-size: 60px;
}
@media screen and (max-height: 450px) {
 .share-overlay {
  overflow-y: auto;
 }
 .share-overlay a {
  font-size: 20px;
 }
 .share-overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
 }
}
.fixed-top {
 top: 0;
}
body.admin-bar .fixed-top {
 top: 28px !important;
}
.categorylabel a,
.categorylabel span,
.widget-title a,
.widget-title span {
 color: #000;
 display: inline-block;
 padding-top: 15px;
 font-weight: 700;
 line-height: 17px;
}
.categorylabel {
 font-size: 1rem;
}
.categorylabel,
.categorylabel-ddhh {
 line-height: 1;
 font-weight: 700;
 margin-bottom: 25px;
}
.categorylabel-ddhh {
 font-size: 1.3rem;
}
.widget-title {
 font-size: 1rem;
 line-height: 1;
 font-weight: 700;
 margin-bottom: -1px;
}
.sticky-top {
 top: 60px;
}
.archive-title {
 color: #fff;
 font-size: 1rem !important;
 margin-bottom: -2px;
}
.archive-title a,
.archive-title a:visited {
 color: #fff;
}
.modal {
 z-index: 300051;
}
.modal .modal-dialog {
 margin-top: 0;
}
.label-sponsor-content {
 background-color: #00507c;
 color: #fff;
 padding: 5px;
}
.btn-custom {
 line-height: 0 !important;
}
.title-breaking {
 font-size: 0.938rem;
 font-weight: 700 !important;
 color: #7e858b;
}
.cut {
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
}
.arrow {
 display: inline-block;
 position: absolute;
 width: 0.7vw;
 height: 0.7vw;
 background: 0 0;
 text-indent: -9999px;
 border-top: 0.15vw solid #000;
 border-left: 0.15vw solid #000;
 transition: all 0.1s ease-in-out;
 text-decoration: none;
 color: transparent;
}
.arrow:hover {
 border-color: red;
 border-width: 0.25vw;
}
.arrow:before {
 display: block;
 height: 100%;
 width: 100%;
 margin-left: -100%;
 margin-top: -100%;
 content: "";
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.arrow.prev {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 left: 100%;
}
.arrow.next {
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
 right: 100%;
}
.border-labelnac {
 position: relative;
 display: inline-block;
}
.border-labelnac:after {
 position: absolute;
 left: 0;
 bottom: -5px;
 width: 103%;
 height: 1px;
 border-bottom: 5px solid #dbe5eb;
 content: "";
}
.control {
 display: inline-block;
 position: absolute;
 width: 15px;
 height: 15px;
 background: 0 0;
 text-indent: -9999px;
 border-top: 0.2vw solid #000;
 border-left: 0.2vw solid #000;
 transition: all 0.1s ease-in-out;
 text-decoration: none;
 color: transparent;
}
.control:hover {
 border-color: red;
 border-width: 0.25vw;
}
.control:before {
 display: block;
 height: 100%;
 width: 100%;
 margin-left: -100%;
 margin-top: -100%;
 content: "";
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.control.prev {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 left: 0;
}
.control.next {
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
 right: 0;
}
.label-date-header {
 font-size: 15px;
 padding-right: 5px;
}
.btn-custom-header {
 padding: 0 !important;
 font-size: 22px;
}
.form-control {
 font-size: 1rem !important;
}
.ads-custom,
.ads-custom-premium {
 background: #f7f7f7;
 font-size: 10px;
 font-family: sans-serif;
 padding-bottom: 11px;
 padding-top: 11px;
}
.custom-row-menu {
 margin-right: 0 !important;
 margin-left: 0 !important;
 box-sizing: unset;
}

/* @media screen and (max-width: 768px) {
  .custom-row-menu {
   
  }
} */

.mCSB_dragger_bar {
 background: #ced4da !important;
}
.mCSB_dragger {
 margin-top: 140px !important;
}
@media screen and (max-width: 768px) {
 .custom-figure-article {
  contain: layout;
  padding-left: 0 !important;
  padding-right: 0 !important;
 }
}
.es-custom {
 margin: 0 !important;
}
.btn-dd-hh {
 background-color: #00507c !important;
 height: 28px;
 box-sizing: border-box;
 width: 100%;
 left: 0;
 border-radius: 5px;
 border: 2px solid #ffc005;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
 font-size: 9.9px;
 color: #fff !important;
 font-weight: 700;
 padding-top: 0.4rem !important;
}
.btn-dd-hh ::-moz-selection {
 background-color: #4c7096 !important;
 color: #fff;
}
.btn-dd-hh ::selection {
 background-color: #4c7096 !important;
 color: #fff;
}
.btn-dd-hh-file {
 background-color: #00507c !important;
 height: 28px;
 box-sizing: border-box;
 width: 89px;
 left: 0;
 border-radius: 2px;
 border: 1px solid #3c4b63;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
 font-size: 10px;
 color: #fff !important;
 font-weight: 700;
 padding-top: 0.4rem !important;
}
.btn-dd-hh-file ::-moz-selection {
 background-color: #e9b23e;
 color: #fff;
}
.btn-dd-hh-file ::selection {
 background-color: #e9b23e;
 color: #fff;
}
.ads-mov-custom {
 margin-left: 15px;
 margin-right: 15px;
}
.categorylabel-opinion {
 position: relative;
 display: inline-block;
}
.categorylabel-opinion:after {
 position: absolute;
 left: 0;
 bottom: -5px;
 width: 103%;
 height: 1px;
 border-bottom: 8px solid #2d2e2e;
 content: "";
}
@media screen and (max-width: 768px) {
 .categorylabel-opinion:after {
  border-bottom: 6px solid #2d2e2e;
 }
}
.categorylabel-opinion-title {
 font-size: 35px;
 color: #3c3c3c;
}
@media screen and (max-width: 768px) {
 .categorylabel-opinion-title {
  font-size: 30px;
 }
}
@media screen and (min-width: 768px) {
 .article-section-opinion {
  margin-left: 6%;
 }
}
.article-section-opinion:hover {
 margin-top: -3px;
}
.title-interes-podcast {
 font-size: 10px;
 color: #4a494a !important;
 line-height: 14px;
}
.title-conten-interes-podcast,
.title-interes-podcast {
 opacity: 1;
 font-weight: 400;
 font-style: normal;
 text-align: left;
}
.title-conten-interes-podcast {
 font-size: 14px;
 color: #4a494a;
 line-height: 19px;
}
@media screen and (max-width: 768px) {
 .title-conten-interes-podcast {
  font-size: 11px !important;
  line-height: 20px;
  text-align: center;
 }
}
.title2-conten-interes-podcast {
 font-family: BebasNeue-Regular, Helvetica, Arial, serif;
 font-size: 35px !important;
 color: #2d2e2e;
 text-align: left;
 line-height: 43px;
}
@media screen and (max-width: 768px) {
 .title2-conten-interes-podcast {
  font-size: 16px !important;
  line-height: 20px;
  text-align: center;
  margin-top: -20px;
  margin-left: 90px;
 }
}
.article-select article:hover {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
.article-select-ddhh article:hover,
.article-select article:hover {
 opacity: 0.9;
 background-color: #f7f7f7;
}
.edition {
 font-weight: 400;
 font-style: normal;
 font-size: 1rem;
 color: #fcfae9;
 text-align: left;
}
.title_magazine {
 font-size: 28px;
 color: #fff;
 text-align: left;
 line-height: 28px;
}
.figure-grayscale {
 -webkit-filter: grayscale(100%);
 filter: grayscale(100%);
}
.grecaptcha-badge {
 visibility: collapse !important;
}
.menu-custom-takeOver ul li {
 margin-left: -10px;
}
img:hover {
 opacity: 0.93;
}
.flatpickr-calendar {
 background: 0 0;
 opacity: 0;
 display: none;
 text-align: center;
 visibility: hidden;
 padding: 0;
 -webkit-animation: none;
 animation: none;
 direction: ltr;
 border: 0;
 font-size: 14px;
 line-height: 24px;
 border-radius: 5px;
 position: absolute;
 width: 307.875px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 -ms-touch-action: manipulation;
 touch-action: manipulation;
 background: #fff;
 -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6,
  0 3px 13px rgba(0, 0, 0, 0.08);
 box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.inline,
.flatpickr-calendar.open {
 opacity: 1;
 max-height: 640px;
 visibility: visible;
}
.flatpickr-calendar.open {
 display: inline-block;
 z-index: 99999;
}
.flatpickr-calendar.animate.open {
 -webkit-animation: fpFadeInDown 0.3s cubic-bezier(0.23, 1, 0.32, 1);
 animation: fpFadeInDown 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
 display: block;
 position: relative;
 top: 2px;
}
.flatpickr-calendar.static {
 position: absolute;
 top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
 z-index: 999;
 display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 1) .flatpickr-day.inRange:nth-child(7n + 7) {
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 2) .flatpickr-day.inRange:nth-child(7n + 1) {
 -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
 box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
 border-bottom: 0;
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
 border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
 height: 40px;
 border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
 height: auto;
}
.flatpickr-calendar:after,
.flatpickr-calendar:before {
 position: absolute;
 display: block;
 pointer-events: none;
 border: solid transparent;
 content: "";
 height: 0;
 width: 0;
 left: 22px;
}
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
 left: auto;
 right: 22px;
}
.flatpickr-calendar:before {
 border-width: 5px;
 margin: 0 -5px;
}
.flatpickr-calendar:after {
 border-width: 4px;
 margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
 bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
 border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
 border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
 top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
 border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
 border-top-color: #fff;
}
.flatpickr-calendar:focus {
 outline: 0;
}
.flatpickr-wrapper {
 position: relative;
 display: inline-block;
}
.flatpickr-months {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
}
.flatpickr-months .flatpickr-month {
 background: 0 0;
 color: rgba(0, 0, 0, 0.9);
 fill: rgba(0, 0, 0, 0.9);
 height: 28px;
 line-height: 1;
 text-align: center;
 position: relative;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 overflow: hidden;
 -webkit-box-flex: 1;
 -webkit-flex: 1;
 -ms-flex: 1;
 flex: 1;
}
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
 text-decoration: none;
 cursor: pointer;
 position: absolute;
 top: 0;
 line-height: 16px;
 height: 28px;
 padding: 10px;
 z-index: 3;
 color: rgba(0, 0, 0, 0.9);
 fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
 display: none;
}
.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
 position: relative;
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
 left: 0;
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
 right: 0;
}
.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
 color: #959ea9;
}
.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
 fill: #f64747;
}
.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
 width: 14px;
 height: 14px;
}
.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
 -webkit-transition: fill 0.1s;
 transition: fill 0.1s;
 fill: inherit;
}
.numInputWrapper {
 position: relative;
 height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
 display: inline-block;
}
.numInputWrapper input {
 width: 100%;
}
.numInputWrapper input::-ms-clear {
 display: none;
}
.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
.numInputWrapper span {
 position: absolute;
 right: 0;
 width: 14px;
 padding: 0 4px 0 2px;
 height: 50%;
 line-height: 50%;
 opacity: 0;
 cursor: pointer;
 border: 1px solid rgba(57, 57, 57, 0.15);
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
.numInputWrapper span:hover {
 background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
 background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
 display: block;
 content: "";
 position: absolute;
}
.numInputWrapper span.arrowUp {
 top: 0;
 border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
 border-left: 4px solid transparent;
 border-right: 4px solid transparent;
 border-bottom: 4px solid rgba(57, 57, 57, 0.6);
 top: 26%;
}
.numInputWrapper span.arrowDown {
 top: 50%;
}
.numInputWrapper span.arrowDown:after {
 border-left: 4px solid transparent;
 border-right: 4px solid transparent;
 border-top: 4px solid rgba(57, 57, 57, 0.6);
 top: 40%;
}
.numInputWrapper span svg {
 width: inherit;
 height: auto;
}
.numInputWrapper span svg path {
 fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
 background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
 opacity: 1;
}
.flatpickr-current-month {
 font-size: 135%;
 line-height: inherit;
 font-weight: 300;
 color: inherit;
 position: absolute;
 width: 75%;
 left: 12.5%;
 padding: 6.16px 0 0;
 line-height: 1;
 height: 28px;
 display: inline-block;
 text-align: center;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
}
.flatpickr-current-month span.cur-month {
 font-family: inherit;
 font-weight: 700;
 color: inherit;
 display: inline-block;
 margin-left: 0.5ch;
 padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
 background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
 width: 6ch;
 width: 7ch\0;
 display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
 border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
 border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
 background: 0 0;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 color: inherit;
 cursor: text;
 padding: 0 0 0 0.5ch;
 margin: 0;
 display: inline-block;
 font-size: inherit;
 font-family: inherit;
 font-weight: 300;
 line-height: inherit;
 height: auto;
 border: 0;
 border-radius: 0;
 vertical-align: initial;
 -webkit-appearance: textfield;
 -moz-appearance: textfield;
 appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
 outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
 font-size: 100%;
 color: rgba(0, 0, 0, 0.5);
 background: 0 0;
 pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
 appearance: menulist;
 background: 0 0;
 border: none;
 border-radius: 0;
 box-sizing: border-box;
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 font-family: inherit;
 font-weight: 300;
 height: 22px;
 line-height: inherit;
 margin: -1px 0 0;
 outline: none;
 padding: 0 0 0 0.5ch;
 position: relative;
 vertical-align: initial;
 -webkit-box-sizing: border-box;
 -webkit-appearance: menulist;
 -moz-appearance: menulist;
 width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
 outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
 background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
 background-color: transparent;
 outline: none;
 padding: 0;
}
.flatpickr-weekdays {
 background: 0 0;
 text-align: center;
 overflow: hidden;
 width: 100%;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 height: 28px;
}
.flatpickr-weekdays,
.flatpickr-weekdays .flatpickr-weekdaycontainer {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer,
span.flatpickr-weekday {
 -webkit-box-flex: 1;
 -webkit-flex: 1;
 -ms-flex: 1;
 flex: 1;
}
span.flatpickr-weekday {
 cursor: default;
 font-size: 90%;
 background: 0 0;
 color: rgba(0, 0, 0, 0.54);
 line-height: 1;
 margin: 0;
 text-align: center;
 display: block;
 font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
 padding: 1px 0 0;
}
.flatpickr-days {
 position: relative;
 overflow: hidden;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
 width: 307.875px;
}
.flatpickr-days:focus {
 outline: 0;
}
.dayContainer {
 padding: 0;
 outline: 0;
 text-align: left;
 width: 307.875px;
 min-width: 307.875px;
 max-width: 307.875px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 display: inline-block;
 display: -ms-flexbox;
 display: -webkit-box;
 display: -webkit-flex;
 display: flex;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-around;
 justify-content: space-around;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 opacity: 1;
}
.dayContainer + .dayContainer {
 -webkit-box-shadow: -1px 0 0 #e6e6e6;
 box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
 background: 0 0;
 border: 1px solid transparent;
 border-radius: 150px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 color: #393939;
 cursor: pointer;
 font-weight: 400;
 width: 14.2857143%;
 -webkit-flex-basis: 14.2857143%;
 -ms-flex-preferred-size: 14.2857143%;
 flex-basis: 14.2857143%;
 max-width: 39px;
 height: 39px;
 line-height: 39px;
 margin: 0;
 display: inline-block;
 position: relative;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
 cursor: pointer;
 outline: 0;
 background: #e6e6e6;
 border-color: #e6e6e6;
}
.flatpickr-day.today {
 border-color: #959ea9;
}
.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
 border-color: #959ea9;
 background: #959ea9;
 color: #fff;
}
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
 background: #569ff7;
 -webkit-box-shadow: none;
 box-shadow: none;
 color: #fff;
 border-color: #569ff7;
}
.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
 border-radius: 50px 0 0 50px;
}
.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
 border-radius: 0 50px 50px 0;
}
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)) {
 -webkit-box-shadow: -10px 0 0 #569ff7;
 box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
 border-radius: 50px;
}
.flatpickr-day.inRange {
 border-radius: 0;
 -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
 box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
 color: rgba(57, 57, 57, 0.3);
 background: 0 0;
 border-color: transparent;
 cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
 cursor: not-allowed;
 color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
 border-radius: 0;
 -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
 box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
 visibility: hidden;
}
.rangeMode .flatpickr-day {
 margin-top: 1px;
}
.flatpickr-weekwrapper {
 float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
 padding: 0 12px;
 -webkit-box-shadow: 1px 0 0 #e6e6e6;
 box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
 float: none;
 width: 100%;
 line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
 display: block;
 width: 100%;
 max-width: none;
 color: rgba(57, 57, 57, 0.3);
 background: 0 0;
 cursor: default;
 border: none;
}
.flatpickr-innerContainer {
 display: block;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 overflow: hidden;
}
.flatpickr-innerContainer,
.flatpickr-rContainer {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
.flatpickr-rContainer {
 display: inline-block;
 padding: 0;
}
.flatpickr-time {
 text-align: center;
 outline: 0;
 display: block;
 height: 0;
 line-height: 40px;
 max-height: 40px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 overflow: hidden;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
}
.flatpickr-time:after {
 content: "";
 display: table;
 clear: both;
}
.flatpickr-time .numInputWrapper {
 -webkit-box-flex: 1;
 -webkit-flex: 1;
 -ms-flex: 1;
 flex: 1;
 width: 40%;
 height: 40px;
 float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
 border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
 border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
 width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
 width: 49%;
}
.flatpickr-time input {
 background: 0 0;
 -webkit-box-shadow: none;
 box-shadow: none;
 border: 0;
 border-radius: 0;
 text-align: center;
 margin: 0;
 padding: 0;
 height: inherit;
 line-height: inherit;
 color: #393939;
 font-size: 14px;
 position: relative;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-appearance: textfield;
 -moz-appearance: textfield;
 appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
 font-weight: 700;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
 font-weight: 400;
}
.flatpickr-time input:focus {
 outline: 0;
 border: 0;
}
.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
 height: inherit;
 float: left;
 line-height: inherit;
 color: #393939;
 font-weight: 700;
 width: 2%;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-align-self: center;
 -ms-flex-item-align: center;
 align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
 outline: 0;
 width: 18%;
 cursor: pointer;
 text-align: center;
 font-weight: 400;
}
.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
 background: #eee;
}
.flatpickr-input[readonly] {
 cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
 0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
 }
 to {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
 }
}
@keyframes fpFadeInDown {
 0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
 }
 to {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
 }
}
.single article header a,
a:visited {
 color: #1c1c1c;
}
.single article header .entry-meta {
 font-size: 0.85rem;
}
.single article .post-thumbnail {
 width: 100%;
}
.single article .post-thumbnail .post-thumbnail-media {
 width: 100%;
 overflow: hidden;
 contain: layout;
}
.single article .post-thumbnail .post-thumbnail-media img {
 width: 100%;
 height: auto;
 display: block;
}
.single article .custom-figure-article {
 contain: layout;
}
.single article .custom-figure-article .post-thumbnail-caption {
 min-height: 1.5em;
 margin-bottom: 0;
}
.single article .post-thumbnail-caption {
 font-family: Playfail Display, serif;
 font-style: italic;
 color: #495057;
}
@media screen and (max-width: 768px) {
 .single article .post-thumbnail {
  width: 100%;
  overflow: hidden;
 }
 .single article .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
 }
 .single article .post-thumbnail-caption {
  font-size: 14px !important;
 }
}
.single article .entry-header .entry-title {
 font-size: 1.5rem;
}
@media (min-width: 576px) {
 .single article .entry-header .entry-title {
  font-size: 2rem;
 }
}
@media (min-width: 768px) {
 .single article .entry-header .entry-title {
  font-size: 2.3rem;
 }
}
.single article .entry-content > * {
 /* margin: 5px auto; */
 max-width: 100%;
}
.single article .entry-content p {
 margin-bottom: 1.1rem;
}
.single article .entry-content > .alignwide {
 max-width: 1100px;
}
.single article .entry-content > .alignfull {
 margin: 1.5em 0;
 max-width: 100%;
}
.single article .entry-content ol,
.single article .entry-content ul {
 /* margin: 1.5em auto; */
 margin: 0;
 max-width: 736px;
 list-style-position: outside;
 list-style: none;
 padding: 0;
}
.single article .wp-block-video video {
 max-width: 636px;
}
.single article .wp-block-image img {
 display: block;
}
.single article .wp-block-image.alignleft,
.single article .wp-block-image.alignright {
 width: 100%;
}
.single article .wp-block-image.alignfull img {
 width: 100vw;
}
.single article .wp-block-gallery:not(.components-placeholder) {
 margin: 1.5em auto;
}
.single article .wp-block-cover-text p {
 padding: 1.5em 14px;
}
.single article ul.wp-block-latest-posts.alignfull,
.single article ul.wp-block-latest-posts.alignwide,
.single article ul.wp-block-latest-posts.is-grid.alignwide {
 padding: 0 14px;
}
.single article .wp-block-table {
 display: block;
 overflow-x: auto;
}
.single article .wp-block-table table {
 border-collapse: collapse;
 width: 100%;
}
.single article .wp-block-table td,
.single article .wp-block-table th {
 padding: 0.5em;
}
.single article .entry-content li {
 margin-left: 0;
 /* margin-bottom: 20px; */
}
.single article .entry-content ol ol,
.single article .entry-content ol ul,
.single article .entry-content ul ol,
.single article .entry-content ul ul {
 margin: 0 auto;
}
.single article .entry-content ol ol li,
.single article .entry-content ol ul li,
.single article .entry-content ul ol li,
.single article .entry-content ul ul li {
 margin-left: 0;
}
.single article .wp-block-embed.type-video > .wp-block-embed__wrapper {
 position: relative;
 width: 100%;
 height: 0;
 padding-top: 56.25%;
}
.single article .wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
}
.single article .wp-block-quote.is-large {
 margin: 0 auto 16px;
}
.single article .wp-block-pullquote > p:first-child {
 margin-top: 0;
}
.single article .wp-block-separator {
 margin: 3em auto;
 padding: 0;
}
.single article .more-link {
 display: block;
}
.single article .wp-block-group > * {
 max-width: 610px;
 margin-left: auto;
 margin-right: auto;
}
.single article .wp-block-group > .alignwide {
 max-width: 1100px;
}
.single article .wp-block-group > .alignfull {
 max-width: 100%;
}
.single article .wp-block-group.has-background > .alignfull {
 width: calc(100% + 60px);
 max-width: calc(100% + 60px);
 position: relative;
 left: -30px;
}
@media screen and (min-width: 768px) {
 .single article .wp-block-cover-text p {
  padding: 1.5em 0;
 }
}
.single article .entry-footer .cat-links,
.single article .entry-footer .tags-links {
 line-height: 2;
 font-size: 14px !important;
 font-weight: 700;
 margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
 .single article .entry-footer .cat-links,
 .single article .entry-footer .tags-links {
  font-size: 11px !important;
 }
}
.single article .entry-footer .cat-links a,
.single article .entry-footer .tags-links a {
 color: #fff;
 background-color: #5f90c8;
 padding: 4px 12px;
 margin-right: 20px;
 border-radius: 10px;
 font-weight: 200;
}
@media screen and (max-width: 768px) {
 .single article .entry-footer .cat-links a,
 .single article .entry-footer .tags-links a {
  margin-right: 5px;
  padding: 3px 10px;
 }
}
.single article .entry-footer .edit-link a {
 color: #fff;
 background-color: #07d4ac;
 padding: 3px 5px;
}
.single article .entry-content {
 font-size: 1.12rem;
}
.single article .entry-content figure {
 max-width: 100%;
 height: auto;
}
@media (min-width: 576px) {
 .single article .entry-content {
  font-size: 1.063rem;
 }
}
.single article .entry-content h2 {
 font-size: 22px !important;
 margin-bottom: 20px !important;
}
.single article .entry-content h3 {
 font-size: 1.1693rem !important;
}
.single article .entry-content h4 {
 font-size: 1.32875rem !important;
}
#iframe-domingo,
#iframe-exclusivo {
 min-height: 230px;
}
.archive .page-title,
.search .page-title {
 font-size: 1.8rem;
 color: #1c1c1c;
}
.archive .list-item .entry-title,
.search .list-item .entry-title {
 font-size: 1.3rem;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
 margin: 0 !important;
}
.gsc-cursor-box.gs-bidi-start-align {
 font-size: 32px;
 text-decoration: underline;
}
.gsc-cursor-page {
 color: #00507c !important;
}
.gsc-cursor-page.gsc-cursor-current-page {
 color: #004063 !important;
 font-weight: 700;
}
.pagination {
 margin: 0;
}
.pagination a {
 color: #00507c;
}
.share a.button-social,
.share a.button-social:hover {
 color: #222;
 border-radius: 50%;
 font-size: 12px;
 padding-top: 9px;
 border: 1px solid #efefef;
}
@media screen and (max-width: 768px) {
 .share a.button-social,
 .share a.button-social:hover {
  font-size: 10px;
 }
}
.gallery {
 display: flex;
 flex-flow: row wrap;
 justify-content: center;
 margin-bottom: 1.5rem;
}
.gallery-item {
 display: inline-block;
 margin-right: 16px;
 margin-bottom: 16px;
 text-align: center;
 vertical-align: top;
 width: 100%;
}
.gallery-columns-2 .gallery-item {
 max-width: calc((100% - 16px) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n + 2) {
 margin-right: 0;
}
.gallery-columns-3 .gallery-item {
 max-width: calc((100% - 32px) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n + 3) {
 margin-right: 0;
}
.gallery-columns-4 .gallery-item {
 max-width: calc((100% - 48px) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n + 4) {
 margin-right: 0;
}
.gallery-columns-5 .gallery-item {
 max-width: calc((100% - 64px) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n + 5) {
 margin-right: 0;
}
.gallery-columns-6 .gallery-item {
 max-width: calc((100% - 80px) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n + 6) {
 margin-right: 0;
}
.gallery-columns-7 .gallery-item {
 max-width: calc((100% - 96px) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n + 7) {
 margin-right: 0;
}
.gallery-columns-8 .gallery-item {
 max-width: calc((100% - 112px) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n + 8) {
 margin-right: 0;
}
.gallery-columns-9 .gallery-item {
 max-width: calc((100% - 128px) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n + 9) {
 margin-right: 0;
}
.gallery-item:last-of-type {
 padding-right: 0;
}
.gallery-caption {
 display: block;
 font-size: 0.71111em;
 font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
  Helvetica Neue, sans-serif;
 line-height: 1.6;
 margin: 0;
 padding: 0.5rem;
}
.gallery-item > div > a {
 display: block;
 line-height: 0;
 box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus {
 box-shadow: 0 0 0 2px #0073aa;
}
.fancybox-caption__body {
 max-width: 800px;
 margin: 0 auto;
}
.entry-title {
 color: #1c1c1c;
}
.entry-title:hover {
 text-decoration: none;
}
.entry-title:hover,
.entry-title a:hover,
.entry-title a:visited {
 color: #1c1c1c !important;
}
.entry-title h2 {
 font-size: 2.1875rem;
}
.entry-title h3 {
 font-size: 1.5rem;
}
.entry-title h4 {
 font-size: 1.1693rem;
}
.entry-title a {
 color: #1c1c1c !important;
}
@media screen and (max-width: 768px) {
 h2 {
  font-size: 1.5rem;
 }
 h3,
 h4 {
  font-size: 1.25rem;
  line-height: 22px;
 }
}
.size-title-category-article {
 color: #1c1c1c !important;
}
@media screen and (max-width: 768px) {
 .size-title-category-article {
  font-size: 1.25rem;
 }
}
@media screen and (min-width: 1224px) {
 .size-title-category-article {
  font-size: 1.5rem !important;
 }
}
.size-title-category-article-podcast,
.size-title-category-article a,
.size-title-category-article a:visited {
 color: #1c1c1c !important;
}
@media screen and (max-width: 768px) {
 .size-title-category-article-podcast {
  font-size: 14px !important;
 }
}
@media screen and (min-width: 1224px) {
 .size-title-category-article-podcast {
  font-size: 1.5rem !important;
 }
}
@media screen and (max-width: 768px) {
 .size-title-category-article-dh {
  margin-left: 5%;
  margin-top: -100%;
 }
}
.entry-content {
 transition: color 0.2s;
 height: auto;
 font-weight: 400;
 font-style: normal;
 font-size: 1rem;
 color: #3c3c3c;
 line-height: 1.4em !important;
}
.entry-content a:hover {
 text-decoration: none;
}
.entry-content a:hover,
.entry-content a:visited {
 color: #00507c;
}
.indicators-image {
 position: static !important;
 margin-right: 0 !important;
 margin-left: 0 !important;
 max-width: 100% !important;
}
.indicators-image li {
 width: 11% !important;
 height: 3px !important;
 margin-bottom: 6%;
}
.indicators-image-content {
 position: static !important;
 max-width: 100% !important;
 margin: 0 !important;
}
.indicators-image-content li {
 width: 11% !important;
 height: 3px !important;
 margin-bottom: 6%;
}
.car-image-article {
 width: inherit;
 height: 530px;
}
@media screen and (max-width: 768px) {
 .car-image-article {
  height: 197px;
 }
}
.car-image-article-category {
 width: inherit;
 height: 190.73px;
}
@media screen and (max-width: 768px) {
 .car-image-article-category {
  height: 197px;
 }
}
.indicators-car-image-article {
 padding-bottom: 20px;
 height: 100px;
}
@media screen and (max-width: 768px) {
 .indicators-car-image-article {
  height: 100px;
 }
}
.thumbnail-slider {
 width: 100%;
 float: left;
 overflow: hidden;
 margin-top: -15px;
}
.thumbnail-slider .thumbnail-container {
 width: 100%;
 float: left;
 transition: margin 1s ease;
}
.thumbnail-slider .item {
 text-align: center;
 color: #fff;
 float: left;
}
.thumbnail-slider .controls {
 width: 100%;
 float: left;
 padding: 15px;
}
.thumbnail-slider .controls ul {
 display: block;
 text-align: center;
 padding: 0;
 margin: 0;
 list-style: none;
}
.thumbnail-slider .controls ul li {
 height: 35px;
 border-radius: 4px;
 width: 35px;
 border: 1px solid #9e8116;
 margin: 3px;
 display: inline-block;
 line-height: 33px;
 cursor: pointer;
}
@media screen and (max-width: 768px) {
 .thumbnail-slider .controls ul li {
  width: 20px;
  height: 25px;
  line-height: 25px;
 }
}
.thumbnail-slider .controls ul li.active {
 background-color: #3c4b63;
 color: #fff;
}
.carousel-icon-control {
 width: 40px !important;
 height: 40px !important;
}
.thumbnail-slider {
 background: #f3f3f3;
 margin-bottom: -10px;
}
.entry-title-article {
 font-size: 35px !important;
}
@media screen and (max-width: 768px) {
 .entry-title-article {
  font-size: 25px !important;
 }
}
.entry-title-article a {
 color: #1c1c1c !important;
}
@media screen and (max-width: 768px) {
 .entry-content-article {
  font-size: 18px !important;
 }
}
.fbia-author {
 font-size: 14px !important;
}
.fbia-author a {
 color: #666 !important;
}
@media screen and (max-width: 768px) {
 .fbia-video {
  margin-left: 10px !important;
  margin-right: 10px !important;
 }
}
@media screen and (max-width: 768px) {
 .wp-video {
  width: 100%;
 }
}
.cat-links-custom {
 border-bottom: 5px solid #dbe5eb;
}
.entry-meta-custom {
 border-top: 1px solid #ccced2;
}
@media screen and (min-width: 768px) {
 .entry-custom {
  padding-right: 14%;
  padding-left: 14%;
 }
}
.fbia-published-date {
 font-size: 14px !important;
 color: #666 !important;
}
.fbia-published-date-dh {
 font-size: 16px !important;
 color: #272d64 !important;
}
@media screen and (max-width: 768px) {
 .fbia-published-date-dh {
  font-size: 13px !important;
 }
}
@media screen and (min-width: 768px) {
 .form-group-custom {
  margin-left: 15% !important;
  margin-right: 15% !important;
 }
}
.label-title-custom {
 text-align: center;
 font-size: 30px;
 font-weight: 700;
 line-height: 27px;
}
@media screen and (max-width: 768px) {
 .label-title-custom {
  font-size: 25px;
 }
}
.title-section-article-opinion,
.title-section-article-opinion a {
 font-size: 24px;
 color: #3c3c3c;
 text-align: center;
 line-height: 26px;
 opacity: 1;
 left: 0;
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
@media screen and (max-width: 768px) {
 .title-section-article-opinion {
  margin-left: 20%;
  margin-right: 20%;
 }
}
.excerpt-section-article-opinion {
 color: #4a494a;
 font-size: 16px;
}
@media screen and (max-width: 768px) {
 .excerpt-section-article-opinion {
  margin-right: 5%;
  margin-left: 5%;
 }
}
.thumbnail-article-opinion {
 height: 170px;
 width: 170px;
}
@media screen and (max-width: 768px) {
 .thumbnail-article-opinion {
  height: 136px;
  width: 136px;
 }
}
.thumbnail-single-opinion {
 height: 110px;
 width: 110px;
}
@media screen and (max-width: 768px) {
 .thumbnail-single-opinion {
  height: 110px;
  width: 110px;
 }
}
.btn-view-more {
 background-color: #7e858b;
 top: 0;
 height: 26px;
 width: 94px;
 margin: 0;
 left: 0;
 border-radius: 7px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
@media screen and (min-width: 768px) {
 .btn-view-more {
  margin-top: -25px;
 }
}
@media screen and (max-width: 768px) {
 .btn-view-more {
  margin-left: -18px;
  margin-top: -18px;
  width: 78px;
  height: 20px;
 }
}
.btn-title-view-more {
 background-color: hsla(0, 0%, 100%, 0);
 top: 4px;
 height: auto;
 width: auto;
 vertical-align: middle;
 margin: 0;
 left: 16px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
 font-weight: 600;
 font-style: normal;
 font-size: 14px;
 color: #fff !important;
 text-align: center;
 line-height: 19px;
}
@media screen and (max-width: 768px) {
 .btn-title-view-more {
  font-size: 11.2px;
  vertical-align: super;
 }
}
.title-author-opinion,
.title-author-opinion * {
 background-color: hsla(0, 0%, 100%, 0);
 opacity: 1;
 font-size: 18px;
 color: #7e858b !important;
 text-align: center;
 line-height: 22px;
}
@media screen and (max-width: 768px) {
 .title-author-opinion {
  margin-left: 20%;
  margin-right: 20%;
 }
}
.excerpt-section-article-opinion {
 color: #4a494a;
 font-size: 16px;
}
@media screen and (max-width: 768px) {
 .excerpt-section-article-opinion {
  margin-right: 5%;
  margin-left: 5%;
 }
}
.thumbnail-article-opinion {
 height: 170px;
 width: 170px;
}
@media screen and (max-width: 768px) {
 .thumbnail-article-opinion {
  height: 136px;
  width: 136px;
 }
}
.thumbnail-single-opinion {
 height: 110px;
 width: 110px;
}
@media screen and (max-width: 768px) {
 .thumbnail-single-opinion {
  height: 110px;
  width: 110px;
 }
}
.btn-view-more {
 background-color: #7e858b;
 top: 0;
 height: 26px;
 width: 94px;
 margin: 0;
 left: 0;
 border-radius: 7px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
@media screen and (min-width: 768px) {
 .btn-view-more {
  margin-top: -25px;
 }
}
@media screen and (max-width: 768px) {
 .btn-view-more {
  margin-left: -18px;
  margin-top: -18px;
  width: 78px;
  height: 20px;
 }
}
.btn-title-view-more {
 background-color: hsla(0, 0%, 100%, 0);
 top: 4px;
 height: auto;
 width: auto;
 vertical-align: middle;
 margin: 0;
 left: 16px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
 font-weight: 600;
 font-style: normal;
 font-size: 14px;
 color: #fff !important;
 text-align: center;
 line-height: 19px;
}
@media screen and (max-width: 768px) {
 .btn-title-view-more {
  font-size: 11.2px;
  vertical-align: super;
 }
}
.title-author-opinion,
.title-author-opinion * {
 background-color: hsla(0, 0%, 100%, 0);
 opacity: 1;
 font-size: 18px;
 color: #7e858b !important;
 text-align: center;
 line-height: 22px;
}
@media screen and (max-width: 768px) {
 .title-author-opinion {
  margin-left: 20%;
  margin-right: 20%;
 }
}
.excerpt-section-article-opinion {
 color: #4a494a;
 font-size: 16px;
}
@media screen and (max-width: 768px) {
 .excerpt-section-article-opinion {
  margin-right: 5%;
  margin-left: 5%;
 }
}
.thumbnail-article-opinion {
 height: 170px;
 width: 170px;
}
@media screen and (max-width: 768px) {
 .thumbnail-article-opinion {
  height: 136px;
  width: 136px;
 }
}
.thumbnail-single-opinion {
 height: 110px;
 width: 110px;
}
@media screen and (max-width: 768px) {
 .thumbnail-single-opinion {
  height: 110px;
  width: 110px;
 }
}
.btn-view-more {
 background-color: #7e858b;
 top: 0;
 height: 26px;
 width: 94px;
 margin: 0;
 left: 0;
 border-radius: 7px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
@media screen and (min-width: 768px) {
 .btn-view-more {
  margin-top: -25px;
 }
}
@media screen and (max-width: 768px) {
 .btn-view-more {
  margin-left: -18px;
  margin-top: -18px;
  width: 78px;
  height: 20px;
 }
}
.btn-title-view-more {
 background-color: hsla(0, 0%, 100%, 0);
 top: 4px;
 height: auto;
 width: auto;
 vertical-align: middle;
 margin: 0;
 left: 16px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
 font-weight: 600;
 font-style: normal;
 font-size: 14px;
 color: #fff !important;
 text-align: center;
 line-height: 19px;
}
@media screen and (max-width: 768px) {
 .btn-title-view-more {
  font-size: 11.2px;
  vertical-align: super;
 }
}
.title-author-opinion,
.title-author-opinion * {
 background-color: hsla(0, 0%, 100%, 0);
 opacity: 1;
 font-size: 18px;
 color: #7e858b !important;
 text-align: center;
 line-height: 22px;
}
@media screen and (max-width: 768px) {
 .title-author-opinion {
  margin-left: 20%;
  margin-right: 20%;
 }
}
.excerpt-section-article-opinion {
 color: #4a494a;
 font-size: 16px;
}
@media screen and (max-width: 768px) {
 .excerpt-section-article-opinion {
  margin-right: 5%;
  margin-left: 5%;
 }
}
.thumbnail-article-opinion {
 height: 170px;
 width: 170px;
}
@media screen and (max-width: 768px) {
 .thumbnail-article-opinion {
  height: 136px;
  width: 136px;
 }
}
.thumbnail-single-opinion {
 height: 110px;
 width: 110px;
}
@media screen and (max-width: 768px) {
 .thumbnail-single-opinion {
  height: 110px;
  width: 110px;
 }
}
.btn-view-more {
 background-color: #7e858b;
 top: 0;
 height: 26px;
 width: 94px;
 margin: 0;
 left: 0;
 border-radius: 7px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
}
@media screen and (min-width: 768px) {
 .btn-view-more {
  margin-top: -25px;
 }
}
@media screen and (max-width: 768px) {
 .btn-view-more {
  margin-left: -18px;
  margin-top: -18px;
  width: 78px;
  height: 20px;
 }
}
.btn-title-view-more {
 background-color: hsla(0, 0%, 100%, 0);
 top: 4px;
 height: auto;
 width: auto;
 vertical-align: middle;
 margin: 0;
 left: 16px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 opacity: 1;
 font-weight: 600;
 font-style: normal;
 font-size: 14px;
 color: #fff !important;
 text-align: center;
 line-height: 19px;
}
@media screen and (max-width: 768px) {
 .btn-title-view-more {
  font-size: 11.2px;
  vertical-align: super;
 }
}
.author-single-opinion-content {
 margin-top: 10%;
 margin-left: -15px;
 background-color: hsla(0, 0%, 100%, 0);
 font-size: 35px;
 color: #3c3c3c;
 text-align: left;
 line-height: 40px;
}
.author-single-opinion-content .name-author-section,
.author-single-opinion-content .name-author-section a {
 font-size: inherit;
 color: inherit !important;
 text-align: inherit;
 line-height: inherit;
 background-color: inherit;
}
.border-single-opinion-content {
 border-top: 1px solid #8e8a8a;
 min-height: 1px;
}
.widget_recent_entries ul {
 list-style: none;
 margin: 0;
}
.widget_recent_entries ul a {
 color: #222;
 font-size: 1.0625rem;
 font-weight: 700;
}
.widget_recent_entries .widget-recent-thumb {
 aspect-ratio: 1/1;
 overflow: hidden;
}
.widget_recent_entries .widget-recent-thumb img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}

@media (min-width: 769px) {
 .prod_img_wrapper {
  max-width: 500px;
  margin: 15px auto;
  position: relative;
 }
}
.prod_img_wrapper {
 margin: 15px auto;
 position: relative;
 box-sizing: border-box;
}
@media (min-width: 769px) {
 .prod_img {
  width: 100%;
 }
}
.prod_img {
 width: 100%;
 height: auto;
}
.priceс {
 position: absolute;
 font-family: sans-serif;
 right: 0;
 bottom: 0;
 color: #000;
 -webkit-box-shadow: rgb(0 0 0 / 80%) 0px 3px 30px;
 box-shadow: rgb(0 0 0 / 80%) 0px 3px 30px;
 width: 165px;
 height: 98px;
 text-align: center !important;
 font-size: 19px;
 font-weight: bold;
 line-height: 1.3;
 -webkit-transform: rotateZ(-7deg);
 transform: rotateZ(-7deg);
 margin: 0px auto 0px;
 background: -webkit-gradient(linear, left top, right top, from(rgb(238, 165, 19)), to(rgb(253, 237, 19)));
 background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
 border-width: 2px;
 border-style: solid;
 border-color: rgb(255, 255, 255);
 -o-border-image: initial;
 border-image: initial;
 border-radius: 19%;
}
span.discountс {
 display: block;
 margin-top: 9px;
 font-size: 14px;
}
.js_old_price {
 display: block;
 margin: 0 auto;
}
.price_main {
 border-bottom: 2px solid #d31812;
 font-size: 24px;
 line-height: 0px;
 margin: 0 auto;
}
.time_remains {
 font-size: 1.1em;
 color: red;
 font-weight: bold;
}
.wheel_input {
 width: 80%;
 padding: 10px;
 margin: 5px;
 display: block;
 margin: 0 auto;
}
.btn.btn--submit.button__text.js_submit {
 font-weight: 700;
 padding: 0.5em 1em;
 border: 2px solid transparent;
 border-radius: 5px;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
 cursor: pointer;
 text-decoration: none;
 width: 50%;
}

.btn--submit {
 background-color: red;
 display: block;
 margin: 30px auto;
 color: white;
 text-transform: uppercase;
 font-size: 1.3em;
 white-space: normal;
 line-height: 1.3;
}
@media (max-width: 768px) {
 .btn.btn--submit.button__text.js_submit {
  width: 100%;
 }
}
.comments h2 {
 font-size: 26px;
 border-bottom: 2px solid #00507c !important;
 margin-bottom: 20px;
}
.comments__item {
 display: grid;
 grid-template-columns: 63px 10fr;
 gap: 0.8em;
 font-size: 18px;
 margin-bottom: 30px;
}

.comments__ava {
 width: 63px;
}

.comments__ava img {
 border-radius: 2px;
 width: 100%;
 max-width: 100%;
}
.comments__title {
 line-height: 1em;
 margin-bottom: 10px;
}
.comments__text {
 font-size: 17px;
 line-height: 1.4em;
}
.comments__text p {
 margin-bottom: 0 !important;
}
.comments__text img {
 margin-top: 10px;
}
.superior {
 font-size: 18px;
 color: #202020;
 font-weight: 400;
 line-height: 1.6875rem;
 border: 1px solid #9cb5d3;
 padding-bottom: 15px;
 margin-bottom: 20px;
}
.superior h3 {
 text-align: center;
 font-weight: 700;
 font-size: 20px;
}
.superior > img {
}
.superior p {
 padding: 0 10px 15px;
 font-size: 16px;
 line-height: 1.5em;
}
.superior__footer {
 text-align: center;
}
.superior__footer img {
 width: 100px;
 display: block;
 margin: 0 auto 10px;
}
.superior__footer p {
 font-size: 16px;
}
.superior__footer b {
 font-size: 16px;
}

.title {
 font-weight: bold !important;
 background: #d5e8f7;
 padding: 10px;
}
.title.pink {
 background: #feecee;
}
.title-red {
 font-weight: bold !important;
 text-align: center;
 background: #feecee !important;
 color: red !important;
}
p.center {
 text-align: center;
}
ul {
 color: #202020;
 font-weight: 400;
 line-height: 1.4em;
}
.bold {
 font-weight: bold !important;
}
ul.check {
 font-size: 18px;
 margin-bottom: 20px;
}
ul.check li {
 position: relative;
 padding-left: 30px;
 line-height: 1.4em;
 margin-bottom: 10px;
}
ul.check li:before {
 content: "";
 display: block;
 background: url("../images/checking-mark.png") no-repeat 0 0 / contain !important;
 width: 20px;
 height: 20px;
 position: absolute;
 top: 4px;
 left: 0;
}

.ul-num {
 color: #202020;
 font-weight: 400;
 font-size: 20px;
 line-height: 1.5em;
 margin-bottom: 20px;
}
.ul-num__item {
 background: #fff6dd;
 position: relative;
 margin-bottom: 10px;
 padding: 10px 10px 10px 0;
}
.ul-num__item span {
 display: block;
 position: absolute;
 color: #fff;
 top: 0;
 left: 0;
 width: 30px;
 height: 30px;
 text-align: center;
 line-height: 30px;
 background: #d8be3e;
 font-weight: bold;
}
.ul-num__item p {
 padding-left: 40px;
 font-size: 17px;
 line-height: 1.5em;
}
.ul-num__item p b {
 font-size: 20px;
}
.ul-num > div:nth-child(2) {
 background: #ffcf86;
}
.ul-num > div:nth-child(2) span {
 background: #ee7816;
}
.ul-num > div:nth-child(3) {
 background: #fdacb2;
}
.ul-num > div:nth-child(3) span {
 background: #d50414;
}
.ul-num.biruza .ul-num__item {
 background: #f3fffd;
}
.ul-num.biruza .ul-num__item span {
 background: #04e0c3;
}

.ul-num.color .ul-num__item {
 background: #feecee;
}
.ul-num.color > div:nth-child(2) {
 background: #f3fffd;
}
.ul-num.color .ul-num__item span {
 background: #d50414;
}
.ul-num.color div:nth-child(2) span {
 background: #04e0c3;
}

.regaly__item {
 display: grid;
 grid-template-columns: 1fr 5fr;
 gap: 1em;
}

.regaly__left img {
 width: 100%;
 max-width: 100%;
}

.regaly__right {
 color: #202020;
 font-weight: 400;
 font-size: 17px;
 line-height: 1.4em !important;
}
.regaly__right p {
 margin-bottom: 0 !important;
}
p.align-right {
 text-align: right;
}

.accordion {
 margin: 30px auto 50px;
 max-width: 650px;
}
.accordion .accordion-item {
 border-bottom: 1px solid #dcdcdc;
}

.accordion .accordion-item button[aria-expanded="true"] {
 border-bottom: 1px solid #fff;
}

.accordion button {
 position: relative;
 display: block;
 text-align: left;
 width: 100%;
 padding: 15px 0;
 font-size: 18px;
 font-weight: 700;
 color: #416fd6;
 border: none;
 background: none;
 outline: none;
}

.accordion button:hover,
.accordion button:focus {
 cursor: pointer;
 color: #2f3d57;
}

.accordion button:hover::after,
.accordion button:focus::after {
 cursor: pointer;
 color: #416fd6;
 border: 1px solid #dcdcdc;
}

.accordion button .accordion-title {
 padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
 display: inline-block;
 position: absolute;
 top: 18px;
 right: 0;
 width: 22px;
 height: 22px;
 border: 1px solid;
 border-radius: 22px;
}

.accordion button .icon::before {
 display: block;
 position: absolute;
 content: "";
 top: 9px;
 left: 5px;
 width: 10px;
 height: 2px;
 background: currentColor;
}
.accordion button .icon::after {
 display: block;
 position: absolute;
 content: "";
 top: 5px;
 left: 9px;
 width: 2px;
 height: 10px;
 background: currentColor;
}

.accordion button[aria-expanded="true"] {
 color: #2f3d57;
}
.accordion button[aria-expanded="true"] .icon::after {
 width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
 opacity: 1;
 max-height: 9em;
 transition: all 200ms linear;
 will-change: opacity, max-height;
}
.accordion .accordion-content {
 opacity: 0;
 max-height: 0;
 overflow: hidden;
 transition: opacity 200ms linear, max-height 200ms linear;
 will-change: opacity, max-height;
}
.accordion .accordion-content p {
 margin: 0 0 20px;
 font-size: 16px;
}
.warning {
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 align-items: center;
 border: 3px solid #000530;
 border-radius: 2px;
 background: linear-gradient(
   142.75deg,
   #fce376 -11.7%,
   #fce479 11.09%,
   #fde681 25.06%,
   #feeb8f 36.64%,
   #fff0a0 45.29%,
   #bc6d00 193.23%
  )
  top center;
 max-width: 350px !important;
 margin: 0 auto;
 padding: 12px 14px;
 margin-top: 15px;
}
.warning > img {
 width: 52px;
 height: 46px;
}
.warning-text {
 font-family: "Roboto", sans-serif;
 font-weight: 700 !important;
 font-size: 16px !important;
 line-height: 18px !important;
 text-align: center;
 margin-top: 19px !important;
 text-align: center !important;
}
.warning-text > strong {
 display: block;
 margin-bottom: 5px;
 text-align: center !important;
}

.effects__container > h3,
.effects__container > ul > li,
.effects__container > ul > p {
 color: white !important;
}
.effects {
 background: linear-gradient(117.36deg, #215ba1 2.35%, #2a4b85 99.66%);
 color: #fff;
 margin-bottom: 30px;
}
.effects__container {
 background: url(../images/check_bg.png) left center no-repeat;
 background-size: 215px;
 padding: 25px 30px;
}
@media (max-width: 480px) {
 .effects__container {
  padding: 25px 10px;
 }
}
.effects__container > h3 {
 line-height: 1.4em;
 font-weight: 700;
}
.effects ul {
 list-style-type: none;
}
.effects h3 {
 text-align: center;
 position: relative;
 margin-bottom: 30px;
 text-align: center;
}
.effects h3::after {
 content: "";
 display: block;
 width: 100px;
 height: 2px;
 background: #fff;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: -18px;
}
.effects li {
 font-size: 18px;
 line-height: 35px;
 padding-left: 30px;
 position: relative;
}
.effects li::before {
 content: "";
 position: absolute;
 display: block;
 width: 18px;
 height: 15px;
 background: url(../images/check_white.png) center center no-repeat;
 background-size: contain;
 left: 0;
 top: 8px;
}

.list {
 padding-left: 0px;
 margin-left: 0;
 margin-bottom: 30px;
 background-color: #ffeab4;
 border-radius: 8px;
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 padding: 30px 5% 20px;
 overflow: hidden;
}
.list ul {
 list-style-type: none;
 padding-left: 0px;
 margin-left: 0;
}

.list li {
 display: block;
 margin-bottom: 15px;
 font-size: 18px;
 padding: 0 12px 0 0;
 position: relative;
}

.list li span {
 font-weight: 700;
}

.list li:last-of-type {
 margin-bottom: 0;
}

.doctor-info {
 margin: 30px auto 30px;
 padding: 10px 30px 30px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 width: 100%;
 background-color: #fff;
 color: #000;
 filter: drop-shadow(0px 0px 2px rgba(51, 51, 51, 0.25));
 font-size: 16px;
}
.doctor-info h2.doctor-info-title {
 font-family: "Roboto", sans-serif;
 font-weight: 700;
 text-align: center;
 font-size: 20px;
 line-height: 30px;
 margin-top: 0;
}

.doctor-info-text {
 margin-top: 16px;
}

.doctor-info-list {
 list-style-type: none;
 margin-left: 40px !important;
}

.doctor-info-list__item {
 position: relative;

 margin-left: 20px;
}

.doctor-info-list__item + .doctor-info-list__item {
 margin-top: 15px;
}

.doctor-info-list__item > strong {
 font-family: "Roboto", sans-serif;
 font-weight: 700;
}

.doctor-info-list__item:before {
 content: "";
 position: absolute;
 display: inline-block;
 width: 24px;
 height: 24px;
 top: -2px;
 left: -35px;
 background: url("../images/6784655.png") no-repeat top center/24px;
}

.question,
.quote,
.answer {
 margin-left: 55px;
 margin-right: 0;
 min-height: 110px;
 padding: 5px 0;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: flex-start;
 position: relative;
 margin-bottom: 16px;
}
.question {
 background: #f2f2f2;
 font-weight: bold;
}

.question:before {
 transform: translate(-50%, -50%);
 background: url(../images/question.jpg) center center no-repeat;
 border-radius: 50%;
 overflow: hidden;
 background-size: cover;
}

/* .question2:before {
	transform: translate(-50%, -50%);
	background: url(../images/answer.jpg) center center no-repeat;
	border-radius:50%;
	overflow: hidden;
	background-size: cover;
} */

.question:before,
.answer:before {
 content: "";
 display: block;
 width: 110px;
 height: 110px;
 position: absolute;
 left: 0;
 top: 50%;
}
.answer:before {
 left: 0;
 top: 0px;
 transform: translateX(-50%);
 background: url(../images/answer.jpg) center center no-repeat;
 background-size: cover;
 border-radius: 50%;
}

.question p,
.quote p,
.answer p {
 margin: 0;
 padding-left: 75px;
 padding-right: 8px;
 margin-bottom: 0 !important;
 /* font-size: 1.2em; */
}

.question p {
 font-weight: 700;
}

.question p:last-of-type,
.quote p:last-of-type,
.answer p:last-of-type {
 margin-bottom: 0;
}

.question p span,
.answer p span {
 font-weight: 700;
}

.violet {
 color: #0e0097;
}

.answer.answer1::before {
 background: url(../images/news/doc_reporter.jpg) center center no-repeat;
 background-size: contain;
}

.cards {
 display: flex;
 gap: 0;
 flex-wrap: wrap;
 justify-content: center;
}

.card {
 width: 48%;
 margin: 30px 1% 20px;
 background-color: #fff;
 border-radius: 8px;
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 display: flex;
 flex-direction: column;
 align-items: center;
 padding: 20px 5px;
 overflow: hidden;
}
.circular-progress {
 position: relative;
 width: 130px;
 height: 130px;
 border-radius: 50%;
 background: conic-gradient(#ff7328 calc(var(--percent) * 1%), #aaa 0);
 display: flex;
 justify-content: center;
 align-items: center;
}

.circular-progress::before {
 content: "";
 position: absolute;
 width: 100px;
 height: 100px;
 background-color: white;
 border-radius: 50%;
 z-index: 1;
}

.percent {
 font-family: Isidora, Helvetica, Arial, sans-serif;
 position: absolute;
 color: black;
 z-index: 2;
 font-weight: 700;
 font-size: 38px;
}

.text {
 margin-top: 15px;
 text-align: center;
 font-size: 16px;
 font-weight: 400;
}

.text-box {
 text-align: center;
 width: 100%;
 border: 3px solid rgb(238, 12, 12);
 padding: 20px;
 display: inline-block;
 border-radius: 4px;
 margin-bottom: 10px;
}

/* Задаємо відсоток завантаження для кожної карточки */
.circular-progress[data-percent="48"] {
 --percent: 48;
}

.circular-progress[data-percent="94"] {
 --percent: 94;
}

.circular-progress[data-percent="98"] {
 --percent: 98;
}

.circular-progress[data-percent="87"] {
 --percent: 87;
}

.article-image {
 display: block;
 margin: 0px auto 20px;
}

.red-link {
 font-weight: bold;
 display: block;
 text-align: center;
 text-decoration: underline;
 color: red !important;
 font-size: 26px;
 line-height: 1.4em;
 font-weight: 700;
 max-width: 70%;
 margin: 0 auto;
 margin-bottom: 30px;
}

.red-link:hover {
 text-decoration: underline;
}

.red-link::after {
 display: inline-block;
 -webkit-animation: dotty steps(1, end) 2s infinite;
 animation: dotty steps(1, end) 2s infinite;
 content: "";
 position: absolute;
 margin-left: 10px;
}

@media (max-width: 576px) {
 .red-link {
  max-width: 90%;
 }
}

@-webkit-keyframes dotty {
 0% {
  content: "";
 }
 25% {
  content: ">";
 }
 50% {
  content: ">>";
 }
 75% {
  content: ">>>";
 }
 100% {
  content: "";
 }
}

@keyframes dotty {
 0% {
  content: "";
 }
 25% {
  content: ">";
 }
 50% {
  content: ">>";
 }
 75% {
  content: ">>>";
 }
 100% {
  content: "";
 }
}

div.blur {
 position: relative;
 background: #eee;
 padding: 10px;
 cursor: pointer;
}

div.blur img {
 display: block;
 margin: 0 auto;
 -webkit-filter: blur(15px);
 -moz-filter: blur(15px);
 -o-filter: blur(15px);
 -ms-filter: blur(15px);
 filter: blur(15px);
 width: auto;
 max-width: 100%;
}

.blur-p {
 position: absolute;
 top: calc(50% - 12px);
 left: 50%;
 transform: translateX(-50%);
 font-size: 24px !important;
 text-transform: uppercase;
 color: #fff;
 text-shadow: 1px 1px 1px #000;
 text-align: center;
}
.article__media-caption {
 padding-top: 8px;
 color: #5e5e6e;
 font-size: 16px;
 line-height: 20px;
 margin-bottom: 32px;
}

.new-bb-block {
 background-color: #fff;
 border: 2px solid #36dc74;
 border-radius: 30px;
 padding-top: 25px !important;
 padding-left: 25px !important;
}

.redi {
 fill: red;
}
.whiti {
 fill: black;
}

.whiti2 {
 fill: #fff;
}

.list-green {
 list-style-type: none !important;
 list-style: none !important;
 margin: 25px auto !important;
 padding: 0 !important;
}

.list-green li {
 position: relative;
 padding-left: 32px;
 background-image: url(../images/checkmark.png);
 background-position: left top 2px;
 background-size: 20px;
 background-repeat: no-repeat;
 margin-bottom: 15px;
 font-weight: bold;
 list-style-type: none !important;
 list-style: none;
 font-weight: 500;
}

.list-green2 li {
 background-image: url(../images/news/gal.png);
 font-weight: normal;
}

.red-txt {
 color: red !important;
}

.effects {
 background: linear-gradient(117.36deg, #215ba1 2.35%, #2a4b85 99.66%);
 color: #fff;
 margin-bottom: 30px;
 border: none;
}
.effects__container {
 padding: 5% 15%;
 padding-bottom: 5%;
}

.effects > img {
 position: absolute;
 margin-top: 50px !important;
}

@media screen and (max-width: 768px) {
 .effects__container {
  padding-left: 10px;
  padding-right: 10px;
 }
}

.effects ul {
 list-style-type: none;
}
.effects h3 {
 text-align: center;
 position: relative;
 margin-bottom: 30px;
 text-align: center;
 color: #fff !important;
 font-size: 22px;
}
.effects h3::after {
 content: "";
 display: block;
 width: 100px;
 height: 2px;
 background: #fff;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: -18px;
}
.effects li {
 font-size: 18px;
 min-height: 35px;
 padding-left: 30px;
 position: relative;
}

.effects li:before {
 content: none;
}

.effects li img {
 position: absolute;
 display: block;
 width: 18px;
 height: 18px;
 left: 0;
 top: 7px;
}

.effects p {
 color: #fff;
}

.effects ul li p {
 color: #fff !important;
 margin: 0 !important;
}

.gal2 {
 list-style-type: none !important;
}

.gal1 img {
 display: inline-block;
 position: static;
 width: 25px;
 height: 25px;
 left: -20px;
}

.gal1 ul li {
 list-style: none;
 padding-left: 30px;
}

.gal1 ul li {
 position: relative;
}

.gal2 li {
 position: relative;
 list-style: none;
 list-style-type: none !important;
}

.gal2 li img {
 position: static;
 width: 25px;
 height: 25px;
 float: left;
}

.conditions {
 margin-bottom: 30px;
 padding-top: 35px;
 background: #f3f3f3;
 font-size: 16px;
 line-height: 1.5;
}

.conditions .badge {
 display: table;
 width: 130px;
 margin: -100px auto 30px;
 border-radius: 50%;
}

.conditions h3,
.conditions p {
 text-align: center;
 margin: 0 30px;
 margin-bottom: 40px;
 position: relative;
 font-size: 24px;
}

.conditions h3 {
 color: red;
 font-weight: 700;
}

.conditions h3::after {
 content: "";
 display: block;
 width: 90px;
 height: 2px;
 background: red;
 bottom: -20px;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
}

.conditions ul {
 list-style-type: none;
 padding-right: 25px !important;
 padding-bottom: 30px !important;
 padding-left: 25px !important;
}

.conditions li {
 /* padding-left: 35px; */
 display: block;
 margin-bottom: 25px;
 position: relative;
}

.conditions img {
 display: block;
 width: 20px;
 height: 20px;
 position: static;
 margin-top: 2px;
 float: left;
 margin-right: 10px;
}

.conditions li:last-of-type {
 margin-bottom: 0;
}

.conditions li span {
 font-weight: 700;
}

.reply {
 margin-left: 50px;
}

@media (max-width: 659px) {
 .question:before,
 .answer:before {
  width: 70px;
  height: 70px;
 }

 .question:before {
  top: 50px;
 }

 .answer:before {
  top: 9px;
 }

 .question,
 .answer {
  margin-left: 25px;
 }

 .question p,
 .answer p {
  padding-left: 45px;
 }

 .comments__ava {
  width: 50px;
 }
}

.excl {
 margin: 0;
 background: #2e4b83;
 color: #fff;
 font-size: 17px;
 line-height: 1.4em;
 font-weight: 700 !important;
 display: flex;
 justify-content: flex-start;
 align-items: center;
 padding: 10px 60px 10px 70px;
 min-height: 80px;
 border-radius: 0 100px 100px 0;
 overflow: hidden;
 position: relative;
 margin-bottom: 25px;
 &.red-color {
  background: #de2b2b;
 }
}

.excl-red {
 background: red;
}

.excl span {
 margin: 15px 0 !important;
 font-weight: 600;
}

.excl p span.red {
 color: crimson;
}

.excl p a {
 color: #6e9bff;
}
.excl p {
 font-weight: bold;
}

.excl::before {
 content: "";
 display: block;
 width: 53px;
 height: 42px;
 top: 15px;
 left: 8px;
 position: absolute;
 background: url(../images/quote-icon-24hu-24.png) center center no-repeat;
 background-size: 53px 42px;
}

.list3 {
 text-align: left;
 border: 1px solid #36a562;
 border-radius: 6px;
 box-sizing: border-box;
 background: #eaf6ee;
 font-size: 18px;
 margin: 30px auto;
 width: auto;
 max-width: 660px;
}
.list3_container {
 padding: 20px 55px;
}
.list3h2 {
 margin-top: 10px;
}

.list3li {
 position: relative;
 padding-bottom: 0;
 padding-left: 0;
 margin: 0 0 10px !important;
}
.list3li p {
 margin-bottom: 0;
 font-weight: 400;
}

.list3li::before {
 content: "";
 display: block;
 width: 24px;
 height: 24px;
 background: url(../images/checkmark_circle.png) center center no-repeat;
 background-size: contain;
 position: absolute;
 left: -14px;
 top: 1px;
 transform: translateY(0);
}

.list2 {
 padding-left: 10px !important;
 margin-bottom: 30px;
 padding: 0 0 0 20px;
}
.list2 ul {
 list-style-type: none;
 margin-left: 1rem;
}
.list2 li {
 display: block;
 margin-bottom: 15px;
 background: linear-gradient(95.88deg, #bfc8fe73 33.37%, #f6f6f6 86.23%);
 padding: 3px 12px;
 padding-right: 50px;
 border-left: 2px solid #0e0097;
 position: relative;
 line-height: 1.4em;
}
.list2 li:last-of-type {
 margin-bottom: 0;
}
.list2 li::before {
 content: "";
 display: block;
 width: 20px;
 height: 20px;
 position: absolute;
 left: -30px;
 top: 0px;
 background: url(../images/checkmark_violet.png) center center no-repeat;
 background-size: contain;
}

.image-text {
 display: inline-block;
 max-width: 640px;
 width: 100%;
 font-size: 14px;
 color: #595959;
 margin: 15px 0;
 margin-top: 0;
}

.quotes-red {
 margin: 30px auto 0;
 margin-bottom: 30px;
 padding-top: 50px;
 max-width: 660px;
}
.quotes-red__content {
 position: relative;
 padding: 50px 45px 25px 15px;
 background: #f8f8f8;
 border: 1px solid #e1e1e4;
}
.quotes-red__content:before {
 display: block;
 position: absolute;
 top: -50px;
 left: 50px;
 content: "";
 width: 108px;
 height: 84px;
 background: url(../images/quote-icon-24hu-24.png) 0 0 no-repeat;
 background-size: cover;
}

.quotes-red ul {
 list-style-type: none;
}
.quotes-red li {
 padding-left: 60px;
 display: block;
 position: relative;
 margin-bottom: 25px;
}
.quotes-red li span {
 font-weight: 700;
}
.quotes-red li:last-of-type {
 margin-bottom: 0;
}
.quotes-red li::before {
 content: "";
 display: block;
 width: 30px;
 height: 30px;
 background: url(../images/check_green.png) center center no-repeat;
 background-size: contain;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
}
.quotes-red li::after {
 content: "";
 display: block;
 position: absolute;
 background: #e1e1e4;
 width: 1px;
 height: 85%;
 left: 40px;
 top: 50%;
 transform: translateY(-50%);
}

.quotes-red h2 {
 margin: 0;
}
.quotes-red p {
 margin: 0;
}

.quotes-red h2,
.list-green h1 {
 text-align: left;
 max-width: 100%;
 margin-bottom: 10px !important;
 margin-top: 30px;
 line-height: 1.3;
 margin-bottom: 20px !important;

 display: block;
 font-size: 1.4em;
 margin-block-start: 0.83em;
 margin-block-end: 0.83em;
 margin-inline-start: 0px;
 margin-inline-end: 0px;
 font-weight: bold;
 unicode-bidi: isolate;
}

.list-green {
 text-align: left;
 border: 1px solid #36a562;
 border-radius: 6px;
 box-sizing: border-box;
 background: #eaf6ee;
 font-size: 18px;
 margin: 30px auto;
 width: auto;
 max-width: 660px;
}
.list-green__container {
 padding: 20px 55px;
}

.list-green li {
 position: relative;
 padding-bottom: 0;
 padding-left: 0;
 margin: 0 0 10px !important;
 background-image: none;
}
.list-green li p {
 margin-bottom: 0;
 font-weight: 400;
}

.list-green li::before {
 content: "";
 display: block;
 width: 24px;
 height: 24px;
 background: url(../images/checkmark_circle.png) center center no-repeat;
 background-size: contain;
 position: absolute;
 left: -32px;
 top: 1px;
 transform: translateY(0);
}

.excl_green {
 background: linear-gradient(92.54deg, #77b935 0.54%, #cbe858 96.67%);
}

.swiper {
 width: 100%;
 height: auto;
 padding-bottom: 20px;
 margin-bottom: 20px;
 position: relative;
}

.swiper2 {
 max-width: 460px;
 height: auto;
 padding-bottom: 15px;
 margin: 0 auto;
 margin-bottom: 0;
 margin-top: 15px;
 position: relative;
}

@media (min-width: 768px) {
 .swiper2 {
  max-width: 600px;
 }
}

.slider-1 {
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
}

.slider-2 {
 background-color: #fff;
 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.slider-1__text {
 font-style: normal;
 font-weight: 400;
 font-size: 15px;
 line-height: 16px;
 text-align: center;

 color: #000000;

 padding: 33px 19px 9px;
 box-shadow: 2px 1px 2px rgba(51, 26, 26, 0.15);
 position: relative;
 top: -20px;
}

.slider-1__text:after {
 content: "";
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 position: absolute;
 background: linear-gradient(90deg, #dd7000 0%, #f2b200 48%, #f3ad01 100%);
 opacity: 0.3;
}

.slider-1__img {
 z-index: 2;
 /* box-shadow: (1px 1px 3px rgba(0, 0, 0, 0.25)); */
 box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.slider-1__text__text {
 z-index: 2;
 position: relative;
}

.slider-top {
 display: flex;
 align-items: center;
 height: 50px;
 background-color: #fff;
 padding: 0 15px !important;
}

.slider-top__img {
 width: 34px;
 height: 34px;
 border-radius: 50%;
 background: #ffffff;
 border: 1px solid #dce2e9;
 padding: 2px;
 margin-right: 11px;
 background-size: cover;
}

.slider-top__name {
 font-style: normal;
 font-weight: 600;
 font-size: 15px;
 line-height: 16px;

 color: #131212;
}

.slider-top__doted {
 margin-left: auto;
 padding-bottom: 0px;
}

.slider-top__doted img {
 margin-top: 0 !important;
}

.slider-nav {
 display: flex;
 padding: 15px 10px 10px;
 background-color: #fff;
 position: relative;
 top: -15px;
 padding-top: 15pxx;
}

.slider-nav img {
 max-width: 24px;
 height: 24px;
 margin-left: 5px;
}

.swiper-pagination-bullet {
 width: 17px;
 height: 17px;
 background: #ffffff;
 border: 8px solid #fa0019;
}

.swiper-pagination-bullet-active {
 background: linear-gradient(265.51deg, #b61814 0%, #d8b022 100%);
 box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.new-pag > .swiper-pagination-bullet {
 background: transparent;
 width: 28px;
 height: 28px;
 border-radius: 0;
 background-image: url(../images/flexed-biceps-emoji-2031x2048-0wt7p45z.png);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 border: none;
 opacity: 0.3;
 outline: none;
}

.new-pag > .swiper-pagination-bullet-active {
 border: none;
 box-shadow: none;
 background-size: cover;
 opacity: 1;
 outline: none;
}

.slider-bottom {
 padding: 0 15px;
 background-color: #fff;
}

.slider-bottom__like {
 margin: -8px 0 15px !important;
 font-style: normal;
 font-weight: 600;
 font-size: 15px !important;
 line-height: 16px;
 display: flex;
 align-items: center;
 padding: 0 !important;
 color: #131212;
}

.slider-bottom__text2 {
 font-style: normal;
 font-size: 17px !important;
 line-height: 1.4em !important;
 color: #131212 !important;
 padding: 0 !important;
 padding-bottom: 0px !important;
 text-align: left;
}

.slider-bottom__text2 > span {
 margin-bottom: 10px;
 display: inline-block;
}

.sidegutterleft .swiper-wrapper {
 flex-wrap: wrap;
}

.sidegutterleft .swiper-wrapper .swiper-slide {
 height: auto;
}

.swiper1 .swiper-cube-shadow {
 display: none !important;
}

.swiper1 {
 margin-left: auto !important;
 margin-right: auto !important;
 height: ;
}

@media only screen and (min-width: 1024px) {
 .swiper1 img {
  height: 332px;
 }

 .swiper1 .article__media-caption {
  margin-bottom: 0;
  padding-bottom: 8px;
 }
}

.swiper-backface-hidden .swiper-slide {
 max-width: 100%;
}

.swiper-cube .swiper-slide {
 height: auto !important;
}

.card-img {
 width: 100%;
}

.swiper-cube .swiper-cube-shadow:before,
.swiper-cube .swiper-cube-shadow {
 background: transparent;
}
.box-img p {
 margin-bottom: 0;
}
.box-img p img {
 max-width: 100%;
 margin: 0 auto;
 display: block;
}

.blockquote2 {
 margin: 0px 0 !important;
 padding: 36px 0 0 31px;
 position: relative;
}
.blockquote2:after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 width: 10px;
 background-image: url(../images/misc_path.webp);
 background-size: 4px;
}
.blockquote2:before {
 content: "";
 position: absolute;
 top: 0;
 left: 31px;
 bottom: 0;
 width: 34px;
 height: 29px;
 background: url(../images/misc_blockquote_icon.svg) no-repeat;
 background-size: 54px 60px;
 background-position: -10px -15px;
}
.blockquote2 p {
 color: #2a2a2a;
 line-height: 1.2 !important;
 font-weight: 600;
 /* font-size: 1.2rem; */
 text-align: left;
}
@media (min-width: 740px) {
 .blockquote2 {
  margin: 0 0 40px;
  padding: 46px 0 0 44px;
 }
 .blockquote2:after {
  width: 14px;
 }
 .blockquote2:before {
  left: 44px;
  width: 34px;
  height: 26px;
  background-size: 65px auto;
  background-position: -15px -19px;
 }
 .blockquote2 p {
  /* font-size: 1.2rem; */
 }
}

#intext a {
 color: #416fd6;
}

.prod-img {
 display: block;
 width: 350px;
 max-width: 100%;
 margin: 40px auto;
}

.rowniez {
 padding-left: 30px;
 margin-bottom: 30px;
}
.rowniez ul {
 list-style-type: none;
 padding-left: 0;
}
.rowniez li {
 display: block;
 margin-bottom: 15px;
 background: linear-gradient(95.88deg, #bfc8fe73 33.37%, transparent 86.23%);
 padding: 3px 12px;
 padding-right: 50px;
 border-left: 2px solid #0e0097;
 position: relative;
 line-height: 1.4em;
}
.rowniez li span {
 font-weight: 700;
}
.rowniez li:last-of-type {
 margin-bottom: 0;
}
.rowniez li::before {
 content: "";
 display: block;
 width: 21px;
 height: 21px;
 background: url(../images/checkmark_violet.png) center center no-repeat;
 background-size: contain;
 position: absolute;
 left: -28px;
 top: 0px;
 transform: translateY(0);
}
.rowniez.rowniez_green li {
 background: linear-gradient(95.88deg, #dff0e1 33.37%, transparent 86.23%);
 border-left: 2px solid #1e8a49;
}
.rowniez.rowniez_green li::before {
 background: url(../images/checkmark.png) center center no-repeat;
 background-size: contain;
}

.excl p {
 margin: 5px 0 !important;
}

.regaly {
 max-width: 660px;
 margin: 0 auto;
 margin-top: 20px;
}

.regaly__item {
 position: relative;
 display: grid;
 grid-template-columns: 94px auto;
 gap: 1em;
 margin-bottom: 20px !important;

 align-items: center;
}

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

@media (max-width: 662px) {
 .comments__item {
  grid-template-columns: 50px 10fr;
 }
}

nav {
 height: 49px;
}

.my-ul-0 {
 margin: 0 0 20px !important;
 padding-left: 20px;
 font-size: 18px !important;
}

.lt25,
.lt23 {
 font-size: 18px !important;
}

.my-ul-0 li {
 list-style-type: none !important;
 position: relative;
 display: list-item;
 padding-left: 24px;
 margin: 0 0 10px !important;
}
.my-ul-0 li:before {
 content: "—" !important;
 position: absolute;
 top: 0;
 left: -2px;
 color: #ff0000;
 font-size: 20px;
 line-height: 1.3;
 font-weight: 600;
}

.list-violet {
 padding-left: 30px;
 margin-bottom: 20px;
}
.list-violet {
 list-style-type: none;
 margin-left: 0 !important;
}
.list-violet li {
 display: block;
 margin-bottom: 15px;
 background: linear-gradient(95.88deg, #ead4ff 33.37%, #f6f6f6 86.23%);
 padding: 3px 12px;
 padding-right: 50px;
 border-left: 3px solid #b869e5;
 position: relative;
 line-height: 1.4em;
}
.list-violet li span {
 font-weight: 700;
}
.list-violet li:last-of-type {
 margin-bottom: 0;
}
.list-violet li::before {
 content: "";
 display: block;
 width: 21px;
 height: 21px;
 position: absolute;
 left: -35px;
 top: 0px;
 background: url(../images/check_violet.png) center center no-repeat;
 background-size: contain;
}

.conditions1 {
 margin: 20px auto;
 max-width: 720px;
 padding: 0px 15px !important;
 font-size: 16px;
 line-height: 1.5;
 border: 1px solid #f74447;
 background: #faf1f1;
 position: relative;
}

.conditions1 h2,
.conditions1 p {
 position: relative;
 max-width: 100%;
}
.conditions1 h2 {
 margin: 0 30px 20px !important;
 padding: 30px 0 0 !important;
 font-size: 22px;
 text-align: center;
}
.conditions1 p {
 margin: 0 0px 15px;
}
.conditions1 ul {
 list-style-type: none;
 padding: 0px 0;
 padding-left: 20px;
}
.conditions1 li {
 display: block;
 position: relative;
 margin-bottom: 5px;
}

.conditions1 li:last-of-type,
.conditions1 p:last-of-type {
 margin-bottom: 0;
}

.ingredients-grid {
 max-width: 900px;
 margin: 0px auto 15px;
 display: grid;
 gap: 10px;
}

.ingredient {
 display: grid;
 grid-template-columns: 90px 1fr;
 gap: 15px;
 align-items: flex-start;
 border-top: 1px solid #c1c1c1;
 padding-top: 15px;
 padding-bottom: 15px;
}
.ingredients-grid .ingredient:first-child {
 margin-top: 25px;
}
.ingredient-img {
 width: 90px;
 border-radius: 12px;
 background: #fff;
 display: flex;
 align-items: center;
 justify-content: center;
}

.ingredient-img img {
 max-width: 100%;
 height: auto;
 display: block;
 margin: 0 auto;
}

.ingredient-text h4 {
 display: inline-block;
 margin: 2px 0 0;
 font-weight: 700;
 line-height: 1.3;
 font-size: 20px;
}

.ingredient-text p {
 margin: 5px 0 0;
}

@media (max-width: 640px) {
 .ingredient {
  grid-template-columns: 1fr;
  text-align: left;
 }

 .ingredient-img {
  margin: 0 auto;
  width: 120px;
 }
}

.large600 {
 background: url(../images/form_bg_blue.jpg) #c7edff;
 background-size: 100% 100%;
 border: 1px solid #5c8ea5;
 padding: 30px 30px 20px;
 box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
 margin: 0px auto 20px;
 position: relative;
 max-width: 720px;
}
.large600 h2 {
 text-align: center;
 margin-bottom: 10px;
}
.large600 ul {
 list-style-type: none;
 margin-left: 30px;
 margin-top: 20px;
 position: relative;
}
.large600 ul li {
 display: block;
 position: relative;
 margin-bottom: 15px;
 padding-top: 3px;
 padding-left: 10px;
}
.large600 ul li::before {
 content: "";
 display: block;
 width: 30px;
 height: 30px;
 position: absolute;
 left: -30px !important;
 top: 0;
 background: url(../images/4063942.png) center center no-repeat;
 background-size: contain;
}
@media (max-width: 1024px) {
 .large600 {
  padding: 30px 10px 20px;
 }
}

.effects-new {
 background: linear-gradient(117.36deg, #215ba1 2.35%, #2a4b85 99.66%);
 color: #fff;
 margin-bottom: 10px !important;
}

.effects-new__container {
 background: url(../images/check_bg.png) left 25px no-repeat;
 padding: 25px 15px;
}

@media only screen and (max-width: 768px) {
 .effects-new__container {
  padding: 25px 35px;
 }
}

.effects-new ul {
 list-style-type: none;
 margin-top: 35px;
 padding-left: 45px;
}

.effects-new h2 {
 text-align: center;
 position: relative;
 margin-bottom: 30px;
 text-align: center;
 color: #fff;
 line-height: 1.35em !important;
}

.effects-new h2::after {
 content: "";
 display: block;
 width: 100px;
 height: 2px;
 background: #fff !important;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: -18px;
}

.effects-new li {
 padding-left: 25px;
 position: relative;
 margin-bottom: 10px !important;
}

.effects-new li::before {
 content: "";
 position: absolute;
 display: block;
 width: 18px;
 height: 16px;
 background: url(../images/check_white.png) center center no-repeat;
 background-size: contain;
 left: -10px;
 top: 4px;
}
.effects-new__container ul {
 padding-left: 0;
 margin: 35px 10px 25px 25px;
}
.new-list {
 padding-left: 25px;
 list-style: none;
}

.new-list li {
 padding-left: 35px;
 margin-left: -25px;
 background-repeat: no-repeat;
 background-position: left top;
 background-image: url(../images/checkmark.png);
 background-size: 24px;
 margin-bottom: 10px !important;
}
.blockquote-new {
 position: relative;
 margin: 15px 0;
 z-index: 0;
}
.blockquote-new:before {
 position: relative;
 display: inline-block;
 width: 32px;
 height: 33px;
 top: 0;
 left: 0;
 background: url(../images/quote-icon-24hu-24.png) no-repeat;
 background-size: 32px 33px;
 content: "";
}
.blockquote-new p {
 margin-top: 0;
 margin-bottom: 10px;
 font-style: normal;
}
@media (min-width: 768px) {
 .blockquote-new {
  margin: 30px 0;
  padding: 0 0 0 75px;
 }
 .blockquote-new:before {
  position: absolute;
  width: 54px;
  height: 42px;
  top: 2px;
  left: 0;
  background-size: 54px 42px;
 }
}

.blockquote-red {
 position: relative;
}
.blockquote-red:after {
 content: "";
 display: block;
}
.blockquote-red {
 border-left: none !important;
 font-weight: 700 !important;
 line-height: 24px !important;
 font-size: 19px !important;
 margin-top: 20px !important;
 margin-bottom: 20px !important;
}
.blockquote-red p {
 padding: 0 25px !important;
 font-size: 19px !important;
}
.blockquote-red p:before {
 background-color: red;
 content: "";
 display: block;
 height: calc(100% - 10px);
 left: 2px;
 position: absolute;
 top: 5px;
 width: 6px;
}
@media (max-width: 480px) {
 .conditions1 ul {
  padding-left: 0px;
 }
 .my-ul-0 {
  padding-left: 0px;
 }

 .effects-new__container {
  padding: 25px 10px;
 }

 .effects-new__container ul {
  padding-left: 0;
  margin: 35px 0px 25px 10px !important;
 }

 .effects-new__container h2 {
  padding-right: 0 !important;
 }
 .regaly__item {
  position: relative;
  display: grid;
  grid-template-columns: 80px auto !important;
  gap: 1em;
  margin-bottom: 15px !important;
  align-items: center;
 }
 .new-list {
  margin-left: 0px !important;
  padding-left: 0px !important;
 }
 .blockquote-new {
  margin: 5px 0 15px !important;
 }
 .conditions-new {
  padding: 0px 10px !important;
 }
}

.text-white {
 color: #fff;
}

.insta {
 margin: 25px auto 15px;
}

.otred {
 display: block;
 position: relative;
 border-left: 2px solid #f28d21;
 padding: 18px 18px 1px;
 background: #fde8cc;
 margin: 0 0 25px;
 border-radius: 2px;
}
.otred p {
 font-size: 16px;
 line-height: 1.3;
}
.otred p b {
 color: #333;
}

.fignl {
 /* font-family: source-sans-pro, SourceSansPro, 'Source Sans Pro', sans-serif; */
 padding-right: 16px;
 box-sizing: border-box;
 color: #163860;
 margin-bottom: 16px;
 margin-top: 16px;
}

.fignl__title {
 /* font-family: noto-serif, NotoSerif, 'Noto Serif', serif !important; */
 font-weight: bold !important;
 line-height: 32px !important;
 font-size: 24px !important;
 margin: 0 0 8px;
 color: #163860;
}

.fignl__periodicity {
 font-weight: 700;
 color: #4a90e2;
 font-size: 16px;
 line-height: 22px;
 margin: 8px 0 4px;
}

.lightblue {
 color: #2b66b8;
}

.fignl--article {
 padding-left: 12px;
 border-left: 4px solid #163860;
}

hr {
 box-sizing: content-box;
 height: 0;
 overflow: visible;
 border-width: 1px;
 border-style: inset;
 margin-top: 10px;
 margin-bottom: 10px;
}
.content-site img {
 /* margin-top: 15px; */
}

.conditions_doc {
 margin: 120px 10px 25px 10px !important;
 padding-top: 10px;
 background: #faf1f1;
 border: 2px solid red;
 line-height: 1.5;
 padding-bottom: 20px;
}
.conditions_doc .badge {
 display: table;
 width: 130px;
 margin: -100px auto 0px;
 border-radius: 50%;
 box-shadow: 0px 0px 12px rgb(186 0 0 / 45%);
}
.conditions_doc h3,
.conditions_doc p {
 text-align: center;
 margin: 0 30px;
 margin-bottom: 40px;
 position: relative;
 font-size: 18px;
}
.conditions_doc h3 {
 color: crimson !important;
 padding-top: 20px;
 font-size: 20px;
}
.conditions_doc h3::after {
 content: "";
 display: block;
 width: 90px;
 height: 2px;
 background: crimson;
 bottom: -20px;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
}
.conditions_doc ul {
 list-style-type: none;
 padding-right: 25px !important;
 padding-bottom: 10px !important;
 padding-left: 25px !important;
 margin-bottom: 0;
 font-weight: 600;
}
.conditions_doc li {
 padding-left: 35px;
 display: block;
 margin-bottom: 25px;
 position: relative;
 font-weight: 500;
 font-size: 17px !important;
}
.conditions_doc li::before {
 content: "";
 display: block;
 width: 20px;
 height: 20px;
 position: absolute;
 left: 0;
 top: 3px;
 background: url(../images/check_red.png) center center no-repeat;
 background-size: contain;
}
.conditions_doc li:last-of-type {
 margin-bottom: 0;
}
.conditions_doc li span {
 font-weight: 700;
}

blockquote {
 border-left: 2px solid #c00;
 padding-left: 15px;
 margin: 80px 0 35px 35px;
 line-height: 1.3em !important;
}

blockquote b,
blockquote strong {
 font-size: 17px;
}

blockquote b:first-child,
blockquote strong:first-child {
 padding-top: 50px;
 position: relative;
}

blockquote b:first-child:before,
blockquote strong:first-child:before {
 content: "\e144" !important;
 color: #c00 !important;
 font-size: 40px !important;
 position: absolute !important;
 top: 0 !important;
 font-style: initial !important;
 font-family: "CNN" !important;
}

.excl_red {
 margin: 0;
 background: #f74447;
 color: #fff;
 display: flex;
 justify-content: flex-start;
 align-items: center;
 padding: 5px 40px 5px 60px !important;
 min-height: 80px;
 border-radius: 0 100px 100px 0;
 overflow: hidden;
 position: relative;
 margin-bottom: 25px;
}
.excl_red::before {
 content: "";
 display: block;
 width: 18px;
 height: 80px;
 left: 22px;
 top: -10px;
 position: absolute;
 background: url(../images/excl.png) center center no-repeat;
 background-size: contain;
}

.question2:before {
 transform: translate(-50%, -50%);
 background: url(../images/question2.jpg) center center no-repeat;
 background-size: cover;
 top: 50%;
}
.question3:before {
 transform: translate(-50%, -50%);
 background: url(../images/question3.jpg) center center no-repeat;
 background-size: cover;
 top: 50%;
}
.gg2:before {
 transform: translate(-50%, -50%);
 background: url(../images/answer3.jpg) center center no-repeat;
 background-size: cover;
 top: 55px;
}

.reffects {
 text-align: left;
 box-sizing: border-box;
 background: #faf1f1;
 margin: 24px auto 18px;
 width: auto;
 max-width: 960px;
 border: 2px dotted red;
}
.reffects__container {
 padding: 20px 25px 20px 25px;
}
.reffects h4 {
 margin: 5px 0 20px;
 font-weight: 700;
 font-size: 20px !important;
 line-height: 1.25em !important;
 margin-left: -40px;
 color: #f40b0b;
}

.reffects li {
 position: relative;
 padding-bottom: 0;
 font-size: 18px !important;
}
.reffects li p {
 margin-bottom: 0;
 font-weight: 400;
}
.reffects-ul > li {
 background-image: url(../images/check_red.png);
 background-position: left 0px;
 background-size: 23px;
 background-repeat: no-repeat;
 padding-left: 40px;
 margin-left: -40px;
 margin-bottom: 10px;
}

.reffects__container ul {
 list-style-type: none;
 padding-left: 0;
}

mark {
 --color1: red;
 --color2: red;
 --bg-height: 100%;
 all: unset;
 background-image: linear-gradient(var(--color1), var(--color2));
 background-position: 0 100%;
 background-repeat: no-repeat;
 background-size: 0 var(--bg-height);
 animation: highlight 800ms 1 ease-out;
 animation-fill-mode: forwards;
 animation-play-state: paused;
 font-weight: 600;
 padding: 0 5px;
 color: #e20000;
}

@keyframes highlight {
 to {
  background-size: 100% var(--bg-height);
  color: white;
 }
}

.effects-red {
 text-align: left;
 border: 1px solid #ff0000;
 border-radius: 6px;
 box-sizing: border-box;
 background: #ffebeb;
 margin: 24px auto 32px;
 width: auto;
 max-width: 960px;
}
.effects-red__container {
 padding: 15px 25px 25px 55px;
}
.effects-red h2 {
 margin-top: 10px;
}

.effects-red li {
 position: relative;
 padding-bottom: 0;
 padding-left: 32px;
 margin: 0 0 10px -32px !important;
 font-size: 18px !important;
}
.effects-red li p {
 margin-bottom: 0;
 font-weight: 400;
}

.list-red1 li {
 background-image: url(../images/crest.png);
 background-position: left 5px;
 background-size: 15px;
 background-repeat: no-repeat;
 padding-left: 32px;
 line-height: 1.4;
}
.list-red1 {
 margin-top: 10px;
}

.effects2 {
 text-align: left;
 padding: 20px 20px 10px 30px;
 border: 3px solid #00ba63;
 box-sizing: border-box;
 box-shadow: 0px 0px 12px rgba(0, 186, 99, 0.45);
 border-radius: 16px;
 margin-bottom: 30px;
 margin-left: 10px;
}

.effects2__container {
 padding: 0;
 padding-top: 10px;
 padding-bottom: 10px;
}
.effects2__container h5 {
 text-align: center;
 margin: 0;
 margin-top: 15px;
}

.effects2__container h5 a {
 color: inherit;
}

.effects2 ul {
 list-style-type: none;
 margin-bottom: 20px;
 padding: 0;
}
.effects2 li {
 position: relative;
 font-size: 18px !important;
 font-weight: 400;
 margin-bottom: 0;
 font-size: 16px;
 line-height: 1.4;
 gap: 6px;
 margin-bottom: 16px;
}
.effects2 li::before {
 flex: 0 0 auto;
 content: "";
 transform: translateY(2px);
 display: inline-block;
 width: 18px;
 height: 15px;
 background: url(../images/check_big.png) center center no-repeat;
 background-size: contain;
 left: -10px;
 top: -8px;
 margin-right: 5px;
}

.act {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 gap: 20px;
 margin: 30px 0 10px;
}

.act__img {
 margin: 0 0 20px 0;
}

.act__txt {
 font-family: Poppins, sans-serif !important;
 font-size: 14px;
 font-weight: 700;
 margin-bottom: 10px;
}

.act .red-link {
 text-align: left;
}

@media (min-width: 768px) {
 .act {
  flex-direction: row;
 }
 .flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
 }
}

.list-product {
 padding-left: 45px;
 margin-bottom: 30px;
 margin-top: 5px;
}
.list-product ul {
 list-style-type: none;
}
.list-product li {
 display: block;
 margin-bottom: 15px;
 background: linear-gradient(95.88deg, #e9f2e6 33.37%, #fff 86.23%);
 border-left: 2px solid #1e8a49;
 padding: 3px 12px;
 padding-right: 50px;
 position: relative;
 line-height: 1.5555555556;
 font-size: 18px !important;
}
.list-product li span {
 font-weight: 700;
}
.list-product li:last-of-type {
 margin-bottom: 0;
}
.list-product li::before {
 content: "";
 display: block;
 width: 20px;
 height: 20px;
 position: absolute;
 left: -30px;
 top: 5px;
 background: url(../images/check_violet.png) center center no-repeat;
 background-size: contain;
}

.list-green {
 list-style-type: none;
 padding: 8px 0px;
}

.list-green > li {
 background-image: url(../images/gal.png);
 background-position: left top;
 background-size: 25px;
 background-repeat: no-repeat;
 padding-left: 40px;
 line-height: 35px;
 font-size: 18px !important;
 margin-bottom: 10px;
}

.list-green_another > li {
 background-image: url(../images/ch_gal.png);
 background-position: left top 3px;
}

.a2oI562d img {
 display: block;
}

.quotes.quotes-blue h4 {
 text-align: center;
 color: #000;
 font-weight: 700;
 font-size: 24px;
 color: #fff;
}
.quotes.quotes-blue {
 background: none;
 color: #fff;
 margin: 0 auto;
 max-width: 800px;
 border: none;
}

.quotes.quotes-blue p {
 text-align: left;
}

.quotes.quotes-blue .quotes__content {
 background: #2b66b8;
 border-radius: 0 0 6px 6px;
 padding: 30px;
}
.quotes.quotes-blue li::before {
 display: block;
 width: 40px;
 height: 40px;
 content: "\e134";
 font-family: "CNN";
 color: #fff;
 font-size: 40px;
 line-height: 40px;
 position: absolute;
 left: -9px;
 top: 50%;
 transform: translateY(-50%);
 margin-top: 0;
 background: none;
}
.quotes.quotes-blue li::after {
 width: 2px;
 background: #fff;
}
.quotes.quotes-blue a {
 color: #fff;
}

.quotes.quotes-blue li {
 color: #fff;
 padding-left: 50px;
 font-size: 17px !important;
 font-weight: 600;
 margin-bottom: 16px;
}

.quotes.quotes-blue li::after {
 content: "";
 display: block;
 position: absolute;
 background: #fff;
 width: 2px;
 height: 105%;
 left: 35px;
 top: 50%;
 transform: translateY(-50%);
}

.advantage__list-item {
 width: 100%;
 height: auto;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: start;
 -webkit-justify-content: flex-start;
 -moz-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-bottom: 0;
}
.advantage__list-item img {
 margin-right: 18px;
 margin-top: 0;
}

.advantage__info {
 width: 100%;
 max-width: 800px;
 height: auto;
 background: -webkit-gradient(
  linear,
  left top,
  right top,
  from(#eff0fa),
  color-stop(48.23%, rgba(248, 246, 250, 0.01)),
  to(#f8f6fa)
 );
 background: -webkit-linear-gradient(left, #eff0fa 0%, rgba(248, 246, 250, 0.01) 48.23%, #f8f6fa 100%);
 background: -moz-linear-gradient(left, #eff0fa 0%, rgba(248, 246, 250, 0.01) 48.23%, #f8f6fa 100%);
 background: linear-gradient(90deg, #eff0fa 0%, rgba(248, 246, 250, 0.01) 48.23%, #f8f6fa 100%);
 border: 2px solid #448aba;
 padding: 25px 38px 37px;
 margin: 0 auto;
}

.advantage__section .mb__20 {
 margin-bottom: 20px;
}
.mb__10 {
 margin-bottom: 0px;
}
.text__blue-light {
 color: #657f9f;
 text-align: center;
}
.mb__36 {
 margin-bottom: 0px;
}

.text.text__bold {
 margin-bottom: 0;
 font-weight: 600;
}

.advantage__list {
 padding-left: 30px;
}

@media (max-width: 768px) {
 blockquote {
  margin-left: 15px;
 }

 .advantage__list {
  padding-left: 0;
 }

 .advantage__info {
  padding-left: 15px;
  padding-right: 15px;
 }

 .advantage__list-item img {
  margin-right: 10px;
 }

 .excl_red {
  border-radius: 0 80px 80px 0;
 }
}

.yellow-box {
 max-width: 600px;
 background-color: #ffce46;
 padding: 10px 20px;
 font-size: 20px;
 font-weight: 700;
 text-align: center;
 margin: 0 auto 20px;
}

.quotes-block.quotes-list-green {
 background: url(../images/quote_open_b.png) top left 20px no-repeat;
 background-size: 218px;
 overflow: auto;

 margin: -63px 0px 0;
 margin-bottom: 0;
 padding-top: 55px;
 border: none;
}

.quotes-block.quotes-list-green ul {
 padding: 0;
}

.quotes-block.quotes-list-green li {
 padding-left: 50px;
 display: block;
 position: relative;
 margin-bottom: 15px;
}

.quotes-block.quotes-list-green .quotes__content {
 border: 2px solid #2a9e39;
 background: url(../images/quote_close_b.png) bottom 10px right 10px no-repeat;
 background-size: 218px;
 padding: 20px;
 border-radius: 0;
}
.quotes-block.quotes-list-green li::before {
 display: block;
 width: 40px;
 height: 40px;
 content: "\e141";
 font-family: "CNN";
 color: #2a9e39;
 font-size: 40px;
 line-height: 40px;
 position: absolute;
 left: -9px;
 top: 50%;
 transform: translateY(-50%);
 margin-top: 0;
}
.quotes-block.quotes-list-green li::after {
 content: "";
 display: block;
 position: absolute;
 background: #2a9e39;
 width: 2px;
 height: 98%;
 left: 35px;
 top: 50%;
 transform: translateY(-50%);
}

.green {
 background: #2a9e39;
 color: #fff;
 padding: 3px 5px;
}

.sum {
 border: 3px solid #009b4d;
 margin-bottom: 50px;
}

.sum_wrapper {
 /* max-width: 644px; */
 width: 100%;
 margin: 0 auto;
}

.sum .top,
.sum .bottom {
 padding: 10px 20px 0 20px;
 margin-top: 0;
}

.sum .top {
 border-bottom: 3px solid #009b4d;
}

.sum .list__item {
 position: relative;
 padding: 0 0 0px 20px;
}

.sum .list__item::before {
 position: absolute;
 left: 0;
 top: 7px;
 content: "";
 width: 10px;
 height: 10px;
 background-color: #009b4d;
 border-radius: 50%;
}

.title_sum {
 line-height: 2.2rem !important;
 margin: 10px 0 15px;
 /* font-family: Poppins, sans-serif !important; */
 font-size: 25px;
 font-weight: 800;
}

.txt--big {
 font-size: 20px !important;
 font-weight: 700;
}

@media (min-width: 768px) {
 .benefits-list__item {
  align-items: center;
 }

 .benefits-list__item span {
  display: inline;
 }
 .quote {
  padding: 20px 30px;
  background-position: 95% 30%;
 }
 .act {
  flex-direction: row;
 }
 .flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
 }
 .special-txt--big {
  font-size: 40px;
 }
 .sum {
  display: flex;
 }

 .sum .top {
  border-bottom: 0;
  border-right: 3px solid #009b4d;
 }
}

.list__item::marker {
 content: none;
}
.list__item {
 padding-bottom: 5px !important;
}

.benefits-list__item {
 display: flex;
 align-items: center;
 margin-bottom: 15px;
}

.benefits-list__item img {
 flex-shrink: 0;
 margin: 0;
 margin-right: 10px;
}

.benefits-list__item span {
 display: block;
}
.benefits-list__item p {
 margin: 0;
}

.benefits-list,
.list2 {
 padding-left: 0;
}

.txt--bold {
 /* font-family: Poppins, sans-serif !important; */
 font-weight: 600;
}

.quotes2 {
 margin: 30px 0 30px;
}
.quotes2__content {
 padding: 30px 45px 20px 45px;
 line-height: 1.5555555556;
 background: rgb(253 237 255);
 border: 1px solid #e3d5eb;
 border-radius: 6px;
}
.quotes2__content b.violet {
 font-size: 18px;
 line-height: 1.5555555556;
}
.quotes2 ul {
 list-style-type: none;
 padding-top: 0;
 padding-bottom: 0;
 margin-bottom: 37px;
}
.quotes2 li {
 padding-left: 30px;
 display: block;
 position: relative;
 margin-bottom: 16px;
}
.quotes2 li span {
 font-weight: 600;
}
.quotes2 li:last-of-type {
 margin-bottom: 0;
}
.quotes2 li p {
 font-size: 1.1rem;
 margin-bottom: 0px;
}
.quotes2.quotes2-butterfly h4,
.quotes2.quotes2-butterfly h4,
.quotes2.quotes2-green h4,
.quotes2.quotes2-green h5,
.quotes2.quotes2-green h6,
.quotes2.quotes2-red h5 {
 margin-left: 29px;
}

.quotes2.quotes2-butterfly li::before {
 content: "";
 display: block;
 width: 90px;
 height: 90px;
 background: url(../images/butterfly2.png) center center no-repeat;
 background-size: contain;
 position: absolute;
 left: -55px;
 top: 15px;
 transform: translateY(-50%);
 z-index: 10;
}
.quotes2.quotes2-butterfly .yellow-bg {
 font-size: 18px;
}

.fig-standfirst {
 font-weight: 600;
}
.fig-standfirst {
 font-size: 1.25rem;
 line-height: 1.4;
 margin: 16px 0 32px;
}

.fig-paragraph a {
 color: #06a9ff;
 border-bottom: none;
}

.quotes2__content a {
 color: #163860;
 border-bottom: none;
}

.quotes2.quotes2-butterfly > .quotes2__content > ul > li > ul.list-green > li::before {
 content: none;
}

.quotes2__content > ul > li {
 margin-bottom: 0;
}

.geffects {
 text-align: left;
 border: 1px solid #dce0dd;
 background: #f7fff4;
 border-radius: 6px;
 box-sizing: border-box;
 margin: 15px auto 35px;
 width: auto;
 max-width: 960px;
 line-height: 1.5555555556;
}
.geffects__container {
 padding: 15px 55px 25px;
}
.geffects h2 {
 font-size: 22px;
 margin-top: 10px;
}

.geffects li {
 position: relative;
 padding-bottom: 0;
 padding-left: 32px;
 margin: 0 0 10px -32px !important;
 font-weight: normal;
}
.geffects li p {
 margin-bottom: 0;
}
.geffects a {
 cursor: pointer;
}

.effects__container {
 padding: 15px 25px 25px 55px;
}

.list-green_another > li {
 background-image: url(../images/ch_gal.png);
 background-position: left top 3px;
}
.card-img {
 margin-top: 0 !important;
}
.slider-nav {
 /* padding-top: 0; */
}
.a1a6MrkE img {
 margin-top: 0px;
}
.a2oI562d img {
 margin-top: 10px;
}
.gg3:before {
 transform: translate(-50%, -50%);
 background: url(../images/answer3.jpg) center center no-repeat;
 background-size: cover;
 top: 55px;
}

.caption {
 text-align: center !important;
 font-size: 15px !important;
 line-height: 1.4 !important;
 display: block;
}
.main-img-2 {
 margin: 16px auto 16px;
 width: 100% !important;
 max-width: 750px !important;
 display: block;
}

.conditions-new {
 position: relative;
 margin: 0;
 margin-bottom: 30px;
 padding-top: 25px;
 background: #fff5f5;
 border: 4px double #ef7c7c;
}

.conditions-new h2 {
 text-align: center;
 margin: 10px 0px 40px;
 color: #fa0019;
 position: relative;
 /* font-family: Roboto,sans-serif; */
 font-weight: 700;
}

.conditions-new h2::after {
 content: "";
 display: block;
 width: 50px;
 height: 2px;
 background: #fa0019;
 bottom: -20px;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
 .conditions-new h2 {
  margin: 10px 65px 40px !important;
 }
}

.conditions-new ul {
 list-style-type: none;
 padding-right: 5px !important;
 padding-bottom: 40px !important;
 padding-left: 25px !important;
}

.conditions-new li {
 padding: 0 50px 0 40px;
 display: block;
 position: relative;
}

.conditions-new li::before {
 content: "";
 display: block;
 width: 26px;
 height: 26px;
 position: absolute;
 left: -13px;
 top: 1px;
 background: url(../images/cross.png) center center no-repeat;
 background-size: contain;
}

.conditions-new li::after {
 content: "";
 display: block;
 position: absolute;
 background: #ef7c7c;
 width: 1px;
 height: 95%;
 left: 25px;
 top: 50%;
 transform: translateY(-50%);
}

.conditions-new li:last-of-type {
 margin-bottom: 0;
}

.conditions-new li span {
 font-weight: 700;
 color: #fa0019;
}

.mb-2 {
 margin-bottom: 0.5rem;
}

p.qoutoball {
 position: relative;
 margin: 0 10px;
 margin-bottom: 25px;
 font-size: 100%;
 padding-right: 35px;
 display: flex;
 justify-content: flex-start;
 align-items: center;
 padding: 0 0 0 75px;
 min-height: 80px;
 position: relative;
}

p.qoutoball::before {
 content: "";
 display: block;
 width: 53px;
 height: 42px;
 top: 5px;
 left: 0;
 position: absolute;
 background: url(../img/quote-icon-24hu-24.png) center center no-repeat;
 background-size: 53px 42px;
}

@media (min-width: 768px) {
 p.qoutoball {
  position: relative;
  margin: 30px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 75px;
  min-height: 80px;
  position: relative;
  font-size: 120%;
 }
}

.swiper-cube .swiper-cube-shadow:before {
 background: transparent;
}

.MsoNormal.mt-4.mb-0 {
 padding-bottom: 0;
}

.effects_blue_img {
 width: 100% !important;
 max-width: 692px !important;
 margin: 0 auto !important;
 display: block !important;
}

.effects_blue_med {
 background: linear-gradient(117.36deg, #3262be 2.35%, #21417d 99.66%);
 color: #fff;
 width: 100%;
 max-width: 692px;
 margin: 0 auto;
}

.effects_blue_med__container {
 background: url(../img/check_bg.png) left center no-repeat;
 padding: 25px 25px;
}

@media only screen and (min-width: 768px) {
 .effects_blue_med__container {
  padding: 25px 55px;
 }
}

.effects_blue_med ul {
 list-style-type: none;
}

.effects_blue_med h2 {
 text-align: center;
 position: relative;
 margin-bottom: 30px;
 text-align: center;
 color: #fff;
}

.effects_blue_med h2::after {
 content: "";
 display: block;
 width: 100px;
 height: 2px;
 background: #fff;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: -18px;
}

.effects_blue_med li {
 padding-left: 30px;
 position: relative;
}

.effects_blue_med li::before {
 content: "";
 position: absolute;
 display: block;
 width: 18px;
 height: 16px;
 background: url(../img/check_white.png) center center no-repeat;
 background-size: contain;
 left: -10px;
 top: 4px;
}

.sub-title {
 font-size: 24px !important;
 font-weight: 700;
 line-height: 1.3;
}

.main-img-2 {
 margin: 15px auto 15px;
 width: 100% !important;
 max-width: 450px !important;
}

.effects_red {
 text-align: left;
 border: 1px solid #ff0000;
 border-radius: 6px;
 box-sizing: border-box;
 background: #ffebeb;
 margin: 24px auto 24px;
 width: auto;
 max-width: 960px;
}
.effects_red__container {
 padding: 10px 25px 10px 25px;
}
.effects_red h2 {
 margin: 15px 0 20px !important;
 font-weight: 700;
 font-size: 26px;
 line-height: 32px;
 color: #ff0000 !important;
}

.effects_red ul {
 list-style-type: none;
}

.effects_red li {
 position: relative;
 padding-bottom: 0;
}
.effects_red li p {
 margin-bottom: 0;
 font-weight: 400;
}
.effects_red-ul > li {
 background-image: url(../images/check_red2.png);
 background-position: left 0px;
 background-size: 23px;
 background-repeat: no-repeat;
 padding-left: 40px;
 margin-left: -40px;
 margin-bottom: 15px;
 line-height: 1.4;
}

.main-img-3,
.main-img-5 {
 margin: 0 auto 20px;
 width: 100% !important;
}

.main-img-4 {
 max-width: 400px !important;
}
.main-img-4,
.main-img-6 {
 width: 100%;
 margin: 0 auto 15px;
}

.main-img-5 {
 max-width: 320px !important;
}

.caption {
 text-align: center !important;
 font-size: 15px !important;
 line-height: 1.4 !important;
 display: block;
}

.line-list {
 margin-top: 30px;
 margin-bottom: 30px;
 position: relative;
 border: 2px dotted rgb(12 60 109);
}
.line-list p {
 margin-bottom: 20px;
 text-align: center;
 font-size: 20px !important;
}
.line-list__content {
 padding: 30px 25px 20px 55px;
}
.line-list ul {
 list-style-type: none;
 padding-top: 0;
 padding-bottom: 0;
}
.line-list li {
 padding-left: 40px;
 display: block;
 position: relative;
 margin-bottom: 25px;
 line-height: 1.4;
}
.line-list h3,
.line-list h2 {
 padding-left: 40px;
 margin-bottom: 20px;
}
.line-list h3,
.line-list h2,
.line-list li span {
 font-weight: 700;
}
.green {
 color: #00b15e;
}
.line-list li:last-of-type {
 margin-bottom: 0;
}
.line-list li::before {
 content: "";
 display: block;
 width: 30px;
 height: 30px;
 background: url(../images/check_big.png) center center no-repeat;
 background-size: contain;
 position: absolute;
 left: -35px;
 top: 50%;
 transform: translateY(-50%);
}
.line-list.line-list-red li::before {
 content: "";
 display: block;
 width: 75px;
 height: 75px;
 background: url(../images/symptom_big.png) center center no-repeat;
 background-size: contain;
 position: absolute;
 left: -55px;
 top: 50%;
 transform: translateY(-50%);
 z-index: 101;
}
.line-list.line-list-butterfly li::before {
 content: "";
 display: block;
 width: 50px;
 height: 60px;
 background: url(../images/bt.png) center center no-repeat;
 background-size: contain;
 position: absolute;
 left: -45px;
 top: 50%;
 transform: translateY(-50%);
 z-index: 100;
}
.line-list li::after {
 content: "";
 display: block;
 position: absolute;
 background: #ccc;
 width: 1px;
 height: 95%;
 left: 20px;
 top: 50%;
 transform: translateY(-50%);
}

.line-list.line-list-butterfly ul li ul {
 position: relative;
 list-style-type: none;
 margin-left: 0;
 padding-left: 0px;
 margin-top: 5px;
}

.line-list.line-list-butterfly ul li ul li {
 position: relative;
 padding-left: 30px;
 margin-bottom: 0;
 line-height: 1.4 !important;
}
.line-list.line-list-butterfly ul li ul li::before {
 content: "";
 position: absolute;
 display: block;
 width: 18px;
 height: 15px;
 background: url(../images/check_big.png) center center no-repeat !important;
 background-size: cover !important;
 background-size: contain;
 left: 0;
 top: 11px;
}
.line-list.line-list-butterfly ul li ul li::after {
 display: none;
}

.article__media-caption {
 text-align: center;
 line-height: 1.4;
}

.graph-content {
 display: flex;
 flex-wrap: wrap;
 margin-top: 66px;
 justify-content: center;
}

.graph-chart {
 position: relative;
 padding-left: 20px;
 width: fit-content;
}

.graph-bars {
 display: flex;
 align-items: flex-end;
 height: 260px;
 gap: 14px;
 padding: 0 0 20px 20px;
 border-left: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 width: fit-content;
}

.graph-bar {
 width: 50px;
 text-align: center;
}

.graph-bar-inner {
 height: 220px;
 display: flex;
 flex-direction: column-reverse;
 position: relative;
}

.graph-stack {
 width: 100%;
}

.graph-type1 {
 background: #2f5fa8;
 position: relative;
}

.graph-type2 {
 background: #b7c200;
}

.graph-value {
 position: absolute;
 top: -24px;
 left: 50%;
 transform: translateX(-50%);
 background: #d60000;
 color: #fff;
 padding: 3px 6px;
 border-radius: 3px;
 white-space: nowrap;
}

.graph-year {
 margin-top: 8px;
 font-weight: bold;
}

.graph-y-label {
 position: absolute;
 left: -35px;
 top: 110px;
 transform: rotate(-90deg);
 font-weight: bold;
}

.graph-arrow {
 position: absolute;
 top: 0px;
 left: 50px;
 color: #d60000;
 font-weight: bold;
 transform: rotate(-18deg);
}

.graph-legend {
 margin-top: 5px;
 margin-bottom: 26px;
}

.graph-legend span {
 display: inline-block;
 width: 14px;
 height: 14px;
 margin: 0 6px 0 14px;
}

.l1 {
 background: #2f5fa8;
}
.l2 {
 background: #b7c200;
}

table {
 width: 100%;
 border-collapse: collapse;
 margin-bottom: 20px;
}

th {
 background: #2f5fa8;
 color: #fff;
 padding: 8px;
}

td {
 border: 1px solid #ccc;
 padding: 8px;
 text-align: center;
}

.other {
 margin: 20px 0;
}

.total {
 width: 180px;
 height: 80px;
 background: #d60000;
 color: #fff;
 border-radius: 50%;
 text-align: center;
 padding-top: 12px;
 font-weight: bold;
 margin-bottom: 10px;
}

.graph-x-label {
 text-align: right;
 padding-top: 5px;
 font-weight: bold;
}

.graph-source {
 margin-top: 0px;
 border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
 .graph-source,
 .other {
  text-align: center !important;
 }
 .total {
  margin: 0px auto 10px;
 }
}

.red-list li {
 background-image: url(../images/check_red2.png);
 background-position: left 0px;
 background-size: 23px;
 background-repeat: no-repeat;
 padding-left: 30px;
 margin-left: 0px;
 margin-bottom: 10px !important;
 line-height: 1.4;
}
.quotes.quotes-blue .quotes__content ul li {
 position: relative;
}

@media (max-width: 476px) {
 .conditions_doc h3 {
  margin: 0 10px 40px;
 }

 .conditions_doc ul {
  padding-right: 10px !important;

  padding-left: 10px !important;
 }
 .conditions_doc {
  margin: 120px 0px 25px 0px;
 }
 .conditions-new h2 {
  margin: 20px 0px 40px;
 }
 .conditions-new {
  padding: 0px 0px !important;
 }

 .conditions-new li {
  padding: 0 10px 0 35px;
  display: block;
  position: relative;
 }

 .conditions-new li::after {
  left: 22px;
 }

 .effects_red__container {
  padding: 10px 10px 10px 10px;
 }
 .effects_red-ul > li {
  padding-left: 33px;
 }

 .chart-box2 {
  padding: 25px 15px !important;
 }
 .reffects__container {
  padding: 0 10px;
 }

 .reffects-ul > li {
  padding-left: 35px;
 }
 .excl {
  padding: 10px 30px 10px 60px;
 }

 .quotes.quotes-blue .quotes__content {
  padding: 30px 15px !important;
 }
 .line-list__content {
  padding: 30px 10px 20px 55px;
 }
 .line-list li {
  padding-left: 30px;
 }
 .line-list li::after {
  left: 15px;
 }
 .conditions ul {
  padding-right: 15px !important;
  padding-left: 15px !important;
 }

 .conditions h3 {
  margin: 0 15px;
  margin-bottom: 40px;
 }
}

@font-face {font-display:swap;
 font-family: Inter;
 font-style: oblique 0deg 10deg;
 font-weight: 100 900;
 font-display: swap;
 src: url(../fonts/UcCo3FwrK3iLTcvvYwYZ8UA3J58.woff2) format("woff2");
 unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {font-display:swap;
 font-family: Inter;
 font-style: oblique 0deg 10deg;
 font-weight: 100 900;
 font-display: swap;
 src: url(../fonts/UcCo3FwrK3iLTcvmYwYZ8UA3J58.woff2) format("woff2");
 unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {font-display:swap;
 font-family: Inter;
 font-style: oblique 0deg 10deg;
 font-weight: 100 900;
 font-display: swap;
 src: url(../fonts/UcCo3FwrK3iLTcvsYwYZ8UA3J58.woff2) format("woff2");
 unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
  U+2C60-2C7F, U+A720-A7FF;
}

@font-face {font-display:swap;
 font-family: Inter;
 font-style: oblique 0deg 10deg;
 font-weight: 100 900;
 font-display: swap;
 src: url(../fonts/UcCo3FwrK3iLTcviYwYZ8UA3.woff2) format("woff2");
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
  U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#doors_block {
 /* padding-bottom: 40px; */
}
.pop-up-text {
 margin-bottom: 25px;
 font-size: 24px;
 line-height: 30px;
 text-align: center !important;
}

.hi {
 left: 50% !important;
 transform: translateX(-50%);
}

.door__sales {
 left: 0 !important;
}

@media (max-width: 767px) {
 .door__sales {
  font-size: 20px !important;
  padding: 10px !important;
 }
}

.door__container {
 display: flex;
 justify-content: space-around;
}

.box1 {
 perspective: 500px;
 position: relative;
}

.box1,
.door {
 width: 190px;
 height: 400px;
 box-shadow: inset -1px -1px 0px 1px #191919, inset 1px 1px 0px 1px #191919;
}

.door,
.hi {
 position: absolute;
 top: 0;
 left: 0;
}

.door {
 background-image: url("../images/door.png");
 background-repeat: no-repeat;
 background-size: contain;
 transform: rotateY(0deg);
 display: inline-block;
 transition: all 0.75s ease;
 transform-origin: 0% 0%;
 cursor: pointer;
}

#door__2 {
 background-image: url("../images/door2.png");
}

#door__3 {
 background-image: url("../images/door3.png");
}

.door:hover {
 transform: rotateY(-30deg);
}

.door.open {
 transform: rotateY(-85deg);
}

.door__sales {
 position: relative;
 top: 140px;
 font-size: 46px !important;
 font-weight: 700 !important;
 color: red !important;
 border-radius: 30px !important;
 padding: 30px 5px !important;
 box-shadow: 0px 1px 2px 2px #7f7878;
 font-family: Roboto, Tahoma, Geneva, sans-serif;
}

.door__title {
 color: #fff;
 font-weight: 400;
 text-transform: uppercase;
 text-align: center;
 font-size: 22px !important;
 margin-bottom: 25px;
 background-color: #3a4752;
 padding: 10px 5px;
 border-radius: 0.5em;
 font-family: Roboto, Tahoma, Geneva, sans-serif;
}

@media (max-width: 840px) {
 .door__sales {
  font-size: 20px !important;
  font-weight: 700 !important;
  top: 50px !important;
  color: red !important;
  border-radius: 30px !important;
 }

 .box1,
 .door {
  width: 95px;
  height: 200px;
 }
}

@media (max-width: 360px) {
 .box1 + .box1 {
  margin-left: 15px;
 }

 .door__sales {
  font-size: 25px !important;
  font-weight: 700 !important;
  top: 50px !important;
  color: red !important;
  left: 0 !important;
  border-radius: 30px !important;
 }
}

.spin-result-wrapper {
 display: none;
}

.spin-result-wrapper {
 max-width: 100%;
 display: none;
 padding: 0 10px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 width: 100%;
 top: 0;
 z-index: 999;
 left: 0;
 height: 100%;
 position: fixed;
 background-color: rgba(0, 0, 0, 0.6);
 text-align: center;
}

.pop-up-window {
 position: relative;
 max-width: 400px;
 right: 0;
 left: 0;
 top: 40%;
 margin: 0 auto;
 background: #fff none repeat scroll 0 0;
 text-align: center;
 padding: 10px;
 padding-top: 70px;
 padding-bottom: 20px;
 border-radius: 10px;
 animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-text {
 margin-bottom: 25px;
 font-size: 24px;
 line-height: 30px;
 text-align: center !important;
 font-family: Roboto, Tahoma, Geneva, sans-serif;
}

.pop-up-text2 {
 margin-bottom: 35px;
}

.pop-up-button {
 text-transform: uppercase;
 text-decoration: none !important;
 padding: 10px 20%;
 font-size: 20px;
 border-radius: 5px;
 background-color: #71c341;
 color: #fff !important;
 border: medium none;
 cursor: pointer;
 outline: medium none;
 font-family: Roboto, Tahoma, Geneva, sans-serif;
}

.pop-up-window {
 position: relative;
 max-width: 400px;
 right: 0;
 left: 0;
 top: 40%;
 margin: 0 auto;
 background: #fff none repeat scroll 0 0;
 text-align: center;
 padding: 10px;
 padding-top: 70px;
 padding-bottom: 20px;
 border-radius: 10px;
 animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
 content: "";
 position: absolute;
 width: 110px;
 height: 110px;
 top: -55px;
 left: 0;
 right: 0;
 margin: 0 auto;
 background-color: #71c341;
 border-radius: 50%;
 animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
 content: "";
 position: absolute;
 width: 50px;
 height: 20px;
 top: -20px;
 left: 0;
 right: 0;
 margin: 0 auto;
 border-width: medium medium 4px 4px;
 border-style: none none solid solid;
 border-color: currentcolor currentcolor #fff #fff;
 -moz-border-top-colors: none;
 -moz-border-right-colors: none;
 -moz-border-bottom-colors: none;
 -moz-border-left-colors: none;
 border-image: none;
 transform: rotate(-45deg);
 transition: opacity 1s ease 0s;
 animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@keyframes pop-up-appear {
 0% {
  transform: translateY(-2000px);
 }

 30% {
  transform: translateY(100px);
 }

 100% {
  transform: translateY(0);
 }
}

@keyframes pop-up-appear-before {
 0% {
  transform: scale(0);
 }

 100% {
  transform: scale(1);
 }
}

@keyframes pop-up-appear-after {
 0% {
  opacity: 0;
 }

 100% {
  opacity: 1;
 }
}

.pop-up-button:hover {
 color: #fff !important;
 text-decoration: none !important;
}

.device_info {
 font-size: 14px;
 color: green;
 display: block;
 margin: 10px 20px;
}

.obutton {
 display: block;
 margin: 0 auto;
 padding: 20px;
 color: #fff;
 font-weight: 700;
 text-decoration: none;
 box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
 border-radius: 5px;
 background-color: #59c12d;
 background-position: 1.35em 0.94em;
 background-size: 1em;
 background-repeat: no-repeat;
 transition: all 0.15s ease-in-out;
 border: none;
 cursor: pointer;
 font-size: 20px;
 margin-top: 20px;
 margin-bottom: 20px;
 font-family: Roboto, Tahoma, Geneva, sans-serif;
}

.obutton:hover {
 background-color: #3e9619;
}

.order_info h2 {
 border: none !important;
 color: red !important;
}

.left_count {
 background: red;
 padding: 23px;
 margin: 12px 0;
 width: 178px;
 color: #fff;
 text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000,
  1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
  -1px 1px 0 #000, 1px 1px 0 #000;
 font-size: 32px !important;
 border-radius: 5px;
}

.left_count .prod_left_val {
 font-size: 52px !important;
}

#order_form_success {
 position: relative;
}

@media screen and (max-width: 459px) {
 #footer img {
  width: 100%;
 }
}

.additional {
 line-height: 1.1em;
}

.pedir_button {
 max-width: 85%;
 padding: 15px 35px;
 color: #fff;

 font-weight: 700;
 text-decoration: none;
 border-radius: 5px;
 background-color: #d90000;
 -webkit-transition: all 0.15s ease-in-out;
 -o-transition: all 0.15s ease-in-out;
 transition: all 0.15s ease-in-out;
 border: none;
 cursor: pointer;
 font-size: 19px;
 line-height: 1.4;
 margin-top: 10px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 20px;
}

.pedir_button {
 -webkit-animation: glowing 900ms infinite both;
 animation: glowing 900ms infinite both;
}

@-webkit-keyframes glowing {
 0% {
  -webkit-box-shadow: 0 0 4px #d90000;
  box-shadow: 0 0 2px #d90000;
 }
 50% {
  -webkit-box-shadow: 0 0 12px #d90000;
  box-shadow: 0 0 12px #d90000;
 }
 100% {
  -webkit-box-shadow: 0 0 4px #d90000;
  box-shadow: 0 0 8px #d90000;
 }
}

@keyframes glowing {
 0% {
  -webkit-box-shadow: 0 0 4px #d90000;
  box-shadow: 0 0 2px #d90000;
 }
 50% {
  -webkit-box-shadow: 0 0 12px #d90000;
  box-shadow: 0 0 12px #d90000;
 }
 100% {
  -webkit-box-shadow: 0 0 4px #d90000;
  box-shadow: 0 0 8px #d90000;
 }
}

.delivery {
 display: flex;
 align-items: center;
 justify-content: center;
 margin-top: 0px;
}
.delivery span {
 flex: 0 0 50px;
 margin-right: 10px;
}
.delivery p {
 font-size: 16px;
 line-height: 1.4;
 color: #2f3d57;
 font-weight: bold;
 font-style: italic;
 margin: 0 !important;
}

@media (max-width: 767px) {
 .article-main__description {
  font-size: 18px;
  line-height: 1.2em;
 }
}

.door__title {
 color: #fff !important;
 font-weight: 700 !important;
 text-transform: uppercase !important;
 text-align: center !important;
 font-size: 22px !important;
 margin-bottom: 25px !important;
 background-color: #3a4752 !important;
 padding: 10px 0 !important;
 border-radius: 0.5em !important;
 margin-top: 20px !important;
}

.opinions .top {
 border: 3px solid #ffce46;
 padding: 19px;
 text-align: center;
 margin-bottom: 20px;
}

.order-info {
 text-align: center;
}

.order-info__title {
 font-family: "Inter";
 font-size: 22px !important;
 font-weight: bold !important;
 color: red !important;
 margin-bottom: 15px !important;
}

.order-info__date {
 text-decoration: underline;
}

.order-info__count {
 display: block;
 background: red;
 padding: 10px;
 margin: 25px auto 12px;
 margin-bottom: 25px;
 width: 178px;
 font-weight: 700;
 color: #fff;
 text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000,
  -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000,
  -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
 font-size: 32px;
 border-radius: 5px;
 animation-name: button;
 animation-duration: 1s;
 animation-iteration-count: infinite;
 font-size: 32px !important;
}

.order-info__count-val {
 font-size: 52px !important;
 line-height: 1.35;
}

.adva {
 font-family: "Inter";
 display: table;
 max-width: 532px;
 width: 100%;
 margin: 25px auto 0;
 position: relative;
}
.adva ul {
 color: #000;
 max-width: 600px !important;
 font-size: 18px;
 line-height: 23px;
 padding-left: 0px;
 margin: 0 auto !important;
}
.adva ul li {
 position: relative;
 margin-bottom: 0px;
 padding-left: 32px;
 margin-top: 10px;
 font-size: 18px;
 font-weight: 700;
}
.adva li::before {
 content: "";
 display: block;
 width: 23px;
 height: 23px;
 background: url(../images/check.png) center center no-repeat #ffce46;
 background-size: contain;
 position: absolute;
 left: 0;
 top: 0;
 transform: translateY(0);
 border-radius: 4px;
 overflow: hidden;
}

.yellow-box {
 max-width: 600px;
 background-color: #ffce46;
 padding: 10px 20px;
 font-size: 20px;
 font-weight: 700;
 text-align: center;
 margin: 0 auto 20px;
}

.order_block .main_form * {
 font-family: Inter, arial !important;
 font-weight: 400;
 color: #000000;
}

.order_block .main_form {
 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;
 background: url(../images/form_bg.jpg) center top no-repeat;
 background-size: 100% 100%;
 padding: 60px 0;
 text-align: center;
 max-width: 590px;
 margin: 0 auto;
 font-size: 18px;
 margin-bottom: 30px;
}

.order_block .price_red {
 font-weight: 700;
 color: red;
}

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

.order_block .main_form h2 {
 font-size: 27px;
 line-height: 1.35;
 color: #000;
 font-weight: 800;
 margin: 10px 20px 0;
 text-align: center;
 font-style: normal;
 font-family: Inter !important;
}

.order_block .sertif {
 color: #3e4095 !important;
 font-size: 14px !important;
 font-weight: 600;
}

.order_block .sertif,
#orderCounter {
 font-weight: 700 !important;
 color: #3e4095 !important;
}

.order_block .main_form p {
 padding: 0 0 0px;
 text-align: left;
 margin-bottom: 10px;
}

.order_block .main_form .price {
 margin-top: 0;
 padding: 0 20px;
 margin-bottom: 10px;
 text-align: center;
}

.order_block .blue-border {
 margin: 0 !important;
 padding: 10px 20px !important;
 text-align: center !important;
 font-size: 14px !important;
 line-height: 1.35;
}

@media (min-width: 480px) {
 .order_block .blue-border {
  padding: 10px 40px !important;
 }
}

.order_block .main_form label {
 margin-top: 10px;
 font-size: 14px !important;
 display: block;
 margin-bottom: 0px;
}

.order_block .main_form input {
 font-size: 16px !important;
 text-align: center;
 padding: 10px 15px;
 border-radius: 3px;
 border: 2px solid #ddc37c;
 width: 100%;
 max-width: calc(100% - 60px);
 font-weight: 700;
}
.order_block .main_form input:focus,
.order_block .main_form input:active {
 outline: 2px solid #c5a55c;
}
.order_block .main_form input[type="text"],
.order_block .main_form input[type="tel"] {
 background-color: #fff7dd;
}
.order_block .main_form input::placeholder {
 color: #664717;
 opacity: 1; /* Firefox */
}

.order_block .main_form input::-ms-input-placeholder {
 /* Edge 12 -18 */
 color: #664717;
}

.order_block .main_form button {
 padding: 10px 15px;
 color: #fff;
 width: 100%;
 max-width: calc(100% - 54px);
 font-weight: 900;
 text-decoration: none;
 border-radius: 5px;
 background-color: red;
 border: none;
 cursor: pointer;
 line-height: 1.4;
 margin-top: 20px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 20px;
 text-align: center;
 text-transform: uppercase;
 font-size: 18px;
}

.order_block .additional,
.order_block .timelimit {
 font-size: 14px !important;
 text-align: center !important;
 padding: 0 40px !important;
 line-height: 1.4 !important;
}
.order_block .new-price {
 font-size: 22px;
 background: red;
 color: white;
 margin-left: 10px;
 padding: 0 5px;
 border-radius: 5px;
 font-weight: 900;
}
.order_block .timelimit b {
 display: inline-block;
 background: url(../images/timerIcon2.webp) no-repeat;
 margin-top: -2px;
 padding-left: 14px;
 color: red;
 vertical-align: middle;
 background-position: left center;
 font-size: 15px;
}

.order_block .delivery {
 display: flex !important;
 align-items: center !important;
 gap: 8px !important;
 color: #3e4095 !important;
 /* padding-top: 25px !important; */
 font-size: 16px !important;
 font-weight: bold !important;
 margin: 20px 20px 0 !important;
}

.order_block .delivery b {
 font-weight: 700;
 color: #3e4095 !important;
}

.order_block .timer_wrap {
 display: inline-flex;
 background: url(../images/timerIcon2.png) no-repeat left 2px;
 padding-left: 14px;
 color: #eb0025;
 vertical-align: middle;
 font-size: 13px !important;
 line-height: 1.4;
 font-weight: bold;
 text-align: left;
 width: 59px;
 gap: 2px;
}

.delivery span {
 flex: 0 0 50px;
 margin-right: 0px;
}

@-webkit-keyframes scale {
 0% {
  -webkit-transform: scale(100%);
  transform: scale(100%);
 }

 100% {
  -webkit-transform: scale(110%);
  transform: scale(110%);
 }
}

@keyframes scale {
 0% {
  -webkit-transform: scale(100%);
  transform: scale(100%);
 }

 100% {
  -webkit-transform: scale(110%);
  transform: scale(110%);
 }
}

@-webkit-keyframes glowing {
 0% {
  -webkit-box-shadow: 0 0 4px red;
  box-shadow: 0 0 2px red;
 }

 50% {
  -webkit-box-shadow: 0 0 12px red;
  box-shadow: 0 0 12px red;
 }

 100% {
  -webkit-box-shadow: 0 0 4px red;
  box-shadow: 0 0 8px red;
 }
}

@keyframes glowing {
 0% {
  -webkit-box-shadow: 0 0 4px red;
  box-shadow: 0 0 2px red;
 }

 50% {
  -webkit-box-shadow: 0 0 12px red;
  box-shadow: 0 0 12px red;
 }

 100% {
  -webkit-box-shadow: 0 0 4px red;
  box-shadow: 0 0 8px red;
 }
}

@media (min-width: 480px) {
 .order_block .main_form input {
  max-width: 314px;
  font-size: 18px !important;
 }
}

@media (min-width: 480px) {
 .order_block .main_form button {
  max-width: 318px;
  font-size: 19px;
 }
}

#orderCounter {
 font-size: 14px !important;
}

.timelimit,
.timelimit span {
 font-size: 14px !important;
}

.order_block .main_form input {
 font-size: 16px !important;
 text-align: center;
 padding: 10px 15px;
 border-radius: 3px;
 border: 2px solid #ddc37c;
 width: 100%;
 max-width: calc(100% - 60px);
 font-weight: 700;
}

@media (min-width: 393px) {
 .order_block .main_form input,
 .order_block .main_form button {
  max-width: 314px;
  font-size: 18px !important;
  line-height: 1.35;
 }
}

.order_block-doors .door-wrapper .door-title {
 margin-top: 0 !important;
}

.order_block-doors .door-wrapper {
 margin-top: 10px !important;
}

.pulse {
 animation: pulse2 2s infinite;
}

@keyframes pulse2 {
 0% {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
 }

 50% {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
 }

 100% {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
 }
}

@media (max-width: 1300px) {
 #main-content-layout-menu-breaking {
  margin-top: 20px;
 }
}

@media (max-width: 992px) {
 #main-content-layout-header,
 #main-content-layout-menu-breaking {
  display: none;
 }
}

@media (max-width: 1024px) {
 .entry-custom {
  padding: 0 15px;
 }
}

.logo-wrapper {
 display: block;
 position: fixed;
 bottom: 10px;
 right: 15px;
 top: auto;
 left: auto;
 z-index: 9999;
}

@media (max-width: 992px) {
 /* #recent-posts-2 {
    display: none;
  } */

 .row-unset {
  flex-direction: column;
 }

 #primary {
  max-width: 100%;
 }

 .entry-custom {
  padding: 0 15px;
 }

 .custom-section {
  max-width: 100%;
 }

 .entry-meta.row {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
 }

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

 .entry-meta.row .col-12.col-md-6.text-left {
  order: 2;
 }

 .entry-meta.row .col-12.col-md-6.d-sm-inline.pl-0.text-right {
  order: 1;
 }
}

.entry-content a {
 font-weight: bold;
}

.not-events {
 /* pointer-events: none; */
}

.logo-wrapper {
 cursor: pointer;
}

.header-pad {
 padding-top: 5px;
 padding-bottom: 5px;
}

.red {
 color: #e02020;
}
.yellow {
 background: #ffeab4;
}

.newBlock-2 li {
 position: relative;
 margin-bottom: 10px;
 padding-left: 35px;
}

.newBlock-2 li span {
 text-decoration: underline;
 color: #5c5c5c;
}

.newBlock-2 li:before {
 content: "";
 display: block;
 width: 22px;
 height: 22px;
 position: absolute;
 left: 0;
 top: 0;
 background: url(../images/arrow-list.png) center center no-repeat;
 background-size: contain;
}

.newBlock-2 li:last-of-type {
 margin-bottom: 0;
}

.newBlock-2 {
 padding-left: 0 !important;
}
.excl2::before {
 content: "";
 display: block;
 width: 18px;
 height: 80px;
 left: 22px;
 top: -10px;
 position: absolute;
 background: url(../images/excl.png) center center no-repeat !important;
 background-size: contain;
}
body {
 font-family: Arial, sans-serif !important;
}
.live {
 width: 100%;
 max-width: 600px;
}
@media (max-width: 500px) {
 .doctor-info {
  padding: 10px 10px 10px;
 }

 .doctor-info-list {
  list-style-type: none;
  margin-left: 30px !important;
 }
}
