@charset "UTF-8";
.handy-scroll {
  bottom: 0;
  min-height: 17px;
  overflow: auto;
  position: fixed;
}

.handy-scroll div {
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

.handy-scroll div::before {
  content: " ";
}

.handy-scroll, .handy-scroll div {
  font-size: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.handy-scroll-hidden {
  bottom: 9999px;
}

.handy-scroll-hidden div::before {
  content: "  ";
}

.handy-scroll-viewport {
  position: relative;
}

.handy-scroll-body {
  overflow: auto;
}

.handy-scroll-viewport .handy-scroll {
  left: 0;
  position: absolute;
}

.handy-scroll-hoverable .handy-scroll {
  opacity: 0;
  transition: opacity 0.5s 0.3s;
}

.handy-scroll-hoverable:hover .handy-scroll {
  opacity: 1;
} /* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

/* SHIFT AWAY */
.tippy-box[data-animation=shift-away][data-state=hidden] {
  opacity: 0;
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
  transform: translateY(10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
  transform: translateY(-10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
  transform: translateX(10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
  transform: translateX(-10px);
}

/* PERSPECTIVE */
.tippy-box[data-animation=perspective][data-placement^=top] {
  transform-origin: bottom;
}

.tippy-box[data-animation=perspective][data-placement^=top][data-state=visible] {
  transform: perspective(700px);
}

.tippy-box[data-animation=perspective][data-placement^=top][data-state=hidden] {
  transform: perspective(700px) translateY(8px) rotateX(60deg);
}

.tippy-box[data-animation=perspective][data-placement^=bottom] {
  transform-origin: top;
}

.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=visible] {
  transform: perspective(700px);
}

.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=hidden] {
  transform: perspective(700px) translateY(-8px) rotateX(-60deg);
}

.tippy-box[data-animation=perspective][data-placement^=left] {
  transform-origin: right;
}

.tippy-box[data-animation=perspective][data-placement^=left][data-state=visible] {
  transform: perspective(700px);
}

.tippy-box[data-animation=perspective][data-placement^=left][data-state=hidden] {
  transform: perspective(700px) translateX(8px) rotateY(-60deg);
}

.tippy-box[data-animation=perspective][data-placement^=right] {
  transform-origin: left;
}

.tippy-box[data-animation=perspective][data-placement^=right][data-state=visible] {
  transform: perspective(700px);
}

.tippy-box[data-animation=perspective][data-placement^=right][data-state=hidden] {
  transform: perspective(700px) translateX(-8px) rotateY(60deg);
}

.tippy-box[data-animation=perspective][data-state=hidden] {
  opacity: 0;
}

/* SCALE */
.tippy-box[data-animation=scale][data-placement^=top] {
  transform-origin: bottom;
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
  transform-origin: top;
}

.tippy-box[data-animation=scale][data-placement^=left] {
  transform-origin: right;
}

.tippy-box[data-animation=scale][data-placement^=right] {
  transform-origin: left;
}

.tippy-box[data-animation=scale][data-state=hidden] {
  transform: scale(0.5);
  opacity: 0;
}

/* TYPOGRAPHY */
/* FONT SIZES */
/* BRAND COLORS */ /* ----------- FLEXGRID CONFIG ----------- */
:root {
  --gutter-xs: 9.6px;
  --gutter-sm: 16px;
  --gutter: 32px;
  --gutter-lg: 48px;
  --gutter-xl: 83.744px;
}

/* --------- INPUT & BUTTON --------- */
:root {
  --separate-sm: 30px;
  --separate: 60px;
  --separate-lg: 97.08px;
}

/* -------- RESPONSIVE BREAKPOINTS -------- */
/* ----------- BREAKOUT ----------- */
/* ----------- UNITS ----------- */
/**
 * Utilidad para scroll horizontal de un contenedor flex, para que siempre haya 1 item que se vea por la mitad.
 * Crea varias media queries entre `$from` y `$to`, con un intervalo de `$item-width` pixels entre cada una.
 * En la propiedad `$prop` pone el ancho que debe tener cada item para que el último se vea por la mitad.
 * `$start` es la cantidad de items inicial que se deberían mostrar cuando la pantalla tiene `$from` pixels de ancho.
 */
/**
 * Genera un {@include responsive} para cada breakpoint
 * @param  $class       Selector
 * @param  $bps:        Lista de breakpoints {xl lg md sm xs}
 * @param  $standalone: Incluír versión sin breakpoint
 * @param  $strict:     Media queries entre tanto y tanto, en lugar de tanto para abajo
 * @param  $up:         [true|false] Crear version -up
 * @param  $down:       [true|false] Crear version -down
 */
.mfp-bg {
  opacity: 0;
  transition: opacity 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.mfp-bg.mfp-ready {
  opacity: 0.85;
}

.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0);
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: translateY(20%);
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  margin: auto;
  width: auto;
  max-width: 100%;
}
@media (min-width: 48.063em) {
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    max-width: 990px;
  }
}

.mfp-iframe-holder iframe {
  background-color: #fff;
}

.mfp-image-holder .mfp-content {
  margin-top: 10px;
}
@media (min-width: 48.063em) {
  .mfp-image-holder .mfp-content {
    max-width: 90vw;
  }
}
@media (max-width: 48em) {
  .mfp-image-holder .mfp-content {
    max-width: calc(100% - 20px);
  }
}

.mfp-iframe {
  background-color: white;
}

.mfp-close {
  font-size: 40px;
  width: 60px;
  height: 42px;
  line-height: 1;
}

.mfp-close-btn-in .mfp-inline-holder .mfp-close {
  color: var(--text-color);
}

.BackToTop {
  border: none;
  background: none;
  position: fixed;
  z-index: 1000;
  bottom: -30px;
  right: 20px;
  opacity: 0;
  background-color: rgba(0, 42, 84, 0.5);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.15s ease, bottom 0.4s ease-in-out, opacity 0.2s ease-in-out;
  font-size: 1.5em;
  width: 2em;
  height: 2em;
}
.BackToTop:hover {
  background-color: rgba(0, 42, 84, 0.8);
}
.BackToTop--visible {
  bottom: 20px;
  opacity: 1;
}
.isIframe .BackToTop {
  display: none;
}
@media (max-width: 35em) {
  .BackToTop {
    display: none;
  }
}

.dropdown {
  font-size: 1em;
}
.dropdown.popover .tippy-content {
  padding: 0px;
  overflow: hidden;
}
.dropdown-items {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.dropdown-item {
  background: none;
  border: none;
  padding: unset;
}
.dropdown-item, .dropdown-group-title {
  padding: 0.5em 1.4em;
  line-height: 1.3em;
}
.dropdown-item {
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
}
.dropdown-item:focus {
  outline: none;
}
.dropdown-item:hover, .dropdown-item:focus {
  text-decoration: none;
  background-color: var(--widget-bg-color-grey);
}
.dropdown-item.isSelected, .dropdown-item[aria-pressed=true] {
  color: var(--widget-accented-fg-color);
  background-color: var(--widget-accented-bg-color);
}
.dropdown-item.isDisabled, .dropdown-item [disabled] {
  opacity: 0.5;
  pointer-events: none;
  font-style: italic;
}
.dropdown-item.isReadOnly {
  pointer-events: none;
}
.dropdown-separator {
  margin: 0.3em 0;
  height: 1px;
  background-color: var(--widget-separator-color);
}
.dropdown-group-title {
  font-weight: bold;
}
.dropdown-group .dropdown-item {
  padding-left: 2.8em;
}

.dropdown[data-placement$=start] > .tippy-arrow {
  transform: unset !important;
  left: 5px !important;
}

.dropdown[data-placement$=end] > .tippy-arrow {
  transform: unset !important;
  left: unset !important;
  right: 5px;
}

/* CLOSE BTN */
.popover-close {
  font-family: arial;
  float: right;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 0.7em;
  opacity: 0.5;
  font-style: normal;
  padding: 4px;
  transition: color 0.3s;
  display: inline-block;
  cursor: pointer;
  margin-right: -4px;
  margin-top: -4px;
}

.popover-close:hover,
.popover-close:focus {
  opacity: 0.9;
}

.popover-close:after {
  content: "×";
  display: inline-block;
  line-height: 0.7em;
}

.popover-close--with-title {
  margin-top: 0;
  line-height: 1em;
  padding-top: 0;
  padding-bottom: 0;
}

/* TITLE */
.popover-title {
  margin: 0;
  font-size: 1.1em;
  border-bottom: 1px solid;
  padding-bottom: 0.3em;
  margin-bottom: 0.4em;
  border-color: var(--popover-separator-color);
}

.popover-header {
  display: flex;
  gap: 10px;
  margin: 0 -1em 0.8em -1em;
  padding: 0 1em 0.8em 1em;
  border-bottom: 1px solid var(--popover-separator-color);
}

.popover-actions {
  display: flex;
  gap: 10px;
  margin: 0.8em -1em 0 -1em;
  padding: 0.8em 1em 0 1em;
  border-top: 1px solid var(--popover-separator-color);
}

.popover {
  color: var(--popover-text-color);
  font-size: inherit;
  border-radius: unset;
  background: unset;
}

.popover .tippy-content {
  background-color: var(--popover-bg-color);
  background-clip: padding-box;
  border: 1px solid var(--popover-border-color);
  padding: 0.8em 1em;
  border-radius: 0.5em;
}

.popover > .tippy-arrow {
  width: 20px;
  height: 20px;
  z-index: 2;
  pointer-events: none;
}

.popover > .tippy-arrow::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.popover > .tippy-arrow::after {
  border-color: transparent;
  border-style: solid;
}

.popover[data-placement^=top] > .tippy-arrow::before {
  border-top-color: var(--popover-bg-color);
  border-width: 11px 11px 0;
  bottom: -9px;
  left: -1px;
}

.popover[data-placement^=top] > .tippy-arrow::after {
  border-top-color: var(--popover-border-color);
  border-width: 10px 10px 0;
  bottom: -10px;
  left: 0;
}

.popover[data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: var(--popover-bg-color);
  top: -9px;
  border-width: 0 11px 11px;
  left: -1px;
}

.popover[data-placement^=bottom] > .tippy-arrow::after {
  border-bottom-color: var(--popover-border-color);
  border-width: 0 10px 10px;
  top: -10px;
  left: 0;
}

.popover[data-placement^=left] > .tippy-arrow::before {
  border-left-color: var(--popover-bg-color);
  border-width: 11px 0 11px 11px;
  right: -9px;
  top: -1px;
}

.popover[data-placement^=left] > .tippy-arrow::after {
  border-left-color: var(--popover-border-color);
  border-width: 10px 0 10px 10px;
  right: -10px;
  top: 0;
}

.popover[data-placement^=right] > .tippy-arrow::before {
  border-width: 11px 11px 11px 0;
  border-right-color: var(--popover-bg-color);
  left: -9px;
  top: -1px;
}

.popover[data-placement^=right] > .tippy-arrow::after {
  border-width: 10px 10px 10px 0;
  left: -10px;
  border-right-color: var(--popover-border-color);
  top: 0;
}

.popup-content {
  display: none !important;
}
.mfp-container .popup-content {
  display: block !important;
}

.popup-ajax,
.popup-inline {
  background-color: var(--bg-color);
  padding: 25px;
  position: relative;
}
.popup-ajax img,
.popup-inline img {
  max-width: 100%;
  height: auto;
}

/* video */
.popup-video {
  width: 90vw;
  height: 50.625vw;
  /* height/width ratio = 9/16 = .5625  */
  max-height: 75vh;
  max-width: 133.3333333333vh;
  /* 16/9 = 1.778 */
  background-color: black;
  position: relative;
  margin-top: 30px;
}
.popup-video:after {
  color: #fff;
  content: "Cargando...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-video iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.popup-video .mfp-close {
  color: #fff;
  top: -40px;
}

.popup-video--with-caption {
  margin-bottom: 5vh;
}

.popup-video-caption {
  color: white;
  margin-top: 8px;
}
.popup-video-caption > *:first-child {
  margin-top: 0;
}
.popup-video-caption > *:last-child {
  margin-bottom: 0;
}

.tooltip {
  background-color: #111;
}
.tooltip .tippy-arrow {
  color: #111;
}

/*# sourceMappingURL=deferred.min.css.map */
