/*1702515458000*/
@charset "UTF-8";
/**
 * Toolkit styles
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! jQuery UI - v1.12.1 - 2019-02-18
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px; }

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666; }

/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0B5FFF;
  --secondary: #6B6C7E;
  --success: #287D3D;
  --info: #2E5AAC;
  --warning: #B95000;
  --danger: #DA1414;
  --light: #F1F2F5;
  --dark: #272834;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #272833;
  text-align: left;
  background-color: #F1F2F5; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0B5FFF;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #004ee1;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #a7a9bc;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 1.625rem; }

h2, .h2 {
  font-size: 1.375rem; }

h3, .h3 {
  font-size: 1.1875rem; }

h4, .h4 {
  font-size: 1rem; }

h5, .h5 {
  font-size: 0.875rem; }

h6, .h6 {
  font-size: 0.8125rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  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.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

.blockquote-footer::before {
  content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #F1F2F5;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.1875rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none; }

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: 1170px; } }

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.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.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@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: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@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: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@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: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: #FFF; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e7e7ed; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e7e7ed; }

.table tbody + tbody {
  border-top: 2px solid #e7e7ed; }

.table .table {
  background-color: #F1F2F5; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #e7e7ed; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #e7e7ed; }

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f8f9; }

.table-hover tbody tr:hover {
  background-color: #f0f5ff; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bbd2ff; }

.table-hover .table-primary:hover {
  background-color: #a2c1ff; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a2c1ff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d6db; }

.table-hover .table-secondary:hover {
  background-color: #c8c8cf; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8c8cf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3dbc9; }

.table-hover .table-success:hover {
  background-color: #b3d1bb; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b3d1bb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c4d1e8; }

.table-hover .table-info:hover {
  background-color: #b2c3e1; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b2c3e1; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ebceb8; }

.table-hover .table-warning:hover {
  background-color: #e5c0a4; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #e5c0a4; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5bdbd; }

.table-hover .table-danger:hover {
  background-color: #f2a7a7; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f2a7a7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfbfc; }

.table-hover .table-light:hover {
  background-color: #ececf1; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf1; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c3c3c6; }

.table-hover .table-dark:hover {
  background-color: #b6b6ba; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b6b6ba; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f0f5ff; }

.table-hover .table-active:hover {
  background-color: #d6e4ff; }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #d6e4ff; }

.table .thead-dark th {
  color: #F1F2F5;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #6B6C7E;
  background-color: #FFF;
  border-color: #e7e7ed; }

.table-dark {
  color: #F1F2F5;
  background-color: #212529; }

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-lg > .table-bordered {
    border: 0; } }

@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #272833;
  background-color: #F1F2F5;
  background-clip: padding-box;
  border: 0.0625rem solid #e7e7ed;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; } }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #272833;
  background-color: #f0f5ff;
  border-color: #80acff;
  outline: 0;
  box-shadow: none, none; }

.form-control::placeholder {
  color: #6B6C7E;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #F1F2F5;
  opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: 2.5rem; }

select.form-control:focus::-ms-value {
  color: #272833;
  background-color: #F1F2F5; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.5rem + 0.0625rem);
  padding-bottom: calc(0.5rem + 0.0625rem);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 0.0625rem);
  padding-bottom: calc(0.5rem + 0.0625rem);
  font-size: 1.125rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 0.0625rem);
  padding-bottom: calc(0.25rem + 0.0625rem);
  font-size: 0.875rem;
  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: #272833;
  background-color: transparent;
  border: solid transparent;
  border-width: 0.0625rem 0; }

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: 2rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.375rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: 3rem; }

.form-group {
  margin-bottom: 1.5rem; }

.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: 0.875rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.41667em;
  margin-left: -0.875rem; }

.form-check-input:disabled ~ .form-check-label {
  color: #a7a9bc; }

.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: auto;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #287D3D; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 125, 61, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #287D3D; }

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #287D3D;
  box-shadow: 0 0 0 0.2rem rgba(40, 125, 61, 0.25); }

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #287D3D; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #287D3D; }

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #5aca76; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34a450; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #F1F2F5, 0 0 0 0.2rem rgba(40, 125, 61, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #287D3D; }

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 125, 61, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #DA1414; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(218, 20, 20, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #DA1414; }

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #DA1414;
  box-shadow: 0 0 0 0.2rem rgba(218, 20, 20, 0.25); }

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #DA1414; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #DA1414; }

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #f37b7b; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ec3535; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #F1F2F5, 0 0 0 0.2rem rgba(218, 20, 20, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #DA1414; }

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(218, 20, 20, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto; }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    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; } }

/* estilo para el boton de video del componente basic distribuitor de laufen smart */
.btn-distributor {
  color: #fff;
  background-color: #7c7c7c;
  border: 0.0625rem solid #7c7c7c;
  padding: 1rem 1.375rem 1rem 1.375rem;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1;
  width: fit-content;
  min-width: 11.875rem;
  position: relative;
  letter-spacing: .14em;
  text-transform: uppercase; }

.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.4375rem 0.9375rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }

.btn:hover, .btn:focus {
  text-decoration: none; }

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: 0.26;
  box-shadow: none; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0); }

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.25), inset 0 0 rgba(0, 0, 0, 0); }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #FFF;
  background-color: #0B5FFF;
  border-color: #0B5FFF;
  box-shadow: none; }

.btn-primary:hover {
  color: #FFF;
  background-color: #004ee4;
  border-color: #004ad7; }

.btn-primary:focus, .btn-primary.focus {
  box-shadow: none, 0 0 0 0.2rem rgba(11, 95, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #FFF;
  background-color: #0B5FFF;
  border-color: #0B5FFF; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #004ad7;
  border-color: #0046ca; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0), 0 0 0 0.2rem rgba(11, 95, 255, 0.5); }

.btn-secondary {
  color: #FFF;
  background-color: #6B6C7E;
  border-color: #6B6C7E;
  box-shadow: none; }

.btn-secondary:hover {
  color: #FFF;
  background-color: #595a69;
  border-color: #545462; }

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: none, 0 0 0 0.2rem rgba(107, 108, 126, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFF;
  background-color: #6B6C7E;
  border-color: #6B6C7E; }

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #FFF;
  background-color: #545462;
  border-color: #4e4e5c; }

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0), 0 0 0 0.2rem rgba(107, 108, 126, 0.5); }

.btn-success {
  color: #FFF;
  background-color: #287D3D;
  border-color: #287D3D;
  box-shadow: none; }

.btn-success:hover {
  color: #FFF;
  background-color: #1f602f;
  border-color: #1c562a; }

.btn-success:focus, .btn-success.focus {
  box-shadow: none, 0 0 0 0.2rem rgba(40, 125, 61, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  color: #FFF;
  background-color: #287D3D;
  border-color: #287D3D; }

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #FFF;
  background-color: #1c562a;
  border-color: #194d25; }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0), 0 0 0 0.2rem rgba(40, 125, 61, 0.5); }

.btn-info {
  color: #FFF;
  background-color: #2E5AAC;
  border-color: #2E5AAC;
  box-shadow: none; }

.btn-info:hover {
  color: #FFF;
  background-color: #264a8e;
  border-color: #234584; }

.btn-info:focus, .btn-info.focus {
  box-shadow: none, 0 0 0 0.2rem rgba(46, 90, 172, 0.5); }

.btn-info.disabled, .btn-info:disabled {
  color: #FFF;
  background-color: #2E5AAC;
  border-color: #2E5AAC; }

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #FFF;
  background-color: #234584;
  border-color: #21407a; }

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0), 0 0 0 0.2rem rgba(46, 90, 172, 0.5); }

.btn-warning {
  color: #FFF;
  background-color: #B95000;
  border-color: #B95000;
  box-shadow: none; }

.btn-warning:hover {
  color: #FFF;
  background-color: #933f00;
  border-color: #863a00; }

.btn-warning:focus, .btn-warning.focus {
  box-shadow: none, 0 0 0 0.2rem rgba(185, 80, 0, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  color: #FFF;
  background-color: #B95000;
  border-color: #B95000; }

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #FFF;
  background-color: #863a00;
  border-color: #793400; }

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0), 0 0 0 0.2rem rgba(185, 80, 0, 0.5); }

.btn-danger {
  color: #FFF;
  background-color: #DA1414;
  border-color: #DA1414;
  box-shadow: none; }

.btn-danger:hover {
  color: #FFF;
  background-color: #b71111;
  border-color: #ab1010; }

.btn-danger:focus, .btn-danger.focus {
  box-shadow: none, 0 0 0 0.2rem rgba(218, 20, 20, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  color: #FFF;
  background-color: #DA1414;
  border-color: #DA1414; }

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #ab1010;
  border-color: #a00f0f; }

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0), 0 0 0 0.2rem rgba(218, 20, 20, 0.5); }

.btn-light {
  color: #272833;
  background-color: #F1F2F5;
  border-color: #F1F2F5;
  box-shadow: none; }

.btn-light:hover {
  color: #272833;
  background-color: #dbdde5;
  border-color: #d3d6e0; }

.btn-light:focus, .btn-light.focus {
  box-shadow: none, 0 0 0 0.2rem rgba(241, 242, 245, 0.5); }

.btn-light.disabled, .btn-light:disabled {
  color: #272833;
  background-color: #F1F2F5;
  border-color: #F1F2F5; }

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #272833;
  background-color: #d3d6e0;
  border-color: #cccfda; }

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0), 0 0 0 0.2rem rgba(241, 242, 245, 0.5); }

.btn-dark {
  color: #FFF;
  background-color: #272834;
  border-color: #272834;
  box-shadow: none; }

.btn-dark:hover {
  color: #FFF;
  background-color: #17171e;
  border-color: #111217; }

.btn-dark:focus, .btn-dark.focus {
  box-shadow: none, 0 0 0 0.2rem rgba(39, 40, 52, 0.5); }

.btn-dark.disabled, .btn-dark:disabled {
  color: #FFF;
  background-color: #272834;
  border-color: #272834; }

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #FFF;
  background-color: #111217;
  border-color: #0c0c10; }

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0), 0 0 0 0.2rem rgba(39, 40, 52, 0.5); }

.btn-outline-primary {
  color: #0B5FFF;
  background-color: transparent;
  background-image: none;
  border-color: #0B5FFF; }

.btn-outline-primary:hover {
  color: #FFF;
  background-color: #0B5FFF;
  border-color: #0B5FFF; }

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0B5FFF;
  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: #0B5FFF;
  border-color: #0B5FFF; }

.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: inset 0 0 rgba(0, 0, 0, 0), 0 0 0 0.2rem rgba(11, 95, 255, 0.5); }

.btn-outline-secondary {
  color: #6B6C7E;
  background-color: transparent;
  background-image: none;
  border-color: #6B6C7E; }

.btn-outline-secondary:hover {
  color: #FFF;
  background-color: #6B6C7E;
  border-color: #6B6C7E; }

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 108, 126, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6B6C7E;
  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: #6B6C7E;
  border-color: #6B6C7E; }

.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: inset 0 0 rgba(0, 0, 0, 0), 0 0 0 0.2rem rgba(107, 108, 126, 0.5); }

.btn-outline-success {
  color: #287D3D;
  background-color: transparent;
  background-image: none;
  border-color: #287D3D; }

.btn-outline-success:hover {
  color: #FFF;
  background-color: #287D3D;
  border-color: #287D3D; }

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 125, 61, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #287D3D;
  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: #287D3D;
  border-color: #287D3D; }

.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: inset 0 0 rgba(0, 0, 0, 0), 0 0 0 0.2rem rgba(40, 125, 61, 0.5); }

.btn-outline-info {
  color: #2E5AAC;
  background-color: transparent;
  background-image: none;
  border-color: #2E5AAC; }

.btn-outline-info:hover {
  color: #FFF;
  background-color: #2E5AAC;
  border-color: #2E5AAC; }

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 90, 172, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #2E5AAC;
  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: #2E5AAC;
  border-color: #2E5AAC; }

.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: inset 0 0 rgba(0, 0, 0, 0), 0 0 0 0.2rem rgba(46, 90, 172, 0.5); }

.btn-outline-warning {
  color: #B95000;
  background-color: transparent;
  background-image: none;
  border-color: #B95000; }

.btn-outline-warning:hover {
  color: #FFF;
  background-color: #B95000;
  border-color: #B95000; }

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 80, 0, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #B95000;
  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: #B95000;
  border-color: #B95000; }

.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: inset 0 0 rgba(0, 0, 0, 0), 0 0 0 0.2rem rgba(185, 80, 0, 0.5); }

.btn-outline-danger {
  color: #DA1414;
  background-color: transparent;
  background-image: none;
  border-color: #DA1414; }

.btn-outline-danger:hover {
  color: #FFF;
  background-color: #DA1414;
  border-color: #DA1414; }

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 20, 20, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #DA1414;
  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: #DA1414;
  border-color: #DA1414; }

.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: inset 0 0 rgba(0, 0, 0, 0), 0 0 0 0.2rem rgba(218, 20, 20, 0.5); }

.btn-outline-light {
  color: #F1F2F5;
  background-color: transparent;
  background-image: none;
  border-color: #F1F2F5; }

.btn-outline-light:hover {
  color: #272833;
  background-color: #F1F2F5;
  border-color: #F1F2F5; }

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 242, 245, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F1F2F5;
  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: #272833;
  background-color: #F1F2F5;
  border-color: #F1F2F5; }

.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: inset 0 0 rgba(0, 0, 0, 0), 0 0 0 0.2rem rgba(241, 242, 245, 0.5); }

.btn-outline-dark {
  color: #272834;
  background-color: transparent;
  background-image: none;
  border-color: #272834; }

.btn-outline-dark:hover {
  color: #FFF;
  background-color: #272834;
  border-color: #272834; }

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 40, 52, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #272834;
  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: #272834;
  border-color: #272834; }

.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: inset 0 0 rgba(0, 0, 0, 0), 0 0 0 0.2rem rgba(39, 40, 52, 0.5); }

.btn-link {
  font-weight: 400;
  color: #0B5FFF;
  background-color: transparent; }

.btn-link:hover {
  color: #004ee1;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent; }

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none; }

.btn-link:disabled, .btn-link.disabled {
  color: #0B5FFF;
  pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg .btn-group > .btn {
  padding: 0.59375rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.25rem; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm .btn-group > .btn {
  padding: 0.4375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.15;
  border-radius: 0.1875rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }

@media screen and (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 screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 240px;
  padding: 0.375rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #272833;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #e7e7ed;
  border-radius: 0.25rem;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3); }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.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::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e7e7ed; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1.25rem;
  clear: both;
  font-weight: 400;
  color: #6B6C7E;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:hover, .dropdown-item:focus {
  color: #272833;
  text-decoration: none;
  background-color: #f0f5ff; }

.dropdown-item.active, .dropdown-item:active {
  color: #272833;
  text-decoration: none;
  background-color: #f0f5ff; }

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #a7a9bb;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.375rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6B6C7E;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.5rem 1.25rem;
  color: #6B6C7E; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1; }

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.70312rem;
  padding-left: 0.70312rem; }

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm .btn-group > .btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg .btn-group > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0); }

.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none; }

.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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3; }

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -0.0625rem; }

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: flex;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2; }

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -0.0625rem; }

.input-group-prepend {
  margin-right: -0.0625rem; }

.input-group-append {
  margin-left: -0.0625rem; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6B6C7E;
  text-align: center;
  white-space: nowrap;
  background-color: #e7e7ed;
  border: 0.0625rem solid #e7e7ed;
  border-radius: 0.25rem; }

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFF;
  background-color: #0B5FFF;
  box-shadow: none; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #F1F2F5, 0 0 0 2px #80acff; }

.custom-control-input:active ~ .custom-control-label::before {
  color: #FFF;
  background-color: #FFF;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #F1F2F5; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }

.custom-control-label::before {
  position: absolute;
  top: 0.21875rem;
  left: -1.5rem;
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #FFF;
  box-shadow: none; }

.custom-control-label::after {
  position: absolute;
  top: 0.21875rem;
  left: -1.5rem;
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.125rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0B5FFF; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M502.091%2060.993c-9.909-9.91-25.962-9.91-35.843%200L129.26%20397.981%2045.752%20314.53c-9.881-9.909-25.962-9.909-35.843%200-9.909%209.909-9.909%2025.962%200%2035.843l98.257%2098.257c2.608%202.608%205.679%204.433%208.924%205.679%204.028%202.464%208.403%204.115%2012.952%204.115%206.49%200%2012.981-2.464%2017.936-7.418L502.09%2096.865c9.909-9.909%209.909-25.962%200-35.871v-.001z'%20fill='%23FFF'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #0B5FFF;
  box-shadow: none; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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: #b3cdff; }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #b3cdff; }

.custom-radio .custom-control-label::before {
  /* border-radius: 50%; */ }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0B5FFF; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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: #b3cdff; }

.custom-select {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #272833;
  vertical-align: middle;
  background: #F1F2F5 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #e7e7ed;
  border-radius: 0.25rem;
  appearance: none; }

.custom-select:focus {
  border-color: #80acff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 172, 255, 0.5); }

.custom-select:focus::-ms-value {
  color: #272833;
  background-color: #F1F2F5; }

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

.custom-select::-ms-expand {
  opacity: 0; }

.custom-select-sm {
  height: 2rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: 3rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80acff;
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.25); }

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80acff; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 2.5rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #272833;
  background-color: #F1F2F5;
  border: 1px solid #e7e7ed;
  border-radius: 0.25rem;
  box-shadow: none; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #272833;
  content: "Browse";
  background-color: #e7e7ed;
  border-left: 1px solid #e7e7ed;
  border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }

.custom-range:focus {
  outline: none; }

.custom-range::-moz-focus-outer {
  border: 0; }

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0B5FFF;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  appearance: none; }

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #F1F2F5, 0 0 0 0.2rem rgba(11, 95, 255, 0.25); }

.custom-range::-webkit-slider-thumb:active {
  background-color: #bed4ff; }

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0B5FFF;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  appearance: none; }

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #F1F2F5, 0 0 0 0.2rem rgba(11, 95, 255, 0.25); }

.custom-range::-moz-range-thumb:active {
  background-color: #bed4ff; }

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0B5FFF;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  appearance: none; }

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #F1F2F5, 0 0 0 0.2rem rgba(11, 95, 255, 0.25); }

.custom-range::-ms-thumb:active {
  background-color: #bed4ff; }

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.625rem 1rem; }

.nav-link:hover, .nav-link:focus {
  text-decoration: none; }

.nav-link.disabled {
  color: #a7a9bc; }

.nav-tabs {
  border-bottom: 1px solid transparent; }

.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:hover, .nav-tabs .nav-link:focus {
  border-color: transparent; }

.nav-tabs .nav-link.disabled {
  color: #a7a9bc;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #272833;
  background-color: #FFF;
  border-color: transparent transparent #F1F2F5; }

.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: #0B5FFF; }

.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;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

.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.53125rem;
  padding-bottom: 0.53125rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:hover, .navbar-brand:focus {
  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.625rem;
  padding-bottom: 0.625rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none; }

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  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: 1279.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1280px) {
  .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 {
  color: #272833; }

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #272833; }

.navbar-light .navbar-nav .nav-link {
  color: #6B6C7E; }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #6B6C7E; }

.navbar-light .navbar-nav .nav-link.disabled {
  color: #a7a9bc; }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #272833; }

.navbar-light .navbar-toggler {
  color: #6B6C7E;
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%236B6C7E' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: #6B6C7E; }

.navbar-light .navbar-text a {
  color: #272833; }

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #272833; }

.navbar-dark .navbar-brand {
  color: #FFF; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFF; }

.navbar-dark .navbar-nav .nav-link {
  color: #FFF; }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #FFF; }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: #a7a9bc; }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFF; }

.navbar-dark .navbar-toggler {
  color: #FFF;
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: #FFF; }

.navbar-dark .navbar-text a {
  color: #FFF; }

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFF; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 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;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem; }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: 0.25rem; }

.card-img-top {
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-deck {
  display: flex;
  flex-direction: column; }

.card-deck .card {
  margin-bottom: 12px; }

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px; }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px; } }

.card-group {
  display: flex;
  flex-direction: column; }

.card-group > .card {
  margin-bottom: 12px; }

@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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0; }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0; }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0; }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0; }
  .card-group > .card:only-child {
    border-radius: 0.25rem; }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  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; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0.125rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  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: #6B6C7E;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #272833; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0 0.625rem;
  margin-left: -0.0625rem;
  line-height: 1;
  color: #6B6C7E;
  background-color: transparent;
  border: 0.0625rem solid transparent; }

.page-link:hover {
  z-index: 2;
  color: #272833;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.02);
  border-color: transparent; }

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.25); }

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer; }

.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: #272833;
  background-color: rgba(0, 0, 0, 0.04);
  border-color: transparent; }

.page-item.disabled .page-link {
  color: #6B6C7E;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: transparent; }

.pagination-lg .page-link {
  padding: 0 1rem;
  font-size: 1.125rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem; }

.pagination-sm .page-link {
  padding: 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem; }

.badge {
  display: inline-block;
  padding: 0.09375rem 0.25rem;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 10rem; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  border-radius: 0.25rem; }

.badge-primary {
  color: #FFF;
  background-color: #0B5FFF; }

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #004ad7; }

.badge-secondary {
  color: #FFF;
  background-color: #6B6C7E; }

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #545462; }

.badge-success {
  color: #FFF;
  background-color: #287D3D; }

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #1c562a; }

.badge-info {
  color: #FFF;
  background-color: #2E5AAC; }

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #234584; }

.badge-warning {
  color: #FFF;
  background-color: #B95000; }

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #863a00; }

.badge-danger {
  color: #FFF;
  background-color: #DA1414; }

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #ab1010; }

.badge-light {
  color: #272833;
  background-color: #F1F2F5; }

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #272833;
  text-decoration: none;
  background-color: #d3d6e0; }

.badge-dark {
  color: #FFF;
  background-color: #272834; }

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #111217; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.375rem; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 1.09375rem 1rem;
  margin-bottom: 1rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 600; }

.alert-dismissible {
  padding-right: 3.5rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.09375rem 1rem;
  color: inherit; }

.alert-primary {
  color: #063185;
  background-color: #cedfff;
  border-color: #bbd2ff; }

.alert-primary hr {
  border-top-color: #a2c1ff; }

.alert-primary .alert-link {
  color: #041f54; }

.alert-secondary {
  color: #383842;
  background-color: #e1e2e5;
  border-color: #d6d6db; }

.alert-secondary hr {
  border-top-color: #c8c8cf; }

.alert-secondary .alert-link {
  color: #212126; }

.alert-success {
  color: #154120;
  background-color: #d4e5d8;
  border-color: #c3dbc9; }

.alert-success hr {
  border-top-color: #b3d1bb; }

.alert-success .alert-link {
  color: #091a0d; }

.alert-info {
  color: #182f59;
  background-color: #d5deee;
  border-color: #c4d1e8; }

.alert-info hr {
  border-top-color: #b2c3e1; }

.alert-info .alert-link {
  color: #0d1a31; }

.alert-warning {
  color: #602a00;
  background-color: #f1dccc;
  border-color: #ebceb8; }

.alert-warning hr {
  border-top-color: #e5c0a4; }

.alert-warning .alert-link {
  color: #2d1400; }

.alert-danger {
  color: #710a0a;
  background-color: #f8d0d0;
  border-color: #f5bdbd; }

.alert-danger hr {
  border-top-color: #f2a7a7; }

.alert-danger .alert-link {
  color: #420606; }

.alert-light {
  color: #7d7e7f;
  background-color: #fcfcfd;
  border-color: #fbfbfc; }

.alert-light hr {
  border-top-color: #ececf1; }

.alert-light .alert-link {
  color: #646565; }

.alert-dark {
  color: #14151b;
  background-color: #d4d4d6;
  border-color: #c3c3c6; }

.alert-dark hr {
  border-top-color: #b6b6ba; }

.alert-dark .alert-link {
  color: black; }

@keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.5625rem;
  background-color: #e9ecef;
  border-radius: 100px;
  box-shadow: none; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0B5FFF;
  transition: width 0.6s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0.5rem 0.5rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.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:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f0f5ff; }

.list-group-item-action:active {
  color: #272833;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 1rem 1rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(220, 220, 220, 0.5); }

.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:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none; }

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff; }

.list-group-item.active {
  z-index: 2;
  color: #272833;
  background-color: #f0f5ff;
  border-color: rgba(220, 220, 220, 0.5); }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #063185;
  background-color: #bbd2ff; }

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #063185;
  background-color: #a2c1ff; }

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #063185;
  border-color: #063185; }

.list-group-item-secondary {
  color: #383842;
  background-color: #d6d6db; }

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383842;
  background-color: #c8c8cf; }

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383842;
  border-color: #383842; }

.list-group-item-success {
  color: #154120;
  background-color: #c3dbc9; }

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #154120;
  background-color: #b3d1bb; }

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #154120;
  border-color: #154120; }

.list-group-item-info {
  color: #182f59;
  background-color: #c4d1e8; }

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #182f59;
  background-color: #b2c3e1; }

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #182f59;
  border-color: #182f59; }

.list-group-item-warning {
  color: #602a00;
  background-color: #ebceb8; }

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #602a00;
  background-color: #e5c0a4; }

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #602a00;
  border-color: #602a00; }

.list-group-item-danger {
  color: #710a0a;
  background-color: #f5bdbd; }

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #710a0a;
  background-color: #f2a7a7; }

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #710a0a;
  border-color: #710a0a; }

.list-group-item-light {
  color: #7d7e7f;
  background-color: #fbfbfc; }

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7d7e7f;
  background-color: #ececf1; }

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7d7e7f;
  border-color: #7d7e7f; }

.list-group-item-dark {
  color: #14151b;
  background-color: #c3c3c6; }

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #14151b;
  background-color: #b6b6ba; }

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #14151b;
  border-color: #14151b; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: .5; }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75; }

.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%); }

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }

.modal.show .modal-dialog {
  transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #393a4a; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.8; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid #e7e7ed;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem; }

.modal-header .close {
  padding: 1.5rem;
  margin: -1.5rem -1.5rem -1.5rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem;
  border-top: 1px solid #e7e7ed; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.yui3-widget.modal {
  display: block;
  position: sticky; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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.875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: 1; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #272833; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #272833; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #272833; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #272833; }

.tooltip-inner {
  max-width: 230px;
  padding: 0.75rem 0.75rem;
  color: #fff;
  text-align: center;
  background-color: #272833;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 14.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  box-shadow: 0 1px 15px -2px rgba(0, 0, 0, 0.2); }

.popover .arrow {
  position: absolute;
  display: block;
  width: 0.6rem;
  height: 0.3rem;
  margin: 0 0.375rem; }

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.3rem; }

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.3rem + 1px) * -1); }

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.3rem 0.3rem 0; }

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: transparent; }

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.3rem; }

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.3rem + 1px) * -1);
  width: 0.3rem;
  height: 0.6rem;
  margin: 0.375rem 0; }

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.3rem 0.3rem 0.3rem 0; }

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: transparent; }

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.3rem; }

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.3rem + 1px) * -1); }

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.3rem 0.3rem 0.3rem; }

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: transparent; }

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff; }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0.6rem;
  margin-left: -0.3rem;
  content: "";
  border-bottom: 1px solid #FFF; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.3rem; }

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.3rem + 1px) * -1);
  width: 0.3rem;
  height: 0.6rem;
  margin: 0.375rem 0; }

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.3rem 0 0.3rem 0.3rem; }

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: transparent; }

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff; }

.popover-header {
  padding: 0.75rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  color: #272833;
  background-color: #FFF;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px); }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: 0.75rem 1rem;
  color: #6B6C7E; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  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 {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5); }

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators .active {
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.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: #0B5FFF !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #004ad7 !important; }

.bg-secondary {
  background-color: #6B6C7E !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545462 !important; }

.bg-success {
  background-color: #287D3D !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1c562a !important; }

.bg-info {
  background-color: #2E5AAC !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #234584 !important; }

.bg-warning {
  background-color: #B95000 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #863a00 !important; }

.bg-danger {
  background-color: #DA1414 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ab1010 !important; }

.bg-light {
  background-color: #F1F2F5 !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d3d6e0 !important; }

.bg-dark {
  background-color: #272834 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #111217 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #0B5FFF !important; }

.border-secondary {
  border-color: #6B6C7E !important; }

.border-success {
  border-color: #287D3D !important; }

.border-info {
  border-color: #2E5AAC !important; }

.border-warning {
  border-color: #B95000 !important; }

.border-danger {
  border-color: #DA1414 !important; }

.border-light {
  border-color: #F1F2F5 !important; }

.border-dark {
  border-color: #272834 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  /* border-radius: 50% !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: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.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: 1280px) {
  .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: 1280px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.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-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-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-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-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: 1280px) {
  .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-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; }

.text-justify {
  text-align: justify !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: 1280px) {
  .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-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #0B5FFF !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #004ad7 !important; }

.text-secondary {
  color: #6B6C7E !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545462 !important; }

.text-success {
  color: #287D3D !important; }

a.text-success:hover, a.text-success:focus {
  color: #1c562a !important; }

.text-info {
  color: #2E5AAC !important; }

a.text-info:hover, a.text-info:focus {
  color: #234584 !important; }

.text-warning {
  color: #B95000 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #863a00 !important; }

.text-danger {
  color: #DA1414 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #ab1010 !important; }

.text-light {
  color: #F1F2F5 !important; }

a.text-light:hover, a.text-light:focus {
  color: #d3d6e0 !important; }

.text-dark {
  color: #272834 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #111217 !important; }

.text-body {
  color: #272833 !important; }

.text-muted {
  color: #a7a9bc !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    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; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e7e7ed; }
  .table .thead-dark th {
    color: inherit;
    border-color: #e7e7ed; } }

.container-fluid-max-sm {
  max-width: 540px; }

.container-fluid-max-md {
  max-width: 720px; }

.container-fluid-max-lg {
  max-width: 960px; }

.container-fluid-max-xl {
  max-width: 1248px; }

.container-no-gutters {
  padding-left: 0;
  padding-right: 0; }

.container-no-gutters > .row {
  margin-left: 0;
  margin-right: 0; }

.container-no-gutters > .row > .col,
.container-no-gutters > .row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

@media (max-width: 575.98px) {
  .container-no-gutters-sm-down {
    padding-left: 0;
    padding-right: 0; }
  .container-no-gutters-sm-down > .row {
    margin-left: 0;
    margin-right: 0; }
  .container-no-gutters-sm-down > .row > .col,
  .container-no-gutters-sm-down > .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; } }

@media (max-width: 767.98px) {
  .container-no-gutters-md-down {
    padding-left: 0;
    padding-right: 0; }
  .container-no-gutters-md-down > .row {
    margin-left: 0;
    margin-right: 0; }
  .container-no-gutters-md-down > .row > .col,
  .container-no-gutters-md-down > .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; } }

@media (max-width: 991.98px) {
  .container-no-gutters-lg-down {
    padding-left: 0;
    padding-right: 0; }
  .container-no-gutters-lg-down > .row {
    margin-left: 0;
    margin-right: 0; }
  .container-no-gutters-lg-down > .row > .col,
  .container-no-gutters-lg-down > .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; } }

@media (max-width: 1279.98px) {
  .container-no-gutters-xl-down {
    padding-left: 0;
    padding-right: 0; }
  .container-no-gutters-xl-down > .row {
    margin-left: 0;
    margin-right: 0; }
  .container-no-gutters-xl-down > .row > .col,
  .container-no-gutters-xl-down > .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; } }

.card-page {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

.container .card-page,
.container-fluid .card-page {
  margin-left: -12px;
  margin-right: -12px; }

.container-form-lg {
  padding-bottom: 3rem;
  padding-top: 3rem; }

@media (max-width: 991.98px) {
  .container-form-lg {
    padding-bottom: 1rem;
    padding-top: 1rem; } }

@media (max-width: 991.98px) {
  .container-form-lg .menubar-vertical-expand-lg {
    margin-top: -1rem; } }

.container-view {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem; }

.alert {
  border-style: solid;
  border-width: 0.0625rem;
  display: block;
  font-size: 0.875rem;
  word-wrap: break-word; }

.alert .close {
  font-size: 0.875rem;
  height: 2rem;
  opacity: 1;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position: absolute;
  right: 0.5rem;
  top: 0.75rem;
  width: 2rem; }

.alert .lead {
  font-size: 0.875rem;
  font-weight: 600;
  margin-right: 0.3125rem; }

.alert .component-title {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  margin-top: 0; }

.alert .component-subtitle {
  font-size: 0.75rem;
  font-weight: 400; }

.alert-link,
.alert-link.btn-unstyled {
  font-weight: 600;
  text-decoration: underline; }

.alert-link:hover, .alert-link:focus,
.alert-link.btn-unstyled:hover,
.alert-link.btn-unstyled:focus {
  text-decoration: none; }

.alert-indicator {
  font-size: inherit; }

.alert-indicator + .lead {
  margin-left: 0.3125rem; }

.alert-dismissible {
  padding-right: 2.5rem; }

.alert-fluid {
  border-radius: 0;
  border-width: 0 0 1px 0;
  margin-bottom: 0;
  padding: 0; }

.alert-fluid.alert-dismissible .container,
.alert-fluid.alert-dismissible .container-fluid {
  padding-right: calc(2.5rem + 12px);
  position: relative; }

.alert-fluid .container,
.alert-fluid .container-fluid {
  padding: 1.09375rem 1rem; }

.alert-fluid .close {
  right: calc(12px + 0.25rem); }

.alert-container {
  height: 0;
  position: relative; }

.alert-notifications .alert {
  box-shadow: 0 0.5rem 2rem -0.25rem rgba(0, 0, 0, 0.3);
  width: 22.5rem; }

@media (max-width: 767.98px) {
  .alert-notifications .alert {
    max-width: none;
    width: 100%; } }

.alert-notifications .alert:last-child {
  margin-bottom: 0; }

.alert-notifications-absolute {
  height: 0;
  position: absolute;
  right: 0.5rem;
  top: 4.75rem;
  z-index: 5000; }

@media (max-width: 767.98px) {
  .alert-notifications-absolute {
    left: 0.5rem;
    right: 0.5rem;
    top: 4.25rem; } }

.alert-notifications-fixed {
  bottom: 1.25rem;
  left: 1.25rem;
  position: fixed;
  z-index: 5000; }

@media (max-width: 767.98px) {
  .alert-notifications-fixed {
    bottom: 1rem;
    left: 12px;
    right: 12px; } }

.alert-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0; }

.alert-list .close {
  top: 50%;
  transform: translateY(-50%); }

.modal-body .alert .close {
  right: 1.5rem; }

.modal-body .alert-list .alert-fluid:last-child {
  margin-bottom: -1px; }

.alert-primary {
  background-color: #f0f5ff;
  border-color: #80acff;
  color: #0B5FFF; }

.alert-primary .close {
  color: #0B5FFF; }

.alert-primary .close:hover, .alert-primary .close:focus {
  color: #0B5FFF; }

.alert-primary .alert-link {
  color: #0B5FFF; }

.alert-primary .lead {
  color: #0B5FFF; }

.alert-secondary {
  background-color: #e7e7ed;
  border-color: #a7a9bc;
  color: #6B6C7E; }

.alert-secondary .close {
  color: #6B6C7E; }

.alert-secondary .close:hover, .alert-secondary .close:focus {
  color: #6B6C7E; }

.alert-secondary .alert-link {
  color: #0B5FFF; }

.alert-secondary .lead {
  color: #6B6C7E; }

.alert-success {
  background-color: #edf9f0;
  border-color: #5aca76;
  color: #287D3D; }

.alert-success .close {
  color: #287D3D; }

.alert-success .close:hover, .alert-success .close:focus {
  color: #287D3D; }

.alert-success .alert-link {
  color: #0B5FFF; }

.alert-success .lead {
  color: #287D3D; }

.alert-info {
  background-color: #eef2fa;
  border-color: #89a7e0;
  color: #2E5AAC; }

.alert-info .close {
  color: #2E5AAC; }

.alert-info .close:hover, .alert-info .close:focus {
  color: #2E5AAC; }

.alert-info .alert-link {
  color: #0B5FFF; }

.alert-info .lead {
  color: #2E5AAC; }

.alert-warning {
  background-color: #fff4ec;
  border-color: #ff8f39;
  color: #B95000; }

.alert-warning .close {
  color: #B95000; }

.alert-warning .close:hover, .alert-warning .close:focus {
  color: #B95000; }

.alert-warning .alert-link {
  color: #0B5FFF; }

.alert-warning .lead {
  color: #B95000; }

.alert-danger {
  background-color: #feefef;
  border-color: #f48989;
  color: #DA1414; }

.alert-danger .close {
  color: #DA1414; }

.alert-danger .close:hover, .alert-danger .close:focus {
  color: #DA1414; }

.alert-danger .alert-link {
  color: #0B5FFF; }

.alert-danger .lead {
  color: #DA1414; }

.alert-light {
  border-color: #cdced9;
  color: #272834; }

.alert-light .close {
  color: #6B6C7E; }

.alert-light .close:hover, .alert-light .close:focus {
  color: #6B6C7E; }

.alert-light .alert-link {
  color: #0B5FFF; }

.alert-light .lead {
  color: #272834; }

.alert-dark {
  background-color: #393a4a;
  border-color: #272834;
  color: #F1F2F5; }

.alert-dark .close {
  color: #F1F2F5; }

.alert-dark .close:hover, .alert-dark .close:focus {
  color: #F1F2F5; }

.alert-dark .alert-link {
  color: #F1F2F5; }

.alert-dark .lead {
  color: #F1F2F5; }

.aspect-ratio {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%; }

.aspect-ratio-item {
  position: absolute;
  word-wrap: break-word; }

.aspect-ratio-item-fluid, .sticker-img {
  max-width: 100%;
  position: absolute;
  word-wrap: break-word; }

.aspect-ratio-item-vertical-fluid {
  max-height: 100%;
  position: absolute;
  word-wrap: break-word; }

.aspect-ratio-item-top-center {
  position: absolute;
  bottom: auto;
  left: 50%;
  right: auto;
  top: 0;
  transform: translateX(-50%); }

.aspect-ratio-item-top-right {
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0;
  top: 0; }

.aspect-ratio-item-right-middle {
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.aspect-ratio-item-bottom-right {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  top: auto; }

.aspect-ratio-item-bottom-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%); }

.aspect-ratio-item-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  top: auto; }

.aspect-ratio-item-left-middle {
  position: absolute;
  bottom: auto;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%); }

.aspect-ratio-item-center-middle, .sticker-img {
  position: absolute;
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%); }

.aspect-ratio-3-to-2 {
  padding-bottom: 66.66667%; }

.aspect-ratio-4-to-3 {
  padding-bottom: 75%; }

.aspect-ratio-8-to-5 {
  padding-bottom: 62.5%; }

.aspect-ratio-16-to-9 {
  padding-bottom: 56.25%; }

.aspect-ratio-bg-contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.aspect-ratio-bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.aspect-ratio-bg-center {
  background-position: center;
  background-repeat: no-repeat; }

.badge {
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  line-height: 1.1;
  margin-bottom: 0.125rem;
  margin-right: 0.25rem;
  margin-top: 0.125rem;
  max-width: 100%;
  white-space: inherit;
  word-wrap: break-word; }

.badge a {
  color: #FFF;
  text-decoration: underline; }

.badge a:hover, .badge a:focus {
  text-decoration: none; }

.badge .inline-item a {
  align-items: center;
  display: inline-flex;
  margin-top: 0; }

.badge .inline-item .btn-unstyled {
  color: inherit;
  display: inline-flex;
  margin-top: 0;
  max-width: none; }

.badge .inline-item .close {
  color: inherit;
  display: inline-flex;
  float: none;
  font-size: inherit;
  margin-top: 0;
  opacity: 1; }

.badge .inline-item a .lexicon-icon,
.badge .inline-item .btn-unstyled .lexicon-icon,
.badge .inline-item .close .lexicon-icon {
  margin-top: 0; }

.badge .inline-item .lexicon-icon {
  height: 0.875em;
  margin-top: 0;
  width: 0.875em; }

.badge {
  display: inline-flex; }

.badge-item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  min-height: 0;
  position: relative;
  text-align: left; }

.badge-item a {
  display: inline-flex; }

.badge-item .btn-unstyled {
  color: inherit;
  display: inline-flex; }

.badge-item .close {
  border-radius: 1px;
  color: inherit;
  display: inline-flex;
  font-size: inherit;
  height: auto;
  opacity: 1;
  width: auto; }

.badge-item .close:hover {
  color: inherit;
  opacity: 1; }

.badge-item .close:focus {
  opacity: 1; }

.badge-item .lexicon-icon {
  height: 0.875em;
  margin-top: 0;
  width: 0.875em; }

.badge-item-expand {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0.375rem;
  word-wrap: break-word; }

.badge-item-expand a {
  flex-direction: column; }

.badge-item-before {
  margin-right: 0.85714em; }

.badge-item-after {
  margin-left: 0.85714em; }

.badge-primary {
  background-color: #0B5FFF;
  color: #FFF; }

.badge-primary[href]:hover, .badge-primary[href]:focus {
  background-color: #0B5FFF;
  color: #FFF; }

.badge-secondary {
  background-color: #e7e7ed;
  color: #272834; }

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  background-color: #e7e7ed;
  color: #272834; }

.badge-secondary a {
  color: #272834; }

.badge-success {
  background-color: #287D3D;
  color: #FFF; }

.badge-success[href]:hover, .badge-success[href]:focus {
  background-color: #287D3D;
  color: #FFF; }

.badge-info {
  background-color: #2E5AAC;
  color: #FFF; }

.badge-info[href]:hover, .badge-info[href]:focus {
  background-color: #2E5AAC;
  color: #FFF; }

.badge-warning {
  background-color: #B95000;
  color: #FFF; }

.badge-warning[href]:hover, .badge-warning[href]:focus {
  background-color: #B95000;
  color: #FFF; }

.badge-danger {
  background-color: #DA1414;
  color: #FFF; }

.badge-danger[href]:hover, .badge-danger[href]:focus {
  background-color: #DA1414;
  color: #FFF; }

.badge-light {
  background-color: #F1F2F5;
  color: #272834; }

.badge-light[href]:hover, .badge-light[href]:focus {
  background-color: #F1F2F5;
  color: #272834; }

.badge-light a {
  color: #272834; }

.badge-dark {
  background-color: #272834;
  color: #FFF; }

.badge-dark[href]:hover, .badge-dark[href]:focus {
  background-color: #272834;
  color: #FFF; }

.breadcrumb-link {
  display: block;
  color: #6B6C7E; }

.breadcrumb-link:hover, .breadcrumb-link:focus {
  color: #6B6C7E; }

.breadcrumb-link > .breadcrumb-text-truncate {
  text-decoration: none; }

.breadcrumb-link > .breadcrumb-text-truncate:hover, .breadcrumb-link > .breadcrumb-text-truncate:focus {
  text-decoration: underline; }

.breadcrumb-item {
  font-size: 0.875rem;
  margin-right: 0.5em;
  position: relative; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1em; }

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M396.394%20255.607a28.207%2028.207%200%200%200-8.272-19.111L160.901%209.275c-11.026-11.059-28.94-11.059-39.999%200-11.058%2011.026-11.058%2028.941%200%2039.999l206.333%20206.333L120.902%20461.94c-11.058%2011.058-11.058%2028.973%200%2039.999%2011.059%2011.059%2028.972%2011.059%2039.999%200l227.221-227.221a28.196%2028.196%200%200%200%208.272-19.111z'%20fill='%236B6C7E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.3em;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 0.6em; }

.breadcrumb-item .dropdown-toggle {
  text-decoration: none; }

.breadcrumb-item .dropdown-toggle:hover, .breadcrumb-item .dropdown-toggle:focus {
  text-decoration: none; }

.breadcrumb-text-truncate {
  display: inline-block;
  max-width: 17.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom; }

@media (max-width: 767.98px) {
  .breadcrumb-text-truncate {
    max-width: 8.5rem; } }

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  z-index: 3; }

.btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group {
  flex-wrap: wrap; }

.btn-group-nowrap {
  flex-wrap: nowrap; }

.btn-group-item {
  align-items: center;
  display: inline-flex;
  margin-right: 1rem; }

.btn-group-item:last-child,
.btn-group-item-last {
  margin-right: 0; }

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  margin-bottom: 0.125rem;
  margin-top: 0.125rem; }

.btn-toolbar .btn-group:not(:last-child),
.btn-toolbar .input-group:not(:last-child) {
  margin-right: 0.5rem; }

.btn-group-lg .btn-monospaced {
  padding: 0; }

.btn-group-sm .btn-monospaced {
  padding: 0; }

.btn {
  font-size: 1rem; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.btn.disabled, .btn:disabled {
  cursor: not-allowed; }

.btn .inline-item {
  font-size: 1rem; }

.btn-section {
  display: block;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg .btn-group > .btn {
  font-size: 1.125rem; }

.btn-lg .inline-item, .btn-group-lg > .btn .inline-item, .btn-group-lg .btn-group > .btn .inline-item {
  font-size: 1.125rem; }

.btn-lg .btn-section, .btn-group-lg > .btn .btn-section, .btn-group-lg .btn-group > .btn .btn-section {
  font-size: 0.8125rem; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm .btn-group > .btn {
  font-size: 0.875rem; }

.btn-sm .btn-section, .btn-group-sm > .btn .btn-section, .btn-group-sm .btn-group > .btn .btn-section {
  font-size: 0.5625rem; }

.btn-link {
  border-radius: 1px; }

.btn-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.25);
  text-decoration: none; }

.btn-link.disabled, .btn-link:disabled {
  text-decoration: none; }

.btn-link.disabled:hover, .btn-link:disabled:hover {
  text-decoration: none; }

.btn-link:hover {
  text-decoration: underline; }

.btn-unstyled, .menubar-toggler {
  background-color: rgba(0, 0, 0, 0.001);
  border-width: 0;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  max-width: 100%;
  padding: 0;
  text-align: left;
  text-transform: inherit;
  vertical-align: baseline; }

.btn-unstyled.btn-lg, .btn-group-lg > .btn-unstyled.btn, .btn-group-lg .btn-group > .btn-unstyled.btn {
  border-color: transparent;
  border-width: 1px;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 0.59375rem 1.5rem; }

.btn-unstyled.btn-sm, .btn-group-sm > .btn-unstyled.btn, .btn-group-sm .btn-group > .btn-unstyled.btn {
  border-color: transparent;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 0.4375rem 0.75rem; }

.btn-monospaced {
  height: 2.5rem;
  line-height: 1;
  overflow: hidden;
  padding-bottom: 0.25rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.25rem;
  text-align: center;
  white-space: normal;
  width: 2.5rem;
  word-wrap: break-word; }

.btn-monospaced.btn-lg, .btn-group-lg > .btn-monospaced.btn, .btn-group-lg .btn-group > .btn-monospaced.btn {
  height: 3rem;
  padding-bottom: 0.375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.375rem;
  width: 3rem; }

.btn-monospaced.btn-sm, .btn-group-sm > .btn-monospaced.btn, .btn-group-sm .btn-group > .btn-monospaced.btn {
  height: 2rem;
  padding-bottom: 0.1875rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.1875rem;
  width: 2rem; }

.btn-monospaced.btn .lexicon-icon {
  margin-top: 0; }

.btn-primary:hover {
  background-color: #0053f0;
  border-color: transparent; }

.btn-primary:focus, .btn-primary.focus {
  background-color: #0053f0;
  border-color: transparent;
  box-shadow: 0 0 0 2px rgba(0, 83, 240, 0.5); }

.btn-primary:disabled, .btn-primary.disabled {
  background-color: #0B5FFF; }

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #004ad7;
  border-color: transparent;
  box-shadow: none; }

.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 2px rgba(0, 83, 240, 0.5); }

.form-file-input:focus + .btn-primary {
  box-shadow: 0 0 0 2px rgba(0, 83, 240, 0.5); }

.btn-secondary {
  background-color: #FFF;
  border-color: #cdced9;
  color: #6B6C7E; }

.btn-secondary:hover {
  background-color: #f7f8f9;
  border-color: #cdced9;
  color: #272833; }

.btn-secondary:focus, .btn-secondary.focus {
  background-color: #f7f8f9;
  border-color: #cdced9;
  box-shadow: 0 0 0 2px rgba(205, 206, 217, 0.5);
  color: #272833; }

.btn-secondary:disabled, .btn-secondary.disabled {
  background-color: #FFF;
  border-color: #cdced9;
  color: #6B6C7E; }

.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #f1f2f5;
  border-color: #cdced9;
  box-shadow: none;
  color: #272833; }

.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 2px rgba(205, 206, 217, 0.5); }

.form-file-input:focus + .btn-secondary {
  box-shadow: 0 0 0 2px rgba(205, 206, 217, 0.5);
  color: #272833; }

.btn-success:hover {
  background-color: #236e35;
  border-color: transparent; }

.btn-success:focus, .btn-success.focus {
  background-color: #236e35;
  border-color: transparent;
  box-shadow: 0 0 0 2px rgba(35, 110, 53, 0.5); }

.btn-success:disabled, .btn-success.disabled {
  background-color: #287D3D; }

.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  background-color: #1e5e2e;
  border-color: transparent;
  box-shadow: none; }

.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 2px rgba(35, 110, 53, 0.5); }

.form-file-input:focus + .btn-success {
  box-shadow: 0 0 0 2px rgba(35, 110, 53, 0.5); }

.btn-info:hover {
  background-color: #2a529c;
  border-color: transparent; }

.btn-info:focus, .btn-info.focus {
  background-color: #2a529c;
  border-color: transparent;
  box-shadow: 0 0 0 2px rgba(42, 82, 156, 0.5); }

.btn-info:disabled, .btn-info.disabled {
  background-color: #2E5AAC; }

.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  background-color: #25498c;
  border-color: transparent;
  box-shadow: none; }

.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 2px rgba(42, 82, 156, 0.5); }

.btn-warning:hover {
  background-color: #a54700;
  border-color: transparent; }

.btn-warning:focus, .btn-warning.focus {
  background-color: #a54700;
  border-color: transparent;
  box-shadow: 0 0 0 2px rgba(165, 71, 0, 0.5); }

.btn-warning:disabled, .btn-warning.disabled {
  background-color: #B95000; }

.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  background-color: #903e00;
  border-color: transparent;
  box-shadow: none; }

.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 2px rgba(165, 71, 0, 0.5); }

.form-file-input:focus + .btn-warning {
  box-shadow: 0 0 0 2px rgba(165, 71, 0, 0.5); }

.btn-danger:hover {
  background-color: #c71212;
  border-color: transparent; }

.btn-danger:focus, .btn-danger.focus {
  background-color: #c71212;
  border-color: transparent;
  box-shadow: 0 0 0 2px rgba(199, 18, 18, 0.5); }

.btn-danger:disabled, .btn-danger.disabled {
  background-color: #DA1414; }

.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  background-color: #b51111;
  border-color: transparent;
  box-shadow: none; }

.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 2px rgba(199, 18, 18, 0.5); }

.form-file-input:focus + .btn-danger {
  box-shadow: 0 0 0 2px rgba(199, 18, 18, 0.5); }

.btn-light {
  color: #272833; }

.btn-light:hover {
  background-color: #e5e7ed;
  border-color: transparent; }

.btn-light:focus, .btn-light.focus {
  background-color: #e5e7ed;
  border-color: transparent;
  box-shadow: 0 0 0 2px rgba(229, 231, 237, 0.5); }

.btn-light:disabled, .btn-light.disabled {
  background-color: #F1F2F5; }

.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  background-color: #d9dce4;
  border-color: transparent;
  box-shadow: none; }

.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 2px rgba(229, 231, 237, 0.5); }

.form-file-input:focus + .btn-light {
  box-shadow: 0 0 0 2px rgba(229, 231, 237, 0.5); }

.btn-dark:hover {
  background-color: #1e1f28;
  border-color: transparent; }

.btn-dark:focus, .btn-dark.focus {
  background-color: #1e1f28;
  border-color: transparent;
  box-shadow: 0 0 0 2px rgba(30, 31, 40, 0.5); }

.btn-dark:disabled, .btn-dark.disabled {
  background-color: #272834; }

.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  background-color: #16161d;
  border-color: transparent;
  box-shadow: none; }

.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 2px rgba(30, 31, 40, 0.5); }

.form-file-input:focus + .btn-dark {
  box-shadow: 0 0 0 2px rgba(30, 31, 40, 0.5); }

.btn-outline-primary:hover {
  background-color: #f0f5ff;
  color: #0B5FFF; }

.btn-outline-primary:focus, .btn-outline-primary.focus {
  background-color: #f0f5ff;
  box-shadow: 0 0 0 2px rgba(0, 83, 240, 0.25);
  color: #0B5FFF; }

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  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 {
  background-color: #e6edf8;
  box-shadow: none;
  color: #0B5FFF; }

.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 2px rgba(0, 83, 240, 0.25); }

.btn-outline-secondary {
  border-color: #cdced9; }

.btn-outline-secondary:hover {
  background-color: rgba(39, 40, 51, 0.03);
  border-color: transparent;
  color: #272833; }

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  background-color: rgba(39, 40, 51, 0.03);
  border-color: transparent;
  box-shadow: 0 0 0 2px rgba(205, 206, 217, 0.5);
  color: #272833; }

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  background-color: transparent;
  border-color: #6B6C7E;
  color: #6B6C7E; }

.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: rgba(39, 40, 51, 0.06);
  border-color: transparent;
  box-shadow: none;
  color: #272833; }

.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 2px rgba(205, 206, 217, 0.5); }

.btn-outline-success:hover {
  background-color: #236e35; }

.btn-outline-success:focus, .btn-outline-success.focus {
  background-color: #236e35;
  box-shadow: 0 0 0 2px rgba(35, 110, 53, 0.5);
  color: #FFF; }

.btn-outline-success:disabled, .btn-outline-success.disabled {
  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 {
  background-color: #1e5e2e;
  box-shadow: none; }

.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 2px rgba(35, 110, 53, 0.5); }

.btn-outline-info:hover {
  background-color: #2a529c; }

.btn-outline-info:focus, .btn-outline-info.focus {
  background-color: #2a529c;
  box-shadow: 0 0 0 2px rgba(42, 82, 156, 0.5);
  color: #FFF; }

.btn-outline-info:disabled, .btn-outline-info.disabled {
  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 {
  background-color: #25498c;
  box-shadow: none; }

.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 2px rgba(42, 82, 156, 0.5); }

.btn-outline-warning:hover {
  background-color: #a54700; }

.btn-outline-warning:focus, .btn-outline-warning.focus {
  background-color: #a54700;
  box-shadow: 0 0 0 2px rgba(165, 71, 0, 0.5);
  color: #FFF; }

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  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 {
  background-color: #903e00;
  box-shadow: none; }

.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 2px rgba(165, 71, 0, 0.5); }

.btn-outline-danger:hover {
  background-color: #c71212; }

.btn-outline-danger:focus, .btn-outline-danger.focus {
  background-color: #c71212;
  box-shadow: 0 0 0 2px rgba(199, 18, 18, 0.5);
  color: #FFF; }

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  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 {
  background-color: #b51111;
  box-shadow: none; }

.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 2px rgba(199, 18, 18, 0.5); }

.btn-outline-light:hover {
  background-color: #e5e7ed; }

.btn-outline-light:focus, .btn-outline-light.focus {
  background-color: #e5e7ed;
  box-shadow: 0 0 0 2px rgba(229, 231, 237, 0.5);
  color: #272833; }

.btn-outline-light:disabled, .btn-outline-light.disabled {
  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 {
  background-color: #d9dce4;
  box-shadow: none; }

.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 2px rgba(229, 231, 237, 0.5); }

.btn-outline-dark:hover {
  background-color: #1e1f28; }

.btn-outline-dark:focus, .btn-outline-dark.focus {
  background-color: #1e1f28;
  box-shadow: 0 0 0 2px rgba(30, 31, 40, 0.5);
  color: #FFF; }

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  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 {
  background-color: #16161d;
  box-shadow: none; }

.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 2px rgba(30, 31, 40, 0.5); }

.btn-outline-borderless {
  border-color: transparent; }

.btn-outline-borderless:hover, .btn-outline-borderless:focus {
  border-color: transparent; }

.btn-outline-borderless:disabled, .btn-outline-borderless.disabled {
  border-color: transparent; }

.btn-outline-borderless:not(:disabled):not(.disabled):active {
  border-color: transparent; }

.show > .btn-outline-borderless.dropdown-toggle {
  border-color: transparent; }

.btn .loading-animation {
  font-size: 1em;
  margin-top: -0.21429em; }

.label {
  border-color: #272833;
  border-radius: 0.125rem;
  border-style: solid;
  border-width: 0.0625rem;
  display: inline-flex;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.125rem;
  margin-right: 0.25rem;
  margin-top: 0.125rem;
  max-width: 100%;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  text-transform: uppercase;
  white-space: inherit;
  word-wrap: break-word; }

.label a {
  color: inherit;
  display: inline-block;
  text-decoration: none; }

.label a:hover, .label a:focus {
  color: inherit;
  text-decoration: underline; }

.label .inline-item a {
  align-items: center;
  display: inline-flex;
  margin-top: 0; }

.label .inline-item .btn-unstyled {
  color: inherit;
  display: inline-flex;
  margin-top: 0;
  max-width: none; }

.label .inline-item .close {
  color: inherit;
  display: inline-flex;
  float: none;
  font-size: inherit;
  margin-top: 0;
  opacity: 1; }

.label .inline-item a .lexicon-icon,
.label .inline-item .btn-unstyled .lexicon-icon,
.label .inline-item .close .lexicon-icon {
  margin-top: 0; }

.label .inline-item .lexicon-icon {
  height: 0.875em;
  margin-top: 0;
  width: 0.875em; }

.label .sticker {
  border-radius: 100px;
  height: 0.875em;
  line-height: 0.875em;
  width: 0.875em; }

.label .sticker-overlay {
  border-radius: 100px; }

a.label,
button.label {
  text-decoration: none; }

a.label:hover, a.label:focus,
button.label:hover,
button.label:focus {
  text-decoration: underline; }

button.label {
  cursor: pointer; }

.label-item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  min-height: 0;
  position: relative; }

.label-item a {
  display: inline-flex; }

.label-item .btn-unstyled {
  color: inherit;
  display: inline-flex; }

.label-item .close {
  border-radius: 1px;
  color: inherit;
  display: inline-flex;
  font-size: inherit;
  height: auto;
  opacity: 1;
  width: auto; }

.label-item .close:hover {
  color: inherit;
  opacity: 1; }

.label-item .close:focus {
  opacity: 1; }

.label-item .close:disabled, .label-item .close.disabled {
  color: inherit;
  opacity: 0.26; }

.label-item .lexicon-icon {
  height: 0.875em;
  margin-top: 0;
  width: 0.875em; }

.label-item .text-truncate-inline {
  display: inline-flex; }

.label-item-expand {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 1rem;
  word-wrap: break-word; }

.label-item-expand a {
  flex-direction: column; }

.label-item-before {
  margin-right: 0.85714em; }

.label-item-after {
  margin-left: 0.85714em; }

.label-lg {
  border-width: 0.0625rem;
  font-size: 0.75rem;
  height: auto;
  min-height: 1.5rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.3125rem;
  text-transform: none; }

.label-lg .inline-item .lexicon-icon {
  height: 1em;
  width: 1em; }

.label-lg .label-item {
  margin-bottom: -0.0625rem;
  margin-top: -0.0625rem; }

.label-lg .label-item .lexicon-icon {
  height: 1em;
  width: 1em; }

.label-lg .sticker {
  height: 0.875rem;
  line-height: 0.875rem;
  width: 0.875rem; }

.label-primary {
  background-color: #FFF;
  border-color: #80acff;
  color: #0B5FFF; }

a.label-primary:hover,
button.label-primary:hover {
  border-color: #80acff;
  color: #004AD7; }

a.label-primary:focus,
button.label-primary:focus {
  box-shadow: 0 0 0 1px #80ACFF;
  color: #004AD7;
  outline: 0; }

.label-primary[tabindex]:hover {
  border-color: #80acff;
  color: #004AD7; }

.label-primary[tabindex]:focus {
  box-shadow: 0 0 0 1px #80ACFF;
  color: #004AD7;
  outline: 0; }

.label-primary a:hover, .label-primary a:focus,
.label-primary .btn-unstyled:hover,
.label-primary .btn-unstyled:focus {
  color: #004AD7; }

.label-primary .close {
  transition: none; }

.label-primary .close:hover {
  color: #004AD7; }

.label-primary .close:focus {
  color: #004AD7; }

.label-secondary {
  background-color: #FFF;
  border-color: #cdced9;
  color: #6B6C7E; }

a.label-secondary:hover,
button.label-secondary:hover {
  border-color: #cdced9;
  color: #272833; }

a.label-secondary:focus,
button.label-secondary:focus {
  border-color: #80ACFF;
  box-shadow: 0 0 0 1px #80ACFF;
  color: #272833;
  outline: 0; }

.label-secondary[tabindex]:hover {
  border-color: #cdced9;
  color: #272833; }

.label-secondary[tabindex]:focus {
  border-color: #80ACFF;
  box-shadow: 0 0 0 1px #80ACFF;
  color: #272833;
  outline: 0; }

.label-secondary a:hover, .label-secondary a:focus,
.label-secondary .btn-unstyled:hover,
.label-secondary .btn-unstyled:focus {
  color: #272833; }

.label-secondary .close {
  transition: none; }

.label-secondary .close:hover {
  color: #272833; }

.label-secondary .close:focus {
  color: #272833; }

.label-success {
  background-color: #FFF;
  border-color: #5aca76;
  color: #287D3D; }

a.label-success:hover,
button.label-success:hover {
  border-color: #5aca76;
  color: #1e5e2e; }

a.label-success:focus,
button.label-success:focus {
  border-color: #80ACFF;
  box-shadow: 0 0 0 1px #80ACFF;
  color: #1e5e2e;
  outline: 0; }

.label-success[tabindex]:hover {
  border-color: #5aca76;
  color: #1e5e2e; }

.label-success[tabindex]:focus {
  border-color: #80ACFF;
  box-shadow: 0 0 0 1px #80ACFF;
  color: #1e5e2e;
  outline: 0; }

.label-success a:hover, .label-success a:focus,
.label-success .btn-unstyled:hover,
.label-success .btn-unstyled:focus {
  color: #1e5e2e; }

.label-success .close {
  transition: none; }

.label-success .close:hover {
  color: #1e5e2e; }

.label-success .close:focus {
  color: #1e5e2e; }

.label-info {
  background-color: #FFF;
  border-color: #89a7e0;
  color: #2E5AAC; }

a.label-info:hover,
button.label-info:hover {
  border-color: #89a7e0;
  color: #25498c; }

a.label-info:focus,
button.label-info:focus {
  border-color: #80ACFF;
  box-shadow: 0 0 0 1px #80ACFF;
  color: #25498c;
  outline: 0; }

.label-info[tabindex]:hover {
  border-color: #89a7e0;
  color: #25498c; }

.label-info[tabindex]:focus {
  border-color: #80ACFF;
  box-shadow: 0 0 0 1px #80ACFF;
  color: #25498c;
  outline: 0; }

.label-info a:hover, .label-info a:focus,
.label-info .btn-unstyled:hover,
.label-info .btn-unstyled:focus {
  color: #25498c; }

.label-info .close {
  transition: none; }

.label-info .close:hover {
  color: #25498c; }

.label-info .close:focus {
  color: #25498c; }

.label-warning {
  background-color: #FFF;
  border-color: #ff8f39;
  color: #B95000; }

a.label-warning:hover,
button.label-warning:hover {
  border-color: #ff8f39;
  color: #903e00; }

a.label-warning:focus,
button.label-warning:focus {
  border-color: #80ACFF;
  box-shadow: 0 0 0 1px #80ACFF;
  color: #903e00;
  outline: 0; }

.label-warning[tabindex]:hover {
  border-color: #ff8f39;
  color: #903e00; }

.label-warning[tabindex]:focus {
  border-color: #80ACFF;
  box-shadow: 0 0 0 1px #80ACFF;
  color: #903e00;
  outline: 0; }

.label-warning a:hover, .label-warning a:focus,
.label-warning .btn-unstyled:hover,
.label-warning .btn-unstyled:focus {
  color: #903e00; }

.label-warning .close {
  transition: none; }

.label-warning .close:hover {
  color: #903e00; }

.label-warning .close:focus {
  color: #903e00; }

.label-danger {
  background-color: #FFF;
  border-color: #f48989;
  color: #DA1414; }

a.label-danger:hover,
button.label-danger:hover {
  border-color: #f48989;
  color: #b51111; }

a.label-danger:focus,
button.label-danger:focus {
  border-color: #80ACFF;
  box-shadow: 0 0 0 1px #80ACFF;
  color: #b51111;
  outline: 0; }

.label-danger[tabindex]:hover {
  border-color: #f48989;
  color: #b51111; }

.label-danger[tabindex]:focus {
  border-color: #80ACFF;
  box-shadow: 0 0 0 1px #80ACFF;
  color: #b51111;
  outline: 0; }

.label-danger a:hover, .label-danger a:focus,
.label-danger .btn-unstyled:hover,
.label-danger .btn-unstyled:focus {
  color: #b51111; }

.label-danger .close {
  transition: none; }

.label-danger .close:hover {
  color: #b51111; }

.label-danger .close:focus {
  color: #b51111; }

.label-dark {
  background-color: #FFF;
  border-color: #272834;
  color: #272834; }

a.label-dark:hover,
button.label-dark:hover {
  border-color: #272834;
  color: #53556e; }

a.label-dark:focus,
button.label-dark:focus {
  border-color: #80ACFF;
  box-shadow: 0 0 0 1px #80ACFF;
  color: #53556e;
  outline: 0; }

.label-dark[tabindex]:hover {
  border-color: #272834;
  color: #53556e; }

.label-dark[tabindex]:focus {
  border-color: #80ACFF;
  box-shadow: 0 0 0 1px #80ACFF;
  color: #53556e;
  outline: 0; }

.label-dark a:hover, .label-dark a:focus,
.label-dark .btn-unstyled:hover,
.label-dark .btn-unstyled:focus {
  color: #53556e; }

.label-dark .close {
  transition: none; }

.label-dark .close:hover {
  color: #53556e; }

.label-dark .close:focus {
  color: #53556e; }

.label-light {
  background-color: #272834;
  border-color: #F1F2F5;
  color: #F1F2F5; }

a.label-light:hover,
button.label-light:hover {
  border-color: #F1F2F5;
  color: #cdd1dc; }

a.label-light:focus,
button.label-light:focus {
  border-color: #80ACFF;
  box-shadow: 0 0 0 1px #80ACFF;
  color: #cdd1dc;
  outline: 0; }

.label-light[tabindex]:hover {
  border-color: #F1F2F5;
  color: #cdd1dc; }

.label-light[tabindex]:focus {
  border-color: #80ACFF;
  box-shadow: 0 0 0 1px #80ACFF;
  color: #cdd1dc;
  outline: 0; }

.label-light a:hover, .label-light a:focus,
.label-light .btn-unstyled:hover,
.label-light .btn-unstyled:focus {
  color: #cdd1dc; }

.label-light .close {
  transition: none; }

.label-light .close:hover {
  color: #cdd1dc; }

.label-light .close:focus {
  color: #cdd1dc; }

.sticker {
  align-items: center;
  border-radius: 0.25rem;
  height: 2rem;
  line-height: 2rem;
  width: 2rem;
  display: inline-flex;
  font-size: 0.625rem;
  font-weight: 700;
  justify-content: center;
  position: relative;
  text-align: center;
  vertical-align: middle; }

.sticker .lexicon-icon {
  display: block;
  height: 100%;
  margin: auto; }

.sticker > .inline-item {
  font-size: 1rem; }

.sticker > .inline-item .lexicon-icon {
  margin-top: 0; }

.sticker.rounded .sticker-overlay {
  border-radius: 0.25rem; }

.sticker.rounded-circle .sticker-overlay {
  border-radius: 5000px; }

.sticker.rounded-0 .sticker-overlay {
  border-radius: 0; }

.sticker-overlay {
  align-items: center;
  border-radius: 0.25rem;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0; }

.sticker-bottom-left {
  bottom: 1rem;
  left: 1rem;
  position: absolute;
  right: auto;
  top: auto; }

.sticker-bottom-right {
  bottom: 1rem;
  left: auto;
  position: absolute;
  right: 1rem;
  top: auto; }

.sticker-top-left {
  left: 1rem;
  position: absolute;
  top: 1rem; }

.sticker-top-right {
  left: auto;
  position: absolute;
  right: 1rem;
  top: 1rem; }

.sticker-outside {
  left: -1rem;
  top: -1rem; }

.sticker-outside.sticker-bottom-left {
  bottom: -1rem;
  top: auto; }

.sticker-outside.sticker-bottom-right {
  bottom: -1rem;
  left: auto;
  right: -1rem;
  top: auto; }

.sticker-outside.sticker-top-right {
  left: auto;
  right: -1rem; }

.sticker-sm {
  font-size: 0.5625rem;
  height: 1.5rem;
  line-height: 1.5rem;
  width: 1.5rem; }

.sticker-sm > .inline-item {
  font-size: 0.75rem; }

.sticker-sm.sticker-outside {
  left: -0.75rem;
  top: -0.75rem; }

.sticker-sm.sticker-outside.sticker-bottom-left {
  bottom: -0.75rem;
  top: auto; }

.sticker-sm.sticker-outside.sticker-bottom-right {
  bottom: -0.75rem;
  left: auto;
  right: -0.75rem;
  top: auto; }

.sticker-sm.sticker-outside.sticker-top-right {
  left: auto;
  right: -0.75rem; }

.sticker-lg {
  font-size: 0.9375rem;
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem; }

.sticker-lg > .inline-item {
  font-size: 1.25rem; }

.sticker-lg.sticker-outside {
  left: -1.25rem;
  top: -1.25rem; }

.sticker-lg.sticker-outside.sticker-bottom-left {
  bottom: -1.25rem;
  top: auto; }

.sticker-lg.sticker-outside.sticker-bottom-right {
  bottom: -1.25rem;
  left: auto;
  right: -1.25rem;
  top: auto; }

.sticker-lg.sticker-outside.sticker-top-right {
  left: auto;
  right: -1.25rem; }

.sticker-xl {
  font-size: 1.0625rem;
  height: 3rem;
  line-height: 3rem;
  width: 3rem; }

.sticker-xl > .inline-item {
  font-size: 1.5rem; }

.sticker-xl.sticker-outside {
  left: -1.5rem;
  top: -1.5rem; }

.sticker-xl.sticker-outside.sticker-bottom-left {
  bottom: -1.5rem;
  top: auto; }

.sticker-xl.sticker-outside.sticker-bottom-right {
  bottom: -1.5rem;
  left: auto;
  right: -1.5rem;
  top: auto; }

.sticker-xl.sticker-outside.sticker-top-right {
  left: auto;
  right: -1.5rem; }

.sticker-primary {
  background-color: #0B5FFF;
  color: #FFF; }

.sticker-secondary {
  background-color: #6B6C7E;
  color: #FFF; }

.sticker-success {
  background-color: #287D3D;
  color: #FFF; }

.sticker-info {
  background-color: #2E5AAC;
  color: #FFF; }

.sticker-warning {
  background-color: #B95000;
  color: #FFF; }

.sticker-danger {
  background-color: #DA1414;
  color: #FFF; }

.sticker-light {
  background-color: #F1F2F5;
  color: #272834; }

.sticker-dark {
  background-color: #272834;
  color: #FFF; }

.sticker-circle,
.sticker-circle .sticker-overlay {
  border-radius: 5000px; }

.card,
.card-horizontal {
  border-style: solid;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  display: block;
  margin-bottom: 1.25rem;
  position: relative; }

.card .autofit-col:first-child,
.card-horizontal .autofit-col:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card .autofit-col:last-child,
.card-horizontal .autofit-col:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.card-body {
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem; }

.card-section-header {
  color: #6B6C7E;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2.5;
  margin-bottom: 1.5rem;
  padding: 0 12px;
  text-transform: uppercase; }

.card-title {
  color: #272833;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0; }

.card-title a {
  color: #272833; }

.card-title a:hover {
  color: #272833; }

.card-subtitle {
  color: #6B6C7E;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0; }

.card-subtitle a {
  color: #6B6C7E; }

.card-subtitle a:hover {
  color: #6B6C7E; }

.card-link {
  color: #6B6C7E;
  font-size: 0.875rem; }

.card-link:hover {
  color: #6B6C7E;
  text-decoration: underline; }

.card-link.btn-unstyled {
  white-space: normal; }

.card-link + .card-link {
  margin-left: 0; }

.card-divider {
  background-color: rgba(0, 0, 0, 0.125);
  height: 1px;
  margin-bottom: 10px;
  margin-top: 10px; }

.card-row {
  display: flex;
  width: 100%; }

.card-row .autofit-col {
  justify-content: center;
  padding-left: 0;
  padding-right: 0; }

.card-row .autofit-col-expand {
  min-width: 25px; }

.card-row .autofit-col-gutters {
  padding-left: 10px;
  padding-right: 10px; }

.card-row .autofit-col-gutters .card-divider {
  margin-left: -10px;
  margin-right: -10px; }

.justify-content-center .autofit-col {
  justify-content: center; }

.justify-content-start .autofit-col {
  justify-content: flex-start; }

.justify-content-end .autofit-col {
  justify-content: flex-end; }

.text-center .autofit-col {
  text-align: center; }

.text-left .autofit-col {
  text-align: left; }

.text-right .autofit-col {
  text-align: right; }

.card-item-first {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  width: 100%; }

.autofit-col:first-child .card-item-first {
  border-radius: 0.25rem 0 0 0.25rem; }

.card-item-last {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  width: 100%; }

.autofit-col:last-child .card-item-last {
  border-radius: 0 0.25rem 0.25rem 0; }

.rounded .card-header,
.rounded .card-item-first {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded .card-footer,
.rounded .card-item-last {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.rounded .autofit-col:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded .autofit-col:first-child .card-item-first {
  border-radius: 0.25rem 0 0 0.25rem; }

.rounded .autofit-col:last-child {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded .autofit-col:last-child .card-item-last {
  border-radius: 0 0.25rem 0.25rem 0; }

.rounded-0 .card-header,
.rounded-0 .card-item-first {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.rounded-0 .card-footer,
.rounded-0 .card-item-last {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.rounded-0 .autofit-col:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.rounded-0 .autofit-col:first-child .card-item-first {
  border-radius: 0 0 0 0; }

.rounded-0 .autofit-col:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.rounded-0 .autofit-col:last-child .card-item-last {
  border-radius: 0 0 0 0; }

.rounded-circle .card-header,
.rounded-circle .card-item-first {
  border-top-left-radius: 5000px;
  border-top-right-radius: 5000px; }

.rounded-circle .card-footer,
.rounded-circle .card-item-last {
  border-bottom-left-radius: 5000px;
  border-bottom-right-radius: 5000px; }

.rounded-circle .autofit-col:first-child {
  border-bottom-left-radius: 5000px;
  border-top-left-radius: 5000px; }

.rounded-circle .autofit-col:first-child .card-item-first {
  border-radius: 5000px 0 0 5000px; }

.rounded-circle .autofit-col:last-child {
  border-bottom-right-radius: 5000px;
  border-top-right-radius: 5000px; }

.rounded-circle .autofit-col:last-child .card-item-last {
  border-radius: 0 5000px 5000px 0; }

.form-check-card {
  margin-bottom: 1.25rem;
  margin-top: 0;
  padding-left: 0; }

.form-check-card .card {
  margin-bottom: 0; }

.form-check-card .custom-control {
  display: inline;
  margin-right: 0;
  position: static; }

.form-check-card .custom-control > label {
  font-weight: 400;
  padding-left: 0; }

.form-check-card .custom-control-input {
  z-index: 1; }

.form-check-card .custom-control-label {
  position: absolute;
  z-index: 1; }

.form-check-card .custom-control-label::before, .form-check-card .custom-control-label::after {
  top: 0; }

.form-check-card .form-check-input {
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  z-index: 1; }

.form-check-card .form-check-label {
  color: #272833;
  display: inline;
  font-weight: 400;
  padding-left: 0;
  position: static; }

.form-check-card.active .card,
.form-check-card .custom-control-input:checked ~ .card,
.form-check-card .form-check-input:checked ~ .card {
  box-shadow: 0 0 0 2px #80acff; }

.form-check-card:hover .card {
  box-shadow: 0 0 0 2px #80acff; }

.custom-control-input:hover ~ .card,
.form-check-input:hover ~ .card {
  box-shadow: 0 0 0 2px #80acff; }

.form-check-bottom-left .card-horizontal > .card-body,
.form-check-middle-left .card-horizontal > .card-body,
.form-check-top-left .card-horizontal > .card-body {
  padding-left: 50px; }

.form-check-bottom-right .card-horizontal > .card-body,
.form-check-middle-right .card-horizontal > .card-body,
.form-check-top-right .card-horizontal > .card-body {
  padding-right: 50px; }

.form-check-bottom-left .custom-control-input,
.form-check-bottom-left .custom-control-label,
.form-check-bottom-left .form-check-input {
  bottom: 1rem;
  left: 1rem;
  top: auto;
  transform: none; }

.form-check-bottom-right .custom-control-input,
.form-check-bottom-right .custom-control-label,
.form-check-bottom-right .form-check-input {
  bottom: 1rem;
  left: auto;
  right: 1rem;
  top: auto;
  transform: none; }

.form-check-middle-left .custom-control-input,
.form-check-middle-left .custom-control-label,
.form-check-middle-left .form-check-input {
  left: 1rem;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%); }

.form-check-middle-right .custom-control-input,
.form-check-middle-right .custom-control-label,
.form-check-middle-right .form-check-input {
  left: auto;
  margin-top: 0;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%); }

.form-check-top-left .custom-control-input,
.form-check-top-left .custom-control-label,
.form-check-top-left .form-check-input {
  left: 1rem;
  top: 1rem;
  transform: none; }

.form-check-top-right .custom-control-input,
.form-check-top-right .custom-control-label,
.form-check-top-right .form-check-input {
  left: auto;
  right: 1rem;
  top: 1rem;
  transform: none; }

.card-page-item-header {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%; }

.card-page-item-directory {
  display: block;
  flex-basis: 200px;
  flex-grow: 1;
  min-width: 200px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  width: 100%; }

@media (min-width: 0) {
  .card-page-item-directory {
    min-width: 200px;
    padding-left: 12px;
    padding-right: 12px; } }

@media (min-width: 576px) {
  .card-page-item-directory {
    flex-basis: 50%;
    max-width: 50%; } }

@media (min-width: 768px) {
  .card-page-item-directory {
    flex-basis: 200px;
    max-width: 33.3333%; } }

@media (min-width: 992px) {
  .card-page-item-directory {
    max-width: 25%; } }

.card-page-item-asset {
  display: block;
  flex-basis: 200px;
  flex-grow: 1;
  min-width: 200px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  width: 100%; }

@media (min-width: 0) {
  .card-page-item-asset {
    min-width: 200px;
    padding-left: 12px;
    padding-right: 12px; } }

@media (min-width: 576px) {
  .card-page-item-asset {
    flex-basis: 50%;
    max-width: 50%; } }

@media (min-width: 768px) {
  .card-page-item-asset {
    flex-basis: 200px;
    max-width: 33.3333%; } }

@media (min-width: 992px) {
  .card-page-item-asset {
    max-width: 25%; } }

.card-type-asset .aspect-ratio {
  border-color: #e8e8ec;
  border-style: solid;
  border-width: 0 0 0.0625rem 0;
  padding-bottom: 56.25%; }

.card-type-asset .aspect-ratio .custom-control label,
.card-type-asset .aspect-ratio .form-check-label {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.card-type-asset .card-body {
  padding-top: 0.75rem; }

.card-type-asset .card-row {
  align-items: flex-start; }

.card-type-asset .card-type-asset-icon {
  width: 22.225%; }

.card-type-asset .card-type-asset-icon > .lexicon-icon {
  height: 100%;
  width: 100%; }

.card-type-asset .card-type-asset-icon > .sticker {
  /* border-radius: 50%; */
  display: block;
  font-size: 2vw;
  padding-bottom: 100%;
  width: 100%; }

.card-type-asset .card-type-asset-icon .sticker-overlay {
  /* border-radius: 50%; */ }

.card-type-asset .dropdown-action {
  margin-right: -0.5rem;
  margin-top: -0.1875rem; }

.image-card .aspect-ratio {
  background-image: linear-gradient(45deg, #e7e7ed 25%, transparent 25%), linear-gradient(-45deg, #e7e7ed 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #e7e7ed 75%), linear-gradient(-45deg, transparent 75%, #e7e7ed 75%);
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  background-size: 20px 20px; }

.file-card .card-type-asset-icon {
  color: #cdced9; }

.user-card .card-type-asset-icon {
  min-width: 2.5rem;
  width: 26%; }

.card-type-directory .dropdown-action {
  margin-right: -0.5rem; }

.card-type-directory .sticker {
  font-size: 1.125rem; }

.dropdown-header {
  font-size: 0.875rem;
  margin-top: 0.625rem;
  white-space: normal;
  word-wrap: break-word; }

.dropdown-header:first-child {
  margin-top: 0; }

.dropdown-subheader {
  color: #6B6C7E;
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: 0.625rem;
  padding-bottom: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.375rem;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word; }

.dropdown-subheader:first-child {
  margin-top: 0; }

.dropdown-caption {
  color: #6B6C7E;
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
  white-space: normal;
  word-wrap: break-word; }

.dropdown-item {
  overflow: hidden;
  position: relative;
  white-space: normal;
  word-wrap: break-word; }

.dropdown-item.active {
  font-weight: 600; }

.dropdown-item.active label {
  color: #272833; }

.dropdown-item.active .form-check-label {
  color: #272833;
  font-weight: 600; }

.dropdown-item.active .custom-control-label {
  font-weight: 600; }

.dropdown-item.disabled, .dropdown-item:disabled {
  cursor: not-allowed; }

.dropdown-item.disabled label,
.dropdown-item.disabled .form-check-label, .dropdown-item:disabled label,
.dropdown-item:disabled .form-check-label {
  color: #a7a9bb; }

.dropdown-item.disabled.btn-link, .dropdown-item.disabled.btn-unstyled, .dropdown-item:disabled.btn-link, .dropdown-item:disabled.btn-unstyled {
  opacity: 1; }

.dropdown-item.btn-link {
  line-height: 1.5;
  transition: none; }

.dropdown-item.btn-link:hover, .dropdown-item.btn-link:focus {
  text-decoration: none; }

.dropdown-item.btn-unstyled {
  font-weight: 400;
  padding: 0.5rem 1.25rem;
  transition: none; }

.dropdown-item .form-check {
  margin-bottom: 0; }

.dropdown-item .form-check-label {
  font-weight: 400; }

.dropdown-item .custom-control {
  margin-bottom: 0;
  margin-right: 0;
  min-height: 1.0625rem; }

.dropdown-item .custom-control-label {
  font-weight: 400; }

.dropdown-section {
  padding: 0.5rem 1.25rem; }

.dropdown-section .form-group + .form-group {
  margin-top: 1rem; }

.dropdown-menu {
  font-size: 0.875rem;
  max-height: 500px;
  max-width: 240px;
  min-height: 40px;
  overflow: auto; }

@media (max-width: 991.98px) {
  .dropdown-menu {
    max-height: 295px;
    max-width: 230px; } }

.dropdown-menu .alert {
  line-height: normal;
  margin: 0.5rem;
  padding: 0.375rem 1.25rem; }

.dropdown-menu .alert:first-child {
  margin-top: 0; }

.dropdown-menu .alert:last-child {
  margin-bottom: 0; }

.dropdown-menu .alert-fluid {
  margin-left: 0;
  margin-right: 0; }

.dropdown-menu .alert-fluid:first-child {
  margin-top: -0.375rem; }

.dropdown-menu .alert-fluid:last-child {
  margin-bottom: -0.375rem; }

.dropdown-menu .form-group {
  margin-bottom: 0; }

.dropdown-menu .inline-scroller {
  max-height: 200px; }

@media (max-width: 991.98px) {
  .dropdown-menu .inline-scroller {
    max-height: none; } }

.dropdown-menu > .list-unstyled {
  margin-bottom: 0; }

.dropdown-action {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle; }

.dropdown-action > .dropdown-toggle {
  align-items: center;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  height: 2rem;
  line-height: 2rem;
  width: 2rem;
  font-size: inherit;
  font-weight: inherit;
  justify-content: center;
  line-height: inherit;
  padding: 0;
  text-transform: inherit;
  vertical-align: baseline; }

.dropdown-action > .dropdown-toggle:disabled, .dropdown-action > .dropdown-toggle.disabled {
  cursor: not-allowed;
  opacity: 0.26; }

.dropdown-action > .dropdown-toggle .inline-item .lexicon-icon,
.dropdown-action > .dropdown-toggle .lexicon-icon {
  margin-top: 0; }

.dropdown-menu-indicator-start .dropdown-item-indicator {
  height: 1rem;
  left: 1.25rem;
  position: absolute;
  top: 0.5rem;
  width: 1rem; }

.dropdown-menu-indicator-start .dropdown-item-indicator-start {
  height: 1rem;
  left: 1.25rem;
  position: absolute;
  right: auto;
  top: 0.5rem;
  width: 1rem; }

.dropdown-menu-indicator-start .dropdown-header,
.dropdown-menu-indicator-start .dropdown-subheader,
.dropdown-menu-indicator-start .dropdown-caption,
.dropdown-menu-indicator-start .dropdown-item {
  padding-left: 3.25rem; }

.dropdown-menu-indicator-end .dropdown-item-indicator {
  position: absolute;
  right: 1.25rem;
  top: 0.5rem; }

.dropdown-menu-indicator-end .dropdown-item-indicator-end {
  left: auto;
  position: absolute;
  right: 1.25rem;
  top: 0.5rem; }

.dropdown-menu-indicator-end .dropdown-item {
  padding-right: 3.25rem; }

.dropdown-menu-top {
  bottom: 100% !important;
  left: 0 !important;
  margin-top: 0;
  margin-bottom: 0.125rem;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  will-change: auto !important; }

.dropdown-menu-top-right {
  bottom: 100% !important;
  left: auto !important;
  margin-top: 0;
  margin-bottom: 0.125rem;
  right: 0 !important;
  top: auto !important;
  transform: none !important;
  will-change: auto !important; }

.dropdown-menu-top-center {
  bottom: 100% !important;
  left: 50% !important;
  margin-top: 0;
  margin-bottom: 0.125rem;
  right: auto !important;
  top: auto !important;
  transform: translateX(-50%) !important;
  will-change: auto !important; }

.dropdown-menu-center {
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  top: 100% !important;
  transform: translateX(-50%) !important;
  will-change: auto !important; }

.dropdown-menu-left-side {
  bottom: auto !important;
  left: auto !important;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100% !important;
  top: 0 !important;
  transform: none !important;
  will-change: auto !important; }

.dropdown-menu-left-side-bottom {
  bottom: 0 !important;
  left: auto !important;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100% !important;
  top: auto !important;
  transform: none !important;
  will-change: auto !important; }

.dropdown-menu-left-side-middle {
  bottom: auto !important;
  left: auto !important;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100% !important;
  top: 50% !important;
  transform: translate(0, -50%) !important;
  will-change: auto !important; }

.dropdown-menu-right-side {
  bottom: auto !important;
  left: 100% !important;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto !important;
  top: 0 !important;
  transform: none !important;
  will-change: auto !important; }

.dropdown-menu-right-side-bottom {
  bottom: 0 !important;
  left: 100% !important;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  will-change: auto !important; }

.dropdown-menu-right-side-middle {
  bottom: auto !important;
  left: 100% !important;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto !important;
  top: 50% !important;
  transform: translate(0, -50%) !important;
  will-change: auto !important; }

.dropdown-full .dropdown-menu,
.dropdown-wide .dropdown-menu {
  max-width: none;
  width: 100%; }

@media (min-width: 768px) {
  .dropdown-full .dropdown-menu,
  .dropdown-wide .dropdown-menu {
    max-height: none;
    width: 100%; } }

.dropdown-full .dropdown-header ~ .dropdown-header,
.dropdown-wide .dropdown-header ~ .dropdown-header {
  margin-top: 20px; }

.dropdown-full .dropdown-menu > .row,
.dropdown-wide .dropdown-menu > .row {
  margin-left: 0;
  margin-right: 0;
  min-width: 500px; }

@media (min-width: 992px) {
  .dropdown-wide .dropdown-menu {
    min-width: 500px; } }

.nav-item.dropdown-full {
  position: static; }

@media (max-width: 991.98px) {
  .nav-item.dropdown-wide {
    position: static; } }

@media (max-width: 767.98px) {
  .navbar-nav .dropdown-menu-center {
    -ms-transform: none;
    transform: none; } }

.navbar-right .dropdown-menu-center {
  left: 50%;
  right: auto; }

[type="checkbox"] {
  cursor: pointer;
  height: 14px;
  width: 14px; }

[type="radio"] {
  cursor: pointer;
  height: 15px;
  width: 14px; }

fieldset {
  word-wrap: break-word; }

@-moz-document url-prefix() {
  fieldset {
    display: table-cell; } }

label {
  color: #272833;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  max-width: 100%;
  word-wrap: break-word; }

label[for] {
  cursor: pointer; }

label + .form-text {
  margin-bottom: 0.25rem;
  margin-top: 0; }

label .reference-mark {
  color: #B95000;
  font-size: 6px; }

.form-group {
  position: relative; }

@media (max-width: 767.98px) {
  .form-group {
    margin-bottom: 1rem; } }

.form-control {
  background-clip: border-box;
  border-color: #e7e7ed;
  border-style: solid;
  border-bottom-width: 0.0625rem;
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
  border-top-width: 0.0625rem;
  height: 2.5rem;
  min-width: 0;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem; }

@media (max-width: 767.98px) {
  .form-control {
    font-size: 1rem; } }

.form-control.focus {
  background-color: #f0f5ff;
  border-color: #80acff;
  box-shadow: none;
  color: #272833;
  outline: 0; }

.form-control[type="range"] {
  background-color: transparent;
  border-color: transparent; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form-control:not([type="range"]) {
    -webkit-appearance: none; } }

.form-control::-ms-clear, .form-control::-ms-reveal {
  display: none;
  height: 0;
  width: 0; }

.form-control .label {
  border-width: 0.0625rem;
  font-size: 0.75rem;
  height: auto;
  min-height: 1.5rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.3125rem;
  text-transform: none; }

.form-control .label .inline-item .lexicon-icon {
  height: 1em;
  width: 1em; }

.form-control .label .label-item {
  margin-bottom: -0.0625rem;
  margin-top: -0.0625rem; }

.form-control .label .label-item .lexicon-icon {
  height: 1em;
  width: 1em; }

.form-control .label .sticker {
  height: 0.875rem;
  line-height: 0.875rem;
  width: 0.875rem; }

.form-control-plaintext {
  background-clip: border-box;
  border-bottom-width: 0.0625rem;
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
  border-top-width: 0.0625rem;
  height: 2.5rem;
  min-width: 0;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-overflow: ellipsis; }

@media (max-width: 767.98px) {
  .form-control-plaintext {
    font-size: 1rem; } }

.form-control-hidden {
  left: 0;
  opacity: 0;
  position: absolute;
  z-index: -1; }

div.form-control {
  height: auto;
  min-height: 2.5rem; }

div.form-control-lg, .input-group-lg > div.form-control,
.input-group-lg > .input-group-prepend > div.input-group-text,
.input-group-lg > .input-group-append > div.input-group-text,
.input-group-lg > .input-group-prepend > div.btn,
.input-group-lg > .input-group-append > div.btn {
  min-height: 3rem; }

div.form-control-sm, .input-group-sm > div.form-control,
.input-group-sm > .input-group-prepend > div.input-group-text,
.input-group-sm > .input-group-append > div.input-group-text,
.input-group-sm > .input-group-prepend > div.btn,
.input-group-sm > .input-group-append > div.btn {
  min-height: 2rem; }

.form-control-tag-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem; }

.form-control-inset {
  background-color: transparent;
  border-width: 0;
  color: #272833;
  flex-grow: 1;
  margin-bottom: 0.125rem;
  margin-top: 0.125rem;
  min-height: 1.5rem;
  padding: 0; }

.form-control-inset:focus {
  outline: 0; }

.form-control[multiple],
.form-control[size] {
  height: auto; }

select.form-control {
  cursor: pointer; }

select.form-control option {
  cursor: pointer; }

select.form-control:not([multiple]):not([size]) {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M347.913%20199.336l-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664zM165.236%20312.664l81.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%236B6C7E'/%3E%3C/svg%3E");
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  background-size: 1.5em auto;
  padding-right: 2em; }

select.form-control:not([multiple]):not([size])::-ms-expand {
  display: none; }

select.form-control:not([multiple]):not([size]):focus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M347.913%20199.336l-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664zM165.236%20312.664l81.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%236B6C7E'/%3E%3C/svg%3E"); }

select.form-control:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M347.913%20199.336l-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664zM165.236%20312.664l81.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%23a7a9bc'/%3E%3C/svg%3E"); }

textarea.form-control {
  height: 150px; }

textarea.form-control-plaintext {
  height: 150px; }

.form-control-file {
  cursor: pointer; }

.form-control-file::-webkit-file-upload-button {
  cursor: pointer; }

.form-check-label {
  cursor: pointer;
  display: inline;
  position: relative; }

.form-check-input {
  position: static; }

.form-check-input:disabled {
  cursor: not-allowed; }

.form-check-input:disabled + .form-check-label-text {
  color: #a7a9bc;
  cursor: not-allowed; }

.form-check-label-text {
  margin-left: -0.1875rem;
  padding-left: 0.5rem; }

fieldset[disabled] label,
label.disabled {
  color: #a7a9bc;
  cursor: not-allowed; }

fieldset[disabled] label .form-control {
  font-weight: normal;
  opacity: 1; }

fieldset[disabled] .form-control, .form-control[disabled] {
  border-color: #F1F2F5;
  color: #a7a9bc;
  cursor: not-allowed; }

fieldset[disabled] .form-control::placeholder, .form-control[disabled]::placeholder {
  color: #a7a9bc; }

@media (-webkit-min-device-pixel-ratio: 0) {
  .form-control[disabled] > option {
    color: #a7a9bc; } }

.form-control-file:disabled {
  cursor: not-allowed; }

.form-control-file:disabled::-webkit-file-upload-button {
  cursor: not-allowed; }

.form-control[readonly] {
  background-color: #e7e7ed; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: 3rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: 2rem;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem; }

.form-group-autofit {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem; }

@media (min-width: 576px) {
  .form-group-autofit {
    flex-direction: row;
    width: 100%; } }

.form-group-autofit label {
  align-self: flex-start; }

.form-group-autofit .form-group-item {
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 1;
  min-width: 25px;
  position: relative;
  width: 100%; }

.form-group-autofit .form-group-item:not(:last-child) {
  margin-bottom: 1.5rem; }

@media (max-width: 575.98px) {
  .form-group-autofit .form-group-item:not(:last-child) {
    margin-bottom: 1rem; } }

@media (min-width: 576px) {
  .form-group-autofit > .form-group-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 12px; } }

.form-group-autofit .form-group-item-shrink {
  flex-shrink: 0;
  max-width: 100%;
  width: auto; }

@media (max-width: 575.98px) {
  .form-group-autofit .form-group-item-label:not(:last-child) {
    margin-bottom: 0; } }

@media (min-width: 576px) {
  .form-group-item-label {
    justify-content: center;
    min-height: 2.5rem; }
  .form-group-item-label > label {
    margin-bottom: 0;
    max-width: 12.5rem; } }

@media (min-width: 576px) {
  .form-group-item-label-spacer {
    margin-top: 1.5625rem; } }

.component-link {
  color: #6B6C7E; }

.component-link:hover {
  color: #484955; }

.single-link {
  font-weight: 600; }

.link-primary {
  color: #0B5FFF; }

.link-primary:hover {
  color: #0041be; }

.link-secondary {
  color: #6B6C7E; }

.link-secondary:hover {
  color: #272833; }

button.link-outline {
  cursor: pointer; }

.link-outline {
  align-items: center;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.15;
  padding-bottom: 0.4375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.4375rem;
  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;
  vertical-align: middle; }

.link-outline:hover {
  text-decoration: none; }

.link-outline .inline-item .lexicon-icon,
.link-outline .lexicon-icon {
  margin-top: 0; }

.link-outline-primary {
  border-color: #0B5FFF;
  color: #0B5FFF; }

.link-outline-primary:hover {
  background-color: #f0f5ff;
  color: #0B5FFF; }

button.link-outline-primary:focus {
  box-shadow: 0 0 0 2px rgba(0, 83, 240, 0.25);
  outline: 0; }

.show > .link-outline-primary, .link-outline-primary:active, .link-outline-primary.active {
  background-color: #e6edf8;
  color: #0B5FFF; }

.link-outline-primary:disabled, .link-outline-primary.disabled {
  background-color: transparent;
  color: #0B5FFF;
  cursor: not-allowed;
  opacity: 0.26; }

.link-outline-secondary {
  border-color: #cdced9;
  color: #6B6C7E; }

.link-outline-secondary:hover {
  background-color: rgba(39, 40, 51, 0.03);
  color: #272833; }

button.link-outline-secondary:focus {
  box-shadow: 0 0 0 2px rgba(205, 206, 217, 0.5);
  outline: 0; }

.show > .link-outline-secondary, .link-outline-secondary:active, .link-outline-secondary.active {
  background-color: rgba(39, 40, 51, 0.06);
  color: #272833; }

.link-outline-secondary:disabled, .link-outline-secondary.disabled {
  background-color: transparent;
  color: #6B6C7E;
  cursor: not-allowed;
  opacity: 0.26; }

.link-outline-borderless {
  border-color: transparent; }

.link-monospaced, .component-action {
  align-items: center;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
  width: 2rem; }

.link-monospaced .inline-item .lexicon-icon, .component-action .inline-item .lexicon-icon,
.link-monospaced .lexicon-icon,
.component-action .lexicon-icon {
  margin-top: 0; }

.component-title {
  color: #272833;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: calc((2rem - (1em * 1.25)) / 2);
  margin-top: calc((2rem - (1em * 1.25)) / 2); }

.component-title a {
  color: #272833; }

.component-title a:hover {
  color: #060608; }

.component-subtitle {
  color: #6B6C7E;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 0; }

.component-subtitle a {
  color: #6B6C7E; }

.component-subtitle a:hover {
  color: #272833; }

.component-action {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0.25rem;
  color: #6B6C7E;
  font-size: 1rem;
  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; }

.component-action:hover {
  background-color: rgba(39, 40, 51, 0.03);
  color: #272833; }

button.component-action:focus {
  box-shadow: 0 0 0 2px rgba(205, 206, 217, 0.5);
  outline: 0; }

.show > .component-action, .component-action:active, .component-action.active {
  background-color: rgba(39, 40, 51, 0.06);
  color: #272833; }

.component-action:disabled, .component-action.disabled {
  background-color: transparent;
  color: #6B6C7E;
  cursor: not-allowed;
  opacity: 0.26; }

.form-file {
  display: flex;
  position: relative; }

.form-file-input {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 10; }

.form-file-input::-webkit-file-upload-button {
  cursor: pointer; }

.form-file-input:focus + .input-group {
  border-radius: 1px;
  box-shadow: 0 0 0 0.075rem #FFF, 0 0 0 0.2rem rgba(11, 95, 255, 0.25); }

.form-file-input:disabled {
  cursor: not-allowed; }

.form-file-input:disabled::-webkit-file-upload-button {
  cursor: not-allowed; }

.custom-control label {
  cursor: pointer;
  font-size: 1rem; }

.custom-control-label {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  position: static; }

label.custom-control-label {
  font-size: 0.875rem; }

.custom-control-label-text {
  padding-left: 0.5rem; }

.custom-control-label::before {
  border-color: #cdced9;
  border-style: solid;
  border-width: 0.0625rem;
  font-size: 1.0625rem;
  left: 0; }

.custom-control-label::after {
  left: 0; }

.custom-control-input {
  cursor: pointer; }

.custom-control-input:active ~ .custom-control-label::before {
  border-color: #cdced9; }

.custom-control-input:active:checked ~ .custom-control-label::before {
  background-color: #0B5FFF;
  border-color: #0B5FFF; }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #0B5FFF; }

.custom-control-input:disabled {
  cursor: not-allowed; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #F1F2F5;
  border-color: #F1F2F5;
  box-shadow: none; }

.custom-control-input:disabled ~ .custom-control-label {
  cursor: not-allowed; }

.custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #b3cdff;
  border-color: #b3cdff; }

.custom-control .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #F1F2F5, 0 0 0 2px #80acff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 60%; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #0B5FFF;
  border-color: #0B5FFF; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-size: 53%; }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #b3cdff;
  border-color: #b3cdff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 65%; }

.custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #F1F2F5; }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: #b3cdff; }

.custom-control {
  padding-left: 0; }

.custom-control label {
  display: inline;
  margin-bottom: 0; }

.custom-control-input {
  height: 1.0625rem;
  left: 0;
  top: 0.21875rem;
  width: 1.0625rem;
  z-index: 0; }

.custom-control-label::before {
  display: block;
  float: left;
  position: relative; }

.custom-control-inline {
  margin-right: 0; }

.custom-control-inline + .custom-control-inline {
  margin-left: 1rem; }

.invalid-feedback,
.valid-feedback {
  font-size: 0.875rem; }

.form-feedback-group {
  width: 100%;
  word-wrap: break-word; }

.form-feedback-item {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  word-wrap: break-word; }

.form-feedback-indicator {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem; }

.form-feedback-indicator:first-child {
  margin-left: 0; }

.form-text {
  color: #6B6C7E;
  font-size: 0.875rem;
  word-wrap: break-word; }

.was-validated .form-control:valid,
.was-validated .form-control.is-valid {
  background-color: #edf9f0;
  border-color: #5aca76;
  box-shadow: none;
  color: #272833; }

.was-validated .form-control:valid:focus,
.was-validated .form-control.is-valid:focus {
  box-shadow: none; }

.was-validated .form-control:invalid,
.was-validated .form-control.is-invalid {
  background-color: #feefef;
  border-color: #f48989;
  box-shadow: none;
  color: #272833; }

.was-validated .form-control:invalid:focus,
.was-validated .form-control.is-invalid:focus {
  box-shadow: none; }

.has-error .custom-control-label,
.has-error .form-check-label {
  color: #DA1414; }

.has-error .form-control {
  background-color: #feefef;
  border-color: #f48989;
  box-shadow: none;
  color: #272833; }

.has-error .form-control:focus {
  box-shadow: none; }

.has-error .form-feedback-item {
  color: #DA1414; }

.has-error select.form-control:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M347.913%20199.336l-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664zM165.236%20312.664l81.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%23f48989'/%3E%3C/svg%3E"); }

.has-error .input-group-inset-item {
  background-color: #feefef;
  border-color: #f48989;
  box-shadow: none; }

.has-error .form-control:focus ~ .input-group-inset-item {
  background-color: #feefef;
  border-color: #f48989;
  box-shadow: none; }

.has-warning .custom-control-label,
.has-warning .form-check-label {
  color: #B95000; }

.has-warning .form-control {
  background-color: #fff4ec;
  border-color: #ff8f39;
  box-shadow: none;
  color: #272833; }

.has-warning .form-control:focus {
  box-shadow: none; }

.has-warning .form-feedback-item {
  color: #B95000; }

.has-warning select.form-control:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M347.913%20199.336l-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664zM165.236%20312.664l81.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%23ff8f39'/%3E%3C/svg%3E"); }

.has-warning .input-group-inset-item {
  background-color: #fff4ec;
  border-color: #ff8f39;
  box-shadow: none; }

.has-warning .form-control:focus ~ .input-group-inset-item {
  background-color: #fff4ec;
  border-color: #ff8f39;
  box-shadow: none; }

.has-success .custom-control-label,
.has-success .form-check-label {
  color: #287D3D; }

.has-success .form-control {
  background-color: #edf9f0;
  border-color: #5aca76;
  box-shadow: none;
  color: #272833; }

.has-success .form-control:focus {
  box-shadow: none; }

.has-success .form-feedback-item {
  color: #287D3D; }

.has-success select.form-control:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M347.913%20199.336l-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664zM165.236%20312.664l81.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%235aca76'/%3E%3C/svg%3E"); }

.has-success .input-group-inset-item {
  background-color: #edf9f0;
  border-color: #5aca76;
  box-shadow: none; }

.has-success .form-control:focus ~ .input-group-inset-item {
  background-color: #edf9f0;
  border-color: #5aca76;
  box-shadow: none; }

.lexicon-icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  margin-top: -3px;
  vertical-align: middle;
  width: 1em; }

.lexicon-icon-sm {
  font-size: 0.5rem; }

.lexicon-icon-lg {
  font-size: 2rem; }

.lexicon-icon-xl {
  font-size: 8rem; }

.order-arrow-down-active .order-arrow-arrow-down {
  fill: #a7a9bc; }

.order-arrow-up-active .order-arrow-arrow-up {
  fill: #a7a9bc; }

a.collapse-icon {
  padding-right: 2.28125rem; }

.collapse-icon-closed .lexicon-icon,
.collapse-icon-open .lexicon-icon {
  display: block; }

.collapse-icon .collapse-icon-closed,
.collapse-icon .collapse-icon-open {
  height: 1em;
  position: absolute;
  right: 0.9375rem;
  top: calc(0.625rem + 0.0625rem + (((0.9375em * 1.5) - 1em) / 2));
  width: 1em; }

.collapse-icon .collapse-icon-closed .lexicon-icon,
.collapse-icon .collapse-icon-open .lexicon-icon {
  margin-top: 0; }

.collapse-icon .collapse-icon-closed {
  display: none; }

.collapse-icon .collapse-icon-open {
  display: inline-block; }

.collapsed .collapse-icon-closed {
  display: inline-block; }

.collapsed .collapse-icon-open {
  display: none; }

.collapse-icon.collapse-icon-middle .collapse-icon-closed,
.collapse-icon.collapse-icon-middle .collapse-icon-open {
  margin-top: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.input-group .btn:hover {
  z-index: 3; }

.input-group .btn:focus,
.input-group .form-control:focus {
  z-index: 4; }

.input-group .btn-unstyled {
  color: inherit; }

.input-group-item {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  margin-left: 0.5rem;
  width: 1%;
  word-wrap: break-word; }

.input-group-item:first-child {
  margin-left: 0; }

.input-group-item > .btn {
  align-self: flex-start; }

.input-group-item-shrink {
  flex-grow: 0;
  width: auto; }

.input-group-prepend {
  align-items: stretch;
  margin-right: -0.0625rem; }

.input-group-prepend + .input-group-prepend,
.input-group-prepend + .input-group-append,
.input-group-prepend + .input-group-item:not(.input-group-append) {
  margin-left: 0; }

.input-group-prepend + .input-group-item:not(.input-group-append) .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .input-group-prepend:not(:first-child) > .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .input-group-prepend > .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-item:not(.input-group-prepend) + .input-group-prepend .btn {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.input-group-item:not(.input-group-prepend) + .input-group-prepend .form-control,
.input-group-item:not(.input-group-prepend) + .input-group-prepend .input-group-text {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.input-group-append {
  align-items: stretch;
  margin-left: -0.0625rem; }

.input-group > .input-group-append > .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .input-group-prepend > .form-file .btn,
.input-group > .input-group-append:not(:last-child) > .form-file .btn,
.input-group > .input-group-append:last-child > .form-file:not(:last-child) .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .form-file .btn,
.input-group > .input-group-prepend:not(:first-child) > .form-file .btn,
.input-group > .input-group-prepend:first-child > .form-file:not(:first-child) .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-text {
  align-items: center;
  border-bottom-width: 0.0625rem;
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
  border-top-width: 0.0625rem;
  color: #6B6C7E;
  display: flex;
  font-weight: 600;
  height: 2.5rem;
  justify-content: center;
  min-width: 2.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.input-group-text label {
  color: #6B6C7E; }

.input-group-text .custom-control,
.input-group-text .form-check {
  margin-bottom: 0; }

.input-group-text-secondary {
  background-color: #FFF;
  border-color: #cdced9;
  border-width: 0.0625rem;
  color: #6B6C7E;
  z-index: 2; }

.input-group-text-secondary label {
  color: #6B6C7E; }

.input-group-item.focus {
  border-radius: 0.25rem;
  box-shadow: none; }

.input-group-item.focus .form-control,
.input-group-item.focus .form-control[readonly] ~ .input-group-inset-item,
.input-group-item.focus .input-group-inset-item {
  background-color: #f0f5ff;
  border-color: #80acff; }

.input-group-inset {
  flex-grow: 1;
  order: 5;
  width: 1%; }

.input-group-inset[readonly] ~ .input-group-inset-item {
  background-color: #e7e7ed; }

.input-group-inset:focus {
  box-shadow: none; }

.input-group-inset:focus ~ .input-group-inset-item {
  background-color: #f0f5ff;
  border-color: #80acff; }

.input-group-inset:disabled ~ .input-group-inset-item {
  background-color: #F1F2F5;
  border-color: #F1F2F5; }

.input-group-inset ~ .form-feedback-group {
  order: 13; }

.input-group-inset-item {
  align-items: center;
  background-color: #F1F2F5;
  border-bottom-width: 0.0625rem;
  border-color: #e7e7ed;
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
  border-style: solid;
  border-top-width: 0.0625rem;
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.input-group-inset-item .btn {
  height: 75%;
  line-height: 1;
  padding-bottom: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0; }

.input-group-inset-item .form-file {
  height: 75%; }

.input-group-inset-item .form-file .btn {
  height: 100%; }

.input-group-item .input-group-inset-before.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-left-width: 0;
  padding-left: 0; }

.input-group-inset-item-before {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-right-width: 0; }

.input-group-inset-item-before {
  color: #6B6C7E;
  order: 3; }

.input-group-item .input-group-inset-after.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
  padding-right: 0; }

.input-group-inset-item-after {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-left-width: 0;
  color: #6B6C7E;
  order: 9; }

@media (max-width: 575.98px) {
  .input-group-stacked-sm-down .input-group-item {
    margin-bottom: 0.5rem;
    margin-left: 0;
    width: 100%; }
  .input-group-stacked-sm-down .input-group-item-shrink {
    margin-right: 0.5rem;
    width: auto; } }

.input-group-lg .input-group-item .btn {
  font-size: 1.125rem; }

.input-group-lg .input-group-item .btn .inline-item {
  font-size: 1.125rem; }

.input-group-lg .input-group-item .btn .btn-section {
  font-size: 0.8125rem; }

.input-group-lg .input-group-item .btn-monospaced {
  height: 3rem;
  padding-bottom: 0.375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.375rem;
  width: 3rem; }

.input-group-lg .input-group-item .form-control,
.input-group-lg .input-group-item .form-file .btn {
  font-size: 1.125rem;
  height: 3rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem; }

.input-group-lg .input-group-item .form-control-plaintext {
  font-size: 1.125rem;
  height: 3rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.input-group-lg .input-group-item .input-group-text {
  font-size: 1.125rem;
  height: 3rem;
  min-width: 3rem;
  padding-left: 1rem;
  padding-right: 1rem; }

.input-group-lg .input-group-inset-item .form-file {
  height: 75%; }

.input-group-lg .input-group-inset-item .form-file .btn {
  height: 100%;
  padding-bottom: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0; }

.input-group-sm .input-group-item .btn {
  font-size: 0.875rem; }

.input-group-sm .input-group-item .btn .btn-section {
  font-size: 0.5625rem; }

.input-group-sm .input-group-item .btn-monospaced {
  height: 2rem;
  padding-bottom: 0.1875rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.1875rem;
  width: 2rem; }

.input-group-sm .input-group-item .form-control,
.input-group-sm .input-group-item .form-file .btn {
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem; }

.input-group-sm .input-group-item .form-control-plaintext {
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem; }

.input-group-sm .input-group-item .input-group-text {
  font-size: 0.875rem;
  height: 2rem;
  min-width: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.input-group-sm .input-group-inset-item .form-file {
  height: 75%; }

.input-group-sm .input-group-inset-item .form-file .btn {
  height: 100%;
  padding-bottom: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0; }

.input-group-password .form-control[type="text"] ~ .input-group-inset-item .input-password-label {
  display: none; }

.input-group-password .form-control[type="password"] ~ .input-group-inset-item .input-text-label {
  display: none; }

.list-group {
  border-radius: 0.25rem;
  color: #6B6C7E;
  font-size: 0.875rem;
  margin-bottom: 1.5rem; }

.list-group-bordered .list-group-item-flex {
  padding: 0; }

.list-group-bordered .list-group-item-flex.active .autofit-col {
  border-color: rgba(220, 220, 220, 0.5); }

.list-group-bordered .autofit-col {
  border-left: 1px solid rgba(220, 220, 220, 0.5);
  border-right: 1px solid rgba(220, 220, 220, 0.5);
  margin-left: -1px;
  padding: 1rem 1rem; }

.list-group-bordered .autofit-col:first-child, .list-group-bordered .autofit-col:last-child {
  border-left-width: 0;
  border-right-width: 0;
  margin-left: 0; }

.list-group-header {
  align-items: center;
  background-color: #f7f8f9;
  border: 1px solid rgba(220, 220, 220, 0.5);
  display: flex;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 0.5rem 1rem; }

.list-group-header:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.list-group-header:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.list-group-header-title {
  color: #6B6C7E;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: uppercase; }

.list-group-title {
  color: #272833;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 0;
  margin-top: -0.25rem; }

.list-group-title a {
  color: #272833; }

.list-group-title a:hover {
  color: #272833; }

.list-group-subtitle {
  color: #6B6C7E;
  margin-bottom: 0; }

.list-group-subtitle a {
  color: #6B6C7E; }

.list-group-subtitle a:hover {
  color: #272833; }

.list-group-text {
  color: #272833;
  line-height: 1.45;
  margin-bottom: 0; }

.list-group-text a {
  color: #272833; }

.list-group-text a:hover {
  color: #272833; }

.list-group-subtext {
  color: #6B6C7E;
  line-height: 1.45;
  margin-bottom: 0; }

.list-group-subtext a {
  color: #6B6C7E; }

.list-group-subtext a:hover {
  color: #272833; }

.show-dropdown-action-on-active .list-group-item.active .dropdown-action .dropdown-menu {
  background-color: #f0f5ff; }

.show-dropdown-action-on-active .list-group-item.active .dropdown-action .dropdown-item {
  color: #272833; }

.list-group-item.active:focus, .list-group-item.active.focus {
  z-index: 2; }

.list-group-item.active .dropdown-action .dropdown-toggle,
.list-group-item.active .list-group-link {
  color: #272833; }

.list-group-item.active .list-group-title,
.list-group-item.active a.list-group-title,
.list-group-item.active .list-group-title a {
  color: #272833; }

.list-group-item.active .list-group-text,
.list-group-item.active a.list-group-text,
.list-group-item.active .list-group-text a {
  color: #272833; }

.list-group-item.active .list-group-subtext,
.list-group-item.active a.list-group-subtext,
.list-group-item.active .list-group-subtext a {
  color: #6B6C7E; }

.list-group-item.active .list-group-link {
  color: #272833; }

.list-group-item-flex {
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.list-group-item-flex .autofit-col {
  justify-content: flex-start;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.list-group-item-flex .autofit-col .custom-control:only-child {
  margin-bottom: 0;
  margin-top: 0.0625rem; }

.list-group-item-flex .autofit-col .custom-control:only-child .custom-control-input,
.list-group-item-flex .autofit-col .custom-control:only-child .custom-control-label::before,
.list-group-item-flex .autofit-col .custom-control:only-child .custom-control-label::after {
  margin-top: 0.1875rem; }

.list-group-item-flex .autofit-col .form-check:only-child {
  margin-bottom: 0;
  margin-top: 0.0625rem;
  padding-top: 0.1875rem; }

.list-group-item-flex .autofit-col .sticker:only-child {
  margin-top: 0.0625rem; }

.list-group-item-flex .autofit-col .list-group-title:only-child {
  align-items: center;
  display: flex;
  height: 32px;
  margin-top: 0; }

.list-group-item-flex .autofit-col .dropdown-action {
  margin-top: 0.0625rem; }

.list-group-item-flex .autofit-col .quick-action-item {
  margin-top: 0.0625rem; }

.list-group-item-action:focus {
  z-index: 1; }

.list-group-link {
  color: #272833; }

.list-group-link:hover, .list-group-link:focus {
  color: #272833; }

.sidebar-list-group .list-group-item {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0; }

.sidebar-list-group .list-group-item > .autofit-col:first-child {
  padding-left: 0; }

.sidebar-list-group .list-group-item > .autofit-col:last-child {
  padding-right: 0; }

.show-quick-actions-on-hover .list-group-item:not(.active):hover .quick-action-menu {
  display: flex; }

.show-quick-actions-on-hover .focus:not(.active) .quick-action-menu {
  display: flex; }

.list-group .quick-action-menu {
  align-items: flex-start;
  background-color: #fff;
  margin-bottom: -1rem;
  margin-top: -1rem;
  padding-bottom: 1rem;
  padding-top: 1rem; }

.list-group-bordered .quick-action-menu {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 1rem;
  padding-top: 1rem; }

.list-group-item-flex.active .quick-action-menu {
  background-color: #f0f5ff; }

.list-group-item-flex.active .quick-action-item {
  color: #272833; }

.list-group-notification.list-group-bordered .quick-action-menu {
  margin-bottom: 0.0625rem;
  margin-top: 0.0625rem; }

.list-group-notification .list-group-item {
  border-width: 0;
  background-color: #fff;
  box-shadow: inset 0.0625rem 0 rgba(220, 220, 220, 0.5), inset -0.0625rem 0 rgba(220, 220, 220, 0.5), inset 0 0.0625rem rgba(220, 220, 220, 0.5), inset 0 -0.0625rem rgba(220, 220, 220, 0.5); }

.list-group-notification .list-group-item.active {
  background-color: #f0f5ff;
  box-shadow: inset 0.0625rem 0 rgba(220, 220, 220, 0.5), inset -0.0625rem 0 rgba(220, 220, 220, 0.5), inset 0 0.0625rem rgba(220, 220, 220, 0.5), inset 0 -0.0625rem rgba(220, 220, 220, 0.5); }

.list-group-notification .list-group-item-primary {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: inset 0.5rem 0 #80acff, inset -0.0625rem 0 rgba(220, 220, 220, 0.5), inset 0 0.0625rem rgba(220, 220, 220, 0.5), inset 0 -0.0625rem rgba(220, 220, 220, 0.5); }

.list-group-notification .list-group-item-primary.active {
  background-color: #f0f5ff;
  box-shadow: inset 0.5rem 0 #80acff, inset -0.0625rem 0 rgba(220, 220, 220, 0.5), inset 0 0.0625rem rgba(220, 220, 220, 0.5), inset 0 -0.0625rem rgba(220, 220, 220, 0.5); }

.list-group-notification .quick-action-menu {
  margin-bottom: -0.9375rem;
  margin-top: -0.9375rem; }

.list-group-notification .autofit-col .quick-action-item {
  margin-top: 0rem; }

.modal-content {
  overflow: hidden; }

.modal-header {
  align-items: center;
  border-color: #e7e7ed;
  flex-shrink: 0;
  height: 4rem;
  padding-bottom: 0;
  padding-top: 0; }

.modal-header .close {
  margin: 0;
  padding: 0; }

.modal-body.inline-scroller {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  padding: 1.5rem; }

.modal-body-flush {
  padding: 0; }

.modal-footer {
  flex-shrink: 0;
  flex-wrap: wrap;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem; }

.modal-item-first,
.modal-item,
.modal-item-last {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem; }

.modal-item-first {
  margin-right: auto; }

.modal-item {
  flex-grow: 1; }

.modal-footer > .modal-item-first {
  margin-right: auto; }

.modal-title {
  font-size: 1.25rem;
  font-weight: 700;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.modal-title-indicator {
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 0.5rem;
  margin-top: -0.2em;
  vertical-align: middle; }

.modal .close:first-child {
  margin-left: -0.3125rem; }

.modal .close:last-child {
  margin-right: -0.3125rem; }

.close + .modal-title {
  margin-left: 0.3125rem; }

.modal-title + .close {
  margin-right: 0.3125rem; }

.modal-body-iframe {
  height: 160px;
  padding: 0; }

.modal-body-iframe iframe {
  border-width: 0;
  height: 100%;
  position: absolute;
  width: 100%; }

.modal-full-screen {
  bottom: 48px;
  left: 48px;
  margin: 0;
  max-width: none;
  position: absolute;
  right: 48px;
  top: 48px; }

@media (max-width: 767.98px) {
  .modal-full-screen {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; } }

.modal-full-screen .modal-content {
  border-color: transparent;
  border-radius: 0.375rem;
  border-width: 1px;
  height: 100%; }

@media (max-width: 767.98px) {
  .modal-full-screen .modal-content {
    border-radius: 0;
    border-width: 0; } }

.modal-full-screen .modal-body {
  overflow: auto; }

@media (max-width: 767.98px) {
  .modal-full-screen-sm-down {
    bottom: 0;
    left: 0;
    margin: 0;
    max-width: none;
    position: absolute;
    right: 0;
    top: 0; }
  .modal-full-screen-sm-down .modal-body {
    overflow: auto; }
  .modal-full-screen-sm-down .modal-content {
    border-radius: 0;
    border-width: 0;
    height: 100%; } }

.modal-success .btn-monospaced {
  color: #287D3D; }

.modal-success .close {
  color: #287D3D; }

.modal-success .close:hover {
  color: inherit; }

.modal-success .close:focus {
  color: inherit; }

.modal-success .close:disabled, .modal-success .close.disabled {
  color: inherit; }

.modal-success .modal-header {
  background-color: #edf9f0;
  border-color: #5aca76;
  color: #287D3D; }

.modal-info .btn-monospaced {
  color: #2E5AAC; }

.modal-info .close {
  color: #2E5AAC; }

.modal-info .close:hover {
  color: inherit; }

.modal-info .close:focus {
  color: inherit; }

.modal-info .close:disabled, .modal-info .close.disabled {
  color: inherit; }

.modal-info .modal-header {
  background-color: #eef2fa;
  border-color: #89a7e0;
  color: #2E5AAC; }

.modal-warning .btn-monospaced {
  color: #B95000; }

.modal-warning .close {
  color: #B95000; }

.modal-warning .close:hover {
  color: inherit; }

.modal-warning .close:focus {
  color: inherit; }

.modal-warning .close:disabled, .modal-warning .close.disabled {
  color: inherit; }

.modal-warning .modal-header {
  background-color: #fff4ec;
  border-color: #ff8f39;
  color: #B95000; }

.modal-danger .btn-monospaced {
  color: #DA1414; }

.modal-danger .close {
  color: #DA1414; }

.modal-danger .close:hover {
  color: inherit; }

.modal-danger .close:focus {
  color: inherit; }

.modal-danger .close:disabled, .modal-danger .close.disabled {
  color: inherit; }

.modal-danger .modal-header {
  background-color: #feefef;
  border-color: #f48989;
  color: #DA1414; }

.multi-step-nav {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 15px;
  padding: 0 15px;
  position: relative; }

.multi-step-indicator-label-bottom .multi-step-item {
  padding-bottom: 1.3125rem; }

.multi-step-indicator-label-bottom .multi-step-indicator-label {
  top: 2rem; }

.multi-step-indicator-label-top .multi-step-item {
  padding-top: 1.3125rem; }

.multi-step-indicator-label-top .multi-step-indicator-label {
  bottom: 2.25rem; }

.multi-step-title-center .multi-step-title {
  margin-left: 1rem;
  max-width: 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  transform: translateX(-50%);
  white-space: nowrap;
  width: auto; }

.multi-step-item {
  margin-bottom: 10px;
  position: relative; }

.multi-step-item.active .multi-step-icon {
  background-color: #0B5FFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.875rem;
  color: #FFF; }

.multi-step-item.active .multi-step-divider {
  background-color: #e9ecef; }

.multi-step-item.active.complete .multi-step-icon {
  background-color: #0B5FFF;
  color: #FFF; }

.multi-step-item.complete .dropdown .multi-step-icon, .multi-step-item.complete .dropdown .multi-step-icon:active {
  background-image: none; }

.multi-step-item.complete .multi-step-icon {
  background-color: #6B6C7E;
  color: #FFF;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M502.091%2060.993c-9.909-9.91-25.962-9.91-35.843%200L129.26%20397.981%2045.752%20314.53c-9.881-9.909-25.962-9.909-35.843%200-9.909%209.909-9.909%2025.962%200%2035.843l98.257%2098.257c2.608%202.608%205.679%204.433%208.924%205.679%204.028%202.464%208.403%204.115%2012.952%204.115%206.49%200%2012.981-2.464%2017.936-7.418L502.09%2096.865c9.909-9.909%209.909-25.962%200-35.871v-.001z'%20fill='%23FFF'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.875rem; }

.multi-step-item.complete .multi-step-icon[data-multi-step-icon]:before {
  content: normal; }

.multi-step-item.complete .multi-step-icon:active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M502.091%2060.993c-9.909-9.91-25.962-9.91-35.843%200L129.26%20397.981%2045.752%20314.53c-9.881-9.909-25.962-9.909-35.843%200-9.909%209.909-9.909%2025.962%200%2035.843l98.257%2098.257c2.608%202.608%205.679%204.433%208.924%205.679%204.028%202.464%208.403%204.115%2012.952%204.115%206.49%200%2012.981-2.464%2017.936-7.418L502.09%2096.865c9.909-9.909%209.909-25.962%200-35.871v-.001z'%20fill='%23FFF'/%3E%3C/svg%3E"); }

.multi-step-item.complete .multi-step-divider {
  background-color: #6B6C7E; }

.multi-step-item.disabled .multi-step-title {
  color: #a7a9bc; }

.multi-step-item.disabled .multi-step-icon {
  background-color: #f1f2f5;
  background-repeat: no-repeat;
  color: #a7a9bc;
  cursor: not-allowed; }

.multi-step-item.disabled .multi-step-indicator-label {
  color: #a7a9bc; }

.multi-step-item.disabled .multi-step-divider {
  background-color: #f1f2f5; }

.multi-step-title {
  color: #6B6C7E;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.625rem;
  word-wrap: break-word; }

.multi-step-item-expand {
  flex-grow: 1;
  width: 75px; }

.multi-step-divider {
  background-color: #e9ecef;
  height: 0.25rem;
  margin-left: 2rem;
  margin-top: -0.25rem;
  position: relative;
  top: 1.125rem; }

.multi-step-indicator {
  position: relative;
  width: 2rem; }

.multi-step-indicator .dropdown-item-indicator,
.multi-step-indicator .dropdown-item-indicator-start,
.multi-step-indicator .dropdown-item-indicator-end {
  display: none; }

.multi-step-indicator .complete .dropdown-item-indicator,
.multi-step-indicator .complete .dropdown-item-indicator-start,
.multi-step-indicator .complete .dropdown-item-indicator-end {
  display: block; }

.multi-step-indicator .multi-step-indicator-label {
  color: #6B6C7E;
  font-size: 0.875rem;
  font-weight: 600;
  left: 50%;
  max-width: 100px;
  position: absolute;
  transform: translateX(-50%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

button.multi-step-icon {
  cursor: pointer;
  border-width: 0;
  padding: 0; }

button.multi-step-icon:hover, button.multi-step-icon:focus {
  background-color: #f1f2f5;
  color: #6B6C7E;
  text-decoration: none; }

a.multi-step-icon:hover, a.multi-step-icon:focus {
  background-color: #f1f2f5;
  color: #6B6C7E;
  text-decoration: none; }

.multi-step-icon {
  align-items: center;
  background-color: #f1f2f5;
  border-radius: 100px;
  color: #6B6C7E;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  justify-content: center;
  height: 2rem;
  width: 2rem; }

.multi-step-icon[data-multi-step-icon]:before {
  content: attr(data-multi-step-icon);
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  width: 2rem; }

.multi-step-icon .btn-link {
  vertical-align: baseline; }

.multi-step-icon .lexicon-icon {
  height: 0.875rem;
  margin-top: 0;
  width: 0.875rem; }

.multi-step-item-fixed-width.multi-step-item,
.multi-step-item-fixed-width .multi-step-item-expand {
  flex-grow: 0;
  width: 150px; }

@media (max-width: 767.98px) {
  .multi-step-nav-collapse-sm {
    flex-wrap: nowrap; }
  .multi-step-nav-collapse-sm.multi-step-indicator-label-top .multi-step-indicator-label {
    bottom: auto;
    top: 0; }
  .multi-step-nav-collapse-sm.multi-step-indicator-label-bottom .multi-step-indicator-label {
    bottom: 0;
    top: auto; }
  .multi-step-nav-collapse-sm.multi-step-title-center .multi-step-title {
    margin-left: 0;
    max-width: none;
    transform: none; }
  .multi-step-nav-collapse-sm .active.multi-step-item {
    position: static; }
  .multi-step-nav-collapse-sm .active .multi-step-title {
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0; }
  .multi-step-nav-collapse-sm .active .multi-step-indicator {
    position: static; }
  .multi-step-nav-collapse-sm .active .multi-step-indicator-label {
    display: block;
    left: 0;
    max-width: none;
    position: absolute;
    right: 0;
    text-align: center;
    transform: none;
    width: auto; }
  .multi-step-nav-collapse-sm .multi-step-item {
    margin-bottom: 0;
    min-width: 2rem;
    padding-top: 1.625rem; }
  .multi-step-nav-collapse-sm .multi-step-title {
    display: none; }
  .multi-step-nav-collapse-sm .multi-step-indicator-label {
    display: none; } }

.nav {
  font-size: 0.875rem; }

.nav-btn.btn-unstyled,
.nav-link {
  position: relative; }

.nav-btn.btn-unstyled:focus,
.nav-link:focus {
  z-index: 1; }

.nav-btn.btn-unstyled.disabled,
.nav-link.disabled {
  color: #a7a9bc;
  cursor: not-allowed; }

.nav-btn {
  align-items: center;
  display: flex;
  height: 2rem;
  justify-content: center;
  line-height: 1.5;
  margin: 0.375rem 0.25rem;
  min-width: 2rem;
  padding-bottom: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0;
  text-align: center;
  width: auto; }

.nav-btn.btn-link {
  margin-left: 0;
  margin-right: 0; }

.nav-btn .lexicon-icon {
  margin-top: 0; }

.nav-btn.disabled,
.nav-link.disabled {
  opacity: 1; }

.nav-link.btn-unstyled {
  padding: 0.625rem 1rem; }

.nav-btn-monospaced {
  padding: 0; }

.nav-link-monospaced {
  align-items: center;
  display: flex;
  height: 2rem;
  justify-content: center;
  margin: 0.375rem 0.25rem;
  min-width: 2rem;
  padding: 0; }

.nav-link-monospaced .lexicon-icon {
  margin-top: 0; }

.nav-item {
  word-wrap: break-word; }

.nav-item[class*='col-'] {
  padding-left: 0;
  padding-right: 0;
  text-align: center; }

.nav-text-truncate {
  display: inline-block;
  margin-bottom: -6px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.dropdown-toggle .nav-text-truncate {
  max-width: calc(100% - 24px); }

.nav-form {
  padding-bottom: 0.625rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.625rem; }

.nav .nav-form {
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0; }

.nav-stacked {
  display: block; }

.nav-stacked .nav-form {
  padding-bottom: 0.625rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.625rem; }

.nav-unstyled {
  flex-wrap: nowrap; }

.nav-unstyled .nav-btn {
  margin: 0 4px;
  padding: 0 4px; }

.nav-unstyled .nav-link {
  line-height: 2rem;
  padding: 0 4px; }

.nav-unstyled .nav-link-monospaced {
  margin: 0 4px; }

.nav-nested {
  flex-direction: column;
  flex-wrap: nowrap; }

.nav-nested .nav > li > a {
  padding-left: 2rem; }

.nav-nested .nav > li > .nav-equal-height-heading {
  padding-left: 1rem; }

.nav-nested .nav .nav > li > a {
  padding-left: 3rem; }

.nav-nested .nav .nav > li > .nav-equal-height-heading {
  padding-left: 2rem; }

.nav-nested .nav .nav .nav > li > a {
  padding-left: 4rem; }

.nav-nested .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 3rem; }

.nav-nested .nav .nav .nav .nav > li > a {
  padding-left: 5rem; }

.nav-nested .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 4rem; }

.nav-nested .nav .nav .nav .nav .nav > li > a {
  padding-left: 6rem; }

.nav-nested .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 5rem; }

.nav-nested .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 7rem; }

.nav-nested .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 6rem; }

.nav-nested .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 8rem; }

.nav-nested .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 7rem; }

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 9rem; }

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 8rem; }

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 10rem; }

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 9rem; }

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 11rem; }

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 10rem; }

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 12rem; }

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 11rem; }

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 13rem; }

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 12rem; }

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 14rem; }

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 13rem; }

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 15rem; }

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 14rem; }

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 16rem; }

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 15rem; }

.nav-nested-margins {
  flex-direction: column;
  flex-wrap: nowrap; }

.nav-nested-margins > li .nav > li {
  margin-left: 1rem; }

.nav-tabs {
  font-size: 0.875rem; }

.nav-tabs .nav-item.show .nav-link {
  background-color: transparent;
  border-color: transparent transparent transparent transparent;
  color: #272833; }

.nav-tabs .nav-link {
  color: #6B6C7E;
  padding-bottom: 0.28125rem;
  padding-top: 0.28125rem;
  white-space: nowrap; }

.nav-tabs + .tab-content .tab-pane {
  background-color: #FFF;
  border-radius: 4px;
  padding: 2rem; }

.nav-tabs + .tab-content .tab-pane.active:first-child {
  border-top-left-radius: 0; }

.dropdown-item[data-toggle="tab"] .dropdown-item-indicator,
.dropdown-item[data-toggle="tab"] .dropdown-item-indicator-start,
.dropdown-item[data-toggle="tab"] .dropdown-item-indicator-end {
  display: none; }

.dropdown-item[data-toggle="tab"].active .dropdown-item-indicator,
.dropdown-item[data-toggle="tab"].active .dropdown-item-indicator-start,
.dropdown-item[data-toggle="tab"].active .dropdown-item-indicator-end {
  display: block; }

.nav-underline .nav-link {
  color: #6B6C7E; }

.nav-underline .nav-link:after {
  bottom: 0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: auto; }

.nav-underline .nav-item .nav-link.active:after {
  background-color: #0B5FFF; }

.nav-underline .nav-link.active,
.nav-underline .nav-item.show .nav-link {
  color: #272833; }

.nav-underline .nav-link.active:after,
.nav-underline .nav-item.show .nav-link:after {
  content: "";
  height: 0.125rem; }

.nav-underline .nav-link.disabled {
  color: #a7a9bc; }

.menubar {
  position: relative; }

.menubar-toggler {
  display: none; }

.menubar-vertical-expand-md {
  max-width: 15.625rem; }

@media (max-width: 767.98px) {
  .menubar-vertical-expand-md {
    align-items: center;
    border-color: transparent;
    border-style: solid;
    border-width: 0.0625rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    margin-left: -12px;
    margin-right: -12px;
    max-width: none;
    min-height: 3rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

.menubar-vertical-expand-md .menubar-collapse {
  display: block; }

@media (max-width: 767.98px) {
  .menubar-vertical-expand-md .menubar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0.0625rem;
    display: none;
    left: -0.0625rem;
    position: absolute;
    right: -0.0625rem;
    top: 100%;
    z-index: 499; }
  .menubar-vertical-expand-md .menubar-collapse > .nav {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem; } }

.menubar-vertical-expand-md .menubar-collapse.collapsing, .menubar-vertical-expand-md .menubar-collapse.show {
  display: block; }

@media (max-width: 767.98px) {
  .menubar-vertical-expand-md .menubar-toggler {
    align-items: center;
    border-color: transparent;
    border-style: solid;
    border-width: 0.0625rem;
    display: flex;
    height: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .menubar-vertical-expand-md .menubar-toggler .lexicon-icon {
    margin-top: 0; } }

@media (max-width: 767.98px) {
  .menubar-vertical-expand-md.menubar-transparent {
    background-color: #FFF; } }

@media (max-width: 767.98px) {
  .menubar-vertical-expand-md.menubar-transparent .menubar-collapse {
    background-color: #fff;
    border-color: #e7e7ed;
    border-radius: 0.25rem;
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3); } }

@media (max-width: 767.98px) {
  .menubar-vertical-expand-md.menubar-transparent .menubar-toggler {
    color: #272833;
    font-size: 0.875rem;
    font-weight: 600; } }

.menubar-vertical-expand-md.menubar-transparent .nav-link {
  border-radius: 0.375rem;
  color: #6B6C7E; }

.menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
  background-color: rgba(39, 40, 51, 0.03);
  color: #272833; }

@media (max-width: 767.98px) {
  .menubar-vertical-expand-md.menubar-transparent .nav-link {
    border-radius: 0;
    color: #6B6C7E; }
  .menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
    background-color: #f0f5ff;
    color: #272833; } }

.menubar-vertical-expand-md.menubar-transparent .nav-link.active {
  color: #272833;
  font-weight: 600; }

@media (max-width: 767.98px) {
  .menubar-vertical-expand-md.menubar-transparent .nav-link.active {
    background-color: #f0f5ff;
    color: #272833;
    font-weight: 600; } }

.menubar-vertical-expand-md.menubar-transparent .nav-link.disabled {
  color: #a7a9bc; }

@media (max-width: 767.98px) {
  .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled {
    background-color: transparent;
    color: #a7a9bb; } }

.menubar-vertical-expand-lg {
  max-width: 15.625rem; }

@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg {
    align-items: center;
    border-color: transparent;
    border-style: solid;
    border-width: 0.0625rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    margin-left: -12px;
    margin-right: -12px;
    max-width: none;
    min-height: 3rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

.menubar-vertical-expand-lg .menubar-collapse {
  display: block; }

@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg .menubar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0.0625rem;
    display: none;
    left: -0.0625rem;
    position: absolute;
    right: -0.0625rem;
    top: 100%;
    z-index: 499; }
  .menubar-vertical-expand-lg .menubar-collapse > .nav {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem; } }

.menubar-vertical-expand-lg .menubar-collapse.collapsing, .menubar-vertical-expand-lg .menubar-collapse.show {
  display: block; }

@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg .menubar-toggler {
    align-items: center;
    border-color: transparent;
    border-style: solid;
    border-width: 0.0625rem;
    display: flex;
    height: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .menubar-vertical-expand-lg .menubar-toggler .lexicon-icon {
    margin-top: 0; } }

@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg.menubar-transparent {
    background-color: #FFF; } }

@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg.menubar-transparent .menubar-collapse {
    background-color: #fff;
    border-color: #e7e7ed;
    border-radius: 0.25rem;
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3); } }

@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg.menubar-transparent .menubar-toggler {
    color: #272833;
    font-size: 0.875rem;
    font-weight: 600; } }

.menubar-vertical-expand-lg.menubar-transparent .nav-link {
  border-radius: 0.375rem;
  color: #6B6C7E; }

.menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
  background-color: rgba(39, 40, 51, 0.03);
  color: #272833; }

@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg.menubar-transparent .nav-link {
    border-radius: 0;
    color: #6B6C7E; }
  .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
    background-color: #f0f5ff;
    color: #272833; } }

.menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
  color: #272833;
  font-weight: 600; }

@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
    background-color: #f0f5ff;
    color: #272833;
    font-weight: 600; } }

.menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled {
  color: #a7a9bc; }

@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled {
    background-color: transparent;
    color: #a7a9bb; } }

.navbar {
  border-width: 0;
  font-size: 0.875rem; }

.navbar .container,
.navbar .container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.navbar-nowrap {
  flex-wrap: nowrap; }

.navbar-nowrap .container,
.navbar-nowrap .container-fluid,
.navbar-nowrap .navbar-nav {
  flex-wrap: nowrap !important; }

.navbar-nowrap .navbar-text {
  min-width: 0;
  white-space: nowrap; }

.navbar-nav .dropdown-menu-right,
.navbar-form .dropdown-menu-right {
  left: auto;
  right: 0; }

.navbar-nav {
  flex-direction: row; }

.navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.navbar-nav-expand {
  flex-grow: 1;
  min-width: 0; }

.navbar-nav-last {
  margin-left: auto; }

.navbar-nav .nav-item {
  word-wrap: normal; }

.navbar-nav .nav-item > .custom-control,
.navbar-nav .nav-item > .form-check {
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.nav-item-expand {
  flex-grow: 1;
  min-width: 0; }

.nav-item-shrink {
  min-width: 0; }

.navbar-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0; }

.navbar-text {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.navbar-collapse {
  max-width: 100%; }

.navbar-collapse .navbar-nav {
  flex-direction: column; }

.navbar-collapse .dropdown-toggle .navbar-text-truncate {
  max-width: calc(100% - 1.5625rem); }

.navbar-text-truncate {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom; }

.navbar-toggler:focus {
  z-index: 525; }

.navbar-toggler-link {
  align-items: center;
  display: flex;
  border-width: 0;
  line-height: 1.5;
  max-width: 100%;
  padding: 0.53125rem 0.5rem;
  position: relative; }

.navbar-toggler-link .lexicon-icon {
  min-width: 1em;
  margin-left: 3px;
  margin-top: 0; }

.navbar-brand {
  margin-right: 0;
  max-width: calc(100% - 72px);
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.navbar-form {
  align-items: center;
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.navbar-form > form {
  width: 100%; }

.navbar-form-autofit {
  flex-basis: 100px;
  flex-grow: 1; }

.navbar-form-autofit form {
  display: flex;
  width: 100%; }

.navbar-overlay {
  background-color: #F1F2F5; }

.navbar-breakpoint-d-block,
.navbar-breakpoint-d-inline-block,
.navbar-breakpoint-d-flex {
  display: none !important; }

.navbar-expand {
  flex-wrap: wrap;
  justify-content: space-between; }

.navbar-expand .navbar-nav {
  flex-wrap: wrap; }

.navbar-expand-sm {
  justify-content: space-between; }

.navbar-expand-sm .nav-item {
  align-items: center;
  display: flex; }

.navbar-expand-sm .nav-item .navbar-text-truncate {
  max-width: 12.5rem; }

.navbar-expand-sm .container,
.navbar-expand-sm .container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px; }

.navbar-expand-sm .navbar-collapse .container,
.navbar-expand-sm .navbar-collapse .container-fluid {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 575.98px) {
  .navbar-expand-sm.navbar-collapse-absolute .navbar-collapse {
    left: 0;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 500; }
  .navbar-expand-sm.navbar-collapse-absolute .navbar-collapse .container,
  .navbar-expand-sm.navbar-collapse-absolute .navbar-collapse .container-fluid {
    padding-left: 12px;
    padding-right: 12px; }
  .navbar-expand-sm.navbar-collapse-absolute .navbar-collapse .navbar-nav:last-child,
  .navbar-expand-sm.navbar-collapse-absolute .navbar-collapse .navbar-form:last-child {
    padding-bottom: 0.5rem; }
  .navbar-expand-sm .navbar-collapse .container,
  .navbar-expand-sm .navbar-collapse .container-fluid {
    display: block;
    padding-left: 0;
    padding-right: 0; }
  .navbar-expand-sm .navbar-collapse .nav-item {
    display: block; }
  .navbar-expand-sm .navbar-collapse .navbar-text-truncate {
    max-width: 100%; }
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-toggle .navbar-text-truncate {
    max-width: calc(100% - 1.5625rem); }
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: -1rem;
    margin-right: -1rem; }
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item:hover, .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item:focus {
    background-color: transparent; }
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item.active {
    background-color: transparent; }
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    margin: 0;
    max-height: none;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: static; }
  .navbar-expand-sm .show-dropdown-on-collapse .dropdown-header,
  .navbar-expand-sm .show-dropdown-on-collapse .dropdown-item {
    padding: 0.625rem 0.5rem; }
  .navbar-expand-sm .show-dropdown-on-collapse .dropdown-menu {
    display: block; }
  .navbar-expand-sm .show-dropdown-on-collapse .dropdown-toggle {
    display: none; }
  .navbar-expand-sm .navbar-breakpoint-down-d-block {
    display: block !important; }
  .navbar-expand-sm .navbar-breakpoint-down-d-inline-block {
    display: inline-block !important; }
  .navbar-expand-sm .navbar-breakpoint-down-d-flex {
    display: flex !important; }
  .navbar-expand-sm .navbar-breakpoint-down-d-none {
    display: none !important; } }

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-brand .navbar-text-truncate {
    max-width: 12.5rem; }
  .navbar-expand-sm .navbar-collapse {
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: space-between; }
  .navbar-expand-sm .navbar-collapse .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap; }
  .navbar-expand-sm .navbar-collapse .dropdown-toggle .navbar-text-truncate {
    max-width: 10.9375rem; }
  .navbar-expand-sm .navbar-breakpoint-d-block {
    display: block !important; }
  .navbar-expand-sm .navbar-breakpoint-d-inline-block {
    display: inline-block !important; }
  .navbar-expand-sm .navbar-breakpoint-d-flex {
    display: flex !important; }
  .navbar-expand-sm .navbar-breakpoint-d-none {
    display: none !important; } }

.navbar-expand-md {
  justify-content: space-between; }

.navbar-expand-md .nav-item {
  align-items: center;
  display: flex; }

.navbar-expand-md .nav-item .navbar-text-truncate {
  max-width: 12.5rem; }

.navbar-expand-md .container,
.navbar-expand-md .container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px; }

.navbar-expand-md .navbar-collapse .container,
.navbar-expand-md .navbar-collapse .container-fluid {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 767.98px) {
  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse {
    left: 0;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 500; }
  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse .container,
  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse .container-fluid {
    padding-left: 12px;
    padding-right: 12px; }
  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse .navbar-nav:last-child,
  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse .navbar-form:last-child {
    padding-bottom: 0.5rem; }
  .navbar-expand-md .navbar-collapse .container,
  .navbar-expand-md .navbar-collapse .container-fluid {
    display: block;
    padding-left: 0;
    padding-right: 0; }
  .navbar-expand-md .navbar-collapse .nav-item {
    display: block; }
  .navbar-expand-md .navbar-collapse .navbar-text-truncate {
    max-width: 100%; }
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-toggle .navbar-text-truncate {
    max-width: calc(100% - 1.5625rem); }
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: -1rem;
    margin-right: -1rem; }
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover, .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
    background-color: transparent; }
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.active {
    background-color: transparent; }
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    margin: 0;
    max-height: none;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: static; }
  .navbar-expand-md .show-dropdown-on-collapse .dropdown-header,
  .navbar-expand-md .show-dropdown-on-collapse .dropdown-item {
    padding: 0.625rem 0.5rem; }
  .navbar-expand-md .show-dropdown-on-collapse .dropdown-menu {
    display: block; }
  .navbar-expand-md .show-dropdown-on-collapse .dropdown-toggle {
    display: none; }
  .navbar-expand-md .navbar-breakpoint-down-d-block {
    display: block !important; }
  .navbar-expand-md .navbar-breakpoint-down-d-inline-block {
    display: inline-block !important; }
  .navbar-expand-md .navbar-breakpoint-down-d-flex {
    display: flex !important; }
  .navbar-expand-md .navbar-breakpoint-down-d-none {
    display: none !important; } }

@media (min-width: 768px) {
  .navbar-expand-md .navbar-brand .navbar-text-truncate {
    max-width: 12.5rem; }
  .navbar-expand-md .navbar-collapse {
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: space-between; }
  .navbar-expand-md .navbar-collapse .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap; }
  .navbar-expand-md .navbar-collapse .dropdown-toggle .navbar-text-truncate {
    max-width: 10.9375rem; }
  .navbar-expand-md .navbar-breakpoint-d-block {
    display: block !important; }
  .navbar-expand-md .navbar-breakpoint-d-inline-block {
    display: inline-block !important; }
  .navbar-expand-md .navbar-breakpoint-d-flex {
    display: flex !important; }
  .navbar-expand-md .navbar-breakpoint-d-none {
    display: none !important; } }

.navbar-expand-lg {
  justify-content: space-between; }

.navbar-expand-lg .nav-item {
  align-items: center;
  display: flex; }

.navbar-expand-lg .nav-item .navbar-text-truncate {
  max-width: 12.5rem; }

.navbar-expand-lg .container,
.navbar-expand-lg .container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px; }

.navbar-expand-lg .navbar-collapse .container,
.navbar-expand-lg .navbar-collapse .container-fluid {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 991.98px) {
  .navbar-expand-lg.navbar-collapse-absolute .navbar-collapse {
    left: 0;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 500; }
  .navbar-expand-lg.navbar-collapse-absolute .navbar-collapse .container,
  .navbar-expand-lg.navbar-collapse-absolute .navbar-collapse .container-fluid {
    padding-left: 12px;
    padding-right: 12px; }
  .navbar-expand-lg.navbar-collapse-absolute .navbar-collapse .navbar-nav:last-child,
  .navbar-expand-lg.navbar-collapse-absolute .navbar-collapse .navbar-form:last-child {
    padding-bottom: 0.5rem; }
  .navbar-expand-lg .navbar-collapse .container,
  .navbar-expand-lg .navbar-collapse .container-fluid {
    display: block;
    padding-left: 0;
    padding-right: 0; }
  .navbar-expand-lg .navbar-collapse .nav-item {
    display: block; }
  .navbar-expand-lg .navbar-collapse .navbar-text-truncate {
    max-width: 100%; }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-toggle .navbar-text-truncate {
    max-width: calc(100% - 1.5625rem); }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: -1rem;
    margin-right: -1rem; }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item:hover, .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item:focus {
    background-color: transparent; }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item.active {
    background-color: transparent; }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    margin: 0;
    max-height: none;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: static; }
  .navbar-expand-lg .show-dropdown-on-collapse .dropdown-header,
  .navbar-expand-lg .show-dropdown-on-collapse .dropdown-item {
    padding: 0.625rem 0.5rem; }
  .navbar-expand-lg .show-dropdown-on-collapse .dropdown-menu {
    display: block; }
  .navbar-expand-lg .show-dropdown-on-collapse .dropdown-toggle {
    display: none; }
  .navbar-expand-lg .navbar-breakpoint-down-d-block {
    display: block !important; }
  .navbar-expand-lg .navbar-breakpoint-down-d-inline-block {
    display: inline-block !important; }
  .navbar-expand-lg .navbar-breakpoint-down-d-flex {
    display: flex !important; }
  .navbar-expand-lg .navbar-breakpoint-down-d-none {
    display: none !important; } }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-brand .navbar-text-truncate {
    max-width: 12.5rem; }
  .navbar-expand-lg .navbar-collapse {
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: space-between; }
  .navbar-expand-lg .navbar-collapse .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap; }
  .navbar-expand-lg .navbar-collapse .dropdown-toggle .navbar-text-truncate {
    max-width: 10.9375rem; }
  .navbar-expand-lg .navbar-breakpoint-d-block {
    display: block !important; }
  .navbar-expand-lg .navbar-breakpoint-d-inline-block {
    display: inline-block !important; }
  .navbar-expand-lg .navbar-breakpoint-d-flex {
    display: flex !important; }
  .navbar-expand-lg .navbar-breakpoint-d-none {
    display: none !important; } }

.navbar-expand-xl {
  justify-content: space-between; }

.navbar-expand-xl .nav-item {
  align-items: center;
  display: flex; }

.navbar-expand-xl .nav-item .navbar-text-truncate {
  max-width: 12.5rem; }

.navbar-expand-xl .container,
.navbar-expand-xl .container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px; }

.navbar-expand-xl .navbar-collapse .container,
.navbar-expand-xl .navbar-collapse .container-fluid {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 1279.98px) {
  .navbar-expand-xl.navbar-collapse-absolute .navbar-collapse {
    left: 0;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 500; }
  .navbar-expand-xl.navbar-collapse-absolute .navbar-collapse .container,
  .navbar-expand-xl.navbar-collapse-absolute .navbar-collapse .container-fluid {
    padding-left: 12px;
    padding-right: 12px; }
  .navbar-expand-xl.navbar-collapse-absolute .navbar-collapse .navbar-nav:last-child,
  .navbar-expand-xl.navbar-collapse-absolute .navbar-collapse .navbar-form:last-child {
    padding-bottom: 0.5rem; }
  .navbar-expand-xl .navbar-collapse .container,
  .navbar-expand-xl .navbar-collapse .container-fluid {
    display: block;
    padding-left: 0;
    padding-right: 0; }
  .navbar-expand-xl .navbar-collapse .nav-item {
    display: block; }
  .navbar-expand-xl .navbar-collapse .navbar-text-truncate {
    max-width: 100%; }
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-toggle .navbar-text-truncate {
    max-width: calc(100% - 1.5625rem); }
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: -1rem;
    margin-right: -1rem; }
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item:hover, .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item:focus {
    background-color: transparent; }
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item.active {
    background-color: transparent; }
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    margin: 0;
    max-height: none;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: static; }
  .navbar-expand-xl .show-dropdown-on-collapse .dropdown-header,
  .navbar-expand-xl .show-dropdown-on-collapse .dropdown-item {
    padding: 0.625rem 0.5rem; }
  .navbar-expand-xl .show-dropdown-on-collapse .dropdown-menu {
    display: block; }
  .navbar-expand-xl .show-dropdown-on-collapse .dropdown-toggle {
    display: none; }
  .navbar-expand-xl .navbar-breakpoint-down-d-block {
    display: block !important; }
  .navbar-expand-xl .navbar-breakpoint-down-d-inline-block {
    display: inline-block !important; }
  .navbar-expand-xl .navbar-breakpoint-down-d-flex {
    display: flex !important; }
  .navbar-expand-xl .navbar-breakpoint-down-d-none {
    display: none !important; } }

@media (min-width: 1280px) {
  .navbar-expand-xl .navbar-brand .navbar-text-truncate {
    max-width: 12.5rem; }
  .navbar-expand-xl .navbar-collapse {
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: space-between; }
  .navbar-expand-xl .navbar-collapse .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap; }
  .navbar-expand-xl .navbar-collapse .dropdown-toggle .navbar-text-truncate {
    max-width: 10.9375rem; }
  .navbar-expand-xl .navbar-breakpoint-d-block {
    display: block !important; }
  .navbar-expand-xl .navbar-breakpoint-d-inline-block {
    display: inline-block !important; }
  .navbar-expand-xl .navbar-breakpoint-d-flex {
    display: flex !important; }
  .navbar-expand-xl .navbar-breakpoint-d-none {
    display: none !important; } }

.navbar-expand {
  justify-content: space-between; }

.navbar-expand .nav-item {
  align-items: center;
  display: flex; }

.navbar-expand .nav-item .navbar-text-truncate {
  max-width: 12.5rem; }

.navbar-expand .container,
.navbar-expand .container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px; }

.navbar-expand .navbar-collapse .container,
.navbar-expand .navbar-collapse .container-fluid {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 575.98px) {
  .navbar-overlay-xs-down {
    bottom: 0;
    display: none;
    justify-content: space-between;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 450; }
  .navbar-overlay-xs-down.show {
    display: flex; } }

@media (max-width: 767.98px) {
  .navbar-overlay-sm-down {
    bottom: 0;
    display: none;
    justify-content: space-between;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 450; }
  .navbar-overlay-sm-down.show {
    display: flex; } }

@media (max-width: 991.98px) {
  .navbar-overlay-md-down {
    bottom: 0;
    display: none;
    justify-content: space-between;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 450; }
  .navbar-overlay-md-down.show {
    display: flex; } }

@media (max-width: 1279.98px) {
  .navbar-overlay-lg-down {
    bottom: 0;
    display: none;
    justify-content: space-between;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 450; }
  .navbar-overlay-lg-down.show {
    display: flex; } }

.navbar-overlay-up {
  bottom: 0;
  display: none;
  justify-content: space-between;
  left: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 450; }

.navbar-overlay-up.show {
  display: flex; }

.navbar-underline .navbar-toggler-link:after {
  background-color: #80acff;
  bottom: -0.5rem;
  content: '';
  display: block;
  height: 0.125rem;
  left: 0;
  position: absolute;
  right: 0;
  width: auto; }

@media (min-width: 576px) {
  .navbar-underline.navbar-expand-sm .navbar-nav .nav-link.active:after {
    background-color: #80acff;
    bottom: -0.5rem;
    content: '';
    display: block;
    height: 0.125rem;
    left: 0;
    position: absolute;
    right: 0;
    width: auto; } }

@media (min-width: 768px) {
  .navbar-underline.navbar-expand-md .navbar-nav .nav-link.active:after {
    background-color: #80acff;
    bottom: -0.5rem;
    content: '';
    display: block;
    height: 0.125rem;
    left: 0;
    position: absolute;
    right: 0;
    width: auto; } }

@media (min-width: 992px) {
  .navbar-underline.navbar-expand-lg .navbar-nav .nav-link.active:after {
    background-color: #80acff;
    bottom: -0.5rem;
    content: '';
    display: block;
    height: 0.125rem;
    left: 0;
    position: absolute;
    right: 0;
    width: auto; } }

@media (min-width: 1280px) {
  .navbar-underline.navbar-expand-xl .navbar-nav .nav-link.active:after {
    background-color: #80acff;
    bottom: -0.5rem;
    content: '';
    display: block;
    height: 0.125rem;
    left: 0;
    position: absolute;
    right: 0;
    width: auto; } }

.navbar-underline.navbar-expand .navbar-nav .nav-link.active:after {
  background-color: #80acff;
  bottom: -0.5rem;
  content: '';
  display: block;
  height: 0.125rem;
  left: 0;
  position: absolute;
  right: 0;
  width: auto; }

.application-bar {
  flex-wrap: nowrap;
  border-width: 0 0 0 0;
  font-size: 0.875rem;
  padding: 0 0; }

.application-bar .navbar-toggler {
  font-size: 1.125rem;
  height: 2.00001rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem; }

.application-bar .navbar-toggler-link {
  height: auto;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.84375rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.84375rem; }

.application-bar .navbar-brand {
  font-size: 1.125rem;
  margin-right: 0;
  padding-bottom: 0.65625rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.65625rem; }

.application-bar .navbar-title {
  font-size: 1.125rem; }

.application-bar .navbar-nav .nav-btn {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.5rem; }

.application-bar .navbar-nav .nav-btn-monospaced {
  font-size: 1rem; }

.application-bar .navbar-nav .nav-item > .custom-control,
.application-bar .navbar-nav .nav-item > .form-check {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.application-bar .navbar-nav .nav-link,
.application-bar .navbar-nav .navbar-text {
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  padding-bottom: 0.34375rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.34375rem; }

.application-bar .navbar-nav .nav-link-monospaced {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.5rem;
  padding: 0; }

@media (max-width: 575.98px) {
  .application-bar.navbar-expand-sm.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0 0;
    left: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    right: 0; }
  .application-bar.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0; }
  .application-bar.navbar-expand-sm .navbar-form {
    height: 3rem;
    padding-bottom: 0.34375rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.34375rem; }
  .application-bar.navbar-expand-sm .navbar-form .form-control {
    padding-bottom: 0;
    padding-top: 0; } }

@media (min-width: 576px) {
  .application-bar.navbar-expand-sm .navbar-brand {
    font-size: 1.125rem;
    margin-right: 0.25rem;
    padding-bottom: 0.90625rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.90625rem; }
  .application-bar.navbar-expand-sm .navbar-form {
    height: 3.5rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .application-bar.navbar-expand-sm .navbar-form > .container,
  .application-bar.navbar-expand-sm .navbar-form > .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .application-bar.navbar-expand-sm .nav-btn {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0.75rem; }
  .application-bar.navbar-expand-sm .nav-btn-monospaced {
    font-size: 1rem; }
  .application-bar.navbar-expand-sm .nav-item > .custom-control,
  .application-bar.navbar-expand-sm .nav-item > .form-check {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .application-bar.navbar-expand-sm .nav-link,
  .application-bar.navbar-expand-sm .navbar-text {
    margin-bottom: 0.75rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.75rem;
    padding-bottom: 0.34375rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.34375rem; }
  .application-bar.navbar-expand-sm .nav-link-monospaced {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0.75rem;
    padding: 0; } }

@media (max-width: 767.98px) {
  .application-bar.navbar-expand-md.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0 0;
    left: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    right: 0; }
  .application-bar.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0; }
  .application-bar.navbar-expand-md .navbar-form {
    height: 3rem;
    padding-bottom: 0.34375rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.34375rem; }
  .application-bar.navbar-expand-md .navbar-form .form-control {
    padding-bottom: 0;
    padding-top: 0; } }

@media (min-width: 768px) {
  .application-bar.navbar-expand-md .navbar-brand {
    font-size: 1.125rem;
    margin-right: 0.25rem;
    padding-bottom: 0.90625rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.90625rem; }
  .application-bar.navbar-expand-md .navbar-form {
    height: 3.5rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .application-bar.navbar-expand-md .navbar-form > .container,
  .application-bar.navbar-expand-md .navbar-form > .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .application-bar.navbar-expand-md .nav-btn {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0.75rem; }
  .application-bar.navbar-expand-md .nav-btn-monospaced {
    font-size: 1rem; }
  .application-bar.navbar-expand-md .nav-item > .custom-control,
  .application-bar.navbar-expand-md .nav-item > .form-check {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .application-bar.navbar-expand-md .nav-link,
  .application-bar.navbar-expand-md .navbar-text {
    margin-bottom: 0.75rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.75rem;
    padding-bottom: 0.34375rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.34375rem; }
  .application-bar.navbar-expand-md .nav-link-monospaced {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0.75rem;
    padding: 0; } }

@media (max-width: 991.98px) {
  .application-bar.navbar-expand-lg.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0 0;
    left: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    right: 0; }
  .application-bar.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0; }
  .application-bar.navbar-expand-lg .navbar-form {
    height: 3rem;
    padding-bottom: 0.34375rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.34375rem; }
  .application-bar.navbar-expand-lg .navbar-form .form-control {
    padding-bottom: 0;
    padding-top: 0; } }

@media (min-width: 992px) {
  .application-bar.navbar-expand-lg .navbar-brand {
    font-size: 1.125rem;
    margin-right: 0.25rem;
    padding-bottom: 0.90625rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.90625rem; }
  .application-bar.navbar-expand-lg .navbar-form {
    height: 3.5rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .application-bar.navbar-expand-lg .navbar-form > .container,
  .application-bar.navbar-expand-lg .navbar-form > .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .application-bar.navbar-expand-lg .nav-btn {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0.75rem; }
  .application-bar.navbar-expand-lg .nav-btn-monospaced {
    font-size: 1rem; }
  .application-bar.navbar-expand-lg .nav-item > .custom-control,
  .application-bar.navbar-expand-lg .nav-item > .form-check {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .application-bar.navbar-expand-lg .nav-link,
  .application-bar.navbar-expand-lg .navbar-text {
    margin-bottom: 0.75rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.75rem;
    padding-bottom: 0.34375rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.34375rem; }
  .application-bar.navbar-expand-lg .nav-link-monospaced {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0.75rem;
    padding: 0; } }

@media (max-width: 1279.98px) {
  .application-bar.navbar-expand-xl.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0 0;
    left: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    right: 0; }
  .application-bar.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0; }
  .application-bar.navbar-expand-xl .navbar-form {
    height: 3rem;
    padding-bottom: 0.34375rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.34375rem; }
  .application-bar.navbar-expand-xl .navbar-form .form-control {
    padding-bottom: 0;
    padding-top: 0; } }

@media (min-width: 1280px) {
  .application-bar.navbar-expand-xl .navbar-brand {
    font-size: 1.125rem;
    margin-right: 0.25rem;
    padding-bottom: 0.90625rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.90625rem; }
  .application-bar.navbar-expand-xl .navbar-form {
    height: 3.5rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .application-bar.navbar-expand-xl .navbar-form > .container,
  .application-bar.navbar-expand-xl .navbar-form > .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .application-bar.navbar-expand-xl .nav-btn {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0.75rem; }
  .application-bar.navbar-expand-xl .nav-btn-monospaced {
    font-size: 1rem; }
  .application-bar.navbar-expand-xl .nav-item > .custom-control,
  .application-bar.navbar-expand-xl .nav-item > .form-check {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .application-bar.navbar-expand-xl .nav-link,
  .application-bar.navbar-expand-xl .navbar-text {
    margin-bottom: 0.75rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.75rem;
    padding-bottom: 0.34375rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.34375rem; }
  .application-bar.navbar-expand-xl .nav-link-monospaced {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0.75rem;
    padding: 0; } }

.application-bar.navbar-expand .navbar-brand {
  font-size: 1.125rem;
  margin-right: 0.25rem;
  padding-bottom: 0.90625rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.90625rem; }

.application-bar.navbar-expand .navbar-form {
  height: 3.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.application-bar.navbar-expand .navbar-form > .container,
.application-bar.navbar-expand .navbar-form > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.application-bar.navbar-expand .nav-btn {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.75rem; }

.application-bar.navbar-expand .nav-btn-monospaced {
  font-size: 1rem; }

.application-bar.navbar-expand .nav-item > .custom-control,
.application-bar.navbar-expand .nav-item > .form-check {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.application-bar.navbar-expand .nav-link,
.application-bar.navbar-expand .navbar-text {
  margin-bottom: 0.75rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.75rem;
  padding-bottom: 0.34375rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.34375rem; }

.application-bar.navbar-expand .nav-link-monospaced {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.75rem;
  padding: 0; }

@media (max-width: 575.98px) {
  .application-bar .navbar-overlay-xs-down {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; } }

@media (max-width: 767.98px) {
  .application-bar .navbar-overlay-sm-down {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; } }

@media (max-width: 991.98px) {
  .application-bar .navbar-overlay-md-down {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; } }

@media (max-width: 1279.98px) {
  .application-bar .navbar-overlay-lg-down {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; } }

.application-bar .navbar-overlay-up {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }

.application-bar.navbar-underline .navbar-toggler-link:after {
  bottom: -0.5rem;
  height: 0.125rem; }

@media (min-width: 576px) {
  .application-bar.navbar-underline.navbar-expand-sm .navbar-nav .nav-link.active:after {
    bottom: -0.75rem;
    height: 0.125rem; } }

@media (min-width: 768px) {
  .application-bar.navbar-underline.navbar-expand-md .navbar-nav .nav-link.active:after {
    bottom: -0.75rem;
    height: 0.125rem; } }

@media (min-width: 992px) {
  .application-bar.navbar-underline.navbar-expand-lg .navbar-nav .nav-link.active:after {
    bottom: -0.75rem;
    height: 0.125rem; } }

@media (min-width: 1280px) {
  .application-bar.navbar-underline.navbar-expand-xl .navbar-nav .nav-link.active:after {
    bottom: -0.75rem;
    height: 0.125rem; } }

.application-bar.navbar-underline.navbar-expand .navbar-nav .nav-link.active:after {
  bottom: -0.75rem;
  height: 0.125rem; }

.application-bar .container,
.application-bar .container-fluid {
  flex-wrap: nowrap; }

.application-bar .navbar-nav {
  flex-wrap: nowrap; }

.application-bar-dark {
  background-color: #30313f;
  border-color: transparent;
  border-style: solid;
  color: #FFF; }

.application-bar-dark .nav-link,
.application-bar-dark .navbar-nav .btn-unstyled {
  border-radius: 0.25rem;
  color: #FFF;
  font-weight: 600; }

.application-bar-dark .nav-link:hover,
.application-bar-dark .navbar-nav .btn-unstyled:hover {
  background-color: rgba(255, 255, 255, 0.03);
  color: #FFF; }

.application-bar-dark .nav-link.active, .application-bar-dark .nav-link[aria-expanded="true"],
.application-bar-dark .navbar-nav .btn-unstyled.active,
.application-bar-dark .navbar-nav .btn-unstyled[aria-expanded="true"] {
  background-color: rgba(255, 255, 255, 0.06);
  color: #FFF; }

.application-bar-dark .nav-link.disabled, .application-bar-dark .nav-link:disabled,
.application-bar-dark .navbar-nav .btn-unstyled.disabled,
.application-bar-dark .navbar-nav .btn-unstyled:disabled {
  background-color: transparent;
  color: #a7a9bc;
  opacity: 0.5; }

.application-bar-dark .nav-btn {
  font-weight: 600; }

.application-bar-dark .navbar-toggler {
  color: #FFF;
  font-weight: 600; }

.application-bar-dark .navbar-toggler-link[aria-expanded="true"] {
  color: #FFF; }

.application-bar-dark .navbar-overlay {
  background-color: #30313f; }

@media (max-width: 575.98px) {
  .application-bar-dark.navbar-expand-sm.navbar-collapse-absolute .navbar-collapse {
    background-color: #30313f;
    border-color: transparent; }
  .application-bar-dark.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-header,
  .application-bar-dark.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item {
    color: #FFF;
    font-weight: 600; }
  .application-bar-dark.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #FFF; }
  .application-bar-dark.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #FFF; }
  .application-bar-dark.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #FFF; }
  .application-bar-dark.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

@media (max-width: 767.98px) {
  .application-bar-dark.navbar-expand-md.navbar-collapse-absolute .navbar-collapse {
    background-color: #30313f;
    border-color: transparent; }
  .application-bar-dark.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-header,
  .application-bar-dark.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
    color: #FFF;
    font-weight: 600; }
  .application-bar-dark.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #FFF; }
  .application-bar-dark.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #FFF; }
  .application-bar-dark.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #FFF; }
  .application-bar-dark.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

@media (max-width: 991.98px) {
  .application-bar-dark.navbar-expand-lg.navbar-collapse-absolute .navbar-collapse {
    background-color: #30313f;
    border-color: transparent; }
  .application-bar-dark.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-header,
  .application-bar-dark.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item {
    color: #FFF;
    font-weight: 600; }
  .application-bar-dark.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #FFF; }
  .application-bar-dark.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #FFF; }
  .application-bar-dark.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #FFF; }
  .application-bar-dark.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

@media (max-width: 1279.98px) {
  .application-bar-dark.navbar-expand-xl.navbar-collapse-absolute .navbar-collapse {
    background-color: #30313f;
    border-color: transparent; }
  .application-bar-dark.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-header,
  .application-bar-dark.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item {
    color: #FFF;
    font-weight: 600; }
  .application-bar-dark.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #FFF; }
  .application-bar-dark.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #FFF; }
  .application-bar-dark.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #FFF; }
  .application-bar-dark.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

.management-bar {
  border-width: 0 0 0.0625rem 0;
  font-size: 0.875rem;
  padding: 0 0; }

.management-bar .navbar-toggler {
  font-size: 1.125rem;
  height: 2.00001rem;
  margin-left: 0.875rem;
  margin-right: 0.875rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem; }

.management-bar .navbar-toggler-link {
  height: auto;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.8125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.8125rem; }

.management-bar .navbar-brand {
  font-size: 1.125rem;
  margin-right: 0;
  padding-bottom: 0.625rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.625rem; }

.management-bar .navbar-nav .nav-btn {
  font-size: 0.875rem;
  margin-bottom: 0.46875rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.46875rem; }

.management-bar .navbar-nav .nav-btn-monospaced {
  font-size: 1rem; }

.management-bar .navbar-nav .nav-item > .custom-control,
.management-bar .navbar-nav .nav-item > .form-check {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.management-bar .navbar-nav .nav-link,
.management-bar .navbar-nav .navbar-text {
  margin-bottom: 0.46875rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.46875rem;
  padding-bottom: 0.34375rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.34375rem; }

.management-bar .navbar-nav .nav-link-monospaced {
  font-size: 1rem;
  margin-bottom: 0.46875rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.46875rem;
  padding: 0; }

.management-bar .dropdown-menu {
  margin-top: 0; }

@media (max-width: 575.98px) {
  .management-bar.navbar-expand-sm.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0.0625rem 0;
    left: 0;
    margin-top: 0.0625rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    right: 0; }
  .management-bar.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0; }
  .management-bar.navbar-expand-sm .navbar-form {
    height: 2.9375rem;
    padding-bottom: 0.34375rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.34375rem; }
  .management-bar.navbar-expand-sm .navbar-form .form-control {
    height: 2rem;
    padding-bottom: 0;
    padding-top: 0; } }

@media (min-width: 576px) {
  .management-bar.navbar-expand-sm .navbar-brand {
    font-size: 1.125rem;
    margin-right: 0.5rem;
    padding-bottom: 1.125rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1.125rem; }
  .management-bar.navbar-expand-sm .navbar-form {
    height: 3.9375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .management-bar.navbar-expand-sm .navbar-form > .container,
  .management-bar.navbar-expand-sm .navbar-form > .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .management-bar.navbar-expand-sm .nav-btn {
    font-size: 0.875rem;
    margin-bottom: 0.96875rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.96875rem; }
  .management-bar.navbar-expand-sm .nav-btn-monospaced {
    font-size: 1rem; }
  .management-bar.navbar-expand-sm .nav-item > .custom-control,
  .management-bar.navbar-expand-sm .nav-item > .form-check {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .management-bar.navbar-expand-sm .nav-link,
  .management-bar.navbar-expand-sm .navbar-text {
    margin-bottom: 0.96875rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.96875rem;
    padding-bottom: 0.34375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.34375rem; }
  .management-bar.navbar-expand-sm .nav-link-monospaced {
    font-size: 1rem;
    margin-bottom: 0.96875rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.96875rem;
    padding: 0; } }

@media (max-width: 767.98px) {
  .management-bar.navbar-expand-md.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0.0625rem 0;
    left: 0;
    margin-top: 0.0625rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    right: 0; }
  .management-bar.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0; }
  .management-bar.navbar-expand-md .navbar-form {
    height: 2.9375rem;
    padding-bottom: 0.34375rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.34375rem; }
  .management-bar.navbar-expand-md .navbar-form .form-control {
    height: 2rem;
    padding-bottom: 0;
    padding-top: 0; } }

@media (min-width: 768px) {
  .management-bar.navbar-expand-md .navbar-brand {
    font-size: 1.125rem;
    margin-right: 0.5rem;
    padding-bottom: 1.125rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1.125rem; }
  .management-bar.navbar-expand-md .navbar-form {
    height: 3.9375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .management-bar.navbar-expand-md .navbar-form > .container,
  .management-bar.navbar-expand-md .navbar-form > .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .management-bar.navbar-expand-md .nav-btn {
    font-size: 0.875rem;
    margin-bottom: 0.96875rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.96875rem; }
  .management-bar.navbar-expand-md .nav-btn-monospaced {
    font-size: 1rem; }
  .management-bar.navbar-expand-md .nav-item > .custom-control,
  .management-bar.navbar-expand-md .nav-item > .form-check {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .management-bar.navbar-expand-md .nav-link,
  .management-bar.navbar-expand-md .navbar-text {
    margin-bottom: 0.96875rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.96875rem;
    padding-bottom: 0.34375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.34375rem; }
  .management-bar.navbar-expand-md .nav-link-monospaced {
    font-size: 1rem;
    margin-bottom: 0.96875rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.96875rem;
    padding: 0; } }

@media (max-width: 991.98px) {
  .management-bar.navbar-expand-lg.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0.0625rem 0;
    left: 0;
    margin-top: 0.0625rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    right: 0; }
  .management-bar.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0; }
  .management-bar.navbar-expand-lg .navbar-form {
    height: 2.9375rem;
    padding-bottom: 0.34375rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.34375rem; }
  .management-bar.navbar-expand-lg .navbar-form .form-control {
    height: 2rem;
    padding-bottom: 0;
    padding-top: 0; } }

@media (min-width: 992px) {
  .management-bar.navbar-expand-lg .navbar-brand {
    font-size: 1.125rem;
    margin-right: 0.5rem;
    padding-bottom: 1.125rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1.125rem; }
  .management-bar.navbar-expand-lg .navbar-form {
    height: 3.9375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .management-bar.navbar-expand-lg .navbar-form > .container,
  .management-bar.navbar-expand-lg .navbar-form > .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .management-bar.navbar-expand-lg .nav-btn {
    font-size: 0.875rem;
    margin-bottom: 0.96875rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.96875rem; }
  .management-bar.navbar-expand-lg .nav-btn-monospaced {
    font-size: 1rem; }
  .management-bar.navbar-expand-lg .nav-item > .custom-control,
  .management-bar.navbar-expand-lg .nav-item > .form-check {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .management-bar.navbar-expand-lg .nav-link,
  .management-bar.navbar-expand-lg .navbar-text {
    margin-bottom: 0.96875rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.96875rem;
    padding-bottom: 0.34375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.34375rem; }
  .management-bar.navbar-expand-lg .nav-link-monospaced {
    font-size: 1rem;
    margin-bottom: 0.96875rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.96875rem;
    padding: 0; } }

@media (max-width: 1279.98px) {
  .management-bar.navbar-expand-xl.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0.0625rem 0;
    left: 0;
    margin-top: 0.0625rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    right: 0; }
  .management-bar.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0; }
  .management-bar.navbar-expand-xl .navbar-form {
    height: 2.9375rem;
    padding-bottom: 0.34375rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.34375rem; }
  .management-bar.navbar-expand-xl .navbar-form .form-control {
    height: 2rem;
    padding-bottom: 0;
    padding-top: 0; } }

@media (min-width: 1280px) {
  .management-bar.navbar-expand-xl .navbar-brand {
    font-size: 1.125rem;
    margin-right: 0.5rem;
    padding-bottom: 1.125rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1.125rem; }
  .management-bar.navbar-expand-xl .navbar-form {
    height: 3.9375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .management-bar.navbar-expand-xl .navbar-form > .container,
  .management-bar.navbar-expand-xl .navbar-form > .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .management-bar.navbar-expand-xl .nav-btn {
    font-size: 0.875rem;
    margin-bottom: 0.96875rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.96875rem; }
  .management-bar.navbar-expand-xl .nav-btn-monospaced {
    font-size: 1rem; }
  .management-bar.navbar-expand-xl .nav-item > .custom-control,
  .management-bar.navbar-expand-xl .nav-item > .form-check {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .management-bar.navbar-expand-xl .nav-link,
  .management-bar.navbar-expand-xl .navbar-text {
    margin-bottom: 0.96875rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.96875rem;
    padding-bottom: 0.34375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.34375rem; }
  .management-bar.navbar-expand-xl .nav-link-monospaced {
    font-size: 1rem;
    margin-bottom: 0.96875rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.96875rem;
    padding: 0; } }

.management-bar.navbar-expand .navbar-brand {
  font-size: 1.125rem;
  margin-right: 0.5rem;
  padding-bottom: 1.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.125rem; }

.management-bar.navbar-expand .navbar-form {
  height: 3.9375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.management-bar.navbar-expand .navbar-form > .container,
.management-bar.navbar-expand .navbar-form > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.management-bar.navbar-expand .nav-btn {
  font-size: 0.875rem;
  margin-bottom: 0.96875rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.96875rem; }

.management-bar.navbar-expand .nav-btn-monospaced {
  font-size: 1rem; }

.management-bar.navbar-expand .nav-item > .custom-control,
.management-bar.navbar-expand .nav-item > .form-check {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.management-bar.navbar-expand .nav-link,
.management-bar.navbar-expand .navbar-text {
  margin-bottom: 0.96875rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.96875rem;
  padding-bottom: 0.34375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.34375rem; }

.management-bar.navbar-expand .nav-link-monospaced {
  font-size: 1rem;
  margin-bottom: 0.96875rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.96875rem;
  padding: 0; }

@media (max-width: 575.98px) {
  .management-bar .navbar-overlay-xs-down {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; } }

@media (max-width: 767.98px) {
  .management-bar .navbar-overlay-sm-down {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; } }

@media (max-width: 991.98px) {
  .management-bar .navbar-overlay-md-down {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; } }

@media (max-width: 1279.98px) {
  .management-bar .navbar-overlay-lg-down {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; } }

.management-bar .navbar-overlay-up {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }

.management-bar.navbar-underline .navbar-toggler-link:after {
  bottom: -0.53125rem;
  height: 0.25rem; }

@media (min-width: 576px) {
  .management-bar.navbar-underline.navbar-expand-sm .navbar-nav .nav-link.active:after {
    bottom: -1.03125rem;
    height: 0.25rem; } }

@media (min-width: 768px) {
  .management-bar.navbar-underline.navbar-expand-md .navbar-nav .nav-link.active:after {
    bottom: -1.03125rem;
    height: 0.25rem; } }

@media (min-width: 992px) {
  .management-bar.navbar-underline.navbar-expand-lg .navbar-nav .nav-link.active:after {
    bottom: -1.03125rem;
    height: 0.25rem; } }

@media (min-width: 1280px) {
  .management-bar.navbar-underline.navbar-expand-xl .navbar-nav .nav-link.active:after {
    bottom: -1.03125rem;
    height: 0.25rem; } }

.management-bar.navbar-underline.navbar-expand .navbar-nav .nav-link.active:after {
  bottom: -1.03125rem;
  height: 0.25rem; }

.management-bar-light {
  background-color: #FFF;
  border-color: transparent;
  border-style: solid; }

.management-bar-light .nav-link,
.management-bar-light .navbar-nav .btn-unstyled {
  border-radius: 0.25rem;
  color: #6B6C7E;
  font-weight: 600; }

.management-bar-light .nav-link:hover,
.management-bar-light .navbar-nav .btn-unstyled:hover {
  background-color: rgba(39, 40, 51, 0.03);
  color: #272833; }

.management-bar-light .nav-link.active, .management-bar-light .nav-link[aria-expanded="true"],
.management-bar-light .navbar-nav .btn-unstyled.active,
.management-bar-light .navbar-nav .btn-unstyled[aria-expanded="true"] {
  background-color: rgba(39, 40, 51, 0.06);
  color: #272833; }

.management-bar-light .nav-link.disabled, .management-bar-light .nav-link:disabled,
.management-bar-light .navbar-nav .btn-unstyled.disabled,
.management-bar-light .navbar-nav .btn-unstyled:disabled {
  background-color: transparent;
  color: #a7a9bc;
  opacity: 1; }

.management-bar-light .nav-btn {
  font-weight: 600; }

.management-bar-light .navbar-toggler {
  color: #6B6C7E;
  font-weight: 600; }

.management-bar-light .navbar-toggler-link[aria-expanded="true"] {
  color: #272833; }

.management-bar-light .navbar-overlay {
  background-color: #FFF; }

@media (max-width: 575.98px) {
  .management-bar-light.navbar-expand-sm.navbar-collapse-absolute .navbar-collapse {
    background-color: #FFF;
    border-color: transparent; }
  .management-bar-light.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-header,
  .management-bar-light.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item {
    color: #6B6C7E;
    font-weight: 600; }
  .management-bar-light.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #6B6C7E; }
  .management-bar-light.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #272833; }
  .management-bar-light.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #272833; }
  .management-bar-light.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

@media (max-width: 767.98px) {
  .management-bar-light.navbar-expand-md.navbar-collapse-absolute .navbar-collapse {
    background-color: #FFF;
    border-color: transparent; }
  .management-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-header,
  .management-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
    color: #6B6C7E;
    font-weight: 600; }
  .management-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #6B6C7E; }
  .management-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #272833; }
  .management-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #272833; }
  .management-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

@media (max-width: 991.98px) {
  .management-bar-light.navbar-expand-lg.navbar-collapse-absolute .navbar-collapse {
    background-color: #FFF;
    border-color: transparent; }
  .management-bar-light.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-header,
  .management-bar-light.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item {
    color: #6B6C7E;
    font-weight: 600; }
  .management-bar-light.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #6B6C7E; }
  .management-bar-light.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #272833; }
  .management-bar-light.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #272833; }
  .management-bar-light.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

@media (max-width: 1279.98px) {
  .management-bar-light.navbar-expand-xl.navbar-collapse-absolute .navbar-collapse {
    background-color: #FFF;
    border-color: transparent; }
  .management-bar-light.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-header,
  .management-bar-light.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item {
    color: #6B6C7E;
    font-weight: 600; }
  .management-bar-light.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #6B6C7E; }
  .management-bar-light.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #272833; }
  .management-bar-light.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #272833; }
  .management-bar-light.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

.management-bar-primary {
  background-color: #f0f5ff;
  border-color: #0B5FFF;
  border-style: solid;
  color: #6B6C7E; }

.management-bar-primary .nav-link,
.management-bar-primary .navbar-nav .btn-unstyled {
  border-radius: 0.25rem;
  color: #6B6C7E;
  font-weight: 600; }

.management-bar-primary .nav-link:hover,
.management-bar-primary .navbar-nav .btn-unstyled:hover {
  background-color: rgba(39, 40, 51, 0.03);
  color: #272833; }

.management-bar-primary .nav-link.active, .management-bar-primary .nav-link[aria-expanded="true"],
.management-bar-primary .navbar-nav .btn-unstyled.active,
.management-bar-primary .navbar-nav .btn-unstyled[aria-expanded="true"] {
  background-color: rgba(39, 40, 51, 0.06);
  color: #272833; }

.management-bar-primary .nav-link.disabled, .management-bar-primary .nav-link:disabled,
.management-bar-primary .navbar-nav .btn-unstyled.disabled,
.management-bar-primary .navbar-nav .btn-unstyled:disabled {
  background-color: transparent;
  color: #a7a9bc;
  opacity: 1; }

.management-bar-primary .nav-btn {
  font-weight: 600; }

.management-bar-primary .navbar-toggler {
  color: #6B6C7E;
  font-weight: 600; }

.management-bar-primary .navbar-toggler-link[aria-expanded="true"] {
  color: #272833; }

.management-bar-primary .navbar-overlay {
  background-color: #f0f5ff; }

@media (max-width: 575.98px) {
  .management-bar-primary.navbar-expand-sm.navbar-collapse-absolute .navbar-collapse {
    background-color: #f0f5ff;
    border-color: #0B5FFF; }
  .management-bar-primary.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-header,
  .management-bar-primary.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item {
    color: #6B6C7E;
    font-weight: 600; }
  .management-bar-primary.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #6B6C7E; }
  .management-bar-primary.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #272833; }
  .management-bar-primary.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #272833; }
  .management-bar-primary.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

@media (max-width: 767.98px) {
  .management-bar-primary.navbar-expand-md.navbar-collapse-absolute .navbar-collapse {
    background-color: #f0f5ff;
    border-color: #0B5FFF; }
  .management-bar-primary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-header,
  .management-bar-primary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
    color: #6B6C7E;
    font-weight: 600; }
  .management-bar-primary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #6B6C7E; }
  .management-bar-primary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #272833; }
  .management-bar-primary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #272833; }
  .management-bar-primary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

@media (max-width: 991.98px) {
  .management-bar-primary.navbar-expand-lg.navbar-collapse-absolute .navbar-collapse {
    background-color: #f0f5ff;
    border-color: #0B5FFF; }
  .management-bar-primary.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-header,
  .management-bar-primary.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item {
    color: #6B6C7E;
    font-weight: 600; }
  .management-bar-primary.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #6B6C7E; }
  .management-bar-primary.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #272833; }
  .management-bar-primary.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #272833; }
  .management-bar-primary.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

@media (max-width: 1279.98px) {
  .management-bar-primary.navbar-expand-xl.navbar-collapse-absolute .navbar-collapse {
    background-color: #f0f5ff;
    border-color: #0B5FFF; }
  .management-bar-primary.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-header,
  .management-bar-primary.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item {
    color: #6B6C7E;
    font-weight: 600; }
  .management-bar-primary.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #6B6C7E; }
  .management-bar-primary.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #272833; }
  .management-bar-primary.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #272833; }
  .management-bar-primary.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

.navigation-bar {
  border-width: 0 0 0.0625rem 0;
  font-size: 0.875rem;
  padding: 0 0; }

.navigation-bar .navbar-toggler {
  font-size: 1.125rem;
  height: 2.00001rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem; }

.navigation-bar .navbar-toggler-link {
  height: auto;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.8125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.8125rem; }

.navigation-bar .navbar-brand {
  font-size: 1.125rem;
  margin-right: 0;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem; }

.navigation-bar .navbar-nav .nav-btn {
  font-size: 0.875rem;
  margin-bottom: 0.46875rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.46875rem; }

.navigation-bar .navbar-nav .nav-item > .custom-control,
.navigation-bar .navbar-nav .nav-item > .form-check {
  margin-left: 1rem;
  margin-right: 1rem; }

.navigation-bar .navbar-nav .nav-link,
.navigation-bar .navbar-nav .navbar-text {
  margin-bottom: 0rem;
  margin-top: 0rem;
  padding-bottom: 0.8125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.8125rem; }

.navigation-bar .navbar-nav .nav-link-monospaced {
  margin-bottom: 0.46875rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.46875rem;
  padding: 0; }

.navigation-bar .dropdown-menu {
  margin-top: 0; }

@media (max-width: 575.98px) {
  .navigation-bar.navbar-expand-sm.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0.0625rem 0;
    left: 0;
    margin-top: 0.0625rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    right: 0; }
  .navigation-bar.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0; }
  .navigation-bar.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item {
    padding-bottom: 0.8125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.8125rem; }
  .navigation-bar.navbar-expand-sm .navbar-form {
    height: 2.9375rem;
    padding-bottom: 0.8125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.8125rem; }
  .navigation-bar.navbar-expand-sm .navbar-form .form-control {
    padding-bottom: 0;
    padding-top: 0; } }

@media (max-width: 767.98px) {
  .navigation-bar.navbar-expand-md.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0.0625rem 0;
    left: 0;
    margin-top: 0.0625rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    right: 0; }
  .navigation-bar.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0; }
  .navigation-bar.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
    padding-bottom: 0.8125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.8125rem; }
  .navigation-bar.navbar-expand-md .navbar-form {
    height: 2.9375rem;
    padding-bottom: 0.8125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.8125rem; }
  .navigation-bar.navbar-expand-md .navbar-form .form-control {
    padding-bottom: 0;
    padding-top: 0; } }

@media (max-width: 991.98px) {
  .navigation-bar.navbar-expand-lg.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0.0625rem 0;
    left: 0;
    margin-top: 0.0625rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    right: 0; }
  .navigation-bar.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0; }
  .navigation-bar.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item {
    padding-bottom: 0.8125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.8125rem; }
  .navigation-bar.navbar-expand-lg .navbar-form {
    height: 2.9375rem;
    padding-bottom: 0.8125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.8125rem; }
  .navigation-bar.navbar-expand-lg .navbar-form .form-control {
    padding-bottom: 0;
    padding-top: 0; } }

@media (max-width: 1279.98px) {
  .navigation-bar.navbar-expand-xl.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0.0625rem 0;
    left: 0;
    margin-top: 0.0625rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    right: 0; }
  .navigation-bar.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0; }
  .navigation-bar.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item {
    padding-bottom: 0.8125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.8125rem; }
  .navigation-bar.navbar-expand-xl .navbar-form {
    height: 2.9375rem;
    padding-bottom: 0.8125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.8125rem; }
  .navigation-bar.navbar-expand-xl .navbar-form .form-control {
    padding-bottom: 0;
    padding-top: 0; } }

@media (max-width: 575.98px) {
  .navigation-bar .navbar-overlay-xs-down {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; } }

@media (max-width: 767.98px) {
  .navigation-bar .navbar-overlay-sm-down {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; } }

@media (max-width: 991.98px) {
  .navigation-bar .navbar-overlay-md-down {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; } }

@media (max-width: 1279.98px) {
  .navigation-bar .navbar-overlay-lg-down {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; } }

.navigation-bar .navbar-overlay-up {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }

.navigation-bar.navbar-underline .navbar-toggler-link:after {
  bottom: -0.0625rem;
  height: 0.25rem; }

@media (min-width: 576px) {
  .navigation-bar.navbar-underline.navbar-expand-sm .navbar-nav .nav-link.active:after {
    bottom: -0.0625rem;
    height: 0.25rem; } }

@media (min-width: 768px) {
  .navigation-bar.navbar-underline.navbar-expand-md .navbar-nav .nav-link.active:after {
    bottom: -0.0625rem;
    height: 0.25rem; } }

@media (min-width: 992px) {
  .navigation-bar.navbar-underline.navbar-expand-lg .navbar-nav .nav-link.active:after {
    bottom: -0.0625rem;
    height: 0.25rem; } }

@media (min-width: 1280px) {
  .navigation-bar.navbar-underline.navbar-expand-xl .navbar-nav .nav-link.active:after {
    bottom: -0.0625rem;
    height: 0.25rem; } }

.navigation-bar.navbar-underline.navbar-expand .navbar-nav .nav-link.active:after {
  bottom: -0.0625rem;
  height: 0.25rem; }

.navigation-bar-light {
  background-color: #FFF;
  border-color: transparent;
  border-style: solid; }

.navigation-bar-light .nav-link,
.navigation-bar-light .navbar-nav .btn-unstyled {
  color: #6B6C7E;
  font-weight: 600; }

.navigation-bar-light .nav-link:hover,
.navigation-bar-light .navbar-nav .btn-unstyled:hover {
  color: #272833; }

.navigation-bar-light .nav-link.active, .navigation-bar-light .nav-link[aria-expanded="true"],
.navigation-bar-light .navbar-nav .btn-unstyled.active,
.navigation-bar-light .navbar-nav .btn-unstyled[aria-expanded="true"] {
  color: #272833; }

.navigation-bar-light .nav-link.disabled, .navigation-bar-light .nav-link:disabled,
.navigation-bar-light .navbar-nav .btn-unstyled.disabled,
.navigation-bar-light .navbar-nav .btn-unstyled:disabled {
  color: #a7a9bc;
  opacity: 1; }

.navigation-bar-light .nav-btn {
  font-weight: 600; }

.navigation-bar-light .navbar-toggler {
  color: #6B6C7E;
  font-weight: 600; }

.navigation-bar-light .navbar-toggler-link[aria-expanded="true"] {
  color: #272833; }

.navigation-bar-light .navbar-overlay {
  background-color: #FFF; }

@media (max-width: 575.98px) {
  .navigation-bar-light.navbar-expand-sm.navbar-collapse-absolute .navbar-collapse {
    background-color: #FFF;
    border-color: transparent; }
  .navigation-bar-light.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-header,
  .navigation-bar-light.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item {
    color: #6B6C7E;
    font-weight: 600; }
  .navigation-bar-light.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #6B6C7E; }
  .navigation-bar-light.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #272833; }
  .navigation-bar-light.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #272833; }
  .navigation-bar-light.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

@media (max-width: 767.98px) {
  .navigation-bar-light.navbar-expand-md.navbar-collapse-absolute .navbar-collapse {
    background-color: #FFF;
    border-color: transparent; }
  .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-header,
  .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
    color: #6B6C7E;
    font-weight: 600; }
  .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #6B6C7E; }
  .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #272833; }
  .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #272833; }
  .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

@media (max-width: 991.98px) {
  .navigation-bar-light.navbar-expand-lg.navbar-collapse-absolute .navbar-collapse {
    background-color: #FFF;
    border-color: transparent; }
  .navigation-bar-light.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-header,
  .navigation-bar-light.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item {
    color: #6B6C7E;
    font-weight: 600; }
  .navigation-bar-light.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #6B6C7E; }
  .navigation-bar-light.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #272833; }
  .navigation-bar-light.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #272833; }
  .navigation-bar-light.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

@media (max-width: 1279.98px) {
  .navigation-bar-light.navbar-expand-xl.navbar-collapse-absolute .navbar-collapse {
    background-color: #FFF;
    border-color: transparent; }
  .navigation-bar-light.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-header,
  .navigation-bar-light.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item {
    color: #6B6C7E;
    font-weight: 600; }
  .navigation-bar-light.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #6B6C7E; }
  .navigation-bar-light.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #272833; }
  .navigation-bar-light.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #272833; }
  .navigation-bar-light.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

.navigation-bar-secondary {
  background-color: #393a4a;
  border-color: transparent;
  border-style: solid;
  color: #FFF; }

.navigation-bar-secondary .nav-link,
.navigation-bar-secondary .navbar-nav .btn-unstyled {
  color: #cdced9;
  font-weight: 600; }

.navigation-bar-secondary .nav-link:hover,
.navigation-bar-secondary .navbar-nav .btn-unstyled:hover {
  color: #FFF; }

.navigation-bar-secondary .nav-link.active, .navigation-bar-secondary .nav-link[aria-expanded="true"],
.navigation-bar-secondary .navbar-nav .btn-unstyled.active,
.navigation-bar-secondary .navbar-nav .btn-unstyled[aria-expanded="true"] {
  color: #FFF; }

.navigation-bar-secondary .nav-link.disabled, .navigation-bar-secondary .nav-link:disabled,
.navigation-bar-secondary .navbar-nav .btn-unstyled.disabled,
.navigation-bar-secondary .navbar-nav .btn-unstyled:disabled {
  color: #a7a9bc;
  opacity: 0.5; }

.navigation-bar-secondary .nav-btn {
  font-weight: 600; }

.navigation-bar-secondary .navbar-brand {
  color: rgba(255, 255, 255, 0.9); }

.navigation-bar-secondary .navbar-brand:hover {
  color: rgba(255, 255, 255, 0.9); }

.navigation-bar-secondary .navbar-toggler {
  color: #cdced9;
  font-weight: 600; }

.navigation-bar-secondary .navbar-toggler-link[aria-expanded="true"] {
  color: #FFF; }

.navigation-bar-secondary .navbar-overlay {
  background-color: #393a4a; }

@media (max-width: 575.98px) {
  .navigation-bar-secondary.navbar-expand-sm.navbar-collapse-absolute .navbar-collapse {
    background-color: #393a4a;
    border-color: transparent; }
  .navigation-bar-secondary.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-header,
  .navigation-bar-secondary.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item {
    color: #cdced9;
    font-weight: 600; }
  .navigation-bar-secondary.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #cdced9; }
  .navigation-bar-secondary.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #FFF; }
  .navigation-bar-secondary.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #FFF; }
  .navigation-bar-secondary.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

@media (max-width: 767.98px) {
  .navigation-bar-secondary.navbar-expand-md.navbar-collapse-absolute .navbar-collapse {
    background-color: #393a4a;
    border-color: transparent; }
  .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-header,
  .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
    color: #cdced9;
    font-weight: 600; }
  .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #cdced9; }
  .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #FFF; }
  .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #FFF; }
  .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

@media (max-width: 991.98px) {
  .navigation-bar-secondary.navbar-expand-lg.navbar-collapse-absolute .navbar-collapse {
    background-color: #393a4a;
    border-color: transparent; }
  .navigation-bar-secondary.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-header,
  .navigation-bar-secondary.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item {
    color: #cdced9;
    font-weight: 600; }
  .navigation-bar-secondary.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #cdced9; }
  .navigation-bar-secondary.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #FFF; }
  .navigation-bar-secondary.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #FFF; }
  .navigation-bar-secondary.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

@media (max-width: 1279.98px) {
  .navigation-bar-secondary.navbar-expand-xl.navbar-collapse-absolute .navbar-collapse {
    background-color: #393a4a;
    border-color: transparent; }
  .navigation-bar-secondary.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-header,
  .navigation-bar-secondary.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item {
    color: #cdced9;
    font-weight: 600; }
  .navigation-bar-secondary.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #cdced9; }
  .navigation-bar-secondary.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #FFF; }
  .navigation-bar-secondary.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #FFF; }
  .navigation-bar-secondary.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

.pagination {
  flex-wrap: wrap;
  font-size: 0.875rem;
  margin-bottom: 0.5rem; }

.pagination-bar {
  align-items: center;
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 767.98px) {
  .pagination-bar {
    flex-direction: column;
    justify-content: center; } }

@media (max-width: 767.98px) {
  .pagination-bar .pagination {
    margin-top: 0.5rem; } }

.page-link {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  transition: none; }

@media screen and (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none; } }

.page-link:focus {
  z-index: 3; }

.page-link.btn-unstyled {
  background-color: transparent;
  border-width: 0.0625rem;
  line-height: 1;
  max-width: none;
  padding: 0 0.625rem; }

.page-link.btn-unstyled:hover {
  background-color: rgba(0, 0, 0, 0.02);
  border-color: transparent;
  color: #272833; }

.page-link.btn-unstyled:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.25); }

.page-link.btn-unstyled:disabled {
  background-color: transparent;
  border-color: transparent;
  color: #6B6C7E;
  opacity: 0.5; }

.page-link .lexicon-icon {
  margin-top: 0; }

.page-item {
  margin-left: 0.125rem;
  margin-right: 0.125rem; }

.page-item:first-child .page-link {
  border-radius: 4px; }

.page-item:last-child .page-link {
  border-radius: 4px; }

.page-item.active .page-link {
  cursor: default; }

.page-item.active .page-link.btn-unstyled {
  background-color: rgba(0, 0, 0, 0.04);
  border-color: transparent;
  color: #272833; }

.page-item.disabled .page-link {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: auto; }

.pagination-items-per-page {
  font-size: 0.875rem;
  margin-bottom: 0.5rem; }

.pagination-items-per-page > a,
.pagination-items-per-page > .btn-unstyled {
  align-items: center;
  border-color: transparent;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 0.0625rem;
  color: #6B6C7E;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  line-height: 1;
  padding: 0 0.625rem;
  text-decoration: none;
  transition: none; }

@media screen and (prefers-reduced-motion: reduce) {
  .pagination-items-per-page > a,
  .pagination-items-per-page > .btn-unstyled {
    transition: none; } }

.pagination-items-per-page > a:hover,
.pagination-items-per-page > .btn-unstyled:hover {
  background-color: rgba(0, 0, 0, 0.02);
  border-color: transparent;
  color: #272833; }

.pagination-items-per-page > a:focus,
.pagination-items-per-page > .btn-unstyled:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.25);
  outline: 0; }

.pagination-items-per-page > a .lexicon-icon,
.pagination-items-per-page > .btn-unstyled .lexicon-icon {
  margin-left: 0.125rem;
  margin-top: 0.125rem; }

@media (max-width: 767.98px) {
  .pagination-items-per-page + .pagination-results {
    margin-left: auto; } }

.show.page-item .dropdown-toggle, .show.pagination-items-per-page .dropdown-toggle {
  background-color: rgba(0, 0, 0, 0.04);
  border-color: transparent;
  color: #272833; }

.page-item .dropdown-menu,
.pagination-items-per-page .dropdown-menu {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem; }

.pagination-results {
  border-color: transparent;
  border-style: solid;
  border-width: 0.0625rem;
  color: #6B6C7E;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  margin-right: auto;
  max-width: 100%;
  padding: 0 0.625rem;
  word-wrap: break-word; }

.pagination-sm .pagination-items-per-page {
  border-radius: 0.3125rem; }

.pagination-sm .pagination-items-per-page > a,
.pagination-sm .pagination-items-per-page > .btn-unstyled {
  font-size: 0.75rem;
  height: 1.5rem;
  line-height: 1;
  padding: 0 0.625rem; }

.pagination-sm .pagination-results {
  font-size: 0.75rem;
  line-height: 1;
  padding: 0 0.625rem; }

.pagination-sm .page-link {
  font-size: 0.75rem;
  height: 1.5rem;
  line-height: 1; }

.pagination-sm .page-link.btn-unstyled {
  padding: 0 0.5rem; }

.pagination-lg .pagination-items-per-page {
  border-radius: 0.3125rem; }

.pagination-lg .pagination-items-per-page > a,
.pagination-lg .pagination-items-per-page > .btn-unstyled {
  font-size: 1.125rem;
  height: 2.75rem;
  line-height: 1;
  padding: 0 0.625rem; }

.pagination-lg .pagination-results {
  font-size: 1.125rem;
  line-height: 1;
  padding: 0 0.625rem; }

.pagination-lg .page-link {
  font-size: 1.125rem;
  height: 2.75rem;
  line-height: 1; }

.pagination-lg .page-link.btn-unstyled {
  padding: 0 1rem; }

.panel {
  background-color: #FFF;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  word-wrap: break-word; }

.panel-header {
  border-bottom: 0 solid transparent;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.75rem 1.25rem;
  position: relative;
  width: 100%; }

.panel-header.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
  transition: border-radius 1s ease, border-width 1s ease;
  border-bottom-width: 0; }

@media screen and (prefers-reduced-motion: reduce) {
  .panel-header.collapsed {
    transition: none; } }

.panel-header .collapse-icon-closed,
.panel-header .collapse-icon-open {
  font-size: 0.875rem;
  top: calc(0.75rem + (((1em * 1.2) - 1em) / 2)); }

.panel-header-link {
  color: inherit;
  display: block;
  padding: 0.75rem 1.25rem; }

.panel-header-link:hover {
  color: inherit;
  text-decoration: none; }

.panel-header-link:focus {
  z-index: 1; }

.panel-header-link .collapse-icon {
  padding-right: 2.28125rem; }

.panel-body {
  padding: 0.75rem 1.25rem; }

.panel-footer {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-top: 0 solid transparent;
  padding: 0.75rem 1.25rem; }

.panel-title {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase; }

.panel-group {
  background-color: #FFF;
  border-radius: 0.25rem; }

.panel-group .panel {
  margin-bottom: -1px; }

.panel-group .panel:first-child,
.panel-group .panel:first-child .panel-header {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.panel-group .panel:not(:first-child) {
  border-radius: 0;
  margin-top: -1px; }

.panel-group .panel:not(:first-child) .panel-header {
  border-radius: 0; }

.panel-group .panel:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.panel-group .panel:last-child .panel-header.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
  transition: border-radius 1s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .panel-group .panel:last-child .panel-header.collapsed {
    transition: none; } }

.panel-group .panel-header {
  border-bottom-width: 0; }

.panel-group .panel-header + .panel-collapse > .panel-body {
  border-top: 0 solid transparent; }

.panel-group-fluid .panel,
.panel-group-flush .panel {
  border-left-width: 0;
  border-right-width: 0; }

.panel-group-fluid .panel:first-child, .panel-group-fluid .panel:last-child,
.panel-group-flush .panel:first-child,
.panel-group-flush .panel:last-child {
  border-radius: 0; }

.panel-group-fluid-first .panel {
  border-left-width: 0;
  border-right-width: 0; }

.panel-group-fluid-first .panel:first-child {
  border-top-width: 0; }

.panel-group-fluid-first .panel:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.panel-group-fluid-last .panel {
  border-left-width: 0;
  border-right-width: 0; }

.panel-group-fluid-last .panel:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-group-fluid-last .panel:last-child {
  border-bottom-width: 0; }

.card-body > .panel-group-fluid,
.card-body > .panel-group-fluid-first,
.card-body > .panel-group-fluid-last {
  margin-left: -1.25rem;
  margin-right: -1.25rem; }

.sheet > .panel-group-fluid {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.sheet > .panel-group-fluid-first {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -1.5rem; }

.sheet > .panel-group-fluid-last {
  margin-bottom: -0.0625rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.panel-group-flush .panel-header,
.panel-group-flush .panel-header-link {
  padding-left: 0;
  padding-right: 0; }

.panel-group-flush .panel-body {
  margin-bottom: 1.5rem;
  padding: 0; }

.panel-group-flush .collapse-icon {
  padding-right: 1.5rem; }

.panel-group-flush .collapse-icon-closed,
.panel-group-flush .collapse-icon-open {
  right: 0; }

.panel-secondary {
  border-color: #e7e7ed;
  color: #6B6C7E; }

.panel-secondary .panel-header {
  border-color: #e7e7ed; }

.panel-group .panel-secondary .panel-header + .panel-collapse > .panel-body {
  border-color: #e7e7ed; }

.panel-secondary .panel-footer {
  border-color: #e7e7ed; }

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #FFF; }

.popover .inline-scroller {
  max-height: 14.875rem; }

.popover-header {
  border-color: #e7e7ed;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0; }

.popover-body {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.clay-popover-top,
.clay-popover-top-left,
.clay-popover-top-right {
  margin-bottom: 0.3rem; }

.clay-popover-top .arrow,
.clay-popover-top-left .arrow,
.clay-popover-top-right .arrow {
  bottom: calc((0.3rem + 1px) * -1);
  margin: 0; }

.clay-popover-top .arrow::after,
.clay-popover-top-left .arrow::after,
.clay-popover-top-right .arrow::after {
  border-top-color: #fff;
  border-width: 0.3rem 0.3rem 0;
  bottom: 1px; }

.clay-popover-top .arrow::before,
.clay-popover-top-left .arrow::before,
.clay-popover-top-right .arrow::before {
  border-top-color: transparent;
  border-width: 0.3rem 0.3rem 0;
  bottom: 0; }

.clay-popover-right,
.clay-popover-right-bottom,
.clay-popover-right-top {
  margin-left: 0.3rem; }

.clay-popover-right .arrow,
.clay-popover-right-bottom .arrow,
.clay-popover-right-top .arrow {
  height: 0.6rem;
  left: calc((0.3rem + 1px) * -1);
  margin: 0;
  width: 0.3rem; }

.clay-popover-right .arrow::after,
.clay-popover-right-bottom .arrow::after,
.clay-popover-right-top .arrow::after {
  border-right-color: #fff;
  border-width: 0.3rem 0.3rem 0.3rem 0;
  left: 1px; }

.clay-popover-right .arrow::before,
.clay-popover-right-bottom .arrow::before,
.clay-popover-right-top .arrow::before {
  border-right-color: transparent;
  border-width: 0.3rem 0.3rem 0.3rem 0;
  left: 0; }

.clay-popover-right-top .arrow::after {
  border-right-color: #FFF; }

.clay-popover-bottom,
.clay-popover-bottom-left,
.clay-popover-bottom-right {
  margin-top: 0.3rem; }

.clay-popover-bottom .arrow,
.clay-popover-bottom-left .arrow,
.clay-popover-bottom-right .arrow {
  margin: 0;
  top: calc((0.3rem + 1px) * -1); }

.clay-popover-bottom .arrow:after,
.clay-popover-bottom-left .arrow:after,
.clay-popover-bottom-right .arrow:after {
  border-bottom-color: #fff;
  border-width: 0 0.3rem 0.3rem 0.3rem;
  top: 1px; }

.clay-popover-bottom .arrow:before,
.clay-popover-bottom-left .arrow:before,
.clay-popover-bottom-right .arrow:before {
  border-bottom-color: transparent;
  border-width: 0 0.3rem 0.3rem 0.3rem;
  top: 0; }

.clay-popover-bottom .arrow::after {
  border-bottom-color: #FFF; }

.clay-popover-bottom-left .arrow::after {
  border-bottom-color: #FFF; }

.clay-popover-bottom-right .arrow::after {
  border-bottom-color: #FFF; }

.clay-popover-left,
.clay-popover-left-bottom,
.clay-popover-left-top {
  margin-right: 0.3rem; }

.clay-popover-left .arrow,
.clay-popover-left-bottom .arrow,
.clay-popover-left-top .arrow {
  height: 0.6rem;
  margin: 0;
  right: calc((0.3rem + 1px) * -1);
  width: 0.3rem; }

.clay-popover-left .arrow::after,
.clay-popover-left-bottom .arrow::after,
.clay-popover-left-top .arrow::after {
  border-left-color: #fff;
  border-width: 0.3rem 0 0.3rem 0.3rem;
  right: 1px; }

.clay-popover-left .arrow::before,
.clay-popover-left-bottom .arrow::before,
.clay-popover-left-top .arrow::before {
  border-left-color: transparent;
  border-width: 0.3rem 0 0.3rem 0.3rem;
  right: 0; }

.clay-popover-left-top .arrow::after {
  border-left-color: #FFF; }

.clay-popover-bottom .arrow,
.clay-popover-top .arrow {
  left: 50%;
  margin-left: -0.3rem; }

.clay-popover-bottom-left .arrow,
.clay-popover-top-left .arrow {
  left: 0.625rem; }

.clay-popover-bottom-right .arrow,
.clay-popover-top-right .arrow {
  right: 0.625rem; }

.clay-popover-left .arrow,
.clay-popover-right .arrow {
  margin-top: -0.15rem;
  top: 50%; }

.clay-popover-left-bottom .arrow,
.clay-popover-right-bottom .arrow {
  bottom: 0.625rem; }

.clay-popover-left-top .arrow,
.clay-popover-right-top .arrow {
  top: 0.625rem; }

.progress {
  flex-grow: 1;
  min-width: 6.25rem; }

.progress-lg,
.progress-lg > .progress {
  border-radius: 100px;
  font-size: 1.125rem;
  height: 1rem;
  line-height: 1rem; }

.progress-group {
  align-items: center;
  display: flex; }

.progress-group .component-subtitle {
  font-size: 0.75rem;
  font-weight: 400; }

.progress-group-addon {
  font-size: 0.875rem;
  font-weight: 600;
  margin-right: 1rem;
  text-align: center; }

.progress-group-addon:first-child {
  padding-left: 0; }

.progress-group-addon:last-child {
  padding-right: 0; }

.progress ~ .progress-group-addon {
  margin-left: 1rem;
  margin-right: 0; }

.progress-group-feedback {
  color: #0B5FFF; }

.progress-group-stacked {
  display: block; }

.progress-group-stacked .progress {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem; }

.progress-group-stacked .progress-group-addon {
  margin-left: 0;
  margin-right: 0; }

.progress-success .progress-bar {
  background-color: #287D3D; }

.progress-success .progress-group-feedback {
  color: #287D3D; }

.progress-info .progress-bar {
  background-color: #2E5AAC; }

.progress-info .progress-group-feedback {
  color: #2E5AAC; }

.progress-warning .progress-bar {
  background-color: #B95000; }

.progress-warning .progress-group-feedback {
  color: #B95000; }

.progress-danger .progress-bar {
  background-color: #DA1414; }

.progress-danger .progress-group-feedback {
  color: #DA1414; }

.quick-action-menu {
  align-items: center;
  bottom: 0;
  display: none;
  font-size: 1rem;
  left: auto;
  position: absolute;
  right: 100%;
  top: 0; }

.quick-action-item {
  border-radius: 0.25rem;
  display: flex;
  line-height: 1;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  min-height: 2rem;
  min-width: 2rem; }

.quick-action-item:disabled, .quick-action-item.disabled {
  cursor: not-allowed;
  opacity: 0.26; }

.quick-action-item .lexicon-icon {
  margin-top: 0; }

.sheet {
  background-color: #fff;
  border-color: #e7e7ed;
  border-style: solid;
  border-width: 0.0625rem;
  border-radius: 0.25rem;
  padding-bottom: 0.0625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem; }

@media (max-width: 767.98px) {
  .sheet {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem; } }

.sheet .panel-group,
.sheet .panel-group .panel:last-child .panel-body {
  margin-bottom: 1.5rem; }

@media (max-width: 767.98px) {
  .sheet .panel-group,
  .sheet .panel-group .panel:last-child .panel-body {
    margin-bottom: 1rem; } }

.sheet .panel-group .panel-body {
  margin-bottom: 3rem; }

@media (max-width: 767.98px) {
  .sheet .panel-group .panel-body {
    margin-bottom: 2rem; } }

.sheet-header {
  margin-bottom: 3rem; }

@media (max-width: 767.98px) {
  .sheet-header {
    margin-bottom: 2rem; } }

.sheet-header::after {
  clear: both;
  content: '';
  display: block; }

.sheet-section {
  margin-bottom: 3rem; }

@media (max-width: 767.98px) {
  .sheet-section {
    margin-bottom: 2rem; } }

.sheet-section > fieldset {
  margin-bottom: -3rem; }

@media (max-width: 767.98px) {
  .sheet-section > fieldset {
    margin-bottom: -2rem; } }

.sheet-section::after {
  clear: both;
  content: '';
  display: block; }

fieldset + .sheet-footer {
  margin-top: 0; }

.sheet-footer {
  display: flex;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

@media (max-width: 767.98px) {
  .sheet-footer {
    margin-bottom: 1rem;
    margin-top: 1rem; } }

.sheet-footer::after {
  clear: both;
  content: '';
  display: block; }

@media (max-width: 767.98px) {
  .sheet-footer-btn-block-sm-down {
    display: block; }
  .sheet-footer-btn-block-sm-down .btn {
    display: block;
    margin-bottom: 1rem;
    width: 100%; }
  .sheet-footer-btn-block-sm-down .btn-group {
    display: block; }
  .sheet-footer-btn-block-sm-down .btn-group-item {
    display: block;
    margin-right: 0; } }

.sheet-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px; }

.sheet-title {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  word-wrap: break-word; }

@media (max-width: 767.98px) {
  .sheet-title {
    font-size: 1.25rem;
    margin-bottom: 1rem; } }

.sheet-subtitle {
  border-color: #a7a9bc;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: #272833;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  position: relative;
  text-transform: uppercase;
  word-wrap: break-word; }

@media (max-width: 767.98px) {
  .sheet-subtitle {
    margin-bottom: 1rem; } }

.sheet-subtitle.autofit-row {
  padding-bottom: 0; }

.sheet-subtitle.autofit-row .autofit-col {
  margin-bottom: 0.5rem; }

.sheet-subtitle .collapse-icon-closed,
.sheet-subtitle .collapse-icon-open {
  top: calc(0.5rem + (((1em * 1.2) - 1em) / 2)); }

.sheet-subtitle .heading-text {
  margin-bottom: 0; }

.sheet-subtitle a,
.sheet-subtitle .btn {
  text-transform: none; }

a.sheet-subtitle {
  color: #272833; }

a.sheet-subtitle:hover {
  text-decoration: none; }

.sheet-tertiary-title {
  color: #272833;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-transform: uppercase;
  word-wrap: break-word; }

@media (max-width: 767.98px) {
  .sheet-tertiary-title {
    margin-bottom: 0.5rem; } }

.sheet-text {
  color: #6B6C7E;
  margin-bottom: 1.5rem;
  word-wrap: break-word; }

@media (max-width: 767.98px) {
  .sheet-text {
    margin-bottom: 1rem; } }

.container-fluid-1280.sidenav-container {
  padding-left: 12px;
  padding-right: 12px; }

.sidenav-container {
  position: relative; }

.sidenav-container > .sidenav-menu-slider {
  visibility: hidden;
  width: 0; }

.sidenav-container > .sidenav-content {
  left: 0; }

.sidenav-container.open.sidenav-transition > .sidenav-menu-slider {
  overflow: hidden; }

.sidenav-container.open > .sidenav-menu-slider {
  overflow: visible;
  visibility: visible; }

.sidenav-content {
  position: relative; }

@media (min-width: 768px) {
  .sidenav-content {
    position: static; }
  .sidenav-content::after {
    clear: both;
    content: '';
    display: block; } }

.sidenav-menu {
  height: 100%;
  position: relative; }

.sidenav-menu-slider {
  overflow: hidden;
  position: absolute;
  width: 320px;
  z-index: 10; }

.sidenav-fixed > .sidenav-menu-slider {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1035; }

.sidenav-right > .sidenav-content {
  left: auto;
  right: 0; }

.sidenav-right > .sidenav-menu-slider {
  left: auto;
  right: 0; }

.sidenav-right > .sidenav-menu-slider .sidenav-menu {
  right: 0; }

.sidenav-js-fouc > .sidenav-menu-slider {
  opacity: 0;
  visibility: hidden; }

.sidenav-transition .sidenav-content,
.sidenav-transition .sidenav-menu,
.sidenav-transition .sidenav-menu-slider {
  transition: all 0.5s ease; }

.sidenav-transition {
  transition: all 0.5s ease; }

.sidenav-fixed.sidenav-menu-slider {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 0; }

.sidenav-fixed.sidenav-menu-slider.open {
  visibility: visible;
  width: 320px; }

.sidenav-fixed.sidenav-menu-slider .sidenav-menu {
  position: absolute; }

.sidenav-menu-slider .sidenav-menu {
  width: 320px; }

.sidenav-menu-slider.sidenav-right {
  left: auto;
  right: 0; }

.sidenav-menu-slider.sidenav-right .sidenav-menu {
  right: 0; }

.sidebar {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.sidebar .container-fluid {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.sidebar-header,
.sidebar-footer {
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem; }

.sidebar-header .component-title {
  font-size: 1.25rem;
  font-weight: 600; }

.sidebar-header .component-title a {
  color: #272833; }

.sidebar-header .component-subtitle {
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0; }

.sidebar-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem; }

.sidebar-body > .sidebar-section {
  margin-bottom: 2rem; }

.sidebar-body > .sidebar-section:last-child {
  margin-bottom: 0; }

.sidebar-section {
  position: relative;
  word-wrap: break-word; }

.sidebar-list-group {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding-left: 0; }

.sidebar-list-group .autofit-col {
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem; }

.sidebar-list-group .autofit-col .list-group-title:only-child {
  height: 1.5rem; }

.sidebar-list-group .list-group-item {
  background-color: transparent;
  border-color: #cdced9;
  padding: 0; }

.sidebar-list-group .sticker {
  font-size: 0.5625rem;
  height: 1.5rem;
  line-height: 1.5rem;
  width: 1.5rem; }

.sidebar-list-group .sticker > .inline-item {
  font-size: 0.75rem; }

.sidebar-list-group .sticker.sticker-outside {
  left: -0.75rem;
  top: -0.75rem; }

.sidebar-list-group .sticker.sticker-outside.sticker-bottom-left {
  bottom: -0.75rem;
  top: auto; }

.sidebar-list-group .sticker.sticker-outside.sticker-bottom-right {
  bottom: -0.75rem;
  left: auto;
  right: -0.75rem;
  top: auto; }

.sidebar-list-group .sticker.sticker-outside.sticker-top-right {
  left: auto;
  right: -0.75rem; }

.sidebar-panel {
  margin-bottom: 1rem;
  position: relative; }

.sidebar-dt {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  text-transform: uppercase; }

.sidebar-dd {
  font-size: 0.875rem;
  margin-bottom: 0.75rem; }

.sidebar-light {
  background-color: #FFF;
  border-color: #dee2e6;
  border-style: solid;
  border-width: 0 0 0 0;
  box-shadow: -0.25rem 0 0.5rem -0.25rem rgba(0, 0, 0, 0.1);
  color: #272833; }

.sidebar-light .sidebar-list-group .list-group-title {
  font-size: 1rem; }

.sidebar-light .sidebar-list-group .list-group-title a {
  color: #272833; }

.sidebar-light .sidebar-panel {
  background-color: #F1F2F5; }

.sidebar-light .sidebar-dt {
  color: #6B6C7E; }

.sidebar-light .sidebar-dd a {
  color: #272833; }

.sidebar-light .component-navigation-bar {
  background-color: #FFF;
  border-color: #cdced9;
  border-style: solid; }

.sidebar-light .component-navigation-bar .nav-link,
.sidebar-light .component-navigation-bar .navbar-nav .btn-unstyled {
  color: #6B6C7E; }

.sidebar-light .component-navigation-bar .nav-link:hover,
.sidebar-light .component-navigation-bar .navbar-nav .btn-unstyled:hover {
  color: #6B6C7E; }

.sidebar-light .component-navigation-bar .nav-link.active, .sidebar-light .component-navigation-bar .nav-link[aria-expanded="true"],
.sidebar-light .component-navigation-bar .navbar-nav .btn-unstyled.active,
.sidebar-light .component-navigation-bar .navbar-nav .btn-unstyled[aria-expanded="true"] {
  color: #272833; }

.sidebar-light .component-navigation-bar .nav-link.disabled, .sidebar-light .component-navigation-bar .nav-link:disabled,
.sidebar-light .component-navigation-bar .navbar-nav .btn-unstyled.disabled,
.sidebar-light .component-navigation-bar .navbar-nav .btn-unstyled:disabled {
  color: #a7a9bc; }

.sidebar-light .component-navigation-bar .navbar-toggler {
  color: #6B6C7E; }

.sidebar-light .component-navigation-bar .navbar-toggler-link[aria-expanded="true"] {
  color: #272833; }

.sidebar-light .component-navigation-bar .navbar-overlay {
  background-color: #FFF; }

@media (max-width: 575.98px) {
  .sidebar-light .component-navigation-bar.navbar-expand-sm.navbar-collapse-absolute .navbar-collapse {
    background-color: #FFF;
    border-color: #cdced9; }
  .sidebar-light .component-navigation-bar.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-header,
  .sidebar-light .component-navigation-bar.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item {
    color: #6B6C7E; }
  .sidebar-light .component-navigation-bar.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #6B6C7E; }
  .sidebar-light .component-navigation-bar.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #6B6C7E; }
  .sidebar-light .component-navigation-bar.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #272833; }
  .sidebar-light .component-navigation-bar.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

@media (max-width: 767.98px) {
  .sidebar-light .component-navigation-bar.navbar-expand-md.navbar-collapse-absolute .navbar-collapse {
    background-color: #FFF;
    border-color: #cdced9; }
  .sidebar-light .component-navigation-bar.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-header,
  .sidebar-light .component-navigation-bar.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
    color: #6B6C7E; }
  .sidebar-light .component-navigation-bar.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #6B6C7E; }
  .sidebar-light .component-navigation-bar.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #6B6C7E; }
  .sidebar-light .component-navigation-bar.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #272833; }
  .sidebar-light .component-navigation-bar.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

@media (max-width: 991.98px) {
  .sidebar-light .component-navigation-bar.navbar-expand-lg.navbar-collapse-absolute .navbar-collapse {
    background-color: #FFF;
    border-color: #cdced9; }
  .sidebar-light .component-navigation-bar.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-header,
  .sidebar-light .component-navigation-bar.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item {
    color: #6B6C7E; }
  .sidebar-light .component-navigation-bar.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #6B6C7E; }
  .sidebar-light .component-navigation-bar.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #6B6C7E; }
  .sidebar-light .component-navigation-bar.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #272833; }
  .sidebar-light .component-navigation-bar.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

@media (max-width: 1279.98px) {
  .sidebar-light .component-navigation-bar.navbar-expand-xl.navbar-collapse-absolute .navbar-collapse {
    background-color: #FFF;
    border-color: #cdced9; }
  .sidebar-light .component-navigation-bar.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-header,
  .sidebar-light .component-navigation-bar.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item {
    color: #6B6C7E; }
  .sidebar-light .component-navigation-bar.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-divider {
    border-color: #6B6C7E; }
  .sidebar-light .component-navigation-bar.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: #6B6C7E; }
  .sidebar-light .component-navigation-bar.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item.active {
    color: #272833; }
  .sidebar-light .component-navigation-bar.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: #a7a9bc; } }

table {
  border-collapse: separate; }

th {
  height: 20px; }

.table-head-title .inline-item-before {
  margin-right: 0.25rem; }

.table-head-title .inline-item-before + .text-truncate-inline {
  max-width: calc(100% - 1em - 0.25rem); }

.table-head-title .inline-item-after {
  margin-left: 0.25rem; }

.table {
  border-collapse: collapse;
  font-size: 0.875rem;
  margin-bottom: 0; }

.table thead td,
.table thead th {
  background-color: #FFF;
  border-bottom-width: 1px;
  border-top-width: 0; }

.table thead th a {
  color: #6B6C7E; }

.table thead th a:hover {
  color: #272833; }

.table th {
  color: #6B6C7E;
  font-weight: 600;
  height: 36px;
  position: relative; }

.table td {
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 1px;
  border-color: #e7e7ed;
  border-style: solid;
  position: relative;
  vertical-align: middle; }

.table td:first-child,
.table th:first-child,
.table .table-cell-start {
  padding-left: 12px; }

.table td:last-child,
.table th:last-child,
.table .table-cell-end {
  padding-right: 12px; }

.table tbody td,
.table tbody th,
.table tfoot td,
.table tfoot th {
  background-color: #FFF; }

.table .autofit-col {
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.table .autofit-col:first-child {
  padding-left: 0; }

.table .autofit-col:last-child {
  padding-right: 0; }

.table .custom-control,
.table .form-check {
  margin-bottom: 0; }

.table-column-text-start {
  text-align: left; }

.table-column-text-center {
  text-align: center; }

.table-column-text-end {
  text-align: right; }

.table-autofit .table-cell-expand {
  display: table-cell;
  max-width: 12.5rem;
  min-width: 12.5rem;
  width: auto;
  word-wrap: break-word; }

.table-bordered thead td,
.table-bordered thead th {
  border-top-width: 1px; }

.table-bordered td,
.table-bordered th {
  border-width: 1px; }

.table-striped tbody tr:nth-of-type(odd) td,
.table-striped tbody tr:nth-of-type(odd) th {
  background-color: #f7f8f9; }

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f0f5ff; }

.table .table-active > td,
.table .table-active > th {
  background-color: #f0f5ff; }

.table-disabled {
  color: #D9D9DD; }

.table-disabled > td,
.table-disabled > th {
  background-color: #FFF;
  cursor: not-allowed; }

.table-disabled > td a,
.table-disabled > th a {
  color: #D9D9DD;
  pointer-events: none; }

.table-disabled .table-title,
.table-disabled .table-list-title {
  color: #D9D9DD; }

.table-hover .table-disabled:hover > td,
.table-hover .table-disabled:hover > th {
  background-color: #FFF; }

.table-striped tbody .table-disabled:nth-of-type(odd) td,
.table-striped tbody .table-disabled:nth-of-type(odd) th {
  background-color: #FFF; }

.table-title {
  color: #272833;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0; }

.table-title a {
  color: #272833; }

.table-title a:hover {
  color: #272833; }

.table-link {
  color: #272833; }

.table-link:hover {
  color: #272833; }

.table-action-link {
  align-items: center;
  border-radius: 0.25rem;
  color: #6B6C7E;
  display: inline-flex;
  font-size: 1rem;
  height: 2rem;
  justify-content: center;
  vertical-align: middle;
  width: 2rem; }

.table-action-link:hover {
  background-color: rgba(0, 0, 0, 0.02);
  color: #272833;
  text-decoration: none; }

.show > .table-action-link, .table-action-link:active, .table-action-link.active {
  background-color: rgba(0, 0, 0, 0.04); }

.table-action-link .lexicon-icon {
  margin-top: 0; }

.table-list {
  border-radius: 0.25rem;
  color: #272833;
  margin-bottom: 0.0625rem; }

.table-list thead:first-child tr:first-child th:first-child,
.table-list thead:first-child tr:first-child td:first-child,
.table-list thead:first-child tr:first-child .table-cell-start,
.table-list tbody:first-child tr:first-child th:first-child,
.table-list tbody:first-child tr:first-child td:first-child,
.table-list tbody:first-child tr:first-child .table-cell-start,
.table-list tfoot:first-child tr:first-child th:first-child,
.table-list tfoot:first-child tr:first-child td:first-child,
.table-list tfoot:first-child tr:first-child .table-cell-start {
  border-top-left-radius: 0.25rem; }

.table-list thead:first-child tr:first-child th:last-child,
.table-list thead:first-child tr:first-child td:last-child,
.table-list thead:first-child tr:first-child .table-cell-end,
.table-list tbody:first-child tr:first-child th:last-child,
.table-list tbody:first-child tr:first-child td:last-child,
.table-list tbody:first-child tr:first-child .table-cell-end,
.table-list tfoot:first-child tr:first-child th:last-child,
.table-list tfoot:first-child tr:first-child td:last-child,
.table-list tfoot:first-child tr:first-child .table-cell-end {
  border-top-right-radius: 0.25rem; }

.table-list thead:last-child tr:last-child th:first-child,
.table-list thead:last-child tr:last-child td:first-child,
.table-list thead:last-child tr:last-child .table-cell-start,
.table-list tbody:last-child tr:last-child th:first-child,
.table-list tbody:last-child tr:last-child td:first-child,
.table-list tbody:last-child tr:last-child .table-cell-start,
.table-list tfoot:last-child tr:last-child th:first-child,
.table-list tfoot:last-child tr:last-child td:first-child,
.table-list tfoot:last-child tr:last-child .table-cell-start {
  border-bottom-left-radius: 0.25rem; }

.table-list thead:last-child tr:last-child th:last-child,
.table-list thead:last-child tr:last-child td:last-child,
.table-list thead:last-child tr:last-child .table-cell-end,
.table-list tbody:last-child tr:last-child th:last-child,
.table-list tbody:last-child tr:last-child td:last-child,
.table-list tbody:last-child tr:last-child .table-cell-end,
.table-list tfoot:last-child tr:last-child th:last-child,
.table-list tfoot:last-child tr:last-child td:last-child,
.table-list tfoot:last-child tr:last-child .table-cell-end {
  border-bottom-right-radius: 0.25rem; }

.table-list .table-row-start .table-cell-start {
  border-top-left-radius: 0.25rem; }

.table-list .table-row-start .table-cell-end {
  border-top-right-radius: 0.25rem; }

.table-list .table-row-end .table-cell-start {
  border-bottom-left-radius: 0.25rem; }

.table-list .table-row-end .table-cell-end {
  border-bottom-right-radius: 0.25rem; }

.table-list th,
.table-list td {
  box-shadow: inset 0 0.0625rem #e7e7ed, 0 0.0625rem #e7e7ed;
  padding-top: 0.8125rem; }

.table-list th:first-child,
.table-list td:first-child {
  box-shadow: inset 0 0.0625rem #e7e7ed, 0 0.0625rem #e7e7ed, inset 0.0625rem 0 #e7e7ed;
  padding-left: 0.8125rem;
  padding-top: 0.8125rem; }

.table-list th:last-child,
.table-list td:last-child {
  box-shadow: inset 0 0.0625rem #e7e7ed, inset -0.0625rem 0 #e7e7ed, 0 0.0625rem #e7e7ed;
  padding-right: 0.8125rem;
  padding-top: 0.8125rem; }

.table-list th:only-child,
.table-list td:only-child {
  box-shadow: inset 0 0.0625rem #e7e7ed, inset -0.0625rem 0 #e7e7ed, 0 0.0625rem #e7e7ed, inset 0.0625rem 0 #e7e7ed;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  padding-top: 0.8125rem; }

.table-list .table-cell-start {
  box-shadow: inset 0 0.0625rem #e7e7ed, 0 0.0625rem #e7e7ed, inset 0.0625rem 0 #e7e7ed;
  padding-left: 0.8125rem;
  padding-top: 0.8125rem; }

.table-list .table-cell-end {
  box-shadow: inset 0 0.0625rem #e7e7ed, inset -0.0625rem 0 #e7e7ed, 0 0.0625rem #e7e7ed;
  padding-right: 0.8125rem;
  padding-top: 0.8125rem; }

.table-list thead td,
.table-list thead th {
  background-color: #FFF;
  border-width: 0; }

.table-list tbody td,
.table-list tbody th,
.table-list tfoot td,
.table-list tfoot th {
  background-color: #FFF;
  border-width: 0;
  vertical-align: middle; }

.table-list.table-bordered {
  border-width: 0; }

.table-list.table-bordered th,
.table-list.table-bordered td {
  box-shadow: inset 0 0.0625rem #e7e7ed, inset -0.0625rem 0 #e7e7ed, 0 0.0625rem #e7e7ed;
  padding-right: 0.8125rem;
  padding-top: 0.8125rem; }

.table-list.table-bordered th:first-child,
.table-list.table-bordered td:first-child {
  box-shadow: inset 0 0.0625rem #e7e7ed, inset -0.0625rem 0 #e7e7ed, 0 0.0625rem #e7e7ed, inset 0.0625rem 0 #e7e7ed;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  padding-top: 0.8125rem; }

.table-list.table-striped tbody tr:nth-of-type(odd) td,
.table-list.table-striped tbody tr:nth-of-type(odd) th {
  background-color: #f7f8f9; }

.table-list.table-hover tbody tr:hover td,
.table-list.table-hover tbody tr:hover th {
  background-color: #f0f5ff; }

.table-list.table-hover .table-active:hover {
  background-color: #f0f5ff; }

.table-list.table-hover .table-active:hover > th,
.table-list.table-hover .table-active:hover > td {
  background-color: #f0f5ff; }

.table-list .table-active,
.table-list .table-active > th,
.table-list .table-active > td {
  background-color: #f0f5ff; }

.table-list .table-disabled {
  color: #D9D9DD; }

.table-list .table-disabled > td,
.table-list .table-disabled > th {
  background-color: #FFF;
  cursor: not-allowed; }

.table-list .table-disabled > td a,
.table-list .table-disabled > th a {
  color: #D9D9DD;
  pointer-events: none; }

.table-list .table-disabled .table-title,
.table-list .table-disabled .table-list-title {
  color: #D9D9DD; }

.table-list.table-hover .table-disabled:hover > td,
.table-list.table-hover .table-disabled:hover > th {
  background-color: #FFF; }

.table-list.table-striped tbody .table-disabled:nth-of-type(odd) td,
.table-list.table-striped tbody .table-disabled:nth-of-type(odd) th {
  background-color: #FFF; }

.table-list-title {
  color: #272833;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 0; }

.table-list-title a {
  color: #272833; }

.table-list-title a:hover {
  color: #272833; }

.table-list-link {
  color: #272833; }

.table-list-link:hover {
  color: #272833; }

.table-list-action-link {
  align-items: center;
  color: #6B6C7E;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  vertical-align: middle;
  width: 2rem; }

.table-list-action-link:hover {
  background-color: rgba(0, 0, 0, 0.02);
  color: #272833;
  text-decoration: none; }

.table-list-action-link .lexicon-icon {
  margin-top: 0; }

.table-autofit td,
.table-autofit th {
  width: 1%; }

.table-autofit .table-cell-expand-small {
  max-width: 12.5rem;
  width: 25%;
  word-wrap: break-word; }

.table-autofit .table-cell-expand-smaller {
  max-width: 12.5rem;
  width: 15%;
  word-wrap: break-word; }

.table-autofit .table-cell-expand-smallest {
  max-width: 12.5rem;
  width: 10%;
  word-wrap: break-word; }

.table-nowrap td,
.table-nowrap th {
  white-space: nowrap; }

.table-heading-nowrap thead td,
.table-heading-nowrap thead th {
  white-space: nowrap; }

.table .table-divider td,
.table .table-divider th {
  background-color: #f7f8f9;
  color: #6B6C7E;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4375rem 0.75rem;
  text-transform: uppercase; }

.table-list .table-divider td,
.table-list .table-divider th {
  padding-bottom: 0.4375rem;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  padding-top: 0.5rem; }

.table-valign-bottom tbody td,
.table-valign-bottom tbody th,
.table-valign-bottom tfoot td,
.table-valign-bottom tfoot th,
.table-valign-bottom thead td,
.table-valign-bottom thead th {
  vertical-align: bottom; }

.table-valign-bottom tbody td,
.table-valign-bottom tbody th {
  padding-bottom: 1rem; }

.table-valign-bottom.show-quick-actions-on-hover .quick-action-menu {
  align-items: flex-end; }

.table-valign-middle tbody td,
.table-valign-middle tbody th,
.table-valign-middle tfoot td,
.table-valign-middle tfoot th,
.table-valign-middle thead td,
.table-valign-middle thead th {
  vertical-align: middle; }

.table-valign-top tbody td,
.table-valign-top tbody th,
.table-valign-top tfoot td,
.table-valign-top tfoot th,
.table-valign-top thead td,
.table-valign-top thead th {
  vertical-align: top; }

.table-valign-top tbody td,
.table-valign-top tbody th {
  padding-top: 1rem; }

.table-valign-top.show-quick-actions-on-hover .quick-action-menu {
  align-items: flex-start; }

.tbody-valign-bottom tbody td,
.tbody-valign-bottom tbody th {
  padding-bottom: 1rem;
  vertical-align: bottom; }

.tbody-valign-bottom.show-quick-actions-on-hover .quick-action-menu {
  align-items: flex-end; }

.tbody-valign-middle tbody td {
  vertical-align: middle; }

.tbody-valign-top tbody td,
.tbody-valign-top tbody th {
  padding-top: 1rem;
  vertical-align: top; }

.tbody-valign-top.show-quick-actions-on-hover .quick-action-menu {
  align-items: flex-start; }

.thead-valign-bottom thead td,
.thead-valign-bottom thead th {
  vertical-align: bottom; }

.thead-valign-middle thead td,
.thead-valign-middle thead th {
  vertical-align: middle; }

.thead-valign-top thead td,
.thead-valign-top thead th {
  vertical-align: top; }

.show-quick-actions-on-hover tr:not(.table-active):not(.table-disabled):hover .quick-action-menu {
  display: flex; }

.show-quick-actions-on-hover .table-focus:not(.table-active):not(.table-disabled) .quick-action-menu {
  display: flex; }

.table .quick-action-menu {
  align-items: flex-start;
  background-color: #FFF;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem; }

.table-striped tbody tr:nth-of-type(odd) .quick-action-menu {
  background-color: #f7f8f9; }

.table-striped tbody .table-active:nth-of-type(odd) .quick-action-menu {
  background-color: #f0f5ff; }

.table-hover tbody tr:hover .quick-action-menu {
  background-color: #f0f5ff; }

.table-hover tbody .table-active:hover .quick-action-menu {
  background-color: #f1f2f5; }

.table-active .quick-action-menu {
  background-color: #f1f2f5; }

.table-list .quick-action-menu {
  align-items: center;
  background-color: #FFF;
  bottom: 0;
  top: 0.0625rem; }

.table-list.table-striped tbody tr:nth-of-type(odd) .quick-action-menu {
  background-color: #f7f8f9; }

.table-list.table-striped tbody .table-active:nth-of-type(odd) .quick-action-menu {
  background-color: #f0f5ff; }

.table-list.table-hover tbody tr:hover .quick-action-menu {
  background-color: #f0f5ff; }

.table-list.table-hover tbody .table-active:hover .quick-action-menu {
  background-color: #f0f5ff; }

.table-list .table-active .quick-action-menu {
  background-color: #f0f5ff; }

.table-responsive-sm {
  margin-bottom: 1.5rem; }

.table-responsive-md {
  margin-bottom: 1.5rem; }

.table-responsive-lg {
  margin-bottom: 1.5rem; }

.table-responsive-xl {
  margin-bottom: 1.5rem; }

.table-responsive {
  margin-bottom: 1.5rem; }

.table .table-cell-minw-50 {
  min-width: 50px; }

.table .table-cell-minw-75 {
  min-width: 75px; }

.table .table-cell-minw-100 {
  min-width: 100px; }

.table .table-cell-minw-150 {
  min-width: 150px; }

.table .table-cell-minw-200 {
  min-width: 200px; }

.table .table-cell-minw-250 {
  min-width: 250px; }

.table .table-cell-minw-300 {
  min-width: 300px; }

.table .table-cell-minw-350 {
  min-width: 350px; }

.table .table-cell-minw-400 {
  min-width: 400px; }

.table .table-cell-ws-normal {
  white-space: normal; }

.table .table-cell-ws-nowrap {
  white-space: nowrap; }

.tbar {
  display: flex; }

.tbar > .container,
.tbar > .container-fluid {
  display: flex; }

.tbar-nav {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: nowrap;
  list-style: none;
  margin-bottom: 0;
  min-width: 3.125rem;
  padding-left: 0;
  word-wrap: break-word; }

.tbar-nav > .tbar-item {
  justify-content: center; }

.tbar-nav-shrink {
  flex-grow: 0;
  flex-shrink: 0;
  width: auto; }

.tbar-nav-wrap {
  flex-wrap: wrap; }

.tbar-item {
  max-width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.tbar-item:first-child {
  padding-left: 0; }

.tbar-item:last-child {
  padding-right: 0; }

.tbar-item-expand {
  text-align: center; }

.tbar-link {
  display: inline-block; }

.tbar-btn-monospaced,
.tbar-link-monospaced {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  text-align: center; }

.tbar-btn-monospaced .inline-item .lexicon-icon,
.tbar-btn-monospaced .lexicon-icon,
.tbar-link-monospaced .inline-item .lexicon-icon,
.tbar-link-monospaced .lexicon-icon {
  margin-top: 0; }

@media (max-width: 575.98px) {
  .tbar-inline-xs-down {
    display: block; }
  .tbar-inline-xs-down .container,
  .tbar-inline-xs-down .container-fluid {
    display: block; }
  .tbar-inline-xs-down .component-title,
  .tbar-inline-xs-down .tbar-nav,
  .tbar-inline-xs-down .tbar-section {
    display: inline; }
  .tbar-inline-xs-down .tbar-item {
    display: inline;
    padding-left: 0; } }

@media (max-width: 767.98px) {
  .tbar-inline-sm-down {
    display: block; }
  .tbar-inline-sm-down .container,
  .tbar-inline-sm-down .container-fluid {
    display: block; }
  .tbar-inline-sm-down .component-title,
  .tbar-inline-sm-down .tbar-nav,
  .tbar-inline-sm-down .tbar-section {
    display: inline; }
  .tbar-inline-sm-down .tbar-item {
    display: inline;
    padding-left: 0; } }

@media (max-width: 991.98px) {
  .tbar-inline-md-down {
    display: block; }
  .tbar-inline-md-down .container,
  .tbar-inline-md-down .container-fluid {
    display: block; }
  .tbar-inline-md-down .component-title,
  .tbar-inline-md-down .tbar-nav,
  .tbar-inline-md-down .tbar-section {
    display: inline; }
  .tbar-inline-md-down .tbar-item {
    display: inline;
    padding-left: 0; } }

@media (max-width: 1279.98px) {
  .tbar-inline-lg-down {
    display: block; }
  .tbar-inline-lg-down .container,
  .tbar-inline-lg-down .container-fluid {
    display: block; }
  .tbar-inline-lg-down .component-title,
  .tbar-inline-lg-down .tbar-nav,
  .tbar-inline-lg-down .tbar-section {
    display: inline; }
  .tbar-inline-lg-down .tbar-item {
    display: inline;
    padding-left: 0; } }

.tbar-inline-xl-down {
  display: block; }

.tbar-inline-xl-down .container,
.tbar-inline-xl-down .container-fluid {
  display: block; }

.tbar-inline-xl-down .component-title,
.tbar-inline-xl-down .tbar-nav,
.tbar-inline-xl-down .tbar-section {
  display: inline; }

.tbar-inline-xl-down .tbar-item {
  display: inline;
  padding-left: 0; }

.component-tbar {
  border-color: #e7e7ed;
  border-style: solid;
  border-width: 0 0 0.0625rem 0;
  color: #6B6C7E;
  height: 3.5rem; }

.component-tbar .tbar-label {
  border-width: 0.0625rem;
  height: auto; }

.subnav-tbar {
  font-size: 0.875rem; }

.subnav-tbar .btn-unstyled {
  color: #0B5FFF;
  text-decoration: none; }

.subnav-tbar .btn-unstyled:hover {
  color: #004ee1;
  text-decoration: underline; }

.subnav-tbar strong {
  font-weight: 600; }

.subnav-tbar .component-link {
  color: #0B5FFF;
  font-weight: 600; }

.subnav-tbar .component-link:hover {
  color: #004ee1; }

.subnav-tbar .tbar-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.subnav-tbar .tbar-btn {
  font-size: 0.875rem;
  height: 1.5rem;
  line-height: 1;
  margin-bottom: 0.125rem;
  margin-top: 0.125rem;
  padding-bottom: 0;
  padding-top: 0; }

.subnav-tbar .tbar-link {
  margin-bottom: 0.125rem;
  margin-top: 0.125rem;
  padding-bottom: 0.09375rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.09375rem; }

.subnav-tbar .tbar-btn-monospaced {
  height: 1.5rem;
  margin-bottom: 0.125rem;
  margin-top: 0.125rem;
  padding: 0.25rem;
  width: 1.5rem; }

.subnav-tbar .tbar-link-monospaced {
  height: 1.5rem;
  margin-bottom: 0.125rem;
  margin-top: 0.125rem;
  width: 1.5rem; }

.subnav-tbar .tbar-section {
  text-align: left; }

.subnav-tbar .component-title {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  max-width: 100%; }

.subnav-tbar .component-text {
  display: inline-block;
  line-height: 1.45;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  max-width: 100%; }

.subnav-tbar .tbar-label {
  border-width: 0.0625rem;
  height: auto; }

.subnav-tbar-primary {
  background-color: #b3cdff;
  padding-bottom: 0.625rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.625rem; }

.subnav-tbar-primary .component-link {
  color: #272833; }

.subnav-tbar-primary .component-link:hover {
  color: #272833; }

.subnav-tbar-primary .component-link:disabled, .subnav-tbar-primary .component-link.disabled {
  color: #6B6C7E;
  cursor: not-allowed;
  opacity: 0.65;
  text-decoration: none; }

.subnav-tbar-primary .tbar-item {
  justify-content: flex-start;
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.subnav-tbar-primary .tbar-link-monospaced {
  border-radius: 0;
  border-width: 0;
  height: 3rem;
  margin-bottom: -0.625rem;
  margin-top: -0.625rem;
  width: 3rem; }

.subnav-tbar-primary .component-label .close:focus {
  color: inherit; }

.subnav-tbar-primary .component-label .close:disabled, .subnav-tbar-primary .component-label .close.disabled {
  color: #6B6C7E;
  opacity: 0.65; }

.subnav-tbar-primary .tbar-label {
  border-width: 0.0625rem;
  font-size: 0.75rem;
  height: auto;
  margin-right: 0;
  padding-bottom: 0.3125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.3125rem;
  text-transform: none; }

.subnav-tbar-primary.subnav-tbar-disabled {
  background-color: #cfddf8;
  color: #8E94AA; }

.subnav-tbar-primary.subnav-tbar-disabled .component-label {
  border-color: #8E94AA; }

.subnav-tbar-primary.subnav-tbar-disabled .tbar-label {
  border-width: 0.0625rem;
  height: auto; }

.subnav-tbar-light {
  background-color: #FFF;
  color: #6B6C7E;
  padding-bottom: 0.125rem;
  padding-top: 0.125rem; }

.subnav-tbar-light .tbar-label {
  border-width: 0.0625rem;
  height: auto; }

.timeline {
  padding-left: 0;
  list-style: none;
  padding-left: 25px; }

.timeline .panel,
.timeline .panel-group {
  margin-bottom: 0; }

.timeline-icon {
  background-color: #F1F2F5;
  border: 2px solid #6B6C7E;
  /* border-radius: 50%; */
  display: block;
  height: 10px;
  line-height: 10px;
  width: 10px; }

.timeline-increment {
  background-color: #F1F2F5;
  left: -39px;
  position: absolute;
  text-align: center;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }

.timeline-increment-text {
  display: block;
  max-width: 65px; }

.timeline-item-label {
  color: #272833; }

.timeline-item {
  padding-bottom: 5px;
  padding-left: 40px;
  padding-top: 5px;
  position: relative; }

.timeline-item:before {
  background-color: #272834;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px; }

.timeline-item.active .timeline-icon {
  background-color: #0B5FFF;
  border-color: #0B5FFF; }

.timeline-item .panel,
.timeline-item .panel-heading {
  position: relative; }

.timeline-item .panel .timeline-increment {
  margin-left: 0; }

.timeline-right {
  padding-left: 0;
  padding-right: 25px; }

.timeline-right .timeline-item {
  padding-left: 0;
  padding-right: 40px; }

.timeline-right .timeline-item:before {
  left: auto;
  right: -2px; }

.timeline-right .timeline-item .panel .timeline-increment {
  margin-left: auto;
  margin-right: 0; }

.timeline-right .timeline-item .timeline-increment {
  left: auto;
  right: -41px;
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

@media (max-width: 575.98px) {
  .timeline-right-xs-only {
    padding-left: 0;
    padding-right: 25px; }
  .timeline-right-xs-only .timeline-item {
    padding-left: 0;
    padding-right: 40px; }
  .timeline-right-xs-only .timeline-item:before {
    left: auto;
    right: -2px; }
  .timeline-right-xs-only .timeline-item .panel .timeline-increment {
    margin-left: auto;
    margin-right: 0; }
  .timeline-right-xs-only .timeline-item .timeline-increment {
    left: auto;
    right: -41px;
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); } }

@media (min-width: 768px) {
  .timeline-center {
    padding-left: 0; }
  .timeline-center .timeline-item {
    margin-left: 50%;
    width: 50%; }
  .timeline-center .timeline-item .timeline-item-label {
    left: -100%;
    margin-left: -80px;
    position: absolute;
    text-align: right;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
  .timeline-center .timeline-item.timeline-item-reverse {
    padding-left: 0;
    padding-right: 40px;
    margin-left: 0; }
  .timeline-center .timeline-item.timeline-item-reverse:before {
    left: auto;
    right: -2px; }
  .timeline-center .timeline-item.timeline-item-reverse .panel .timeline-increment {
    margin-left: auto;
    margin-right: 0; }
  .timeline-center .timeline-item.timeline-item-reverse .timeline-increment {
    left: auto;
    right: -41px;
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .timeline-center .timeline-item.timeline-item-reverse .timeline-item-label {
    margin-left: auto;
    margin-right: -80px;
    right: -100%;
    text-align: left; } }

@media (min-width: 768px) {
  .timeline-even .timeline-item:nth-of-type(even),
  .timeline-odd .timeline-item:nth-of-type(odd) {
    padding-left: 0;
    padding-right: 40px;
    margin-left: 0; }
  .timeline-even .timeline-item:nth-of-type(even):before,
  .timeline-odd .timeline-item:nth-of-type(odd):before {
    left: auto;
    right: -2px; }
  .timeline-even .timeline-item:nth-of-type(even) .panel .timeline-increment,
  .timeline-odd .timeline-item:nth-of-type(odd) .panel .timeline-increment {
    margin-left: auto;
    margin-right: 0; }
  .timeline-even .timeline-item:nth-of-type(even) .timeline-increment,
  .timeline-odd .timeline-item:nth-of-type(odd) .timeline-increment {
    left: auto;
    right: -41px;
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .timeline-even .timeline-item:nth-of-type(even) .timeline-item-label,
  .timeline-odd .timeline-item:nth-of-type(odd) .timeline-item-label {
    margin-left: auto;
    margin-right: -80px;
    right: -100%;
    text-align: left; } }

.timeline-spacing-xl.timeline {
  padding-left: 25px; }

@media (min-width: 768px) {
  .timeline-spacing-xl.timeline-center {
    padding-left: 0; }
  .timeline-spacing-xl.timeline-center .timeline-item .timeline-item-label {
    margin-left: -100px; }
  .timeline-spacing-xl.timeline-center .timeline-item.timeline-item-reverse {
    padding-right: 50px; }
  .timeline-spacing-xl.timeline-center .timeline-item.timeline-item-reverse .timeline-increment {
    right: -51px; }
  .timeline-spacing-xl.timeline-center .timeline-item.timeline-item-reverse .timeline-item-label {
    margin-left: auto;
    margin-right: -100px; } }

@media (min-width: 768px) {
  .timeline-spacing-xl.timeline-even .timeline-item:nth-of-type(even),
  .timeline-spacing-xl.timeline-odd .timeline-item:nth-of-type(odd) {
    padding-right: 50px; }
  .timeline-spacing-xl.timeline-even .timeline-item:nth-of-type(even) .timeline-increment,
  .timeline-spacing-xl.timeline-odd .timeline-item:nth-of-type(odd) .timeline-increment {
    right: -51px; }
  .timeline-spacing-xl.timeline-even .timeline-item:nth-of-type(even) .timeline-item-label,
  .timeline-spacing-xl.timeline-odd .timeline-item:nth-of-type(odd) .timeline-item-label {
    margin-left: auto;
    margin-right: -100px; } }

.timeline-spacing-xl.timeline-right {
  padding-right: 25px; }

.timeline-spacing-xl.timeline-right .timeline-item {
  padding-right: 50px; }

.timeline-spacing-xl.timeline-right .timeline-item .timeline-increment {
  right: -51px; }

@media (max-width: 575.98px) {
  .timeline-spacing-xl.timeline-right-xs-only {
    padding-left: 0;
    padding-right: 25px; }
  .timeline-spacing-xl.timeline-right-xs-only .timeline-item {
    padding-left: 0;
    padding-right: 50px; }
  .timeline-spacing-xl.timeline-right-xs-only .timeline-item .timeline-increment {
    left: auto;
    right: -51px; } }

.timeline-spacing-xl .timeline-item {
  padding-bottom: 15px;
  padding-left: 50px;
  padding-top: 15px; }

.timeline-spacing-xl .timeline-item .timeline-increment {
  left: -49px; }

.timeline-spacing-xl .timeline-increment-text {
  max-width: 75px; }

.toggle-switch {
  cursor: pointer; }

.toggle-switch-bar .toggle-switch-handle {
  display: block;
  float: left;
  min-width: 60px;
  text-transform: uppercase; }

.toggle-switch-bar .toggle-switch-icon {
  font-size: 0.75rem; }

.toggle-switch-bar .toggle-switch-icon .lexicon-icon {
  margin-top: -0.2em; }

.toggle-switch-bar .button-icon {
  font-size: 0.75rem; }

.toggle-switch-check {
  font-size: 62.5%;
  opacity: 0;
  position: absolute; }

.toggle-switch-check:empty ~ .toggle-switch-bar {
  cursor: pointer;
  display: block;
  float: left;
  font-size: 0.75rem;
  height: 32px;
  line-height: 32px;
  position: relative;
  text-indent: 0;
  -ms-user-select: none;
  user-select: none; }

.toggle-switch-check:empty ~ .toggle-switch-bar:after {
  background-color: #FFF;
  border-color: #FFF;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  bottom: 4px;
  content: '';
  display: block;
  height: 24px;
  left: 4px;
  position: absolute;
  top: 4px;
  transition: background-color 100ms ease-in, border-color 100ms ease-in, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
  width: 24px; }

.toggle-switch-check:empty ~ .toggle-switch-bar:before {
  background-color: #a7a9bc;
  border-color: #a7a9bc;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  bottom: 0;
  content: ' ';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 100ms ease-in, border-color 100ms ease-in, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
  width: 60px; }

.toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-handle:after {
  content: attr(data-label-off);
  margin-left: 68px;
  transition: background-color 100ms ease-in, border-color 100ms ease-in, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
  white-space: nowrap; }

.toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-handle:before {
  transition: background-color 100ms ease-in, border-color 100ms ease-in, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in; }

.toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon {
  color: #FFF;
  left: 4px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 4px;
  transition: background-color 100ms ease-in, border-color 100ms ease-in, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
  width: 24px;
  z-index: 1; }

.toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon-on {
  left: 4px;
  opacity: 0; }

.toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon-off {
  left: 32px; }

.toggle-switch-check:empty ~ .toggle-switch-bar .button-icon {
  color: #272833; }

.toggle-switch-check:empty ~ .toggle-switch-bar .button-icon-on {
  opacity: 0; }

.toggle-switch-check:checked ~ .toggle-switch-bar:after {
  background-color: #FFF;
  border-color: #FFF;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  left: 32px; }

.toggle-switch-check:checked ~ .toggle-switch-bar:before {
  background-color: #0B5FFF;
  border-color: #0B5FFF;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px; }

.toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-handle:after {
  content: attr(data-label-on); }

.toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-icon {
  color: #FFF; }

.toggle-switch-check:checked ~ .toggle-switch-bar .button-icon {
  color: #272833;
  left: 32px; }

.toggle-switch-check:checked ~ .toggle-switch-bar .button-icon-on,
.toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-icon-on {
  opacity: 1; }

.toggle-switch-check:checked ~ .toggle-switch-bar .button-icon-off,
.toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-icon-off {
  opacity: 0; }

.toggle-switch-check:disabled ~ .toggle-switch-bar, .toggle-switch-check.disabled ~ .toggle-switch-bar {
  cursor: not-allowed;
  opacity: 0.4; }

.toggle-switch-check:focus ~ .toggle-switch-bar:before {
  box-shadow: 0 0 0 1px #F1F2F5, 0 0 0 2px #80acff; }

.toggle-switch-label {
  display: block;
  margin-bottom: 2px; }

.toggle-switch-text {
  clear: both;
  display: block;
  font-size: 0.75rem; }

.toggle-switch-text-left {
  float: left;
  line-height: 32px;
  margin-right: 8px; }

.toggle-switch-text-right {
  clear: none;
  float: left;
  line-height: 32px;
  margin-left: 8px; }

@media (max-width: 767.98px) {
  .toggle-switch-bar .toggle-switch-handle {
    min-width: 44px; }
  .toggle-switch-bar .toggle-switch-icon {
    font-size: 0.625rem; }
  .toggle-switch-bar .button-icon {
    font-size: 0.625rem; }
  .toggle-switch-check:empty ~ .toggle-switch-bar {
    height: 24px;
    line-height: 24px;
    text-indent: 0; }
  .toggle-switch-check:empty ~ .toggle-switch-bar:after {
    bottom: 4px;
    height: 16px;
    left: 4px;
    top: 4px;
    width: 16px; }
  .toggle-switch-check:empty ~ .toggle-switch-bar:before {
    width: 44px; }
  .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-handle:after {
    margin-left: 52px; }
  .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon {
    left: 4px;
    line-height: 16px;
    top: 4px;
    width: 16px; }
  .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon-on {
    left: 4px; }
  .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon-off {
    left: 24px; }
  .toggle-switch-check:checked ~ .toggle-switch-bar:after {
    left: 24px; }
  .toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-handle:after {
    margin-left: 52px; }
  .toggle-switch-check:checked ~ .toggle-switch-bar .button-icon {
    left: 24px; }
  .toggle-switch-text-left,
  .toggle-switch-text-right {
    line-height: 24px; } }

.tooltip-inner {
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.4); }

.clay-tooltip-bottom .arrow,
.clay-tooltip-top .arrow {
  left: 50%;
  margin-left: -0.4rem; }

.clay-tooltip-bottom-left .arrow,
.clay-tooltip-top-left .arrow {
  left: 0.5rem; }

.clay-tooltip-bottom-right .arrow,
.clay-tooltip-top-right .arrow {
  right: 0.5rem; }

.clay-tooltip-left .arrow,
.clay-tooltip-right .arrow {
  margin-top: -0.4rem;
  top: 50%; }

.clay-tooltip-left-bottom .arrow,
.clay-tooltip-right-bottom .arrow {
  bottom: 0.5rem; }

.clay-tooltip-left-top .arrow,
.clay-tooltip-right-top .arrow {
  top: 0.5rem; }

.clay-tooltip-bottom,
.clay-tooltip-bottom-left,
.clay-tooltip-bottom-right {
  padding-top: 0.4rem; }

.clay-tooltip-bottom .arrow,
.clay-tooltip-bottom-left .arrow,
.clay-tooltip-bottom-right .arrow {
  top: 0; }

.clay-tooltip-bottom .arrow::before,
.clay-tooltip-bottom-left .arrow::before,
.clay-tooltip-bottom-right .arrow::before {
  border-bottom-color: #272833;
  border-width: 0 0.4rem 0.4rem;
  bottom: 0; }

.clay-tooltip-left,
.clay-tooltip-left-bottom,
.clay-tooltip-left-top {
  padding-right: 0.4rem; }

.clay-tooltip-left .arrow,
.clay-tooltip-left-bottom .arrow,
.clay-tooltip-left-top .arrow {
  height: 0.8rem;
  right: 0;
  width: 0.4rem; }

.clay-tooltip-left .arrow::before,
.clay-tooltip-left-bottom .arrow::before,
.clay-tooltip-left-top .arrow::before {
  border-left-color: #272833;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  left: 0; }

.clay-tooltip-right,
.clay-tooltip-right-bottom,
.clay-tooltip-right-top {
  padding-left: 0.4rem; }

.clay-tooltip-right .arrow,
.clay-tooltip-right-bottom .arrow,
.clay-tooltip-right-top .arrow {
  height: 0.8rem;
  left: 0;
  width: 0.4rem; }

.clay-tooltip-right .arrow::before,
.clay-tooltip-right-bottom .arrow::before,
.clay-tooltip-right-top .arrow::before {
  border-right-color: #272833;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  right: 0; }

.clay-tooltip-top,
.clay-tooltip-top-left,
.clay-tooltip-top-right {
  padding-bottom: 0.4rem; }

.clay-tooltip-top .arrow,
.clay-tooltip-top-left .arrow,
.clay-tooltip-top-right .arrow {
  bottom: 0; }

.clay-tooltip-top .arrow::before,
.clay-tooltip-top-left .arrow::before,
.clay-tooltip-top-right .arrow::before {
  border-top-color: #272833;
  border-width: 0.4rem 0.4rem 0;
  top: 0; }

body {
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 767.98px) {
  body {
    font-size: 1rem; } }

b {
  font-weight: 600; }

strong {
  font-weight: 600; }

.reference-mark {
  display: inline-block;
  font-size: 0.75rem;
  position: relative;
  vertical-align: super; }

mark,
.mark {
  background-color: #fcf8e3;
  box-decoration-break: clone;
  box-shadow: -0.25em 0 0 #fcf8e3;
  display: inline;
  line-height: normal;
  padding: 2px 0.25em 3px 0;
  position: relative;
  white-space: pre-wrap; }

mark:before,
.mark:before {
  background-color: #fcf8e3;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  width: 0.25em;
  z-index: -1; }

.text-truncate {
  display: block; }

.text-truncate-inline {
  display: inline-flex;
  max-width: 100%; }

.text-truncate-inline .text-truncate {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  word-wrap: normal; }

.bg-checkered {
  background-image: linear-gradient(45deg, #e7e7ed 25%, transparent 25%), linear-gradient(-45deg, #e7e7ed 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #e7e7ed 75%), linear-gradient(-45deg, transparent 75%, #e7e7ed 75%);
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  background-size: 20px 20px; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 5000px !important; }

.rounded-0 {
  border-radius: 0 !important; }

.close {
  cursor: pointer;
  float: none;
  align-items: center;
  border-radius: 0.1875rem;
  color: #272833;
  display: inline-flex;
  font-size: 1rem;
  height: 2rem;
  justify-content: center;
  opacity: 1;
  text-align: center;
  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;
  width: 2rem; }

.close:hover {
  color: #272833;
  opacity: 1; }

button.close:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.25);
  outline: 0; }

.close:focus {
  opacity: 1; }

.close:disabled, .close.disabled {
  color: #6B6C7E;
  opacity: 0.26; }

.close .lexicon-icon {
  margin-top: 0; }

.close:disabled, .close.disabled {
  cursor: not-allowed; }

.autofit-row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%; }

ul.autofit-row {
  padding-left: 0;
  list-style: none; }

.autofit-row-center > .autofit-col {
  justify-content: center; }

.autofit-row-end > .autofit-col {
  justify-content: flex-end; }

.autofit-padded > .autofit-col {
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem; }

.autofit-padded-no-gutters-x {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  width: auto; }

.autofit-padded-no-gutters-x > .autofit-col {
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem; }

.autofit-padded-no-gutters-y {
  margin-bottom: -0.25rem;
  margin-top: -0.25rem;
  width: auto; }

.autofit-padded-no-gutters-y > .autofit-col {
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem; }

.autofit-padded-no-gutters {
  margin-bottom: -0.25rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.25rem;
  width: auto; }

.autofit-padded-no-gutters > .autofit-col {
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem; }

.tbar-item, .autofit-col {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  min-height: 0;
  position: relative; }

.tbar-item-expand, .autofit-col-expand {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 3.125rem;
  word-wrap: break-word; }

.tbar-section, .autofit-section {
  max-width: 100%; }

.autofit-float {
  flex-wrap: wrap; }

.autofit-float > .autofit-col {
  max-width: 100%; }

.autofit-float > .autofit-col-end {
  margin-left: auto; }

.autofit-float > .autofit-col-end + .autofit-col-end {
  margin-left: 0; }

@media (max-width: 767.98px) {
  .autofit-float-sm-down {
    flex-wrap: wrap; }
  .autofit-float-sm-down > .autofit-col {
    max-width: 100%; }
  .autofit-float-sm-down > .autofit-col-end {
    margin-left: auto; }
  .autofit-float-sm-down > .autofit-col-end + .autofit-col-end {
    margin-left: 0; } }

@media (max-width: 991.98px) {
  .autofit-float-md-down {
    flex-wrap: wrap; }
  .autofit-float-md-down > .autofit-col {
    max-width: 100%; }
  .autofit-float-md-down > .autofit-col-end {
    margin-left: auto; }
  .autofit-float-md-down > .autofit-col-end + .autofit-col-end {
    margin-left: 0; } }

.autofit-float-end {
  flex-wrap: wrap;
  justify-content: flex-end; }

.autofit-float-end > .autofit-col {
  max-width: 100%; }

.autofit-float-end > .autofit-col-end {
  margin-left: auto; }

.autofit-float-end > .autofit-col-end + .autofit-col-end {
  margin-left: 0; }

@media (max-width: 767.98px) {
  .autofit-float-end-sm-down {
    flex-wrap: wrap;
    justify-content: flex-end; }
  .autofit-float-end-sm-down > .autofit-col {
    max-width: 100%; }
  .autofit-float-end-sm-down > .autofit-col-end {
    margin-left: auto; }
  .autofit-float-end-sm-down > .autofit-col-end + .autofit-col-end {
    margin-left: 0; } }

@media (max-width: 991.98px) {
  .autofit-float-end-md-down {
    flex-wrap: wrap;
    justify-content: flex-end; }
  .autofit-float-end-md-down > .autofit-col {
    max-width: 100%; }
  .autofit-float-end-md-down > .autofit-col-end {
    margin-left: auto; }
  .autofit-float-end-md-down > .autofit-col-end + .autofit-col-end {
    margin-left: 0; } }

.heading-start {
  margin-right: 1rem; }

.heading-end {
  margin-left: 1rem; }

.heading-text {
  margin-bottom: auto;
  margin-top: auto; }

.inline-scroller {
  list-style: none;
  margin: 0;
  max-height: 125px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0; }

.inline-item {
  align-items: center;
  display: inline-flex;
  vertical-align: middle; }

.inline-item .inline-item {
  display: inline; }

.inline-item .lexicon-icon {
  margin-top: -0.21429em; }

.inline-item-before {
  margin-right: 0.5rem; }

.inline-item-middle {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.inline-item-middle + .inline-item-middle {
  margin-left: 0; }

.inline-item-after {
  margin-left: 0.5rem; }

.page-header {
  background-color: #FFF; }

.loading-animation {
  display: block;
  font-size: 2.5rem;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 1em; }

.loading-animation:after {
  animation: 1.2s ease-out infinite;
  animation-name: loading-animation;
  /* border-radius: 50%; */
  content: '';
  box-shadow: 0 -1em 0 0em #6b6c7e, 1em -0.5em 0 -0.35em rgba(107, 108, 126, 0.1), 1em 0.5em 0 -0.25em rgba(107, 108, 126, 0.2), 0 1em 0 -0.2em rgba(107, 108, 126, 0.4), -1em 0.5em 0 -0.15em rgba(107, 108, 126, 0.6), -1em -0.5em 0 -0.1em rgba(107, 108, 126, 0.8);
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0.33334);
  width: 1em; }

@keyframes loading-animation {
  0%,
  100% {
    box-shadow: 0 -1em 0 0em #6b6c7e, 1em -0.5em 0 -0.35em rgba(107, 108, 126, 0.1), 1em 0.5em 0 -0.25em rgba(107, 108, 126, 0.2), 0 1em 0 -0.2em rgba(107, 108, 126, 0.4), -1em 0.5em 0 -0.15em rgba(107, 108, 126, 0.6), -1em -0.5em 0 -0.1em rgba(107, 108, 126, 0.8); }
  16.6% {
    box-shadow: 0 -1em 0 -0.1em rgba(107, 108, 126, 0.8), 1em -0.5em 0 0em #6b6c7e, 1em 0.5em 0 -0.35em rgba(107, 108, 126, 0.1), 0 1em 0 -0.25em rgba(107, 108, 126, 0.2), -1em 0.5em 0 -0.2em rgba(107, 108, 126, 0.4), -1em -0.5em 0 -0.15em rgba(107, 108, 126, 0.6); }
  33.3% {
    box-shadow: 0 -1em 0 -0.15em rgba(107, 108, 126, 0.6), 1em -0.5em 0 -0.1em rgba(107, 108, 126, 0.8), 1em 0.5em 0 0em #6b6c7e, 0 1em 0 -0.35em rgba(107, 108, 126, 0.1), -1em 0.5em 0 -0.25em rgba(107, 108, 126, 0.2), -1em -0.5em 0 -0.2em rgba(107, 108, 126, 0.4); }
  50% {
    box-shadow: 0 -1em 0 -0.2em rgba(107, 108, 126, 0.4), 1em -0.5em 0 -0.15em rgba(107, 108, 126, 0.6), 1em 0.5em 0 -0.1em rgba(107, 108, 126, 0.8), 0 1em 0 0em #6b6c7e, -1em 0.5em 0 -0.35em rgba(107, 108, 126, 0.1), -1em -0.5em 0 -0.25em rgba(107, 108, 126, 0.2); }
  66.6% {
    box-shadow: 0 -1em 0 -0.25em rgba(107, 108, 126, 0.2), 1em -0.5em 0 -0.2em rgba(107, 108, 126, 0.4), 1em 0.5em 0 -0.15em rgba(107, 108, 126, 0.6), 0 1em 0 -0.1em rgba(107, 108, 126, 0.8), -1em 0.5em 0 0em #6b6c7e, -1em -0.5em 0 -0.35em rgba(107, 108, 126, 0.1); }
  83% {
    box-shadow: 0 -1em 0 -0.35em rgba(107, 108, 126, 0.1), 1em -0.5em 0 -0.25em rgba(107, 108, 126, 0.2), 1em 0.5em 0 -0.2em rgba(107, 108, 126, 0.4), 0 1em 0 -0.15em rgba(107, 108, 126, 0.6), -1em 0.5em 0 -0.1em rgba(107, 108, 126, 0.8), -1em -0.5em 0 0em #6b6c7e; } }

.btn-primary .loading-animation:after, .btn-success .loading-animation:after, .btn-info .loading-animation:after, .btn-warning .loading-animation:after, .btn-danger .loading-animation:after, .btn-dark .loading-animation:after, .loading-animation-light:after {
  animation: 1.2s ease-out infinite;
  animation-name: loading-animation-light;
  /* border-radius: 50%; */
  content: '';
  box-shadow: 0 -1em 0 0em white, 1em -0.5em 0 -0.35em rgba(255, 255, 255, 0.1), 1em 0.5em 0 -0.25em rgba(255, 255, 255, 0.2), 0 1em 0 -0.2em rgba(255, 255, 255, 0.4), -1em 0.5em 0 -0.15em rgba(255, 255, 255, 0.6), -1em -0.5em 0 -0.1em rgba(255, 255, 255, 0.8);
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0.33334);
  width: 1em; }

@keyframes loading-animation-light {
  0%,
  100% {
    box-shadow: 0 -1em 0 0em white, 1em -0.5em 0 -0.35em rgba(255, 255, 255, 0.1), 1em 0.5em 0 -0.25em rgba(255, 255, 255, 0.2), 0 1em 0 -0.2em rgba(255, 255, 255, 0.4), -1em 0.5em 0 -0.15em rgba(255, 255, 255, 0.6), -1em -0.5em 0 -0.1em rgba(255, 255, 255, 0.8); }
  16.6% {
    box-shadow: 0 -1em 0 -0.1em rgba(255, 255, 255, 0.8), 1em -0.5em 0 0em white, 1em 0.5em 0 -0.35em rgba(255, 255, 255, 0.1), 0 1em 0 -0.25em rgba(255, 255, 255, 0.2), -1em 0.5em 0 -0.2em rgba(255, 255, 255, 0.4), -1em -0.5em 0 -0.15em rgba(255, 255, 255, 0.6); }
  33.3% {
    box-shadow: 0 -1em 0 -0.15em rgba(255, 255, 255, 0.6), 1em -0.5em 0 -0.1em rgba(255, 255, 255, 0.8), 1em 0.5em 0 0em white, 0 1em 0 -0.35em rgba(255, 255, 255, 0.1), -1em 0.5em 0 -0.25em rgba(255, 255, 255, 0.2), -1em -0.5em 0 -0.2em rgba(255, 255, 255, 0.4); }
  50% {
    box-shadow: 0 -1em 0 -0.2em rgba(255, 255, 255, 0.4), 1em -0.5em 0 -0.15em rgba(255, 255, 255, 0.6), 1em 0.5em 0 -0.1em rgba(255, 255, 255, 0.8), 0 1em 0 0em white, -1em 0.5em 0 -0.35em rgba(255, 255, 255, 0.1), -1em -0.5em 0 -0.25em rgba(255, 255, 255, 0.2); }
  66.6% {
    box-shadow: 0 -1em 0 -0.25em rgba(255, 255, 255, 0.2), 1em -0.5em 0 -0.2em rgba(255, 255, 255, 0.4), 1em 0.5em 0 -0.15em rgba(255, 255, 255, 0.6), 0 1em 0 -0.1em rgba(255, 255, 255, 0.8), -1em 0.5em 0 0em white, -1em -0.5em 0 -0.35em rgba(255, 255, 255, 0.1); }
  83% {
    box-shadow: 0 -1em 0 -0.35em rgba(255, 255, 255, 0.1), 1em -0.5em 0 -0.25em rgba(255, 255, 255, 0.2), 1em 0.5em 0 -0.2em rgba(255, 255, 255, 0.4), 0 1em 0 -0.15em rgba(255, 255, 255, 0.6), -1em 0.5em 0 -0.1em rgba(255, 255, 255, 0.8), -1em -0.5em 0 0em white; } }

.loading-animation.loading-animation-sm {
  font-size: 1.25rem; }

/*# sourceMappingURL=atlas.css.map */
.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #d3dadd; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  opacity: .6; }

.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #CCC; }

.sortable-layout-proxy {
  opacity: 1; }

.sortable-layout-proxy .portlet-topper {
  background-image: none; }

.proxy {
  cursor: move;
  opacity: .65;
  position: absolute; }

.proxy.generic-portlet {
  height: 200px;
  width: 300px; }

.proxy.generic-portlet .portlet-title {
  padding: 10px; }

.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px; }

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727c81;
  margin-top: 1px; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative; }

.lfr-editable:after {
  background: #68bb30 url(../images/common/edit_white.png) no-repeat 50%;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px; }

.lfr-editable:focus:after {
  display: none; }

.lfr-editable:focus:hover {
  background-color: transparent; }

.lfr-editable:hover {
  background-color: rgba(255, 255, 255, 0.3);
  outline-color: #519226; }

.lfr-editable:hover:after {
  background-color: #519226; }

.lfr-editable-notice-close {
  margin-left: 1em; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }

.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0; }

.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0; }

.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none; }

.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom; }

.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0; }

.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto; }

.alloy-editor-container .alloy-editor {
  outline: 0; }

.alloy-editor-container .alloy-editor.alloy-editor-placeholder {
  color: #2b4259; }

.alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  background: transparent;
  border-left-color: #dbdde1;
  color: #b0b4bb; }

.alloy-editor-container .alloy-editor.alloy-editor-placeholder.readonly {
  color: #CCC; }

.alloy-editor-container .alloy-editor-icon {
  color: #869cad; }

.has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #c67; }

.portlet-topper {
  position: relative; }

.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px; }

.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }

.portlet-decorate .portlet {
  margin-bottom: 24px; }

.portlet-draggable .portlet-topper {
  cursor: move; }

@media only screen and (min-width: 768px) {
  .portlet .visible-interaction {
    display: none; } }

.portlet:hover .visible-interaction, .portlet.open .visible-interaction {
  display: block; }

@media only screen and (max-width: 767px) {
  .controls-hidden .portlet .visible-interaction {
    display: none; } }

.portlet-section-selected, .portlet-section-selected a {
  background: #727c81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }

.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727c81; }

@media only screen and (min-width: 768px) {
  .portlet.open > .portlet-topper, .portlet:hover > .portlet-topper, .portlet.focus > .portlet-topper {
    opacity: 1;
    -webkit-transform: translateY(-97%);
    -moz-transform: translateY(-97%);
    -ms-transform: translateY(-97%);
    -o-transform: translateY(-97%);
    transform: translateY(-97%); } }

@media only screen and (min-width: 768px) {
  .portlet.open > .portlet-content-editable, .portlet:hover > .portlet-content-editable, .portlet.focus > .portlet-content-editable {
    border-color: #80acff;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

.portlet {
  margin-bottom: 10px;
  position: relative; }

.portlet > .portlet-content-editable {
  border-color: transparent; }

.portlet > .portlet-topper {
  display: none; }

@media only screen and (min-width: 768px) {
  .portlet > .portlet-topper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity .25s,transform .25s;
    top: 0;
    z-index: 999; } }

.portlet-content-editable {
  border-color: #80acff;
  border-radius: 0 0 8px 8px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 10px; }

.portlet-actions {
  float: right; }

.portlet-name-text {
  font-size: .875rem;
  font-weight: 600; }

.portlet-options {
  display: inline-block; }

.portlet-title-default {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2; }

.portlet-title-menu {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none; }

.portlet-topper {
  background-color: #f0f5ff;
  border-color: #80acff;
  border-radius: 8px 8px 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #0b5fff;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }

.portlet-topper-toolbar > a, .portlet-topper-toolbar > span > a, .portlet-topper-toolbar .lfr-icon-menu > a {
  color: #0b5fff; }

.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none; }

@media only screen and (max-width: 767px) {
  .controls-visible .portlet-content-editable {
    border-color: #80acff;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media only screen and (max-width: 767px) {
  .controls-visible .portlet-topper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.controls-visible .portlet-topper-toolbar {
  display: block; }

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: .6; }

.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1; }

.lfr-panel-page {
  width: 100%; }

.lfr-panel-page .portlet-title {
  font-size: 13px; }

.lfr-panel-page .lfr-add-content h2 span {
  background-color: #d3dadd; }

.portlet-barebone .panel, .portlet-borderless .panel {
  background-color: transparent; }

.portlet-barebone .panel.card, .portlet-borderless .panel.card {
  border-color: #cdced9;
  box-shadow: none; }

.portlet-barebone .panel-default, .portlet-borderless .panel-default {
  border-color: #cdced9; }

.portlet-barebone .widget-mode-detail, .portlet-borderless .widget-mode-detail {
  background-color: transparent; }

.portlet-hello-world .portlet-content {
  background: url(../images/portlet_hello_world/welcome_bg.jpg) bottom left;
  background-size: cover;
  min-height: 390px;
  padding-top: 30px; }

@media only screen and (min-width: 768px) {
  .portlet-hello-world .portlet-content {
    padding-left: 50px; } }

.portlet-hello-world .portlet-content .portlet-header {
  margin-bottom: 0; }

.portlet-hello-world .portlet-content .portlet-title-text {
  color: #272833;
  font-size: 220%;
  text-transform: none; }

.portlet-hello-world .portlet-content .portlet-body {
  padding-right: 30%; }

@media only screen and (min-width: 768px) {
  .portlet-hello-world .portlet-content .portlet-body {
    padding-right: 60%; } }

header .portlet, header .field-wrapper, header .form-group {
  margin-bottom: 0; }

header .text-default {
  color: #6b6c7e;
  font-weight: 600; }

header .field-wrapper {
  position: absolute;
  right: 4px;
  top: 2px; }

header .field-wrapper a {
  color: #FFF; }

header .portlet {
  margin-bottom: 0; }

header .portlet:hover {
  z-index: 1034; }

header .user-avatar-link {
  position: relative; }

header .user-personal-bar .fieldset {
  position: relative; }

header .user-personal-bar .sticker {
  bottom: auto;
  left: -1rem;
  right: auto;
  top: -1rem; }

header .search-input {
  font-size: .88rem;
  padding: .28rem 2rem .28rem 1rem; }

header .user-avatar-image {
  display: inline-flex;
  margin-right: .5rem;
  vertical-align: middle; }

@media only screen and (max-width: 767px) {
  header .user-full-name {
    display: none; } }

.portlet-layout .portlet .management-bar > .container-fluid-max-xl, .portlet-layout .portlet .navbar-underline > .container-fluid-max-xl {
  padding-left: 0;
  padding-right: 0; }

.portlet-layout .portlet .portlet-title-text {
  color: #6b6c7e;
  font-size: .875rem;
  font-weight: 600;
  line-height: 2.2;
  margin-bottom: 0;
  text-transform: uppercase; }

@media only screen and (min-width: 992px) {
  .btn-group + .info-panel {
    top: auto; } }

.lfr-product-menu-sidebar .collapse.in {
  display: block !important; }

.fc-icon, .fc-unselectable {
  -moz-user-select: none;
  -ms-user-select: none; }

.fc .fc-button, .fc-icon {
  text-transform: none;
  font-weight: 400; }

.fc-not-allowed, .fc-not-allowed .fc-event {
  cursor: not-allowed; }

.fc .fc-button:not(:disabled), .fc a[data-navlink], .fc-event.fc-event-draggable, .fc-event[href] {
  cursor: pointer; }

.fc-unselectable {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

.fc {
  display: flex;
  flex-direction: column;
  font-size: 1em; }

.fc .fc-button, .fc-icon {
  display: inline-block;
  text-align: center; }

.fc, .fc *, .fc :after, .fc :before {
  box-sizing: border-box; }

.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em; }

.fc th {
  text-align: center; }

.fc td, .fc th {
  vertical-align: top;
  padding: 0; }

.fc .fc-button, .fc .fc-button .fc-icon, .fc .fc-button-group, .fc .fc-timegrid-slot-label {
  vertical-align: middle; }

.fc a[data-navlink]:hover {
  text-decoration: underline; }

.fc .fc-button:hover, .fc .fc-list-event-title a, a.fc-event, a.fc-event:hover {
  text-decoration: none; }

.fc-direction-ltr {
  direction: ltr;
  text-align: left; }

.fc-direction-rtl {
  direction: rtl;
  text-align: right; }

.fc-theme-standard td, .fc-theme-standard th {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd); }

.fc-liquid-hack td, .fc-liquid-hack th {
  position: relative; }

@font-face {
  font-family: fcicons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: 400;
  font-style: normal; }

.fc-icon {
  width: 1em;
  height: 1em;
  -webkit-user-select: none;
  user-select: none;
  font-family: fcicons !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fc-icon-chevron-left:before {
  content: "\e900"; }

.fc-icon-chevron-right:before {
  content: "\e901"; }

.fc-icon-chevrons-left:before {
  content: "\e902"; }

.fc-icon-chevrons-right:before {
  content: "\e903"; }

.fc-icon-minus-square:before {
  content: "\e904"; }

.fc-icon-plus-square:before {
  content: "\e905"; }

.fc-icon-x:before {
  content: "\e906"; }

.fc .fc-button {
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit; }

.fc .fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

.fc .fc-button {
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .4em .65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: .25em; }

.fc .fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25); }

.fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5); }

.fc .fc-button:disabled {
  opacity: .65; }

.fc .fc-button-primary {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2C3E50;
  background-color: var(--fc-button-bg-color, #2C3E50);
  border-color: #2C3E50;
  border-color: var(--fc-button-border-color, #2C3E50); }

.fc .fc-button-primary:hover {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1e2b37;
  background-color: var(--fc-button-hover-bg-color, #1e2b37);
  border-color: #1a252f;
  border-color: var(--fc-button-hover-border-color, #1a252f); }

.fc .fc-button-primary:disabled {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2C3E50;
  background-color: var(--fc-button-bg-color, #2C3E50);
  border-color: #2C3E50;
  border-color: var(--fc-button-border-color, #2C3E50); }

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1a252f;
  background-color: var(--fc-button-active-bg-color, #1a252f);
  border-color: #151e27;
  border-color: var(--fc-button-active-border-color, #151e27); }

.fc .fc-button .fc-icon {
  font-size: 1.5em; }

.fc .fc-button-group {
  position: relative;
  display: inline-flex; }

.fc .fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto; }

.fc .fc-button-group > .fc-button.fc-button-active, .fc .fc-button-group > .fc-button:active, .fc .fc-button-group > .fc-button:focus, .fc .fc-button-group > .fc-button:hover {
  z-index: 1; }

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc .fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em; }

.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em; }

.fc .fc-toolbar-title {
  font-size: 1.75em;
  margin: 0; }

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: .75em; }

.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  margin-right: .75em; }

.fc-direction-rtl .fc-toolbar-ltr {
  flex-direction: row-reverse; }

.fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative; }

.fc .fc-scroller-liquid {
  height: 100%; }

.fc .fc-scroller-liquid-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.fc .fc-scroller-harness {
  position: relative;
  overflow: hidden;
  direction: ltr; }

.fc .fc-scroller-harness-liquid {
  height: 100%; }

.fc-direction-rtl .fc-scroller-harness > .fc-scroller {
  direction: rtl; }

.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd); }

.fc .fc-scrollgrid, .fc .fc-scrollgrid-section-footer > *, .fc .fc-scrollgrid-section-header > * {
  border-bottom-width: 0; }

.fc .fc-scrollgrid, .fc .fc-scrollgrid table {
  width: 100%;
  table-layout: fixed; }

.fc .fc-scrollgrid table {
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden; }

.fc .fc-scrollgrid {
  border-collapse: separate;
  border-right-width: 0; }

.fc .fc-scrollgrid-liquid {
  height: 100%; }

.fc .fc-scrollgrid-section, .fc .fc-scrollgrid-section table, .fc .fc-scrollgrid-section > td {
  height: 1px; }

.fc .fc-scrollgrid-section-liquid > td {
  height: 100%; }

.fc .fc-scrollgrid-section > * {
  border-top-width: 0;
  border-left-width: 0; }

.fc .fc-scrollgrid-section-body table, .fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden; }

.fc .fc-scrollgrid-section-sticky > * {
  background: var(--fc-page-bg-color, #fff);
  position: sticky;
  z-index: 3; }

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  top: 0; }

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  bottom: 0; }

.fc .fc-scrollgrid-sticky-shim {
  height: 1px;
  margin-bottom: -1px; }

.fc-sticky {
  position: sticky; }

.fc .fc-view-harness {
  flex-grow: 1;
  position: relative; }

.fc .fc-bg-event, .fc .fc-highlight, .fc .fc-non-business, .fc .fc-view-harness-active > .fc-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px; }

.fc .fc-non-business {
  background: rgba(215, 215, 215, 0.3);
  background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3)); }

.fc .fc-bg-event {
  background: var(--fc-bg-event-color, #8fdf82);
  opacity: .3;
  opacity: var(--fc-bg-event-opacity, 0.3); }

.fc .fc-bg-event .fc-event-title {
  margin: .5em;
  font-size: .85em;
  font-size: var(--fc-small-font-size, 0.85em);
  font-style: italic; }

.fc .fc-highlight {
  background: rgba(188, 232, 241, 0.3);
  background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3)); }

.fc .fc-cell-shaded, .fc .fc-day-disabled {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3)); }

.fc-event .fc-event-main {
  position: relative;
  z-index: 2; }

.fc-event-dragging:not(.fc-event-selected) {
  opacity: .75; }

.fc-event-dragging.fc-event-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

.fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4; }

.fc-event-selected .fc-event-resizer, .fc-event:hover .fc-event-resizer, .fc-h-event, .fc-v-event {
  display: block; }

.fc-event-selected .fc-event-resizer {
  border-radius: 4px;
  border-radius: calc(var(--fc-event-resizer-dot-total-width,8px)/ 2);
  border-width: 1px;
  border-width: var(--fc-event-resizer-dot-border-width, 1px);
  width: 8px;
  width: var(--fc-event-resizer-dot-total-width, 8px);
  height: 8px;
  height: var(--fc-event-resizer-dot-total-width, 8px);
  border-style: solid;
  border-color: inherit;
  background: var(--fc-page-bg-color, #fff); }

.fc-event-selected .fc-event-resizer:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px; }

.fc-event-selected, .fc-event:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event-selected:before, .fc-event:focus:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-event-selected:after, .fc-event:focus:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px; }

.fc-h-event {
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8); }

.fc-h-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff); }

.fc-h-event .fc-event-main-frame {
  display: flex; }

.fc-h-event .fc-event-time {
  max-width: 100%;
  overflow: hidden; }

.fc-h-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0; }

.fc-h-event .fc-event-title {
  display: inline-block;
  vertical-align: top;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden; }

.fc-h-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px; }

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0; }

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0; }

.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px); }

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start, .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(-.5 * var(--fc-event-resizer-thickness,8px)); }

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end, .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(-.5 * var(--fc-event-resizer-thickness,8px)); }

.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(-.5 * var(--fc-event-resizer-dot-total-width,8px)); }

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start, .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(-.5 * var(--fc-event-resizer-dot-total-width,8px)); }

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end, .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(-.5 * var(--fc-event-resizer-dot-total-width,8px)); }

.fc .fc-popover {
  position: absolute;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc .fc-popover-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px; }

.fc .fc-popover-title {
  margin: 0 2px; }

.fc .fc-popover-close {
  cursor: pointer;
  opacity: .65;
  font-size: 1.1em; }

.fc-theme-standard .fc-popover {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
  background: var(--fc-page-bg-color, #fff); }

.fc-theme-standard .fc-popover-header {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3)); }

:root {
  --fc-daygrid-event-dot-width:8px;
  --fc-list-event-dot-width:10px;
  --fc-list-event-hover-bg-color:#f5f5f5; }

.fc-daygrid-day-events:after, .fc-daygrid-day-events:before, .fc-daygrid-day-frame:after, .fc-daygrid-day-frame:before, .fc-daygrid-event-harness:after, .fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table; }

.fc .fc-daygrid-body {
  position: relative;
  z-index: 1; }

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15)); }

.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%; }

.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse; }

.fc .fc-day-other .fc-daygrid-day-top {
  opacity: .3; }

.fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px; }

.fc .fc-daygrid-day-events {
  margin-top: 1px; }

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0; }

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative;
  min-height: 2em; }

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em; }

.fc .fc-daygrid-event-harness {
  position: relative; }

.fc .fc-daygrid-event-harness-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0; }

.fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1; }

.fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 2; }

.fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3; }

.fc .fc-daygrid-event {
  z-index: 6;
  margin-top: 1px; }

.fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7; }

.fc .fc-daygrid-day-bottom {
  font-size: .85em;
  padding: 2px 3px 0; }

.fc .fc-daygrid-day-bottom:before {
  content: "";
  clear: both;
  display: table; }

.fc .fc-daygrid-more-link {
  position: relative;
  z-index: 4;
  cursor: pointer; }

.fc .fc-daygrid-week-number {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  color: grey;
  color: var(--fc-neutral-text-color, grey); }

.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px; }

.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px; }

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px; }

.fc-direction-ltr .fc-daygrid-week-number {
  left: 0;
  border-radius: 0 0 3px; }

.fc-direction-rtl .fc-daygrid-week-number {
  right: 0;
  border-radius: 0 0 0 3px; }

.fc-liquid-hack .fc-daygrid-day-frame {
  position: static; }

.fc-daygrid-event {
  position: relative;
  white-space: nowrap;
  border-radius: 3px;
  font-size: .85em;
  font-size: var(--fc-small-font-size, 0.85em); }

.fc-daygrid-block-event .fc-event-time {
  font-weight: 700; }

.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
  padding: 1px; }

.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0; }

.fc-daygrid-dot-event .fc-event-title {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  font-weight: 700; }

.fc-daygrid-dot-event.fc-event-mirror, .fc-daygrid-dot-event:hover {
  background: rgba(0, 0, 0, 0.1); }

.fc-daygrid-dot-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px; }

.fc-daygrid-event-dot {
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border: calc(var(--fc-daygrid-event-dot-width,8px)/ 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 4px;
  border-radius: calc(var(--fc-daygrid-event-dot-width,8px)/ 2); }

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px; }

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px; }

.fc-v-event {
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8); }

.fc-v-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
  height: 100%; }

.fc-v-event .fc-event-main-frame {
  height: 100%;
  display: flex;
  flex-direction: column; }

.fc-v-event .fc-event-time {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100%;
  overflow: hidden; }

.fc-v-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0; }

.fc-v-event .fc-event-title {
  top: 0;
  bottom: 0;
  max-height: 100%;
  overflow: hidden; }

.fc-v-event:not(.fc-event-start) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event:not(.fc-event-end) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.fc-v-event.fc-event-selected:before {
  left: -10px;
  right: -10px; }

.fc-v-event .fc-event-resizer-start {
  cursor: n-resize; }

.fc-v-event .fc-event-resizer-end {
  cursor: s-resize; }

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  height: var(--fc-event-resizer-thickness, 8px);
  left: 0;
  right: 0; }

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-thickness,8px)/ -2); }

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-thickness,8px)/ -2); }

.fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
  margin-left: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2); }

.fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2); }

.fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2); }

.fc .fc-timegrid .fc-daygrid-body {
  z-index: 2; }

.fc .fc-timegrid-axis-chunk > table, .fc .fc-timegrid-body, .fc .fc-timegrid-slots {
  position: relative;
  z-index: 1; }

.fc .fc-timegrid-divider {
  padding: 0 0 2px; }

.fc .fc-timegrid-body {
  min-height: 100%; }

.fc .fc-timegrid-axis-chunk {
  position: relative; }

.fc .fc-timegrid-slot {
  height: 1.5em;
  border-bottom: 0; }

.fc .fc-timegrid-slot:empty:before {
  content: '\00a0'; }

.fc .fc-timegrid-slot-minor {
  border-top-style: dotted; }

.fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap; }

.fc .fc-timegrid-axis-cushion, .fc .fc-timegrid-slot-label-cushion {
  padding: 0 4px; }

.fc .fc-timegrid-axis-frame-liquid {
  height: 100%; }

.fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.fc .fc-timegrid-axis-cushion {
  max-width: 60px;
  flex-shrink: 0; }

.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right; }

.fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left; }

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15)); }

.fc .fc-timegrid-col-frame {
  min-height: 100%;
  position: relative; }

.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fc-media-screen .fc-timegrid-cols {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-media-screen .fc-timegrid-cols > table {
  height: 100%; }

.fc-media-screen .fc-timegrid-col-bg, .fc-media-screen .fc-timegrid-col-events, .fc-media-screen .fc-timegrid-now-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc .fc-timegrid-col-bg {
  z-index: 2; }

.fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1; }

.fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 2; }

.fc .fc-timegrid-col-bg .fc-highlight, .fc .fc-timegrid-col-events {
  z-index: 3; }

.fc .fc-timegrid-bg-harness {
  position: absolute;
  left: 0;
  right: 0; }

.fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden; }

.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2.5% 0 2px; }

.fc-direction-rtl .fc-timegrid-col-events {
  margin: 0 2px 0 2.5%; }

.fc-timegrid-event-harness {
  position: absolute; }

.fc-timegrid-event-harness > .fc-timegrid-event {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror, .fc-timegrid-more-link {
  box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff); }

.fc-timegrid-event, .fc-timegrid-more-link {
  font-size: .85em;
  font-size: var(--fc-small-font-size, 0.85em);
  border-radius: 3px; }

.fc-timegrid-event {
  margin-bottom: 1px; }

.fc-timegrid-event .fc-event-main {
  padding: 1px 1px 0; }

.fc-timegrid-event .fc-event-time {
  white-space: nowrap;
  font-size: .85em;
  font-size: var(--fc-small-font-size, 0.85em);
  margin-bottom: 1px; }

.fc-timegrid-event-short .fc-event-main-frame {
  flex-direction: row;
  overflow: hidden; }

.fc-timegrid-event-short .fc-event-time:after {
  content: '\00a0-\00a0'; }

.fc-timegrid-event-short .fc-event-title {
  font-size: .85em;
  font-size: var(--fc-small-font-size, 0.85em); }

.fc-timegrid-more-link {
  position: absolute;
  z-index: 9999;
  color: inherit;
  color: var(--fc-more-link-text-color, inherit);
  background: var(--fc-more-link-bg-color, #d0d0d0);
  cursor: pointer;
  margin-bottom: 1px; }

.fc-timegrid-more-link-inner {
  padding: 3px 2px;
  top: 0; }

.fc-direction-ltr .fc-timegrid-more-link {
  right: 0; }

.fc-direction-rtl .fc-timegrid-more-link {
  left: 0; }

.fc .fc-timegrid-now-indicator-line {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
  border-width: 1px 0 0; }

.fc .fc-timegrid-now-indicator-arrow {
  position: absolute;
  z-index: 4;
  margin-top: -5px;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red); }

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-theme-standard .fc-list {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd); }

.fc .fc-list-empty {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.fc .fc-list-empty-cushion {
  margin: 5em 0; }

.fc .fc-list-table {
  width: 100%;
  border-style: hidden; }

.fc .fc-list-table tr > * {
  border-left: 0;
  border-right: 0; }

.fc .fc-list-sticky .fc-list-day > * {
  position: sticky;
  top: 0;
  background: var(--fc-page-bg-color, #fff); }

.fc .fc-list-table thead {
  position: absolute;
  left: -10000px; }

.fc .fc-list-table tbody > tr:first-child th {
  border-top: 0; }

.fc .fc-list-table th {
  padding: 0; }

.fc .fc-list-day-cushion, .fc .fc-list-table td {
  padding: 8px 14px; }

.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table; }

.fc-theme-standard .fc-list-day-cushion {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3)); }

.fc-direction-ltr .fc-list-day-text, .fc-direction-rtl .fc-list-day-side-text {
  float: left; }

.fc-direction-ltr .fc-list-day-side-text, .fc-direction-rtl .fc-list-day-text {
  float: right; }

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  padding-right: 0; }

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  padding-left: 0; }

.fc .fc-list-event.fc-event-forced-url {
  cursor: pointer; }

.fc .fc-list-event:hover td {
  background-color: #f5f5f5;
  background-color: var(--fc-list-event-hover-bg-color, #f5f5f5); }

.fc .fc-list-event-graphic, .fc .fc-list-event-time {
  white-space: nowrap;
  width: 1px; }

.fc .fc-list-event-dot {
  display: inline-block;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 5px solid #3788d8;
  border: calc(var(--fc-list-event-dot-width,10px)/ 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 5px;
  border-radius: calc(var(--fc-list-event-dot-width,10px)/ 2); }

.fc .fc-list-event-title a {
  color: inherit; }

.fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: underline; }

.fc-theme-bootstrap a:not([href]) {
  color: inherit; }

.fc-theme-bootstrap5 a:not([href]) {
  color: inherit;
  text-decoration: inherit; }

.fc-theme-bootstrap5 .fc-list, .fc-theme-bootstrap5 .fc-scrollgrid, .fc-theme-bootstrap5 td, .fc-theme-bootstrap5 th {
  border: 1px solid var(--bs-gray-400); }

.fc-theme-bootstrap5 .fc-scrollgrid {
  border-right-width: 0;
  border-bottom-width: 0; }

.fc-theme-bootstrap5-shaded {
  background-color: var(--bs-gray-200); }

@font-face {
  font-family: 'rocablack';
  src: url("../fonts/roca-black/roca_black-webfont.eot");
  src: url("../fonts/roca-black/roca_black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roca-black/roca_black-webfont.woff2") format("woff2"), url("../fonts/roca-black/roca_black-webfont.woff") format("woff"), url("../fonts/roca-black/roca_black-webfont.ttf") format("truetype"), url("../fonts/roca-black/roca_black-webfont.svg#rocablack") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aktiv-grotesk';
  src: url("../fonts/AktivGrotesk_Bd/AktivGrotesk_Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aktiv-grotesk-light';
  src: url("../fonts/AktivGrotesk_Bd/AktivGrotesk_Lt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aktiv-grotesk-medium';
  src: url("../fonts/AktivGrotesk_Bd/AktivGrotesk_Md.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rocablack_italic';
  src: url("../fonts/roca-black/roca-black_italic-webfont.eot");
  src: url("../fonts/roca-black/roca-black_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roca-black/roca-black_italic-webfont.woff2") format("woff2"), url("../fonts/roca-black/roca-black_italic-webfont.woff") format("woff"), url("../fonts/roca-black/roca-black_italic-webfont.ttf") format("truetype"), url("../fonts/roca-black/roca-black_italic-webfont.svg#rocablack_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rocabold_italic';
  src: url("../fonts/roca-black/roca-bold_italic-webfont.eot");
  src: url("../fonts/roca-black/roca-bold_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roca-black/roca-bold_italic-webfont.woff2") format("woff2"), url("../fonts/roca-black/roca-bold_italic-webfont.woff") format("woff"), url("../fonts/roca-black/roca-bold_italic-webfont.ttf") format("truetype"), url("../fonts/roca-black/roca-bold_italic-webfont.svg#rocabold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rocabold';
  src: url("../fonts/roca-black/roca-bold-webfont.eot");
  src: url("../fonts/roca-black/roca-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roca-black/roca-bold-webfont.woff2") format("woff2"), url("../fonts/roca-black/roca-bold-webfont.woff") format("woff"), url("../fonts/roca-black/roca-bold-webfont.ttf") format("truetype"), url("../fonts/roca-black/roca-bold-webfont.svg#rocabold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rocalight_italic';
  src: url("../fonts/roca-black/roca-light_italic-webfont.eot");
  src: url("../fonts/roca-black/roca-light_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roca-black/roca-light_italic-webfont.woff2") format("woff2"), url("../fonts/roca-black/roca-light_italic-webfont.woff") format("woff"), url("../fonts/roca-black/roca-light_italic-webfont.ttf") format("truetype"), url("../fonts/roca-black/roca-light_italic-webfont.svg#rocalight_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rocalight';
  src: url("../fonts/roca-black/roca-light-webfont.eot");
  src: url("../fonts/roca-black/roca-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roca-black/roca-light-webfont.woff2") format("woff2"), url("../fonts/roca-black/roca-light-webfont.woff") format("woff"), url("../fonts/roca-black/roca-light-webfont.ttf") format("truetype"), url("../fonts/roca-black/roca-light-webfont.svg#rocalight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rocaitalic';
  src: url("../fonts/roca-black/roca-regular_italic-webfont.eot");
  src: url("../fonts/roca-black/roca-regular_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roca-black/roca-regular_italic-webfont.woff2") format("woff2"), url("../fonts/roca-black/roca-regular_italic-webfont.woff") format("woff"), url("../fonts/roca-black/roca-regular_italic-webfont.ttf") format("truetype"), url("../fonts/roca-black/roca-regular_italic-webfont.svg#rocaitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roca';
  src: url("../fonts/roca-black/roca-regular-webfont.eot");
  src: url("../fonts/roca-black/roca-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roca-black/roca-regular-webfont.woff2") format("woff2"), url("../fonts/roca-black/roca-regular-webfont.woff") format("woff"), url("../fonts/roca-black/roca-regular-webfont.ttf") format("truetype"), url("../fonts/roca-black/roca-regular-webfont.svg#roca") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/roboto/Roboto-Bold.eot");
  src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype"), url("../fonts/roboto/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/roboto/Roboto-Regular.eot");
  src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype"), url("../fonts/roboto/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Light';
  src: url("../fonts/roboto/Roboto-Light.eot");
  src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype"), url("../fonts/roboto/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icofonts/icomoon.eot?nidxzc");
  src: url("../fonts/icofonts/icomoon.eot?nidxzc#iefix") format("embedded-opentype"), url("../fonts/icofonts/icomoon.ttf?nidxzc") format("truetype"), url("../fonts/icofonts/icomoon.woff?nidxzc") format("woff"), url("../fonts/icofonts/icomoon.svg?nidxzc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook-18:before {
  content: "\e91b";
  color: #fff; }

.icon-instagram-18:before {
  content: "\e91d";
  color: #fff; }

.icon-pinterest-18:before {
  content: "\e91f";
  color: #fff; }

.icon-twitter-18:before {
  content: "\e920";
  color: #fff; }

.icon-youtube-18:before {
  content: "\e921";
  color: #fff; }

.icon-arrow_left-24:before {
  content: "\e900"; }

.icon-arrow_right-24:before {
  content: "\e901"; }

.icon-cart-24:before {
  content: "\e902";
  color: #7c7c7c; }

.icon-chevron_down-18:before {
  content: "\e903"; }

.icon-chevron_down-24:before {
  content: "\e904"; }

.icon-chevron_left-18:before {
  content: "\e905"; }

.icon-chevron_left-24:before {
  content: "\e906"; }

.icon-chevron_right-18:before {
  content: "\e907"; }

.icon-chevron_right-24:before {
  content: "\e908"; }

.icon-chevron_up-18:before {
  content: "\e909"; }

.icon-chevron_up-24:before {
  content: "\e90a"; }

.icon-comparador_off-18:before {
  content: "\e90b"; }

.icon-comparador_on-18:before {
  content: "\e90c"; }

.icon-cross-24:before {
  content: "\e90d"; }

.icon-external-18:before {
  content: "\e90e"; }

.icon-fav-18:before {
  content: "\e90f"; }

.icon-filters-24:before {
  content: "\e910"; }

.icon-logout-18:before {
  content: "\e911"; }

.icon-menu-24:before {
  content: "\e912"; }

.icon-search-24:before {
  content: "\e913";
  color: #7c7c7c; }

.icon-search-filter-24:before {
  content: "\e913";
  color: #fff; }

@font-face {
  font-family: 'rocagallery-icons';
  src: url("../fonts/rocagallery-icons/rocagallery-icons.eot?bq9rtg");
  src: url("../fonts/rocagallery-icons/rocagallery-icons.eot?bq9rtg#iefix") format("embedded-opentype"), url("../fonts/rocagallery-icons/rocagallery-icons.ttf?bq9rtg") format("truetype"), url("../fonts/rocagallery-icons/rocagallery-icons.woff?bq9rtg") format("woff"), url("../fonts/rocagallery-icons/rocagallery-icons.svg?bq9rtg#rocagallery-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="rocagallery-"], [class*=" rocagallery-"], .rocagallery-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'rocagallery-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.rocagallery-user-icon:before {
  content: "\e916"; }

.rocagallery-menu-icon:before {
  content: "\e920"; }

.rocagallery-arrow-down-icon:before {
  content: "\e900"; }

.rocagallery-arrow-expand-icon:before {
  content: "\e901"; }

.rocagallery-arrow-left-icon:before {
  content: "\e902"; }

.rocagallery-arrow-right-icon:before {
  content: "\e903"; }

.rocagallery-arrow-right-alt-icon:before {
  content: "\e904"; }

.rocagallery-bookmark-outline-icon:before {
  content: "\e905"; }

.rocagallery-bookmark-solid-icon:before {
  content: "\e906"; }

.rocagallery-calendar-icon:before {
  content: "\e907"; }

.rocagallery-check-icon:before {
  content: "\e908"; }

.rocagallery-chevron-down-icon:before {
  content: "\e909"; }

.rocagallery-chevron-left-icon:before {
  content: "\e90a"; }

.rocagallery-chevron-right-icon:before {
  content: "\e90b"; }

.rocagallery-chevron-up-icon:before {
  content: "\e90c"; }

.rocagallery-close-icon:before {
  content: "\e90d"; }

.rocagallery-edit-icon:before {
  content: "\e90e"; }

.rocagallery-edit-roca-icon:before {
  content: "\e90f"; }

.rocagallery-email-icon:before {
  content: "\e910"; }

.rocagallery-facebook-icon:before {
  content: "\e911"; }

.rocagallery-heart-outline-icon:before {
  content: "\e912"; }

.rocagallery-heart-solid-icon:before {
  content: "\e913"; }

.rocagallery-linkedin-icon:before {
  content: "\e914"; }

.rocagallery-logout-line-icon:before {
  content: "\e915"; }

.rocagallery-monitor-icon:before {
  content: "\e917"; }

.rocagallery-pin-icon:before {
  content: "\e918"; }

.rocagallery-pinterest-icon:before {
  content: "\e919"; }

.rocagallery-play-icon:before {
  content: "\e91a"; }

.rocagallery-search-icon:before {
  content: "\e91b"; }

.rocagallery-share-icon:before {
  content: "\e91c"; }

.rocagallery-sinaweibo-icon:before {
  content: "\e91d"; }

.rocagallery-tag-icon:before {
  content: "\e91e"; }

.rocagallery-twitter-icon:before {
  content: "\e91f"; }

.rocagallery-wechat-icon:before {
  content: "\e921"; }

.rocagallery-whatsapp-icon:before {
  content: "\e922"; }

.rocagallery-user-icon-after:after {
  content: "\e916"; }

.rocagallery-menu-icon-after:after {
  content: "\e920"; }

.rocagallery-arrow-down-icon-after:after {
  content: "\e900"; }

.rocagallery-arrow-expand-icon-after:after {
  content: "\e901"; }

.rocagallery-arrow-left-icon-after:after {
  content: "\e902"; }

.rocagallery-arrow-right-icon-after:after {
  content: "\e903"; }

.rocagallery-arrow-right-alt-icon-after:after {
  content: "\e904"; }

.rocagallery-bookmark-outline-icon-after:after {
  content: "\e905"; }

.rocagallery-bookmark-solid-icon-after:after {
  content: "\e906"; }

.rocagallery-calendar-icon-after:after {
  content: "\e907"; }

.rocagallery-check-icon-after:after {
  content: "\e908"; }

.rocagallery-chevron-down-icon-after:after {
  content: "\e909"; }

.rocagallery-chevron-left-icon-after:after {
  content: "\e90a"; }

.rocagallery-chevron-right-icon-after:after {
  content: "\e90b"; }

.rocagallery-chevron-up-icon-after:after {
  content: "\e90c"; }

.rocagallery-close-icon-after:after {
  content: "\e90d"; }

.rocagallery-edit-icon-after:after {
  content: "\e90e"; }

.rocagallery-edit-roca-icon-after:after {
  content: "\e90f"; }

.rocagallery-email-icon-after:after {
  content: "\e910"; }

.rocagallery-facebook-icon-after:after {
  content: "\e911"; }

.rocagallery-heart-outline-icon-after:after {
  content: "\e912"; }

.rocagallery-heart-solid-icon-after:after {
  content: "\e913"; }

.rocagallery-linkedin-icon-after:after {
  content: "\e914"; }

.rocagallery-logout-line-icon-after:after {
  content: "\e915"; }

.rocagallery-monitor-icon-after:after {
  content: "\e917"; }

.rocagallery-pin-icon-after:after {
  content: "\e918"; }

.rocagallery-pinterest-icon-after:after {
  content: "\e919"; }

.rocagallery-play-icon-after:after {
  content: "\e91a"; }

.rocagallery-search-icon-after:after {
  content: "\e91b"; }

.rocagallery-share-icon-after:after {
  content: "\e91c"; }

.rocagallery-sinaweibo-icon-after:after {
  content: "\e91d"; }

.rocagallery-tag-icon-after:after {
  content: "\e91e"; }

.rocagallery-twitter-icon-after:after {
  content: "\e91f"; }

.rocagallery-wechat-icon-after:after {
  content: "\e921"; }

.rocagallery-whatsapp-icon-after:after {
  content: "\e922"; }

body {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #7c7c7c; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit; }

.bg-grey-soft {
  background-color: #EAEAEA; }

.bg-grey-light {
  background-color: #F7F7F7; }

.bg-grey-01 {
  background-color: #D5D5D5; }

.bg-white {
  background-color: #FFFFFF; }

.faq-list .container .faq-content {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); }

.menu-fixed .menu-anclas, .menu-fixed .menu-pestanas {
  -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.07); }

.menu-fixed .menu-anclas, .menu-fixed .menu-pestanas {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07); }

.dashboard .dashboard-card {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05); }

h2 {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 26px; }
  @media (max-width: 991px) {
    h2 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 26px; } }
  @media (max-width: 767px) {
    h2 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 1px;
      line-height: 20px; } }

.title-entradilla {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 26px; }
  @media (max-width: 991px) {
    .title-entradilla {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 19px;
      letter-spacing: 1px;
      line-height: 26px; } }
  @media (max-width: 767px) {
    .title-entradilla {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 19px;
      letter-spacing: 1px;
      line-height: 26px; } }

.upcase {
  text-transform: uppercase; }

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none; }

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

a {
  cursor: pointer; }

/* || DISPLAY RULES */
/* || PADDINGS */
/* || MARGIN */
/* || MEDIA QUERIES */
@media (min-width: 992px) {
  .row-reverse-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media (min-width: 768px) {
  .row-reverse-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media (max-width: 767px) {
  .row-reverse-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media (max-width: 991px) {
  .column-reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.nopadding-r {
  padding-right: 0 !important; }

.nopadding-l {
  padding-left: 0 !important; }

.uppercase {
  text-transform: uppercase; }

.temp-overflow {
  overflow-x: auto; }

body {
  background-color: #FFFFFF; }

.cross-price {
  color: #9A9A9A;
  text-decoration: line-through;
  margin-bottom: 7px; }

.dropdown-menu {
  border-radius: 0;
  border: none;
  overflow: inherit; }

@media (min-width: 768px) {
  .dropdown-menu {
    max-height: inherit; } }

.tooltip-inner {
  background-color: #666666;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  padding: 15px 30px; }

.tooltip .arrow:before {
  border-bottom-color: #666666 !important;
  border-top-color: #666666 !important; }

.tooltip {
  pointer-events: none; }

@media (max-width: 1023px) {
  .tooltip-inner,
  .tooltip .arrow,
  .tooltip {
    display: none; } }

.r-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  font-style: normal;
  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: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }
  .r-popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem; }
  .r-popover .arrow {
    top: calc((.5rem + 1px) * -1); }
  .r-popover .arrow::after,
  .r-popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid; }
  .r-popover .arrow::after {
    top: 1px;
    border-bottom-color: #FFFFFF; }
  .r-popover .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .r-popover .arrow::after,
  .r-popover .arrow::before {
    border-width: 0 .5rem .5rem .5rem; }

.slick-slider {
  width: 100%; }

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -45%);
  transform: translate(0, -45%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1; }

.slick-disabled {
  visibility: hidden; }

.slick-track {
  margin-left: 0;
  margin-right: 0; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  min-width: 100%; }

#categoriesSection .category-filters__wrap .slick-track {
  justify-content: center; }

@media (min-width: 992px) {
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.lockBody,
.lockBody body {
  overflow: hidden !important;
  height: 100vh;
  -webkit-overflow-scrolling: touch; }

.lightbox-basic-wrapper .r-modal__wrapper {
  text-align: center; }
  .lightbox-basic-wrapper .r-modal__wrapper img {
    margin: 0 auto;
    max-height: 85vh;
    max-width: 100%; }

.lightbox-basic-wrapper .icon-cross-24:before {
  color: #FFFFFF;
  font-size: 24px; }

/* mobile */
@media (max-width: 767px) {
  .lightbox-basic-wrapper img {
    width: 100%; }
  .lightbox-basic-wrapper .modal-dialog.modal-xl {
    width: 100%;
    height: 100%;
    background: white;
    margin: 0; }
    .lightbox-basic-wrapper .modal-dialog.modal-xl .close-menu button:before {
      color: #000000;
      font-size: 24px; } }

.aux-wrapper {
  overflow: hidden; }

.container-fluid {
  padding: 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal-open .aux-wrapper {
    max-width: 80vw;
    max-height: 100vh; } }

.portlet {
  margin-bottom: 0 !important; }

.modal-dialog {
  position: relative; }

.modal-open .yui3-widget.modal {
  overflow-y: inherit;
  display: block; }

.nav-tabs {
  border-bottom: none; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent transparent transparent; }

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: none; }

/* mobile only landscape */
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 736px) {
  .container {
    max-width: 90%; } }

.lfr-icon-menu-open > .dropdown-menu {
  transform: translate3d(0, 0, 0) !important; }

.lfr-portal-tooltip > .taglib-icon {
  display: inline-block;
  height: auto;
  line-height: 29px;
  text-align: center;
  width: auto; }

.btn:focus, .btn:active {
  box-shadow: none; }

:focus {
  outline: none; }

.ancla-btn {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: black;
  padding: 28px 40px;
  margin-top: 40px;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-transition: background-color 600ms cubic-bezier(0, 1, 0.66, 1);
  transition: background-color 600ms cubic-bezier(0, 1, 0.66, 1); }
  .ancla-btn:hover {
    color: #FFFFFF;
    background-color: #4d4c4c;
    text-decoration: none; }

.cta-black {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  color: #000000 !important; }
  .cta-black:after {
    content: url(../images/icons/arrow_right-24.svg);
    position: relative;
    top: 8px;
    right: -13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
    transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49); }
  .cta-black:hover {
    text-decoration: none !important; }
  .cta-black:hover:after {
    right: -26px; }

/* hack explorer*/
_:-ms-fullscreen,
:root .cta-black::after {
  top: 13px; }

.cta-white {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff !important;
  display: inline-block;
  cursor: pointer; }
  .cta-white:after {
    content: url(../images/icons/arrow_right-24w.svg);
    position: relative;
    top: 2px;
    right: -13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
    transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49); }
  .cta-white:hover {
    text-decoration: none !important; }
  .cta-white:hover:after {
    right: -26px; }

.cta-white-video {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff !important;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 72px;
  margin-top: 30px; }
  .cta-white-video:after {
    content: none; }
  .cta-white-video:before {
    content: "";
    background-image: url(../images/icons/play-24w.svg);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
    transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
    width: 24px;
    height: 24px;
    border: 1px solid white;
    padding: 27px 27px;
    -webkit-transition: background-color 300ms cubic-bezier(0, 1, 0.66, 1);
    transition: background-color 300ms cubic-bezier(0, 1, 0.66, 1);
    background-color: rgba(255, 255, 255, 0); }
  .cta-white-video:hover {
    text-decoration: none !important; }
  .cta-white-video:hover:after {
    right: -26px; }
  .cta-white-video:hover:before {
    background-color: rgba(255, 255, 255, 0.3); }

.cta-square-white {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  border: 1px solid #FFFFFF !important;
  padding: 30px 40px;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: background 300ms cubic-bezier(0, 1, 0.66, 1);
  transition: background 300ms cubic-bezier(0, 1, 0.66, 1);
  background-color: rgba(255, 255, 255, 0); }
  .cta-square-white:hover {
    text-decoration: none !important;
    background-color: rgba(255, 255, 255, 0.3); }

.cta-square-black {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #000000 !important;
  text-transform: uppercase;
  border: 2px solid #000000 !important;
  padding: 30px 40px;
  margin-top: 20px;
  display: inline-block;
  background: transparent; }
  .cta-square-black:hover {
    color: #FFFFFF !important;
    background-color: #000000;
    text-decoration: none !important; }

.cta-square-black-fill {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  border: none !important;
  padding: 30px 40px;
  display: inline-block;
  background: #000000;
  -webkit-transition: background 300ms cubic-bezier(0, 1, 0.66, 1);
  transition: background 300ms cubic-bezier(0, 1, 0.66, 1); }
  .cta-square-black-fill:hover {
    background-color: rgba(0, 0, 0, 0.7);
    text-decoration: none !important; }

/*************** Compartir y Borrar **************************/
.compartir-black {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 15px;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  width: auto;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  margin-top: 20px;
  margin-right: 40px;
  vertical-align: middle; }
  .compartir-black:before {
    content: url(../images/icons/share-18.svg);
    position: relative;
    left: -5px;
    top: 6px; }
  .compartir-black a:hover {
    text-decoration: underline; }

.borrar-black {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 15px;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  width: auto;
  display: inline-block;
  position: relative;
  padding-left: 10px;
  margin-top: 20px;
  margin-right: 40px;
  vertical-align: middle; }
  .borrar-black:before {
    content: url(../images/icons/delete-18-black.svg);
    position: relative;
    left: -9px;
    top: 5px; }
  .borrar-black a:hover {
    text-decoration: underline; }

.download-link {
  font-family: 'Roboto-Bold', Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 15px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  width: auto;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  margin-right: 40px;
  vertical-align: middle; }

.descargar {
  padding-left: 30px; }

.descargar:before {
  content: url(../images/icons/download.svg);
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.descargar:hover:before {
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
  top: 3px; }

/***************enlaces volver**************************/
.volver-white {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  padding-left: 10px; }
  .volver-white:before {
    content: url(../images/icons/arrow_left-24w.svg);
    position: relative;
    top: 8px;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
    transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49); }
  .volver-white:hover {
    color: #FFFFFF; }
  .volver-white:hover:before {
    right: 20px; }

.volver-black {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  cursor: pointer;
  padding-left: 10px; }
  .volver-black:before {
    content: url(../images/icons/arrow_left-24.svg);
    position: relative;
    top: 8px;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
    transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49); }
  .volver-black:hover:before {
    right: 20px; }

/***************hack Internet Explorer/Edge ≥ 10**************************/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cta-white:after {
    top: 7px; } }

/******spacing*************/
.mg-btm-0 {
  margin-bottom: 0 !important; }

.pd-btm-0 {
  padding-bottom: 0 !important; }

.mg-top-40 {
  margin-top: 40px !important; }
  @media (max-width: 991px) {
    .mg-top-40 {
      margin-top: 10px !important; } }

.mg-btm-20 {
  margin-bottom: 20px !important; }
  @media (max-width: 991px) {
    .mg-btm-20 {
      margin-bottom: 10px !important; } }

.mg-btm-40 {
  margin-bottom: 40px !important; }
  @media (max-width: 991px) {
    .mg-btm-40 {
      margin-bottom: 10px !important; } }

.mg-btm-60 {
  margin-bottom: 60px !important; }
  @media (max-width: 991px) {
    .mg-btm-60 {
      margin-bottom: 10px !important; } }

.mg-top-80 {
  margin-top: 80px !important; }
  @media (max-width: 991px) {
    .mg-top-80 {
      margin-top: 20px !important; } }

.mg-btm-80 {
  margin-bottom: 80px !important; }
  @media (max-width: 991px) {
    .mg-btm-80 {
      margin-bottom: 20px !important; } }

.mg-btm-100 {
  margin-bottom: 100px !important; }
  @media (max-width: 991px) {
    .mg-btm-100 {
      margin-bottom: 30px !important; } }

.mg-btm-180 {
  margin-bottom: 100px !important; }
  @media (max-width: 991px) {
    .mg-btm-180 {
      margin-bottom: 50px !important; } }

.pd-top-40 {
  padding-top: 40px !important; }
  @media (max-width: 991px) {
    .pd-top-40 {
      padding-top: 10px !important; } }

.pd-btm-40 {
  padding-bottom: 40px !important; }
  @media (max-width: 991px) {
    .pd-btm-40 {
      padding-bottom: 10px !important; } }

.pd-top-80 {
  padding-top: 80px !important; }
  @media (max-width: 991px) {
    .pd-top-80 {
      padding-top: 20px !important; } }

.pd-btm-80 {
  padding-bottom: 80px !important; }
  @media (max-width: 991px) {
    .pd-btm-80 {
      padding-bottom: 20px !important; } }

.pd-btm-100 {
  padding-bottom: 100px !important; }
  @media (max-width: 991px) {
    .pd-btm-100 {
      padding-bottom: 30px !important; } }

.pd-btm-180 {
  padding-bottom: 100px !important; }
  @media (max-width: 991px) {
    .pd-btm-180 {
      padding-bottom: 50px !important; } }

/* mobile */
@media (max-width: 767px) {
  .pl-xs-0 {
    padding-left: 0; }
  .pr-xs-0 {
    padding-right: 0; } }

/******display*************/
/* mobile */
.d-none-sm {
  display: none; }

@media (max-width: 1023px) {
  .d-none-xs {
    display: none; }
  .d-none-sm {
    display: unset; } }

.nav-tabs {
  display: none;
  padding-bottom: 70px; }
  .nav-tabs .nav-link {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #000;
    padding: 0 0 12px;
    text-transform: uppercase;
    border-bottom: none; }
    .nav-tabs .nav-link:before {
      content: "";
      height: 1px;
      width: 0;
      position: absolute;
      bottom: -3px;
      background-color: #000000;
      transition: width 0.3s cubic-bezier(0, 1, 0.66, 1); }
    .nav-tabs .nav-link:hover:before {
      width: 90%; }
    .nav-tabs .nav-link.active:before {
      width: 100%; }

@media (min-width: 992px) {
  .nav-tabs {
    display: flex; }
    .nav-tabs .nav-link {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: normal;
      line-height: 18px; }
    .nav-tabs .nav-item {
      padding: 0 30px; } }

/******modal white*************/
.modal-white.modal {
  padding-right: 0 !important; }

.modal-white#medidas .modal-dialog .modal-content {
  height: 100vh; }

.modal-white .modal-dialog {
  width: 100%;
  max-width: none;
  margin: 0; }
  .modal-white .modal-dialog .modal-content {
    box-shadow: none;
    border-radius: 0;
    border: none; }
    .modal-white .modal-dialog .modal-content .modal-body {
      height: 100vh; }
  .modal-white .modal-dialog .icon-cross-24 {
    background-color: black;
    border-radius: 0; }
    .modal-white .modal-dialog .icon-cross-24:hover {
      opacity: 0.5;
      transition: opacity 0.5s; }
  .modal-white .modal-dialog .icon-cross-24:before {
    color: white;
    opacity: 1;
    font-size: 18px; }

.modal-white .modal-header {
  border: none;
  justify-content: flex-end;
  padding-right: 20px;
  position: absolute;
  width: 100%;
  z-index: 1; }

.modal-white .modal-body {
  padding: 0 1.5rem; }
  @media (min-width: 1200px) {
    .modal-white .modal-body .container {
      max-width: 100vw; } }

.modal-white .slick-slide {
  height: 100vh; }
  .modal-white .slick-slide img {
    width: auto;
    max-height: 100vh;
    margin: 0 auto; }

.modal-white .slick-next {
  background-image: url(../images/icons/chevron_right-24.svg);
  right: 50px;
  width: 24px;
  height: 24px; }

.modal-white .slick-prev {
  background-image: url(../images/icons/chevron_left-24.svg);
  left: 50px;
  width: 24px;
  height: 24px; }

.modal-white.modal-white-v2 .slick-next {
  background-image: url(../images/icons-roca/right_arrow_white.svg);
  right: 50px;
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  padding: 1.2rem;
  border-radius: 50%;
  transform: scale(0.8); }

.modal-white.modal-white-v2 .slick-prev {
  background-image: url(../images/icons-roca/left_arrow_white.svg);
  left: 50px;
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  padding: 1.2rem;
  border-radius: 50%;
  transform: scale(0.8); }

.modal-white.modal-white-v2 .lightbox-download {
  position: absolute;
  right: 80px; }
  .modal-white.modal-white-v2 .lightbox-download img {
    width: 30px; }

/* mobile */
@media (max-width: 767px) {
  .modal-white .modal-header, .modal-white.modal-white-v2 .modal-header {
    z-index: 9; }
  .modal-white .slick-slide, .modal-white.modal-white-v2 .slick-slide {
    position: relative; }
    .modal-white .slick-slide img, .modal-white.modal-white-v2 .slick-slide img {
      height: 27vh;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .modal-white .slick-next, .modal-white.modal-white-v2 .slick-next {
    right: 0; }
  .modal-white .slick-prev, .modal-white.modal-white-v2 .slick-prev {
    left: 0; } }

@media (max-width: 1024px) and (orientation: portrait) {
  .modal-white .modal-header, .modal-white.modal-white-v2 .modal-header {
    z-index: 9; }
    .modal-white .modal-header button.close.icon-cross-24, .modal-white.modal-white-v2 .modal-header button.close.icon-cross-24 {
      position: absolute;
      right: 20px; }
    .modal-white .modal-header .lightbox-download, .modal-white.modal-white-v2 .modal-header .lightbox-download {
      position: absolute;
      right: 80px; }
      .modal-white .modal-header .lightbox-download img, .modal-white.modal-white-v2 .modal-header .lightbox-download img {
        width: 30px; }
  .modal-white .slick-slide, .modal-white.modal-white-v2 .slick-slide {
    position: relative; }
    .modal-white .slick-slide img, .modal-white.modal-white-v2 .slick-slide img {
      width: 90vw;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .modal-white .slick-next, .modal-white.modal-white-v2 .slick-next {
    right: 0; }
  .modal-white .slick-prev, .modal-white.modal-white-v2 .slick-prev {
    left: 0; } }

@media (max-width: 1024px) and (orientation: landscape) {
  .modal-white .modal-header, .modal-white.modal-white-v2 .modal-header {
    z-index: 9; }
    .modal-white .modal-header button.close.icon-cross-24, .modal-white.modal-white-v2 .modal-header button.close.icon-cross-24 {
      position: absolute;
      right: 20px; }
  .modal-white .slick-slide, .modal-white.modal-white-v2 .slick-slide {
    position: relative; }
    .modal-white .slick-slide img, .modal-white.modal-white-v2 .slick-slide img {
      height: 90vh;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .modal-white .slick-next, .modal-white.modal-white-v2 .slick-next {
    right: 0; }
  .modal-white .slick-prev, .modal-white.modal-white-v2 .slick-prev {
    left: 0; } }

/****** Chat*************/
#ventanaChatLOPD {
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 15px;
  width: 180px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  background-color: white;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  transform: translateY(calc(100% - 41px));
  -o-transform: translateY(calc(100% - 41px));
  -ms-transform: translateY(calc(100% - 41px));
  -moz-transform: translateY(calc(100% - 41px));
  -webkit-transform: translateY(calc(100% - 41px));
  transition: 0.35s all cubic-bezier(1, 0.32, 0.05, 0.9) 0.5s;
  -o-transition: 0.35s all cubic-bezier(1, 0.32, 0.05, 0.9) 0.5s;
  -ms-transition: 0.35s all cubic-bezier(1, 0.32, 0.05, 0.9) 0.5s;
  -moz-transition: 0.35s all cubic-bezier(1, 0.32, 0.05, 0.9) 0.5s;
  -webkit-transition: 0.35s all cubic-bezier(1, 0.32, 0.05, 0.9) 0.5s; }

#ventanaChatLOPD:hover {
  width: 280px;
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s; }

#ventanaChatLOPD #tituloLOPD {
  padding: 12px 10px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  user-select: none;
  color: white;
  background-color: #6c757d; }

#ventanaChatLOPD #idlpd {
  width: 280px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #444; }

#ventanaChatLOPD #idlpd input {
  position: relative;
  top: 1px;
  margin-right: 5px; }

#ventanaChatLOPD #idlpd a {
  text-decoration: underline;
  color: #0096d0; }

#ventanaChatLOPD #idlpd button {
  display: block;
  margin: 15px 0 0;
  border-radius: 4px;
  border: 0;
  padding: 8px 12px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #6c757d;
  color: white; }

#ventanaChatLOPD #idlpd button:hover {
  opacity: .8; }

/****** Google*************/
.pac-container:after {
  display: none !important; }

.pac-container,
.pac-item {
  z-index: 999 !important; }

/* Added 06/05/2020 (Laufen Web 3.0 GAP) */
@media screen and (min-width: 768px) {
  .negative-margin-top {
    margin-top: -80px; } }

/* CN Market icons */
.icon-jd {
  background: url("../images/icons/jd-icon.png");
  width: 16px;
  height: 16px;
  display: block !important;
  background-size: cover; }
  .icon-jd--32 {
    width: 32px;
    height: 32px; }
  .icon-jd--64 {
    width: 64px;
    height: 64px; }

.icon-tmall {
  background: url("../images/icons/tmall-icon.png");
  width: 16px;
  height: 16px;
  display: block !important;
  background-size: cover; }
  .icon-tmall--32 {
    width: 32px;
    height: 32px; }
  .icon-tmall--64 {
    width: 64px;
    height: 64px; }

/* Hide redirect popup */
.alert-notifications {
  display: none !important; }

.html-base {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 70px;
  margin-top: 60px; }
  @media (max-width: 991px) {
    .html-base {
      margin-bottom: 70px !important;
      margin-top: 30px; } }
  .html-base h1 {
    margin-bottom: 30px; }
  .html-base h2 {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .html-base h3 {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 20px; }
  .html-base ul, .html-base ol {
    list-style: none; }

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px; }
  table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  table th {
    border-bottom: 1px solid #000000;
    padding: 10px 8px;
    vertical-align: bottom;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: uppercase; }
  table td {
    padding: 8px;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.cookie-warn {
  position: fixed;
  background: #FFFFFF;
  bottom: 20px;
  right: 20px;
  width: 400px;
  z-index: 999999;
  display: none;
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms; }
  .cookie-warn.active {
    display: block; }
  .cookie-warn__wrapper {
    padding: 30px 60px 30px 30px; }
  .cookie-warn__content p {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0; }
  .cookie-warn__content a {
    color: #666666; }
  .cookie-warn .close-cookie {
    font-size: 18px;
    -webkit-transition: color 300ms cubic-bezier(0, 1, 0.66, 1);
    transition: color 300ms cubic-bezier(0, 1, 0.66, 1); }
    .cookie-warn .close-cookie:hover {
      opacity: .5;
      cursor: pointer; }
  @media (max-width: 767px) {
    .cookie-warn {
      bottom: 0;
      right: 0;
      width: 100%; } }

.cookie-warn .cookie-warn__action {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 15px; }

.cookie-warn .cookie-warn__action .cookie-warn__accept {
  display: block;
  padding: 24px 15px 24px;
  background: #7c7c7c;
  color: #fff;
  font-family: 'Roboto-Bold',Helvetica,Arial,sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase; }

.cookie-warn .cookie-warn__action .cookie-warn__info {
  font-family: 'Roboto-Bold',Helvetica,Arial,sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  cursor: pointer;
  align-self: center; }

.popup-app {
  display: none;
  position: relative; }

@media (max-width: 991px) {
  .popup-app {
    display: none; }
    .popup-app.active {
      display: block; }
    .popup-app .popup-app__wrapper .wrapper-img {
      width: 60px;
      height: 0;
      padding-bottom: 60px;
      position: relative;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block;
      vertical-align: middle; }
    .popup-app .popup-app__wrapper .wrapper-text {
      padding: 16px 10px;
      display: inline-block;
      width: calc(100% - 110px);
      vertical-align: middle;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      color: #000000;
      margin: 0;
      display: inline-block; }
      .popup-app .popup-app__wrapper .wrapper-text p {
        margin-bottom: 0; }
    .popup-app .icon-cross-24 {
      position: absolute;
      top: 5px;
      right: 5px;
      padding: 5px; } }

.cta-subscribe {
  padding: 80px 0; }
  .cta-subscribe h2 {
    font-family: aktiv-grotesk-light, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: normal;
    color: #000000;
    margin-top: 0;
    max-width: 90%; }
  .cta-subscribe form {
    color: #000000; }
  .cta-subscribe label {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px; }
    .cta-subscribe label a:hover, .cta-subscribe label a:active, .cta-subscribe label a:active, .cta-subscribe label a:visited {
      text-decoration: underline; }
  .cta-subscribe .form-group {
    position: relative;
    margin-bottom: 5px;
    border-bottom: 1px solid #000000; }
  .cta-subscribe .form-control {
    display: inline-block;
    width: calc(100% - 50px);
    height: 34px;
    padding: 6px 0;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px; }
    .cta-subscribe .form-control::-webkit-input-placeholder {
      color: #000000; }
    .cta-subscribe .form-control:-ms-input-placeholder {
      color: #000000; }
    .cta-subscribe .form-control::-ms-input-placeholder {
      color: #000000; }
    .cta-subscribe .form-control::placeholder {
      color: #000000; }
  .cta-subscribe .btn {
    -webkit-appearance: none; }
    .cta-subscribe .btn:active {
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: transparent;
      border-color: transparent; }
  .cta-subscribe .btn.active.focus,
  .cta-subscribe .btn.active:focus,
  .cta-subscribe .btn.focus,
  .cta-subscribe .btn:active.focus,
  .cta-subscribe .btn:active:focus,
  .cta-subscribe .btn:focus {
    outline: 0;
    outline-offset: 0; }
  .cta-subscribe .btn-arrow {
    color: #000000;
    background-color: #F7F7F7;
    border-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 34px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .cta-subscribe .btn-arrow:before {
      content: "\e901";
      position: absolute;
      font-size: 21px;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
      transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49); }
  .cta-subscribe .btn-arrow:hover:before, .cta-subscribe .btn-arrow:focus:before, .cta-subscribe .btn-arrow:active:before {
    right: 0; }
  .cta-subscribe .checkbox {
    text-align: left;
    margin-top: 1em;
    /*Outer-box*/
    /*Checkmark*/
    /*Hide the checkmark by default*/
    /*Unhide the checkmark on the checked state*/
    /*Adding focus styles on the outer-box of the fake checkbox*/ }
    .cta-subscribe .checkbox input[type="checkbox"] {
      opacity: 0;
      position: absolute; }
    .cta-subscribe .checkbox label::before {
      content: "";
      display: inline-block;
      height: 28px;
      width: 28px;
      border: 1px solid;
      border-radius: 3px; }
    .cta-subscribe .checkbox label::after {
      content: "";
      display: inline-block;
      height: 12px;
      width: 18px;
      border-left: 2px solid;
      border-bottom: 2px solid;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.26s cubic-bezier(0, 1, 0.66, 1);
      transition: all 0.26s cubic-bezier(0, 1, 0.66, 1); }
    .cta-subscribe .checkbox label {
      position: relative;
      padding-left: 40px; }
    .cta-subscribe .checkbox label::before,
    .cta-subscribe .checkbox label::after {
      position: absolute; }
    .cta-subscribe .checkbox label::before {
      top: 3px;
      left: 0; }
    .cta-subscribe .checkbox label::after {
      left: 4px;
      top: 7px; }
    .cta-subscribe .checkbox input[type="checkbox"] + label::after {
      content: "";
      width: 0;
      border-left: 0 solid;
      border-bottom: 0 solid;
      -webkit-transform: rotate(-60deg);
      transform: rotate(-60deg); }
    .cta-subscribe .checkbox input[type="checkbox"]:checked + label::after {
      content: "";
      width: 18px;
      border-left: 2px solid;
      border-bottom: 2px solid;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .cta-subscribe .checkbox input[type="checkbox"]:focus + label::before {
      outline: #3b99fc auto 5px; }
  .cta-subscribe .error-msg {
    display: none; }
  .cta-subscribe .form-error .error-msg {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 15px;
    color: red;
    text-transform: uppercase;
    display: block; }
  .cta-subscribe .form-error .form-group {
    border-color: red;
    border-width: 2px; }
  .cta-subscribe .success-msg {
    display: none; }
  .cta-subscribe .form-success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    .cta-subscribe .form-success .success-msg {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 26px;
      display: block;
      vertical-align: middle;
      padding-left: 20px; }
      .cta-subscribe .form-success .success-msg:before {
        content: "";
        display: inline-block;
        height: 10px;
        width: 20px;
        margin-right: 20px;
        vertical-align: text-top;
        border-left: 2px solid;
        border-bottom: 2px solid;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.26s cubic-bezier(0, 1, 0.66, 1);
        transition: all 0.26s cubic-bezier(0, 1, 0.66, 1); }
    .cta-subscribe .form-success .form-group,
    .cta-subscribe .form-success .checkbox {
      display: none; }
  @media screen and (max-width: 767px) {
    .cta-subscribe {
      padding: 45px 0; }
      .cta-subscribe h2 {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 39px;
        letter-spacing: normal;
        margin-bottom: 30px; } }

.newsletter {
  padding: 4rem 0;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .newsletter .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: initial !important;
    background-color: rgba(255, 255, 255, 0.75);
    padding-top: 2rem;
    padding-bottom: 2rem; }
    @media (max-width: 768px) {
      .newsletter .container {
        width: 90% !important; } }
    @media (min-width: 1200px) {
      .newsletter .container {
        padding-top: 4rem;
        padding-bottom: 4rem;
        max-width: 1027px; } }
  .newsletter .newsletter-title {
    margin: 0 !important;
    line-height: 1.1;
    font-family: aktiv-grotesk;
    max-width: 100%;
    font-size: 2rem; }
  .newsletter .newsletter-subtitle {
    margin-bottom: 0;
    margin-top: 1rem;
    color: #000000; }
  .newsletter .newsletter-wrapper {
    width: 90%; }
    @media (min-width: 768px) {
      .newsletter .newsletter-wrapper {
        width: 70%; } }
  .newsletter .newsletter-form-wrapper {
    width: 100%;
    margin: auto; }
    @media (min-width: 768px) {
      .newsletter .newsletter-form-wrapper {
        width: 90%; } }
  .newsletter .newsletter-form .form-group {
    position: relative;
    top: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 0;
    margin-top: 2rem;
    border-bottom: none; }
    @media (max-width: 768px) {
      .newsletter .newsletter-form .form-group {
        display: flex;
        flex-flow: column; } }
    .newsletter .newsletter-form .form-group > input,
    .newsletter .newsletter-form .form-group > button {
      position: relative;
      inset: 0 !important;
      grid-column: span 1;
      width: 100% !important;
      margin-top: 0 !important;
      font-size: 1rem;
      height: 3rem; }
    .newsletter .newsletter-form .form-group input {
      text-align: left;
      padding: 0 1rem;
      color: #9A9A9A;
      background: #FFFFFF;
      grid-column: span 2; }
      .newsletter .newsletter-form .form-group input::placeholder, .newsletter .newsletter-form .form-group input::-webkit-input-placeholder {
        color: #9A9A9A; }
      .newsletter .newsletter-form .form-group input:focus {
        outline: none;
        box-shadow: none; }
        .newsletter .newsletter-form .form-group input:focus::placeholder, .newsletter .newsletter-form .form-group input:focus::-webkit-input-placeholder {
          visibility: hidden; }
    .newsletter .newsletter-form .form-group button {
      text-transform: uppercase;
      font-weight: 400;
      background: #666666;
      color: #FFFFFF;
      border-radius: 0; }
  .newsletter .newsletter-form .checkbox {
    position: relative;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 1rem; }
    .newsletter .newsletter-form .checkbox input[type="checkbox"]:checked + label::before {
      background: #666666; }
    .newsletter .newsletter-form .checkbox input[type="checkbox"]:checked + label::after {
      color: #FFFFFF; }
    .newsletter .newsletter-form .checkbox input[type="checkbox"]:focus + label::before {
      outline: none; }
    .newsletter .newsletter-form .checkbox label {
      top: 0;
      font-size: 1rem;
      text-align: left;
      padding-top: 0.25rem; }
      @media (min-width: 768px) {
        .newsletter .newsletter-form .checkbox label {
          padding-top: 0.5rem; } }
  .newsletter .form-error .error-msg {
    color: red;
    margin: 1rem auto 0 auto;
    font-size: 0.9rem;
    line-height: 1.3;
    inset: 0; }
  .newsletter .bottom-text {
    color: #9A9A9A;
    margin-top: 2rem; }
    .newsletter .bottom-text p {
      margin-bottom: 0; }

.bg-grey-light {
  background-color: white; }
  .bg-grey-light .container {
    max-width: 100%; }

.newsletter-wrapper-gallery {
  display: flex;
  padding: 3rem 1rem 6rem 1rem;
  max-width: 1270px; }
  @media (max-width: 768px) {
    .newsletter-wrapper-gallery {
      padding: 0;
      flex-flow: column;
      padding-bottom: 2rem; } }
  .newsletter-wrapper-gallery .newsletter-title-wrapper {
    text-align: left;
    width: 33%;
    padding-right: 1rem; }
    @media (max-width: 768px) {
      .newsletter-wrapper-gallery .newsletter-title-wrapper {
        text-align: left;
        width: 100%;
        padding-right: 0rem; } }
    .newsletter-wrapper-gallery .newsletter-title-wrapper .newsletter-title {
      margin-bottom: 2rem !important; }
    .newsletter-wrapper-gallery .newsletter-title-wrapper p {
      margin-top: 1rem;
      padding-right: 2rem; }
      @media (max-width: 768px) {
        .newsletter-wrapper-gallery .newsletter-title-wrapper p {
          padding-right: 0rem; } }
    .newsletter-wrapper-gallery .newsletter-title-wrapper .newsletter-subtitle {
      font-style: italic; }
  .newsletter-wrapper-gallery .newsletter-form-wrapper {
    width: 67%;
    padding-left: 3rem; }
    @media (max-width: 768px) {
      .newsletter-wrapper-gallery .newsletter-form-wrapper {
        text-align: center;
        width: 100%;
        padding-left: 0; } }
    .newsletter-wrapper-gallery .newsletter-form-wrapper .newsletter-form .form-group {
      margin-top: 0;
      display: flex;
      flex-flow: column;
      grid-template-areas: "A A A" "B B B";
      gap: 0; }
      @media (max-width: 768px) {
        .newsletter-wrapper-gallery .newsletter-form-wrapper .newsletter-form .form-group {
          text-align: center;
          width: 100%;
          padding-left: 0;
          display: flex;
          flex-flow: column; } }
    .newsletter-wrapper-gallery .newsletter-form-wrapper .newsletter-form .form-group .email-subscribe-text {
      grid-area: A;
      text-align: start;
      margin: 0;
      padding: 0; }
    .newsletter-wrapper-gallery .newsletter-form-wrapper .newsletter-form .form-group input {
      text-align: left;
      padding: 0 1rem;
      color: #9A9A9A;
      background: #EAEAEA;
      width: 15rem !important; }
      @media (max-width: 768px) {
        .newsletter-wrapper-gallery .newsletter-form-wrapper .newsletter-form .form-group input {
          width: 100% !important;
          margin-bottom: 1rem; } }
    .newsletter-wrapper-gallery .newsletter-form-wrapper .newsletter-form .form-group button {
      position: absolute;
      top: 16rem !important;
      left: auto !important;
      width: 15rem !important;
      right: 0 !important; }
      @media (max-width: 768px) {
        .newsletter-wrapper-gallery .newsletter-form-wrapper .newsletter-form .form-group button {
          top: 0 !important;
          position: relative;
          width: 100% !important; } }
  .newsletter-wrapper-gallery .form-error .form-group button.btn {
    top: 19rem !important; }
    @media (max-width: 768px) {
      .newsletter-wrapper-gallery .form-error .form-group button.btn {
        top: 0 !important;
        position: relative;
        width: 100% !important; } }
  .newsletter-wrapper-gallery .form-error .checkbox:last-child label::before {
    border-color: #272833; }
  .newsletter-wrapper-gallery .form-error .error-msg {
    color: red;
    margin: 1rem auto 0 auto;
    line-height: 1.3;
    inset: 0; }

/********* Common */
/********* Icons */
/********* Supramenu */
/********* Main Nav */
/********* Main Menu */
/********* Right Menu */
/********* Nav Movil */
/********* User Menu */
/********* Language Menu */
/********* Country Menu */
/********* Mega menu */
/********* Scrolled Header */
header.js-header {
  background-color: #FFFFFF;
  color: #000000;
  position: relative;
  z-index: 980;
  /********* Common **********/
  /********* end Common **********/
  /********* Scrolled Header *********/
  /********* end Scrolled Header *********/
  /* for really, really small resolutions */ }
  header.js-header .search-input {
    position: relative; }
    header.js-header .search-input .resultBox {
      top: 103%;
      left: 0;
      width: 100%;
      position: absolute;
      background: #FFFFFF;
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); }
      header.js-header .search-input .resultBox .most-searched, header.js-header .search-input .resultBox .loading-search-results, header.js-header .search-input .resultBox .no-search-results, header.js-header .search-input .resultBox .category-title {
        padding: 5px;
        pointer-events: none;
        user-select: none;
        font-family: aktiv-grotesk, sans-serif;
        color: #999999;
        font-size: 10px; }
      header.js-header .search-input .resultBox .category {
        padding-bottom: 4px; }
        header.js-header .search-input .resultBox .category .category-title {
          letter-spacing: 0.5px; }
        header.js-header .search-input .resultBox .category:not(:last-child) {
          border-bottom: 0.5px solid #999999; }
      header.js-header .search-input .resultBox .product {
        width: 100%;
        font-family: aktiv-grotesk, sans-serif;
        font-size: 10px;
        line-height: 12px;
        padding: 4px;
        padding-right: 12px;
        display: flex;
        align-items: center; }
        header.js-header .search-input .resultBox .product:hover {
          background: #efefef; }
          header.js-header .search-input .resultBox .product:hover .product-image {
            filter: brightness(0.94); }
        header.js-header .search-input .resultBox .product .product-image {
          width: 40px; }
        header.js-header .search-input .resultBox .product .product-text {
          overflow: hidden;
          padding-left: 6px; }
          header.js-header .search-input .resultBox .product .product-text .product-name {
            color: #333333;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 12px; }
          header.js-header .search-input .resultBox .product .product-text .product-collection {
            color: #999999;
            text-transform: uppercase;
            margin-top: 2px; }
        header.js-header .search-input .resultBox .product .suggestion-icon {
          content: url(/o/laufen-theme/images/icons/search-24-g.svg);
          margin-right: 12px;
          width: 12px;
          height: 12px;
          margin-left: 12px; }
      header.js-header .search-input .resultBox .contenBtn {
        background: #F6FBFC;
        justify-items: center;
        display: flex;
        justify-content: center; }
        header.js-header .search-input .resultBox .contenBtn .cta-more-search {
          font-family: 'aktiv-grotesk-Medium';
          font-size: 10px;
          line-height: 12px;
          text-transform: uppercase;
          color: #666666;
          border: none;
          background: #F6FBFC;
          padding: 20px 50px; }
  header.js-header.scrolling {
    position: fixed;
    top: 0;
    width: 100%; }
  @media (max-width: 1200px) {
    header.js-header {
      z-index: 100; } }
  header.js-header ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    line-height: 0; }
  header.js-header .row-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  header.js-header .arrow {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-family: "icomoon";
    font-weight: 100;
    font-size: 11px;
    z-index: 2; }
    header.js-header .arrow::before {
      content: "\e904";
      display: inline-block;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.66, 1);
      transition: all 0.3s cubic-bezier(0, 1, 0.66, 1); }
  header.js-header .right-arrow {
    display: inline-block;
    vertical-align: middle;
    font-family: "icomoon";
    font-weight: 100;
    font-size: 11px; }
    header.js-header .right-arrow::before {
      content: "\e901";
      display: inline-block;
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
      -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.66, 1);
      transition: all 0.3s cubic-bezier(0, 1, 0.66, 1); }
  header.js-header .js-close {
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px 0 5px 5px;
    z-index: 2;
    font-size: 20px; }
  @media screen and (min-width: 1200px) {
    header.js-header .js-collapse-sm .js-menu-collapse {
      position: absolute;
      top: auto;
      display: block;
      padding: 0;
      margin: 0 auto;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    header.js-header .js-collapse-sm:hover .arrow:before {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    header.js-header .js-collapse-sm:hover .js-menu-collapse {
      display: block;
      visibility: visible;
      opacity: 1; } }
  @media screen and (min-width: 1200px) and (min-width: 0\0) {
    header.js-header .js-collapse-sm .js-menu-collapse {
      position: fixed;
      top: auto;
      margin-top: 90px; } }
  @media screen and (max-width: 1199px) {
    header.js-header .js-collapse-sm .arrow:before {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    header.js-header .js-collapse-sm .arrow.collapsed:before {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    header.js-header .js-menu-collapse {
      width: 100%; } }
  header.js-header .main-header__wrapper {
    position: relative;
    max-height: 5000px;
    opacity: 1;
    /********* Icons **********/
    /********* end Icons **********/
    /********* Supramenu **********/
    /********* end Supramenu **********/
    /********* Main Nav **********/
    /********* end Main Nav **********/
    /********* Main Menu **********/
    /********* end Main Menu **********/
    /********* Right Menu **********/
    /********* end Right Menu **********/
    /********* Nav Movil **********/
    /********* end Nav Movil **********/
    /*********  User Menu **********/
    /********* end User Menu **********/
    /*********  language Menu **********/
    /********* end Language Menu **********/
    /********* Country Menu **********/
    /********* end Country Menu **********/
    /********* Mega menu **********/
    /********** Second Menu laufen **********/
    /********* end Mega menu **********/ }
    header.js-header .main-header__wrapper .js-h-hamburger {
      display: none; }
    header.js-header .main-header__wrapper .js-h-cart .items-cart {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 16px;
      line-height: 1;
      /* border-radius: 50%; */
      background-color: #D5D5D5;
      padding: 4px 6px;
      display: inline-block;
      vertical-align: super; }
    @media screen and (max-width: 1199px) {
      header.js-header .main-header__wrapper .js-h-hamburger {
        display: block; } }
    header.js-header .main-header__wrapper .supramenu {
      border-bottom: 1px solid #7c7c7c;
      color: #7c7c7c;
      padding: 0;
      position: relative; }
      header.js-header .main-header__wrapper .supramenu-right {
        text-align: right; }
      header.js-header .main-header__wrapper .supramenu-left {
        text-align: left; }
      @media screen and (min-width: 1200px) {
        header.js-header .main-header__wrapper .supramenu__item {
          display: inline-block;
          position: relative;
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 11px;
          letter-spacing: 1px;
          line-height: 13px;
          color: #9A9A9A;
          vertical-align: middle; }
          header.js-header .main-header__wrapper .supramenu__item:before {
            content: "|";
            margin: 0 10px;
            display: inline-block;
            vertical-align: middle; }
          header.js-header .main-header__wrapper .supramenu__item.hidden {
            display: none; }
          header.js-header .main-header__wrapper .supramenu__item:first-of-type::before {
            display: none; }
          header.js-header .main-header__wrapper .supramenu__item.comparator:not(.hidden) + .favorites::before,
          header.js-header .main-header__wrapper .supramenu__item.favorites:not(.hidden) + .comparator::before {
            display: none; }
        header.js-header .main-header__wrapper .supramenu__item--country:before {
          content: "";
          display: inline-block;
          vertical-align: middle;
          width: 18px;
          height: 18px;
          margin-bottom: 3px;
          background: url(../images/icons/world-18-w.svg) no-repeat center; }
        header.js-header .main-header__wrapper .supramenu__item--about:after {
          content: "";
          display: inline-block !important;
          vertical-align: middle;
          width: 18px;
          height: 18px;
          margin: 0 0 3px 0;
          background: url(../images/icons/external-18w.svg) no-repeat center; }
        header.js-header .main-header__wrapper .supramenu__item--icon:after {
          content: "";
          margin: 0; }
        header.js-header .main-header__wrapper .supramenu__item--icon span {
          display: none; }
        header.js-header .main-header__wrapper .supramenu__item--login:before {
          content: "|";
          margin: 0 10px;
          display: inline-block;
          vertical-align: middle; }
        header.js-header .main-header__wrapper .supramenu__item--user {
          /*             .supramenu__link{ */
          /*               color: $white; */
          /*             } */ }
          header.js-header .main-header__wrapper .supramenu__item--user:before {
            content: "|";
            margin: 0 10px;
            display: inline-block;
            vertical-align: middle; }
        header.js-header .main-header__wrapper .supramenu__link {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 11px;
          letter-spacing: 1px;
          line-height: 13px;
          color: #9A9A9A;
          text-transform: uppercase;
          padding: 11px 0;
          position: relative;
          display: inline-block;
          vertical-align: middle; }
        header.js-header .main-header__wrapper .supramenu__link:before {
          content: "";
          height: 1.2px;
          width: 0;
          position: absolute;
          bottom: 8px;
          left: 0;
          background-color: #9A9A9A;
          -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
          transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
          height: 0.8px;
          bottom: 6px; }
        header.js-header .main-header__wrapper .supramenu__link:hover:before {
          width: 100%; }
        header.js-header .main-header__wrapper .supramenu i:before {
          font-size: 20px; }
        header.js-header .main-header__wrapper .supramenu .js-collapse-sm .js-menu-collapse {
          -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }
        header.js-header .main-header__wrapper .supramenu .js-collapse-sm:hover .js-menu-collapse {
          -webkit-transition-delay: 0s;
          transition-delay: 0s; } }
      @media screen and (max-width: 1199px) {
        header.js-header .main-header__wrapper .supramenu {
          display: none; }
        header.js-header .main-header__wrapper .supramenu__list--left {
          background-color: #FFFFFF;
          max-width: 100%;
          margin: auto;
          padding: 0;
          display: block; }
          header.js-header .main-header__wrapper .supramenu__list--left .supramenu__item {
            display: inline-block;
            width: auto;
            vertical-align: top; }
        header.js-header .main-header__wrapper .supramenu__list--right {
          padding-top: 18px;
          background-color: #FFFFFF; }
          header.js-header .main-header__wrapper .supramenu__list--right .user-link {
            padding: 20px 0;
            border-top: 1px solid #EAEAEA;
            border-bottom: 1px solid #EAEAEA;
            display: block; }
            header.js-header .main-header__wrapper .supramenu__list--right .user-link .wrapper {
              max-width: 970px;
              margin: auto;
              padding: 0 10px;
              display: block; }
            header.js-header .main-header__wrapper .supramenu__list--right .user-link img {
              width: 33px;
              /* border-radius: 50%; */ }
            header.js-header .main-header__wrapper .supramenu__list--right .user-link span {
              font-family: aktiv-grotesk, sans-serif;
              font-style: normal;
              font-weight: 600;
              font-size: 11px;
              letter-spacing: 1px;
              line-height: 18px;
              text-transform: uppercase;
              color: #000000;
              margin-left: 15px; }
        header.js-header .main-header__wrapper .supramenu__item {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 13px;
          letter-spacing: 1px;
          line-height: 17px;
          display: block;
          width: 100%;
          padding: 0;
          background-color: #FFFFFF; }
        header.js-header .main-header__wrapper .supramenu__item--about {
          display: none !important; }
        header.js-header .main-header__wrapper .supramenu__item--user {
          padding-bottom: 0; }
        header.js-header .main-header__wrapper .supramenu__item--country:after {
          content: "";
          display: inline-block;
          vertical-align: text-top;
          width: 18px;
          height: 18px;
          margin-bottom: 3px;
          background: url(../images/icons/world-18.svg) no-repeat center; }
        header.js-header .main-header__wrapper .supramenu__item--country .supramenu__link {
          display: inline-block;
          padding: 18px 15px 12px 15px;
          padding-right: 0; }
        header.js-header .main-header__wrapper .supramenu__link {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 13px;
          letter-spacing: 1px;
          line-height: 17px;
          color: #000000;
          text-transform: uppercase;
          position: relative;
          display: block;
          max-width: 970px;
          margin: auto;
          padding: 18px 15px 12px 15px;
          display: block; }
          header.js-header .main-header__wrapper .supramenu__link i {
            font-size: 20px; }
          header.js-header .main-header__wrapper .supramenu__link span {
            display: inline-block;
            vertical-align: text-bottom; }
          header.js-header .main-header__wrapper .supramenu__link .icon {
            font-size: 15px;
            margin-right: 10px;
            vertical-align: middle; } }
      @media screen and (orientation: landscape) and (max-width: 1199px) {
        header.js-header .main-header__wrapper .supramenu__list--left {
          background-color: #FFFFFF;
          max-width: 100%;
          margin: auto;
          padding: 0 30px;
          display: block; } }
      @media screen and (max-width: 991px) {
        header.js-header .main-header__wrapper .supramenu__link {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 11px;
          letter-spacing: 1px;
          line-height: 18px;
          max-width: 770px;
          padding: 10px 15px 10px 15px; }
        header.js-header .main-header__wrapper .supramenu__list--left {
          max-width: 770px; }
        header.js-header .main-header__wrapper .supramenu__list--right .user-link .wrapper {
          max-width: 770px; }
        header.js-header .main-header__wrapper .supramenu__list--right .user-link span {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 11px;
          letter-spacing: normal;
          line-height: 18px; } }
      header.js-header .main-header__wrapper .supramenu__item.hidden {
        display: none; }
    header.js-header .main-header__wrapper .main-nav {
      padding: 0; }
      header.js-header .main-header__wrapper .main-nav .logo-header {
        margin-right: 60px; }
      header.js-header .main-header__wrapper .main-nav .search-menu-container .right-menu__wrapper {
        display: none; }
      @media screen and (max-width: 1199px) {
        header.js-header .main-header__wrapper .main-nav {
          padding: 20px 0; }
          header.js-header .main-header__wrapper .main-nav .main-menu__wrapper {
            display: none; }
          header.js-header .main-header__wrapper .main-nav .logo-header {
            max-width: 72px;
            margin-right: 20px; }
          header.js-header .main-header__wrapper .main-nav .search-menu-container .right-menu__wrapper {
            display: block; } }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        header.js-header .main-header__wrapper .main-nav {
          padding: 30px 0; }
          header.js-header .main-header__wrapper .main-nav .main-menu__wrapper {
            display: none; }
          header.js-header .main-header__wrapper .main-nav .logo-header {
            max-width: 72px;
            margin-right: 20px; }
          header.js-header .main-header__wrapper .main-nav .search-menu-container .right-menu__wrapper {
            display: block; } }
      @media screen and (min-width: 0\0) {
        header.js-header .main-header__wrapper .main-nav .logo-header {
          margin-top: 30px;
          margin-bottom: 30px; } }
    header.js-header .main-header__wrapper .main-menu__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
    header.js-header .main-header__wrapper .main-menu__link {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 18px;
      color: #7c7c7c;
      text-decoration: none;
      text-transform: uppercase; }
    @media screen and (min-width: 1200px) {
      header.js-header .main-header__wrapper .main-menu__item {
        margin-right: 30px;
        display: -ms-inline-flexbox; }
      header.js-header .main-header__wrapper .main-menu__link {
        position: relative;
        padding: 38px 0; }
        header.js-header .main-header__wrapper .main-menu__link:before {
          content: "";
          height: 1.2px;
          width: 0;
          position: absolute;
          bottom: 8px;
          left: 0;
          background-color: #7c7c7c;
          -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
          transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
          bottom: 37%; }
        header.js-header .main-header__wrapper .main-menu__link:hover:before {
          width: 100%; }
        header.js-header .main-header__wrapper .main-menu__link:active:before, header.js-header .main-header__wrapper .main-menu__link.active:before {
          content: "";
          height: 1.2px;
          width: 75%;
          position: absolute;
          bottom: 21%;
          background-color: #ffffff;
          bottom: 37%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
      header.js-header .main-header__wrapper .main-menu__wrapper .dropdown-menu {
        width: 100%;
        min-width: 100%; }
      header.js-header .main-header__wrapper .main-menu__list .link-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative; }
        header.js-header .main-header__wrapper .main-menu__list .link-wrapper .arrow {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          padding: 10px;
          display: none; } }
    @media screen and (max-width: 1199px) {
      header.js-header .main-header__wrapper .main-menu__item {
        display: block;
        width: 100%;
        padding: 0;
        background-color: #FFFFFF; }
      header.js-header .main-header__wrapper .main-menu__link {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 18px;
        -webkit-box-flex: 100;
        -ms-flex-positive: 100;
        flex-grow: 100;
        padding: 18px 0; }
      header.js-header .main-header__wrapper .main-menu-collapse {
        max-height: 100vh;
        overflow-y: auto; }
        header.js-header .main-header__wrapper .main-menu-collapse .r-modal__wrapper {
          background-color: #FFFFFF;
          padding-bottom: 30px;
          height: calc(100% - 78px); }
      header.js-header .main-header__wrapper .main-menu__list {
        padding-bottom: 18px;
        background-color: #FFFFFF;
        border-bottom: 1px solid #7c7c7c; }
        header.js-header .main-header__wrapper .main-menu__list .link-wrapper {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          max-width: 970px;
          margin: auto;
          padding: 0 5px 0 15px; }
          header.js-header .main-header__wrapper .main-menu__list .link-wrapper .arrow {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding: 12px 10px;
            font-size: 20px; }
            header.js-header .main-header__wrapper .main-menu__list .link-wrapper .arrow:before {
              height: 18px;
              line-height: 1; } }
    @media screen and (max-width: 991px) {
      header.js-header .main-header__wrapper .main-menu__list .link-wrapper {
        max-width: 750px; }
      header.js-header .main-header__wrapper .main-menu__link {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 19px; } }
    @media screen and (min-width: 0\0) {
      header.js-header .main-header__wrapper .main-menu__link {
        position: relative;
        padding: 38px 0; }
        header.js-header .main-header__wrapper .main-menu__link:before {
          content: "";
          height: 1.2px;
          width: 0;
          position: absolute;
          bottom: 8px;
          left: 0;
          background-color: #7c7c7c;
          -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
          transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
          transition: width 0.3s linear;
          bottom: 37%;
          width: 0; }
        header.js-header .main-header__wrapper .main-menu__link:hover:before {
          width: 100%; }
        header.js-header .main-header__wrapper .main-menu__link:active:before, header.js-header .main-header__wrapper .main-menu__link.active:before {
          content: "";
          height: 1.1px;
          width: 75%;
          position: absolute;
          background-color: #ffffff;
          bottom: 37%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); } }
    header.js-header .main-header__wrapper .right-menu__wrapper {
      -webkit-box-flex: 100;
      -ms-flex-positive: 100;
      flex-grow: 100; }
    header.js-header .main-header__wrapper .right-menu__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    header.js-header .main-header__wrapper .right-menu__item {
      margin-left: 30px; }
      header.js-header .main-header__wrapper .right-menu__item:first-of-type {
        margin-left: 0; }
    header.js-header .main-header__wrapper .right-menu__link {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 18px;
      color: #7c7c7c;
      text-decoration: none;
      text-transform: uppercase; }
      header.js-header .main-header__wrapper .right-menu__link i:before {
        font-size: 20px; }
    header.js-header .main-header__wrapper .r-modal {
      position: fixed;
      width: 100%;
      top: 0;
      left: 100%;
      -webkit-transform: translate(0);
      transform: translate(0);
      height: 100vh !important;
      max-height: 100vh !important;
      background: rgba(0, 0, 0, 0.75);
      z-index: 10;
      -webkit-transition: left 0.75s ease;
      transition: left 0.75s ease; }
      header.js-header .main-header__wrapper .r-modal .close-menu {
        width: 100%;
        text-align: right; }
      header.js-header .main-header__wrapper .r-modal.in {
        left: 0;
        width: 100vw;
        overflow-x: hidden; }
      header.js-header .main-header__wrapper .r-modal .close-menu {
        background: #000000; }
        header.js-header .main-header__wrapper .r-modal .close-menu a {
          font-size: 18px; }
        header.js-header .main-header__wrapper .r-modal .close-menu .wrapper {
          margin: auto;
          padding: 25px 15px; }
      @media screen and (max-width: 1199px) {
        header.js-header .main-header__wrapper .r-modal .close-menu .wrapper {
          max-width: 970px;
          margin: auto;
          padding: 25px 15px; } }
      @media screen and (max-width: 991px) {
        header.js-header .main-header__wrapper .r-modal .close-menu .wrapper {
          max-width: 750px; } }
      @media screen and (max-width: 767px) {
        header.js-header .main-header__wrapper .r-modal .close-menu .wrapper {
          padding: 15px; } }
    header.js-header .main-header__wrapper .js-user-menu {
      display: inline-block;
      vertical-align: middle; }
      @media screen and (min-width: 1200px) {
        header.js-header .main-header__wrapper .js-user-menu .link-wrapper {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          header.js-header .main-header__wrapper .js-user-menu .link-wrapper .arrow {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding-left: 10px;
            color: #FFFFFF; }
          header.js-header .main-header__wrapper .js-user-menu .link-wrapper a img {
            display: none; }
        header.js-header .main-header__wrapper .js-user-menu .dropdown-menu {
          position: fixed;
          width: 330px;
          left: auto;
          top: 55px;
          padding: 0;
          max-width: none;
          transform: translateX(-280px);
          margin-top: 0; }
          header.js-header .main-header__wrapper .js-user-menu .dropdown-menu > .wrapper {
            padding-top: 25px;
            position: relative; }
            header.js-header .main-header__wrapper .js-user-menu .dropdown-menu > .wrapper::before {
              content: "";
              position: absolute;
              top: -11px;
              left: 90%;
              width: 0;
              height: 0;
              border-left: 11px solid transparent;
              border-right: 11px solid transparent;
              border-bottom: 11px solid #FFFFFF; }
          header.js-header .main-header__wrapper .js-user-menu .dropdown-menu li a {
            display: block;
            position: relative;
            padding: 15px 40px;
            font-family: aktiv-grotesk, sans-serif;
            font-style: normal;
            font-weight: 300;
            font-size: 12px;
            letter-spacing: 1px;
            line-height: 14px;
            color: #7c7c7c;
            background-color: #FFFFFF;
            -webkit-transition: background-color 300ms cubic-bezier(0, 1, 0.66, 1);
            transition: background-color 300ms cubic-bezier(0, 1, 0.66, 1); }
            header.js-header .main-header__wrapper .js-user-menu .dropdown-menu li a:hover {
              background-color: #F7F7F7; }
          header.js-header .main-header__wrapper .js-user-menu .dropdown-menu li .icon {
            font-size: 15px;
            margin-right: 7px;
            vertical-align: middle; }
          header.js-header .main-header__wrapper .js-user-menu .dropdown-menu li.user-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-top: 1px solid #EAEAEA;
            margin-top: 25px; }
            header.js-header .main-header__wrapper .js-user-menu .dropdown-menu li.user-item a {
              padding: 0;
              display: inline-block;
              vertical-align: middle;
              font-family: aktiv-grotesk, sans-serif;
              font-style: normal;
              font-weight: 300;
              font-size: 12px;
              line-height: 18px; }
            header.js-header .main-header__wrapper .js-user-menu .dropdown-menu li.user-item .user-link {
              -webkit-box-flex: 100;
              -ms-flex-positive: 100;
              flex-grow: 100; }
              header.js-header .main-header__wrapper .js-user-menu .dropdown-menu li.user-item .user-link img {
                width: 80px;
                margin-right: 10px; }
            header.js-header .main-header__wrapper .js-user-menu .dropdown-menu li.user-item .user-logout {
              border-left: 1px solid #EAEAEA;
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end;
              width: 80px;
              height: 80px;
              position: relative; }
              header.js-header .main-header__wrapper .js-user-menu .dropdown-menu li.user-item .user-logout span {
                display: none; }
            header.js-header .main-header__wrapper .js-user-menu .dropdown-menu li.user-item .icon-logout-18:before {
              position: absolute;
              color: #9A9A9A;
              font-size: 11px;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
      @media screen and (max-width: 1199px) {
        header.js-header .main-header__wrapper .js-user-menu {
          display: block;
          background-color: #FFFFFF; }
          header.js-header .main-header__wrapper .js-user-menu .link-wrapper {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            max-width: 970px;
            margin: auto;
            padding: 0px 15px;
            border-top: 1px solid #EAEAEA;
            border-bottom: 1px solid #EAEAEA; }
            header.js-header .main-header__wrapper .js-user-menu .link-wrapper .arrow {
              display: none; }
              header.js-header .main-header__wrapper .js-user-menu .link-wrapper .arrow:before {
                height: 18px;
                line-height: 1; }
            header.js-header .main-header__wrapper .js-user-menu .link-wrapper a {
              padding: 18px 0;
              -webkit-box-flex: 100;
              -ms-flex-positive: 100;
              flex-grow: 100; }
              header.js-header .main-header__wrapper .js-user-menu .link-wrapper a span {
                margin-left: 15px; }
              header.js-header .main-header__wrapper .js-user-menu .link-wrapper a img {
                width: 40px; }
          header.js-header .main-header__wrapper .js-user-menu .supramenu__link {
            max-width: inherit;
            margin: 0;
            padding: 0; }
          header.js-header .main-header__wrapper .js-user-menu .js-menu-collapse .wrapper {
            position: relative; }
          header.js-header .main-header__wrapper .js-user-menu .js-menu-collapse li {
            display: block; }
            header.js-header .main-header__wrapper .js-user-menu .js-menu-collapse li a {
              max-width: 970px;
              margin: auto;
              display: block;
              padding: 12px 15px;
              font-family: aktiv-grotesk, sans-serif;
              font-style: normal;
              font-weight: 600;
              font-size: 10px;
              letter-spacing: 1px;
              line-height: 14px;
              color: #000000; }
            header.js-header .main-header__wrapper .js-user-menu .js-menu-collapse li .icon {
              font-size: 15px;
              margin-right: 10px;
              vertical-align: middle; }
            header.js-header .main-header__wrapper .js-user-menu .js-menu-collapse li:first-of-type a {
              padding-top: 24px; }
            header.js-header .main-header__wrapper .js-user-menu .js-menu-collapse li.user-item {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
              flex-flow: row wrap;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              border-top: 1px solid #EAEAEA;
              margin-top: 12px; }
              header.js-header .main-header__wrapper .js-user-menu .js-menu-collapse li.user-item a {
                padding: 0;
                display: inline-block;
                vertical-align: middle; }
              header.js-header .main-header__wrapper .js-user-menu .js-menu-collapse li.user-item .user-link {
                display: none; }
              header.js-header .main-header__wrapper .js-user-menu .js-menu-collapse li.user-item .user-logout {
                width: 100%;
                position: relative;
                padding: 20px 15px; }
                header.js-header .main-header__wrapper .js-user-menu .js-menu-collapse li.user-item .user-logout span {
                  display: inline-block; }
              header.js-header .main-header__wrapper .js-user-menu .js-menu-collapse li.user-item .icon-logout-18:before {
                position: relative;
                margin-right: 10px;
                color: #9A9A9A;
                font-size: 11px; } }
      @media screen and (max-width: 991px) {
        header.js-header .main-header__wrapper .js-user-menu .link-wrapper {
          max-width: 750px; }
        header.js-header .main-header__wrapper .js-user-menu .js-menu-collapse li a {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 10px;
          letter-spacing: 1px;
          line-height: 14px;
          max-width: 750px;
          margin: auto; } }
    header.js-header .main-header__wrapper .js-language-menu {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 13px;
      color: #9A9A9A;
      text-transform: uppercase;
      position: relative;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (min-width: 1200px) {
        header.js-header .main-header__wrapper .js-language-menu .link-wrapper {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          header.js-header .main-header__wrapper .js-language-menu .link-wrapper .arrow {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding-left: 10px; }
        header.js-header .main-header__wrapper .js-language-menu .dropdown-menu {
          width: 300%;
          left: auto;
          top: 55px;
          padding: 0;
          margin-top: 0; }
          header.js-header .main-header__wrapper .js-language-menu .dropdown-menu .wrapper {
            padding-top: 10px;
            padding-bottom: 10px;
            position: relative; }
            header.js-header .main-header__wrapper .js-language-menu .dropdown-menu .wrapper::before {
              content: "";
              position: absolute;
              top: -11px;
              left: 10%;
              width: 0;
              height: 0;
              border-left: 11px solid transparent;
              border-right: 11px solid transparent;
              border-bottom: 11px solid #FFFFFF; }
          header.js-header .main-header__wrapper .js-language-menu .dropdown-menu li a {
            display: block;
            padding: 15px 30px;
            font-family: aktiv-grotesk, sans-serif;
            font-style: normal;
            font-weight: 300;
            font-size: 12px;
            letter-spacing: 1px;
            line-height: 14px;
            color: #7c7c7c; }
            header.js-header .main-header__wrapper .js-language-menu .dropdown-menu li a:hover {
              color: #666666; } }
      @media screen and (max-width: 1199px) {
        header.js-header .main-header__wrapper .js-language-menu {
          display: block;
          background-color: #FFFFFF;
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 13px;
          letter-spacing: 1px;
          line-height: 17px; }
          header.js-header .main-header__wrapper .js-language-menu .link-wrapper {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            max-width: 970px;
            margin: auto;
            padding: 18px 15px; }
            header.js-header .main-header__wrapper .js-language-menu .link-wrapper .arrow {
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end;
              padding-left: 10px;
              color: #000000;
              font-size: 18px; }
              header.js-header .main-header__wrapper .js-language-menu .link-wrapper .arrow:before {
                height: 18px;
                line-height: 1; }
            header.js-header .main-header__wrapper .js-language-menu .link-wrapper a {
              -webkit-box-flex: 100;
              -ms-flex-positive: 100;
              flex-grow: 100; }
          header.js-header .main-header__wrapper .js-language-menu .supramenu__link {
            max-width: inherit;
            margin: 0;
            padding: 0; }
          header.js-header .main-header__wrapper .js-language-menu .js-menu-collapse .wrapper {
            position: relative; }
          header.js-header .main-header__wrapper .js-language-menu .js-menu-collapse li {
            display: block; }
            header.js-header .main-header__wrapper .js-language-menu .js-menu-collapse li a {
              max-width: 970px;
              margin: auto;
              display: block;
              padding: 12px 15px;
              font-family: aktiv-grotesk, sans-serif;
              font-style: normal;
              font-weight: 600;
              font-size: 10px;
              letter-spacing: 1px;
              line-height: 14px;
              color: #000000;
              margin-left: 15px; }
            header.js-header .main-header__wrapper .js-language-menu .js-menu-collapse li:first-of-type a {
              padding-top: 12px; } }
      @media screen and (max-width: 991px) {
        header.js-header .main-header__wrapper .js-language-menu {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 10px;
          letter-spacing: 1px;
          line-height: 14px; }
          header.js-header .main-header__wrapper .js-language-menu .link-wrapper {
            max-width: 750px; }
          header.js-header .main-header__wrapper .js-language-menu .js-menu-collapse li a {
            max-width: 750px;
            margin: auto; } }
    header.js-header .main-header__wrapper .country-menu-collapse h2 {
      margin-bottom: 40px; }
    header.js-header .main-header__wrapper .country-menu-collapse h3 {
      margin-bottom: 20px; }
      header.js-header .main-header__wrapper .country-menu-collapse h3 a {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 20px;
        text-transform: uppercase;
        color: #FFFFFF; }
    header.js-header .main-header__wrapper .country-menu-collapse ul {
      padding: 0; }
      header.js-header .main-header__wrapper .country-menu-collapse ul li {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 13px;
        text-transform: uppercase;
        margin-bottom: 10px;
        padding: 0 15px;
        line-height: 15px !important;
        color: #FFFFFF; }
        header.js-header .main-header__wrapper .country-menu-collapse ul li a {
          position: relative; }
          header.js-header .main-header__wrapper .country-menu-collapse ul li a:before {
            content: "";
            height: 1px;
            width: 0;
            position: absolute;
            background-color: #9A9A9A;
            -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
            transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
            bottom: -4px; }
          header.js-header .main-header__wrapper .country-menu-collapse ul li a:hover:before {
            width: 100%; }
    @media screen and (min-width: 1200px) {
      header.js-header .main-header__wrapper .country-menu-collapse {
        background-color: #000000; }
        header.js-header .main-header__wrapper .country-menu-collapse .js-menu-collapse {
          display: block !important;
          height: auto !important;
          visibility: visible;
          opacity: 1;
          background-color: #000000;
          position: absolute; }
        header.js-header .main-header__wrapper .country-menu-collapse .arrow {
          display: none; } }
    @media screen and (max-width: 1199px) {
      header.js-header .main-header__wrapper .country-menu-collapse {
        background-color: #FFFFFF; }
        header.js-header .main-header__wrapper .country-menu-collapse .r-modal__wrapper {
          background-color: #FFFFFF;
          padding-bottom: 30px; }
        header.js-header .main-header__wrapper .country-menu-collapse h2 {
          color: #000000; }
        header.js-header .main-header__wrapper .country-menu-collapse .close-menu {
          background-color: #FFFFFF; }
          header.js-header .main-header__wrapper .country-menu-collapse .close-menu a,
          header.js-header .main-header__wrapper .country-menu-collapse .close-menu button {
            color: #000000; }
        header.js-header .main-header__wrapper .country-menu-collapse .js-menu-collapse {
          background-color: #FFFFFF; }
        header.js-header .main-header__wrapper .country-menu-collapse .js-menu-collapse > ul {
          padding: 0;
          -webkit-column-count: 3;
          column-count: 3; }
          header.js-header .main-header__wrapper .country-menu-collapse .js-menu-collapse > ul > li > a {
            color: #000000; }
        header.js-header .main-header__wrapper .country-menu-collapse h3 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          header.js-header .main-header__wrapper .country-menu-collapse h3 a {
            font-family: aktiv-grotesk, sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 11px;
            letter-spacing: 1px;
            line-height: 14px;
            -ms-flex-positive: 100;
            -webkit-box-flex: 100;
            flex-grow: 100;
            padding: 18px 0;
            color: #000000; }
          header.js-header .main-header__wrapper .country-menu-collapse h3 .arrow {
            color: #000000;
            font-size: 18px;
            width: 30px;
            padding: 14px 6px;
            text-align: center;
            z-index: 99; }
            header.js-header .main-header__wrapper .country-menu-collapse h3 .arrow:before {
              height: 18px;
              line-height: 1;
              font-size: 20px; } }
    @media screen and (max-width: 767px) {
      header.js-header .main-header__wrapper .country-menu-collapse .js-menu-collapse > ul {
        padding: 0;
        -webkit-column-count: 2;
        column-count: 2; } }
    header.js-header .main-header__wrapper .mega-menu {
      background-color: #FFFFFF;
      color: #000000; }
      header.js-header .main-header__wrapper .mega-menu .goto-link {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 13px;
        text-transform: uppercase; }
        header.js-header .main-header__wrapper .mega-menu .goto-link .right-arrow {
          font-size: 18px; }
        header.js-header .main-header__wrapper .mega-menu .goto-link:hover .right-arrow::before, header.js-header .main-header__wrapper .mega-menu .goto-link:active .right-arrow::before {
          -webkit-transform: translateX(16px);
          transform: translateX(16px); }
      header.js-header .main-header__wrapper .mega-menu .row-flex {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal; }
      header.js-header .main-header__wrapper .mega-menu.products section .container .row-flex {
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start; }
      header.js-header .main-header__wrapper .mega-menu .main-content {
        -webkit-box-flex: 100;
        -ms-flex-positive: 100;
        flex-grow: 100;
        padding-top: 30px;
        padding-bottom: 20px; }
        header.js-header .main-header__wrapper .mega-menu .main-content .wrapper {
          position: relative;
          z-index: 1; }
        header.js-header .main-header__wrapper .mega-menu .main-content .row-flex > li {
          margin-top: 20px;
          margin-bottom: 20px; }
          header.js-header .main-header__wrapper .mega-menu .main-content .row-flex > li .product-list-item {
            margin-bottom: -35px; }
        header.js-header .main-header__wrapper .mega-menu .main-content .background-grow {
          position: absolute;
          top: 0;
          width: 66.66666vw;
          height: 100%;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          z-index: 0 !important; }
      header.js-header .main-header__wrapper .mega-menu[id^="product-menu"] .main-content {
        -webkit-box-flex: 100;
        -ms-flex-positive: 100;
        flex-grow: 100;
        padding-top: 16px;
        padding-bottom: 16px; }
        header.js-header .main-header__wrapper .mega-menu[id^="product-menu"] .main-content .wrapper {
          position: relative;
          z-index: 1; }
        header.js-header .main-header__wrapper .mega-menu[id^="product-menu"] .main-content .row-flex > li {
          margin-top: 4px;
          margin-bottom: 4px; }
          header.js-header .main-header__wrapper .mega-menu[id^="product-menu"] .main-content .row-flex > li .product-list-item {
            margin-bottom: 0; }
        @media (max-width: 1400px) {
          header.js-header .main-header__wrapper .mega-menu[id^="product-menu"] .main-content .row-flex > li {
            margin-top: 0;
            margin-bottom: 0; }
            header.js-header .main-header__wrapper .mega-menu[id^="product-menu"] .main-content .row-flex > li .product-list-item {
              margin-bottom: 0; } }
        header.js-header .main-header__wrapper .mega-menu[id^="product-menu"] .main-content .background-grow {
          position: absolute;
          top: 0;
          width: 66.66666vw;
          height: 100%;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          z-index: 0 !important; }
      header.js-header .main-header__wrapper .mega-menu article .wrapper {
        height: 100%;
        min-height: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0;
        position: relative;
        z-index: 1; }
      header.js-header .main-header__wrapper .mega-menu article .tip-title {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 34px;
        line-height: 42px;
        letter-spacing: normal;
        color: #000000; }
      header.js-header .main-header__wrapper .mega-menu article .goto-link {
        margin-top: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0; }
      header.js-header .main-header__wrapper .mega-menu article .background-grow {
        position: absolute;
        top: 0;
        width: 40vw;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 0; }
      header.js-header .main-header__wrapper .mega-menu article.col-lg-4 .pro-list-item {
        margin-right: 0;
        width: 49%;
        vertical-align: top; }
      header.js-header .main-header__wrapper .mega-menu footer {
        text-transform: uppercase; }
        header.js-header .main-header__wrapper .mega-menu footer .row-flex {
          border-top: 1px solid #EAEAEA;
          padding: 0 15px; }
        header.js-header .main-header__wrapper .mega-menu footer a {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 11px;
          letter-spacing: 1px;
          line-height: 13px;
          color: #000000;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 100%; }
        header.js-header .main-header__wrapper .mega-menu footer img {
          margin-right: 15px; }
        header.js-header .main-header__wrapper .mega-menu footer .footer-link {
          width: 15%;
          padding: 20px 30px; }
          header.js-header .main-header__wrapper .mega-menu footer .footer-link span {
            position: relative; }
            header.js-header .main-header__wrapper .mega-menu footer .footer-link span:before {
              content: "";
              height: 1px;
              width: 0;
              position: absolute;
              bottom: 6px;
              background-color: #9A9A9A;
              -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
              transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
              bottom: -6px; }
            header.js-header .main-header__wrapper .mega-menu footer .footer-link span:hover:before {
              width: 100%; }
          header.js-header .main-header__wrapper .mega-menu footer .footer-link:hover span:before {
            width: 100%; }
        header.js-header .main-header__wrapper .mega-menu footer .goto-link {
          -webkit-box-flex: 100;
          -ms-flex-positive: 100;
          flex-grow: 100; }
      header.js-header .main-header__wrapper .mega-menu .has-image .tip-title {
        color: #FFFFFF; }
      header.js-header .main-header__wrapper .mega-menu .has-image .background-grow:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.3); }
      @media screen and (min-width: 1200px) {
        header.js-header .main-header__wrapper .mega-menu article {
          border-left: 1px solid #EAEAEA; }
          header.js-header .main-header__wrapper .mega-menu article .wrapper {
            padding-left: 40px; }
        header.js-header .main-header__wrapper .mega-menu footer .footer-link {
          border-left: 1px solid #EAEAEA; }
        header.js-header .main-header__wrapper .mega-menu .main-content .background-grow {
          right: 0; }
        header.js-header .main-header__wrapper .mega-menu article .background-grow {
          left: 0; } }
      @media screen and (max-width: 1199px) {
        header.js-header .main-header__wrapper .mega-menu[id^="product-menu"] .main-content {
          padding-top: 20px;
          padding-bottom: 20px; }
          header.js-header .main-header__wrapper .mega-menu[id^="product-menu"] .main-content .row-flex > li {
            margin-top: 12px;
            margin-bottom: 12px; }
        header.js-header .main-header__wrapper .mega-menu footer {
          padding: 0 15px; }
          header.js-header .main-header__wrapper .mega-menu footer .goto-link {
            display: none; }
          header.js-header .main-header__wrapper .mega-menu footer .footer-link {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            padding-left: 0;
            padding-right: 15px; }
        header.js-header .main-header__wrapper .mega-menu .main-content {
          padding-top: 30px;
          padding-bottom: 20px; }
          header.js-header .main-header__wrapper .mega-menu .main-content .background-grow {
            width: 120vw;
            left: -20vw; }
        header.js-header .main-header__wrapper .mega-menu article .tip-title {
          max-width: 70%; }
        header.js-header .main-header__wrapper .mega-menu article .wrapper {
          min-height: 260px; }
        header.js-header .main-header__wrapper .mega-menu article .background-grow {
          width: 120vw;
          left: -20vw; } }
      @media screen and (max-width: 767px) {
        header.js-header .main-header__wrapper .mega-menu .main-content .row-flex > li {
          margin-top: 12px;
          margin-bottom: 12px; }
          header.js-header .main-header__wrapper .mega-menu .main-content .row-flex > li .product-list-item {
            margin-bottom: 0; }
            header.js-header .main-header__wrapper .mega-menu .main-content .row-flex > li .product-list-item span {
              max-width: 100%; }
        header.js-header .main-header__wrapper .mega-menu li {
          margin-bottom: 10px; }
        header.js-header .main-header__wrapper .mega-menu footer {
          padding: 0 15px; }
          header.js-header .main-header__wrapper .mega-menu footer .footer-link {
            width: 100%; } }
    header.js-header .main-header__wrapper.v2 {
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
      header.js-header .main-header__wrapper.v2 .main-nav .search-menu-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 1; }
        header.js-header .main-header__wrapper.v2 .main-nav .search-menu-container .search-input {
          display: none;
          flex: 1;
          align-items: center;
          justify-content: space-between;
          margin-left: 50px;
          margin-right: 66px;
          padding: 0;
          padding-right: 5px;
          border-bottom: 1px solid #666666; }
          @media (min-width: 1200px) {
            header.js-header .main-header__wrapper.v2 .main-nav .search-menu-container .search-input {
              display: flex; } }
          header.js-header .main-header__wrapper.v2 .main-nav .search-menu-container .search-input .left-menu__input {
            border: none;
            flex: 1;
            letter-spacing: 2px;
            color: #333333; }
            header.js-header .main-header__wrapper.v2 .main-nav .search-menu-container .search-input .left-menu__input::placeholder {
              font-family: "aktiv-grotesk", sans-serif;
              font-size: 12px;
              line-height: 14px;
              letter-spacing: 2px;
              text-transform: uppercase;
              color: #999999; }
            header.js-header .main-header__wrapper.v2 .main-nav .search-menu-container .search-input .left-menu__input + label {
              display: flex; }
              header.js-header .main-header__wrapper.v2 .main-nav .search-menu-container .search-input .left-menu__input + label .icon-search-24 {
                font-weight: 600;
                font-size: 1rem;
                pointer-events: none; }
      header.js-header .main-header__wrapper.v2 .main-nav .blue-background {
        display: none;
        background: #F6FBFC;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0; }
        header.js-header .main-header__wrapper.v2 .main-nav .blue-background.show {
          display: block; }
      header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-2 .submenu-nivel-1__list,
      header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-3 .submenu-nivel-1__list {
        line-height: unset; }
        header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-2 .submenu-nivel-1__list .submenu-nivel-1__item,
        header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-3 .submenu-nivel-1__list .submenu-nivel-1__item {
          text-align: center;
          padding: 30px 0; }
          header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-2 .submenu-nivel-1__list .submenu-nivel-1__item .submenu-nivel-1__link,
          header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-3 .submenu-nivel-1__list .submenu-nivel-1__item .submenu-nivel-1__link {
            color: #7c7c7c;
            font-family: "aktiv-grotesk", sans-serif;
            font-size: 14px;
            line-height: 16px;
            letter-spacing: 1px;
            text-transform: uppercase; }
      header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-1 .main-menu__link::before,
      header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-2 .main-menu__link::before,
      header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-3 .main-menu__link::before {
        display: none; }
        header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-1 .main-menu__link::before:hover,
        header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-2 .main-menu__link::before:hover,
        header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-3 .main-menu__link::before:hover {
          display: none; }
      header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-1 .js-subLink:hover,
      header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-2 .js-subLink:hover,
      header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-3 .js-subLink:hover {
        padding-bottom: 8px;
        border-bottom: 1px solid #7c7c7c; }
      header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-1 .js-sublink-selected,
      header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-2 .js-sublink-selected,
      header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-3 .js-sublink-selected {
        padding-bottom: 8px;
        border-bottom: 1px solid #7c7c7c; }
      header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-3 .main-content {
        padding-top: 35px;
        padding-bottom: 50px; }
      header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-3 footer {
        text-transform: uppercase; }
        header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-3 footer .row-flex {
          border-top: 1px solid #EAEAEA;
          padding: 0 15px; }
        header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-3 footer a {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 11px;
          letter-spacing: 1px;
          line-height: 13px;
          color: #000000;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 100%; }
        header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-3 footer img {
          margin-right: 15px; }
        header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-3 footer .footer-link {
          width: 15%;
          padding: 20px 30px; }
          header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-3 footer .footer-link span {
            position: relative; }
            header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-3 footer .footer-link span:before {
              content: "";
              height: 1px;
              width: 0;
              position: absolute;
              bottom: 6px;
              background-color: #9A9A9A;
              -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
              transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
              bottom: -6px; }
            header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-3 footer .footer-link span:hover:before {
              width: 100%; }
          header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-3 footer .footer-link:hover span:before {
            width: 100%; }
        header.js-header .main-header__wrapper.v2 .main-nav .main-nav-nivel-3 footer .goto-link {
          -webkit-box-flex: 100;
          -ms-flex-positive: 100;
          flex-grow: 100; }
      header.js-header .main-header__wrapper.v2 .main-nav .main-menu__wrapper {
        flex: 2;
        width: 100%; }
        header.js-header .main-header__wrapper.v2 .main-nav .main-menu__wrapper .main-menu__list {
          justify-content: space-between;
          flex-wrap: nowrap; }
          header.js-header .main-header__wrapper.v2 .main-nav .main-menu__wrapper .main-menu__list .main-menu__item:last-child {
            margin-right: 0; }
      header.js-header .main-header__wrapper.v2 .main-nav .logo-header img {
        max-width: unset; }
      header.js-header .main-header__wrapper.v2 .product-list-item {
        align-items: flex-start;
        justify-content: flex-start;
        text-overflow: ellipsis;
        overflow-x: hidden;
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
        text-transform: uppercase;
        color: #000000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        flex-wrap: nowrap; }
        header.js-header .main-header__wrapper.v2 .product-list-item .text-wrap > a {
          width: 100%; }
        header.js-header .main-header__wrapper.v2 .product-list-item img {
          margin-right: 30px;
          display: inline-block;
          min-width: 60px;
          min-height: 60px;
          max-height: 60px;
          max-width: 60px;
          height: 60px;
          width: 60px;
          position: unset; }
        header.js-header .main-header__wrapper.v2 .product-list-item .img-wrap {
          content: "";
          position: relative;
          display: block;
          margin-right: 0; }
        header.js-header .main-header__wrapper.v2 .product-list-item .text-wrap {
          display: flex;
          flex-wrap: wrap;
          flex: 1; }
          header.js-header .main-header__wrapper.v2 .product-list-item .text-wrap span.main-text {
            font-size: 14;
            line-height: 16.41px;
            text-decoration: none;
            background-image: linear-gradient(currentColor, currentColor);
            background-position: 0% 100%;
            background-repeat: no-repeat;
            background-size: 0% 1px;
            transition: background-size 0.3s;
            padding-bottom: 3px;
            line-height: 2; }
          header.js-header .main-header__wrapper.v2 .product-list-item .text-wrap span.sub-text {
            display: flex; }
            header.js-header .main-header__wrapper.v2 .product-list-item .text-wrap span.sub-text a, header.js-header .main-header__wrapper.v2 .product-list-item .text-wrap span.sub-text span {
              white-space: nowrap;
              font-family: "aktiv-grotesk-light", sans-serif;
              color: #333333;
              font-size: 10px !important;
              line-height: 20px;
              text-transform: none !important; }
          header.js-header .main-header__wrapper.v2 .product-list-item .text-wrap span.main-text:hover, header.js-header .main-header__wrapper.v2 .product-list-item .text-wrap span.main-text:focus,
          header.js-header .main-header__wrapper.v2 .product-list-item .text-wrap span.sub-text a:hover,
          header.js-header .main-header__wrapper.v2 .product-list-item .text-wrap span.sub-text a:focus {
            text-decoration: underline;
            text-decoration-color: #333333;
            text-underline-offset: 4px; }
        @media screen and (max-width: 767px) {
          header.js-header .main-header__wrapper.v2 .product-list-item a:before {
            display: none; }
          header.js-header .main-header__wrapper.v2 .product-list-item a .text-wrap {
            max-width: 100%; }
          header.js-header .main-header__wrapper.v2 .product-list-item img,
          header.js-header .main-header__wrapper.v2 .product-list-item .img-wrap {
            display: none !important; } }
      header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse).mobile-menu-collapse {
        position: fixed;
        width: 100%;
        top: 0;
        left: 100%;
        transform: translate(0);
        height: 100vh !important;
        max-height: 100vh !important;
        background: #000000;
        z-index: 10;
        transition: left 0.75s ease;
        overflow-y: auto; }
        header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse).mobile-menu-collapse.in {
          left: 0;
          width: 100vw;
          overflow-x: hidden; }
      header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .r-modal__wrapper {
        background-color: white;
        padding-bottom: 30px;
        height: calc(100% - 78px); }
      header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .supramenu__item--country {
        display: block;
        width: 100%; }
        header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .supramenu__item--country .supramenu__link {
          margin: 0 auto;
          display: block;
          width: 100%;
          padding-right: 15px; }
        header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .supramenu__item--country:after {
          display: none; }
      header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .main-header__wrapper .supramenu__list--left {
        padding: 0; }
      @media (max-width: 992px) {
        header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .main-menu__list .link-wrapper {
          max-width: 770px; } }
      header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .main-menu__list .link-wrapper .main-menu__link {
        font-family: "aktiv-grotesk-medium", sans-serif;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #333333;
        font-weight: normal; }
        @media (max-width: 1200px) {
          header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .main-menu__list .link-wrapper .main-menu__link {
            padding: 18px 0; } }
      header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .main-menu__list .submenu-nivel-1__list {
        line-height: normal;
        flex-wrap: nowrap;
        justify-content: center; }
      header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .js-menu-collapse {
        padding: 0;
        background: #f6fbfc; }
        @media (max-width: 1199px) {
          header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .js-menu-collapse {
            max-width: 970px;
            padding: 0 5px 0 15px;
            margin: 0 auto; } }
        @media (max-width: 992px) {
          header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .js-menu-collapse {
            max-width: 770px; } }
        header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .js-menu-collapse .submenu-nivel-1__list .js-menu-collapse.collapse {
          max-height: 0;
          transition: max-height 0.35s ease-out;
          overflow: hidden; }
          header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .js-menu-collapse .submenu-nivel-1__list .js-menu-collapse.collapse.show {
            max-height: unset;
            transition: max-height 0.35s ease; }
        header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .js-menu-collapse .submenu-nivel-1__item {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .js-menu-collapse .submenu-nivel-1__item .arrow {
            padding: 12px 10px;
            color: #666666;
            font-size: 15px; }
      header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .supramenu__link,
      header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .submenu-nivel-1__item .submenu-nivel-1__link {
        font-family: "aktiv-grotesk-medium", sans-serif;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #333333;
        font-weight: normal; }
        @media (max-width: 1200px) {
          header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .supramenu__link,
          header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .submenu-nivel-1__item .submenu-nivel-1__link {
            padding-top: 18px;
            padding-bottom: 18px; } }
      header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .back-blue {
        background: #f6fbfc; }
      header.js-header .main-header__wrapper.v2 .r-modal:not(.country-menu-collapse) .main-content {
        padding-top: 12px;
        padding-bottom: 12px; }
  header.js-header.scrolled-header .main-header__wrapper {
    opacity: 0;
    visibility: hidden; }
  @media (max-width: 400px) {
    header.js-header .logo-header img {
      max-width: 150px !important; }
    header.js-header .main-header__wrapper .right-menu__item {
      margin-left: 10px; } }

.loader-laufen {
  display: none;
  margin-left: 10px; }
  .loader-laufen .lds-load {
    position: relative;
    margin: 0px;
    display: block;
    width: 0px;
    height: 0px;
    top: -20px; }
    .loader-laufen .lds-load div {
      display: inline-block;
      position: absolute;
      left: 6px;
      width: 4.5px;
      background: #a9a9a9;
      animation: lds-load_1 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }
      .loader-laufen .lds-load div:nth-child(1) {
        left: 20px;
        animation-delay: -0.24s; }
      .loader-laufen .lds-load div:nth-child(2) {
        left: 29px;
        animation-delay: -0.12s; }
      .loader-laufen .lds-load div:nth-child(3) {
        left: 37px;
        animation-delay: 0; }
  .loader-laufen.active {
    display: block; }

@keyframes lds-load_1 {
  0% {
    top: 4px;
    height: 22px; }
  50%,
  100% {
    top: 7px;
    height: 15px; } }

/********* Main Nav */
/********* Main Menu */
/********* Right Menu */
/********* Nav Collapse */
/********* User Menu */
/********* Fixed */
/*THEMING*/
.menus-secundarios {
  background-color: #007dba;
  color: #FFFFFF;
  position: relative;
  z-index: 9;
  /**************** Collapse  ******************/
  /**************** fi Collapse  ******************/
  /********* Main Nav **********/
  /********* end Main Nav **********/
  /********* Main Menu **********/
  /********* end Main Menu **********/
  /********* Right Menu **********/
  /********* end Right Menu **********/
  /********* Nav Collapse **********/
  /********* end Nav Collapse **********/
  /*********  User Menu **********/
  /********* end User Menu **********/
  /*THEMING*/ }
  .menus-secundarios .row-flex {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .menus-secundarios .arrow {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-family: 'icomoon';
    font-weight: 100;
    font-size: 10px;
    z-index: 2; }
  .menus-secundarios .arrow::before {
    content: "\e904";
    display: inline-block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.66, 1);
    transition: all 0.3s cubic-bezier(0, 1, 0.66, 1); }
  .menus-secundarios ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    line-height: 0;
    line-height: 1; }
  @media screen and (max-width: 1024px) {
    .menus-secundarios .row-flex {
      min-height: 60px; } }
  @media screen and (min-width: 1025px) {
    .menus-secundarios .js-collapse-sd .js-menu-collapse {
      display: block;
      padding: 0;
      margin: 0 auto;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .menus-secundarios .js-collapse-sd:hover .arrow:before {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .menus-secundarios .js-collapse-sd:hover .js-menu-collapse {
      display: block;
      visibility: visible;
      opacity: 1; } }
  @media screen and (max-width: 1024px) {
    .menus-secundarios .js-collapse-sd .arrow:before {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .menus-secundarios .js-collapse-sd .arrow.collapsed:before {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    .menus-secundarios .js-menu-collapse {
      width: 100%; } }
  .menus-secundarios .main-nav .logo-header {
    margin-right: 60px; }
    .menus-secundarios .main-nav .logo-header img {
      min-width: 60px;
      max-width: 100%; }
  @media screen and (min-width: 1025px) {
    .menus-secundarios .main-nav .logo-header {
      margin-right: 60px; }
      .menus-secundarios .main-nav .logo-header .submenu-position {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 15px;
        display: none !important; } }
  @media screen and (max-width: 1024px) {
    .menus-secundarios .main-nav .logo-header {
      max-width: 72px; }
      .menus-secundarios .main-nav .logo-header img {
        height: 14px;
        width: auto;
        min-width: auto; }
      .menus-secundarios .main-nav .logo-header .submenu-position {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 15px;
        font-weight: normal;
        white-space: nowrap;
        text-transform: uppercase;
        margin: 0; } }
  .menus-secundarios .main-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .menus-secundarios .main-menu__list .js-menu-collapse a[target="_blank"]:after {
      content: "\e90e";
      display: inline-block;
      vertical-align: sub;
      font-family: 'icomoon';
      font-size: 16px;
      font-weight: 100;
      margin-left: 8px; }
  .menus-secundarios .main-menu__link {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase; }
  @media screen and (min-width: 1025px) {
    .menus-secundarios .main-menu__item {
      margin-right: 30px; }
    .menus-secundarios .main-menu__link {
      position: relative;
      padding: 30px 0;
      display: inline-block; }
      .menus-secundarios .main-menu__link:before {
        content: "";
        height: 1.2px;
        width: 0;
        position: absolute;
        bottom: 8px;
        left: 0;
        background-color: #FFFFFF;
        -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
        transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
        bottom: 39%; }
      .menus-secundarios .main-menu__link:hover:before {
        width: 100%; }
      .menus-secundarios .main-menu__link:active:before, .menus-secundarios .main-menu__link.active:before {
        content: "";
        height: 1.2px;
        width: 75%;
        position: absolute;
        bottom: 21%;
        background-color: #FFFFFF;
        bottom: 39%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
    .menus-secundarios .main-menu__list .dropdown-menu {
      min-width: 300px;
      left: 50%;
      top: 90%;
      padding: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .menus-secundarios .main-menu__list .dropdown-menu.menu-fecha {
        min-width: 400px; }
      .menus-secundarios .main-menu__list .dropdown-menu .wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative; }
        .menus-secundarios .main-menu__list .dropdown-menu .wrapper::before {
          content: "";
          position: absolute;
          top: -11px;
          left: calc(50% - 11px);
          width: 0;
          height: 0;
          border-left: 11px solid transparent;
          border-right: 11px solid transparent;
          border-bottom: 11px solid #FFFFFF; }
      .menus-secundarios .main-menu__list .dropdown-menu li a {
        display: block;
        padding: 15px 40px;
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px; } }
  @media screen and (max-width: 1024px) {
    .menus-secundarios .main-menu__item {
      display: block;
      width: 100%; }
    .menus-secundarios .main-menu__link {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 18px;
      max-width: 720px;
      margin: auto;
      padding: 0;
      display: block; }
    .menus-secundarios .main-menu__list {
      padding: 20px 15px; }
      .menus-secundarios .main-menu__list .link-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: auto;
        padding: 0; }
        .menus-secundarios .main-menu__list .link-wrapper .arrow {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          padding-right: 5px;
          color: #FFFFFF;
          font-size: 18px; }
          .menus-secundarios .main-menu__list .link-wrapper .arrow:hover {
            cursor: pointer; }
          .menus-secundarios .main-menu__list .link-wrapper .arrow:before {
            height: 18px;
            line-height: 1; }
        .menus-secundarios .main-menu__list .link-wrapper a {
          padding: 18px 0;
          -webkit-box-flex: 100;
          -ms-flex-positive: 100;
          flex-grow: 100; }
          .menus-secundarios .main-menu__list .link-wrapper a span {
            margin-left: 15px; }
          .menus-secundarios .main-menu__list .link-wrapper a img {
            width: 40px; }
      .menus-secundarios .main-menu__list .js-menu-collapse .wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 720px;
        margin: auto;
        padding: 15px 45px; }
      .menus-secundarios .main-menu__list .js-menu-collapse ul {
        padding: 0 40px; }
      .menus-secundarios .main-menu__list .js-menu-collapse li {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 18px;
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase; }
      .menus-secundarios .main-menu__list .js-menu-collapse a {
        display: block;
        position: relative;
        padding: 12px 0; }
        .menus-secundarios .main-menu__list .js-menu-collapse a:before {
          content: "";
          height: 1.2px;
          width: 0;
          position: absolute;
          bottom: 8px;
          left: 0;
          background-color: #FFFFFF;
          -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
          transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
          bottom: 39%; }
        .menus-secundarios .main-menu__list .js-menu-collapse a:hover:before {
          width: 100%; }
      .menus-secundarios .main-menu__list .dropdown .link-wrapper {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .menus-secundarios .main-menu__list .link-wrapper {
        padding: 0 15px; } }
  @media screen and (max-width: 1024px) and (min-width: 576px) {
    .menus-secundarios .main-menu__list .link-wrapper {
      max-width: 540px; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .menus-secundarios .main-menu__list .link-wrapper {
      max-width: 720px; } }
  @media screen and (max-width: 1024px) and (min-width: 992px) {
    .menus-secundarios .main-menu__list .link-wrapper {
      max-width: 960px; } }
  .menus-secundarios .right-menu__wrapper {
    -webkit-box-flex: 100;
    -ms-flex-positive: 100;
    flex-grow: 100; }
  .menus-secundarios .right-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .menus-secundarios .right-menu__item {
    margin-left: 30px; }
    .menus-secundarios .right-menu__item:first-of-type {
      margin-left: 0; }
  .menus-secundarios .right-menu__link {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    display: block; }
    .menus-secundarios .right-menu__link i:before {
      font-size: 20px; }
    .menus-secundarios .right-menu__link.up {
      color: #000000; }
  .menus-secundarios .right-menu .btn-ancla svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
  .menus-secundarios .right-menu .btn-ancla svg path {
    fill: #FFFFFF; }
  .menus-secundarios .js-h-hamburger {
    display: none; }
  @media screen and (max-width: 1024px) {
    .menus-secundarios .js-h-hamburger {
      display: block; } }
  @media screen and (min-width: 1025px) {
    .menus-secundarios .nav-dropdown {
      display: none; } }
  @media screen and (max-width: 1024px) {
    .menus-secundarios .nav-dropdown {
      width: 100%;
      max-height: 0px;
      overflow-y: hidden;
      -webkit-transition: all 0.75s ease;
      transition: all 0.75s ease; }
      .menus-secundarios .nav-dropdown.expand {
        max-height: 800px; } }
  .menus-secundarios .js-user-menu {
    display: inline-block; }
  .menus-secundarios.blue-theme .dropdown-menu .wrapper a {
    color: #000000; }
    .menus-secundarios.blue-theme .dropdown-menu .wrapper a:hover, .menus-secundarios.blue-theme .dropdown-menu .wrapper a:active, .menus-secundarios.blue-theme .dropdown-menu .wrapper a.active {
      color: #007dba; }
  .menus-secundarios.blue-theme svg path {
    fill: #FFFFFF; }
  @media (max-width: 767px) {
    .menus-secundarios.blue-theme .main-menu__list {
      background-color: #009fed; }
      .menus-secundarios.blue-theme .main-menu__list a {
        color: #FFFFFF; }
        .menus-secundarios.blue-theme .main-menu__list a:hover, .menus-secundarios.blue-theme .main-menu__list a:active, .menus-secundarios.blue-theme .main-menu__list a.active {
          color: #007dba; } }
  .menus-secundarios.grey-theme .dropdown-menu .wrapper a {
    color: #000000; }
    .menus-secundarios.grey-theme .dropdown-menu .wrapper a:hover, .menus-secundarios.grey-theme .dropdown-menu .wrapper a:active, .menus-secundarios.grey-theme .dropdown-menu .wrapper a.active {
      color: #6c6c6c; }
  .menus-secundarios.grey-theme svg path {
    fill: #000000; }
  @media (max-width: 767px) {
    .menus-secundarios.grey-theme .main-menu__list {
      background-color: #868585; }
      .menus-secundarios.grey-theme .main-menu__list a {
        color: #FFFFFF; }
        .menus-secundarios.grey-theme .main-menu__list a:hover, .menus-secundarios.grey-theme .main-menu__list a:active, .menus-secundarios.grey-theme .main-menu__list a.active {
          color: #6c6c6c; } }
  .menus-secundarios.yellow-theme .dropdown-menu .wrapper a {
    color: #000000; }
    .menus-secundarios.yellow-theme .dropdown-menu .wrapper a:hover, .menus-secundarios.yellow-theme .dropdown-menu .wrapper a:active, .menus-secundarios.yellow-theme .dropdown-menu .wrapper a.active {
      color: #f18a00; }
  .menus-secundarios.yellow-theme svg path {
    fill: #FFFFFF; }
  @media (max-width: 767px) {
    .menus-secundarios.yellow-theme .main-menu__list {
      background-color: #ffa225; }
      .menus-secundarios.yellow-theme .main-menu__list a {
        color: #FFFFFF; }
        .menus-secundarios.yellow-theme .main-menu__list a:hover, .menus-secundarios.yellow-theme .main-menu__list a:active, .menus-secundarios.yellow-theme .main-menu__list a.active {
          color: #f18a00; } }

/********* Fixed */
.menu-fixed .menus-secundarios {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }

.menu-fixed svg path {
  fill: #000000; }

@media screen and (max-width: 1200px) {
  .menu-fixed.second-submenu .menus-secundarios {
    top: 56px; } }

@media (max-width: 1024px) {
  .main-menu__wrapper .main-menu__list {
    display: none; } }

/*********  User Menu **********/
.user-menu-mobile {
  display: none; }
  .user-menu-mobile .arrow {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-family: 'icomoon';
    font-weight: 100;
    font-size: 10px;
    z-index: 5; }
    .user-menu-mobile .arrow::before {
      content: "\e904";
      display: inline-block;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.66, 1);
      transition: all 0.3s cubic-bezier(0, 1, 0.66, 1); }
  @media screen and (min-width: 1025px) {
    .user-menu-mobile {
      height: 0; } }
  @media screen and (max-width: 1199px) {
    .user-menu-mobile {
      display: block;
      background-color: #FFFFFF; }
      .user-menu-mobile .user-link-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 970px;
        margin: auto;
        padding: 0px 15px;
        border-top: 1px solid #EAEAEA;
        border-bottom: 1px solid #EAEAEA; }
        .user-menu-mobile .user-link-wrapper .arrow {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          padding: 0;
          color: #000000;
          font-size: 18px;
          width: 30px;
          text-align: right; }
          .user-menu-mobile .user-link-wrapper .arrow:before {
            height: 18px;
            line-height: 1; }
        .user-menu-mobile .user-link-wrapper a {
          padding: 18px 0;
          -webkit-box-flex: 100;
          -ms-flex-positive: 100;
          flex-grow: 100; }
          .user-menu-mobile .user-link-wrapper a span {
            margin-left: 0;
            display: inline-block;
            vertical-align: middle; }
          .user-menu-mobile .user-link-wrapper a img {
            width: 40px;
            margin-right: 15px; }
        .user-menu-mobile .user-link-wrapper .submenu-position {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 11px;
          letter-spacing: 1px;
          line-height: 15px;
          display: none;
          margin-left: 0;
          width: 100%; }
      .user-menu-mobile .user__link {
        max-width: inherit;
        margin: 0;
        padding: 0;
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 18px;
        text-transform: uppercase; }
      .user-menu-mobile .js-menu-collapse .wrapper {
        position: relative; }
      .user-menu-mobile .js-menu-collapse li {
        display: block; }
        .user-menu-mobile .js-menu-collapse li a {
          max-width: 970px;
          margin: auto;
          display: block;
          padding: 12px 15px;
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 12px;
          letter-spacing: 1px;
          line-height: 14px;
          color: #000000; }
        .user-menu-mobile .js-menu-collapse li .icon {
          font-size: 15px;
          margin-right: 10px;
          vertical-align: middle; }
        .user-menu-mobile .js-menu-collapse li:first-of-type a {
          padding-top: 24px; }
        .user-menu-mobile .js-menu-collapse li.user-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border-top: 1px solid #EAEAEA;
          margin-top: 12px; }
          .user-menu-mobile .js-menu-collapse li.user-item a {
            padding: 0;
            display: inline-block;
            vertical-align: middle; }
          .user-menu-mobile .js-menu-collapse li.user-item .user-link {
            display: none; }
          .user-menu-mobile .js-menu-collapse li.user-item .user-logout {
            width: 100%;
            position: relative;
            padding: 20px 15px; }
            .user-menu-mobile .js-menu-collapse li.user-item .user-logout span {
              font-family: aktiv-grotesk, sans-serif;
              font-style: normal;
              font-weight: 600;
              font-size: 11px;
              letter-spacing: 1px;
              line-height: 18px;
              display: inline-block; }
          .user-menu-mobile .js-menu-collapse li.user-item .icon-logout-18:before {
            position: relative;
            margin-right: 10px;
            color: #9A9A9A;
            font-size: 16px;
            vertical-align: middle; } }
  @media screen and (max-width: 1024px) {
    .user-menu-mobile .js-menu-collapse li a {
      max-width: 720px;
      margin: auto; } }
  @media (min-width: 576px) {
    .user-menu-mobile .user-link-wrapper {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .user-menu-mobile .user-link-wrapper {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .user-menu-mobile .user-link-wrapper {
      max-width: 960px; } }

/********* end User Menu **********/
/********* Fixed */
@media screen and (max-width: 1200px) {
  .menu-fixed .user-menu-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100; } }

.user-menu-mobile {
  margin: 1rem;
  border: 1px solid #9A9A9A; }
  @media (max-width: 1024px) {
    .user-menu-mobile {
      display: block; } }
  .user-menu-mobile .user-link-wrapper {
    max-width: 100% !important; }
  .user-menu-mobile li {
    position: relative;
    padding: 1rem 0 !important; }
    .user-menu-mobile li a {
      position: relative;
      padding: 0.5rem 0.5rem 0.25rem 1rem !important;
      font-size: 1rem !important;
      max-width: 100% !important; }
      .user-menu-mobile li a::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 3px;
        background: #666666;
        opacity: 0; }
      .user-menu-mobile li a.active {
        color: #666666 !important; }
        .user-menu-mobile li a.active::after {
          opacity: 1; }
  .user-menu-mobile hr {
    margin: 0.5rem 1rem; }

/********* Main Nav */
/********* Main Menu */
/********* Right Menu */
/********* Nav Collapse */
/********* User Menu */
/********* Fixed */
.menu-anclas {
  position: relative;
  z-index: 1;
  /********* Main Nav **********/
  /********* end Main Nav **********/
  /********* transparent theme**********/
  /********* end transparent theme**********/
  /********* History theme**********/
  /********* end History theme**********/
  /********* Main Menu **********/
  /********* end Main Menu **********/
  /********* Right Menu **********/
  /********* end Right Menu **********/
  /********* Nav Collapse **********/
  /********* end Nav Collapse **********/
  /*********  User Menu **********/
  /********* end User Menu **********/ }
  .menu-anclas ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    line-height: 0;
    line-height: 1; }
  .menu-anclas .main-nav-anclas {
    padding: 0; }
    .menu-anclas .main-nav-anclas .row-flex {
      border-bottom: 1px solid #D5D5D5; }
    .menu-anclas .main-nav-anclas .logo-header {
      margin-right: 60px; }
    .menu-anclas .main-nav-anclas .row-flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .menu-anclas .main-nav-anclas .row-flex {
      overflow-x: auto;
      overflow-y: hidden; }
  .menu-anclas.transparent-theme {
    z-index: 9; }
    .menu-anclas.transparent-theme .main-nav-anclas .row-flex {
      border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
    .menu-anclas.transparent-theme .list-actions svg path {
      fill: #FFFFFF; }
    .menu-anclas.transparent-theme .main-menu-anclas__link {
      color: #FFFFFF;
      padding: 24px 0;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px; }
      .menu-anclas.transparent-theme .main-menu-anclas__link:before {
        content: "";
        height: 1.2px;
        width: 0;
        position: absolute;
        bottom: 8px;
        left: 0;
        background-color: #FFFFFF;
        -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
        transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
        height: 2px;
        bottom: -1px;
        opacity: .7; }
    @media (max-width: 767px) {
      .menu-anclas.transparent-theme .main-menu-anclas__link {
        color: #000000; } }
  .menu-anclas.history-theme {
    z-index: 9;
    margin-bottom: 70px; }
    .menu-anclas.history-theme .main-menu-anclas__wrapper {
      width: 100%; }
    .menu-anclas.history-theme .main-menu-anclas__list {
      justify-content: space-between; }
    .menu-anclas.history-theme .main-menu-anclas__item {
      padding: 0 20px; }
    .menu-anclas.history-theme .main-menu-anclas__link {
      font-family: aktiv-grotesk-light, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 13px;
      line-height: 21px;
      letter-spacing: normal;
      padding: 18px 0;
      position: relative;
      display: block; }
      .menu-anclas.history-theme .main-menu-anclas__link:before {
        content: "";
        height: 1.2px;
        width: 0;
        position: absolute;
        bottom: 8px;
        left: 0;
        background-color: #000000;
        -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
        transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
        height: 2px;
        bottom: 0; }
      .menu-anclas.history-theme .main-menu-anclas__link:hover:before {
        width: 100%; }
      .menu-anclas.history-theme .main-menu-anclas__link:active:before, .menu-anclas.history-theme .main-menu-anclas__link.active:before {
        content: "";
        height: 2px;
        width: 75%;
        position: absolute;
        bottom: 21%;
        background-color: #000000;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
    @media (max-width: 991px) {
      .menu-anclas.history-theme .main-menu-anclas__list {
        padding: 0; } }
    @media (max-width: 767px) {
      .menu-anclas.history-theme {
        margin-bottom: 60px; } }
  .menu-anclas .main-menu-anclas__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row; }
  .menu-anclas .main-menu-anclas__link {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .menu-anclas .main-menu-anclas__item {
      margin-right: 30px;
      white-space: nowrap; }
    .menu-anclas .main-menu-anclas__link {
      position: relative;
      display: block;
      padding: 24px 0; }
      .menu-anclas .main-menu-anclas__link:before {
        content: "";
        height: 1.2px;
        width: 0;
        position: absolute;
        bottom: 8px;
        left: 0;
        background-color: #000000;
        -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
        transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
        height: 2px;
        bottom: 0; }
      .menu-anclas .main-menu-anclas__link:hover:before {
        width: 100%; }
      .menu-anclas .main-menu-anclas__link:active:before, .menu-anclas .main-menu-anclas__link.active:before {
        content: "";
        height: 2px;
        width: 75%;
        position: absolute;
        bottom: 21%;
        background-color: #000000;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
    .menu-anclas .main-menu-anclas__list .dropdown-menu {
      min-width: 300px;
      left: 50%;
      top: 35px;
      padding: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .menu-anclas .main-menu-anclas__list .dropdown-menu .wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative; }
        .menu-anclas .main-menu-anclas__list .dropdown-menu .wrapper::before {
          content: "";
          position: absolute;
          top: -11px;
          left: calc(50% - 11px);
          width: 0;
          height: 0;
          border-left: 11px solid transparent;
          border-right: 11px solid transparent;
          border-bottom: 11px solid #FFFFFF; }
      .menu-anclas .main-menu-anclas__list .dropdown-menu li a {
        display: block;
        padding: 15px 40px;
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
        color: #000000; } }
  @media screen and (max-width: 991px) {
    .menu-anclas .main-menu-anclas__item {
      display: block;
      width: 100%; }
    .menu-anclas .main-menu-anclas__link {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      max-width: 750px;
      margin: auto;
      padding: 0 15px;
      display: block; }
    .menu-anclas .main-menu-anclas__list {
      padding: 20px 0; }
      .menu-anclas .main-menu-anclas__list .link-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap;
        max-width: 750px;
        margin: auto;
        padding: 0px 15px; }
        .menu-anclas .main-menu-anclas__list .link-wrapper .arrow {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          padding-left: 10px;
          color: #FFFFFF;
          font-size: 18px; }
          .menu-anclas .main-menu-anclas__list .link-wrapper .arrow:before {
            height: 18px;
            line-height: 1; }
        .menu-anclas .main-menu-anclas__list .link-wrapper a {
          padding: 16px 0;
          -webkit-box-flex: 100;
          -ms-flex-positive: 100;
          flex-grow: 100; }
          .menu-anclas .main-menu-anclas__list .link-wrapper a span {
            margin-left: 15px; }
          .menu-anclas .main-menu-anclas__list .link-wrapper a img {
            width: 40px; }
      .menu-anclas .main-menu-anclas__list .js-menu-collapse .wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 750px;
        margin: auto;
        padding: 0px 15px; }
      .menu-anclas .main-menu-anclas__list .js-menu-collapse ul {
        padding: 0 40px; }
      .menu-anclas .main-menu-anclas__list .js-menu-collapse li {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 18px;
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase; }
      .menu-anclas .main-menu-anclas__list .js-menu-collapse a {
        display: block;
        position: relative;
        padding: 12px 0; }
        .menu-anclas .main-menu-anclas__list .js-menu-collapse a:before {
          content: "";
          height: 1.2px;
          width: 0;
          position: absolute;
          bottom: 8px;
          left: 0;
          background-color: #FFFFFF;
          -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
          transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
          bottom: 39%; }
        .menu-anclas .main-menu-anclas__list .js-menu-collapse a:hover:before {
          width: 100%; } }
  .menu-anclas .right-menu__wrapper svg.svg.replaced-svg {
    width: 16px;
    height: 16px; }
  .menu-anclas .right-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .menu-anclas .right-menu__item {
    margin-left: 30px; }
    .menu-anclas .right-menu__item:first-of-type {
      margin-left: 0; }
  .menu-anclas .right-menu__link {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase; }
    .menu-anclas .right-menu__link i:before {
      font-size: 20px; }
  .menu-anclas .js-h-hamburger {
    display: none; }
  .menu-anclas .list-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    height: 100%; }
    .menu-anclas .list-actions li {
      margin-left: 18px; }
    .menu-anclas .list-actions img, .menu-anclas .list-actions svg {
      width: 20px;
      height: 20px; }
  .menu-anclas .ancla-btn {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #666666;
    margin-top: 0;
    padding: 24px 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    display: none; }
    .menu-anclas .ancla-btn img {
      width: 20px; }
    .menu-anclas .ancla-btn span + img {
      margin-left: 20px; }
    .menu-anclas .ancla-btn svg {
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px; }
    .menu-anclas .ancla-btn svg path {
      fill: #FFFFFF; }
    @media (max-width: 1199px) {
      .menu-anclas .ancla-btn {
        padding: 22px 30px; } }
  .menu-anclas .opcionescompra-ancla {
    background: #666666; }
  @media screen and (max-width: 1199px) {
    .menu-anclas .js-h-hamburger {
      display: block; } }
  @media screen and (min-width: 992px) {
    .menu-anclas .nav-dropdown {
      display: none; } }
  @media screen and (max-width: 991px) {
    .menu-anclas .nav-dropdown {
      width: 100%;
      max-height: 0px;
      overflow-y: hidden;
      -webkit-transition: all 0.75s ease;
      transition: all 0.75s ease; }
      .menu-anclas .nav-dropdown.expand {
        max-height: 800px; } }
  .menu-anclas .js-user-menu {
    display: inline-block; }

.scrolled-header .ancla-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.scrolled-header .list-actions {
  display: none; }

header .menu-anclas {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07); }

/* mobile */
@media (max-width: 767px) {
  .menu-anclas {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07); }
    .menu-anclas .list-actions {
      justify-content: center; }
  .move-iconos-anclas-full-width-mobile.menu-anclas {
    box-shadow: none;
    margin-top: 20px; } }

/********* Fixed */
.menu-fixed .menu-anclas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  .menu-fixed .menu-anclas .main-nav-anclas .row-flex {
    border-bottom: none; }
  .menu-fixed .menu-anclas .list-actions {
    display: none; }
  .menu-fixed .menu-anclas .ancla-btn {
    display: inline-block; }

@media screen and (max-width: 1200px) {
  .menu-fixed.second-submenu .menu-anclas {
    top: 56px; } }

/********* transparent theme**********/
.menu-fixed .menu-anclas.transparent-theme {
  background-color: #FFFFFF;
  color: #000000; }
  .menu-fixed .menu-anclas.transparent-theme .menu-anclas {
    box-shadow: none; }
    .menu-fixed .menu-anclas.transparent-theme .menu-anclas .list-actions {
      display: none; }
      .menu-fixed .menu-anclas.transparent-theme .menu-anclas .list-actions svg path {
        fill: #FFFFFF; }
    .menu-fixed .menu-anclas.transparent-theme .menu-anclas .ancla-btn {
      display: inline-block; }
  .menu-fixed .menu-anclas.transparent-theme .main-nav-anclas .row-flex {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
  .menu-fixed .menu-anclas.transparent-theme .main-menu-anclas__link {
    color: #000000; }
    .menu-fixed .menu-anclas.transparent-theme .main-menu-anclas__link:before {
      background-color: #000000; }

@media (max-width: 991px) {
  .menu-anclas.transparent-theme .main-menu-anclas__list .link-wrapper a {
    padding: 5px 0; } }

/********* end transparent theme**********/
/********* Main Nav */
/********* Main Menu */
/********* Right Menu */
/********* Nav Collapse */
/********* User Menu */
/********* Fixed */
.menu-pestanas {
  position: relative;
  z-index: 1;
  z-index: 12;
  /********* Main Nav **********/
  /********* end Main Nav **********/
  /********* transparent theme**********/
  /********* end transparent theme**********/
  /********* History theme**********/
  /********* end History theme**********/
  /********* Main Menu **********/
  /********* end Main Menu **********/
  /********* Right Menu **********/
  /********* end Right Menu **********/
  /********* Nav Collapse **********/
  /********* end Nav Collapse **********/
  /*********  User Menu **********/
  /********* end User Menu **********/
  /*********** Tab content **************/
  /********* end Tab content ************/ }
  .menu-pestanas ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    line-height: 0;
    line-height: 1; }
  .menu-pestanas .main-nav-pestanas {
    padding: 0; }
    .menu-pestanas .main-nav-pestanas .row-flex {
      border-bottom: 1px solid #D5D5D5; }
    .menu-pestanas .main-nav-pestanas .logo-header {
      margin-right: 60px; }
    .menu-pestanas .main-nav-pestanas .row-flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .menu-pestanas .main-nav-pestanas .mobile-content h1, .menu-pestanas .main-nav-pestanas .mobile-content h2 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 14px;
      text-transform: uppercase;
      color: #000000;
      margin: 0; }
    .menu-pestanas .main-nav-pestanas .mobile-content .submenu-position {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      text-transform: uppercase;
      color: #000000;
      margin: 0;
      vertical-align: middle; }
    @media screen and (min-width: 992px) {
      .menu-pestanas .main-nav-pestanas .row-flex {
        overflow-x: auto;
        overflow-y: hidden; }
      .menu-pestanas .main-nav-pestanas .mobile-content {
        display: none; } }
    @media screen and (max-width: 991px) {
      .menu-pestanas .main-nav-pestanas .row-flex {
        min-height: 60px; } }
  .menu-pestanas.transparent-theme {
    z-index: 9; }
    .menu-pestanas.transparent-theme .main-nav-pestanas .row-flex {
      border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
    .menu-pestanas.transparent-theme .main-menu-pestanas__link {
      color: #FFFFFF;
      padding: 24px 0;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px; }
      .menu-pestanas.transparent-theme .main-menu-pestanas__link:before {
        content: "";
        height: 1.2px;
        width: 0;
        position: absolute;
        bottom: 8px;
        left: 0;
        background-color: #FFFFFF;
        -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
        transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
        height: 2px;
        bottom: -1px;
        opacity: .7; }
  .menu-pestanas.history-theme {
    z-index: 9;
    margin-bottom: 70px; }
    .menu-pestanas.history-theme .main-menu-pestanas__wrapper {
      width: 100%; }
    .menu-pestanas.history-theme .main-menu-pestanas__list {
      justify-content: space-between; }
    .menu-pestanas.history-theme .main-menu-pestanas__item {
      padding: 0 20px; }
    .menu-pestanas.history-theme .main-menu-pestanas__link {
      font-family: aktiv-grotesk-light, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 13px;
      line-height: 21px;
      letter-spacing: normal;
      padding: 18px 0; }
  .menu-pestanas .main-menu-pestanas__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row; }
  .menu-pestanas .main-menu-pestanas__link {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .menu-pestanas .main-menu-pestanas__item {
      margin-right: 30px;
      white-space: nowrap; }
    .menu-pestanas .main-menu-pestanas__link {
      position: relative;
      display: block;
      padding: 23px 0; }
      .menu-pestanas .main-menu-pestanas__link:before {
        content: "";
        height: 1.2px;
        width: 0;
        position: absolute;
        bottom: 8px;
        left: 0;
        background-color: #000000;
        -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
        transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
        height: 2px;
        bottom: 0; }
      .menu-pestanas .main-menu-pestanas__link:hover:before {
        width: 100%; }
      .menu-pestanas .main-menu-pestanas__link:active:before, .menu-pestanas .main-menu-pestanas__link.active:before {
        content: "";
        height: 2px;
        width: 75%;
        position: absolute;
        bottom: 21%;
        background-color: #000000;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
    .menu-pestanas .main-menu-pestanas__list .dropdown-menu {
      min-width: 300px;
      left: 50%;
      top: 35px;
      padding: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .menu-pestanas .main-menu-pestanas__list .dropdown-menu .wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative; }
        .menu-pestanas .main-menu-pestanas__list .dropdown-menu .wrapper::before {
          content: "";
          position: absolute;
          top: -11px;
          left: calc(50% - 11px);
          width: 0;
          height: 0;
          border-left: 11px solid transparent;
          border-right: 11px solid transparent;
          border-bottom: 11px solid #FFFFFF; }
      .menu-pestanas .main-menu-pestanas__list .dropdown-menu li a {
        display: block;
        padding: 15px 40px;
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
        color: #000000; } }
  @media screen and (max-width: 991px) {
    .menu-pestanas .main-menu-pestanas__item {
      display: block;
      width: 100%;
      padding: 0 15px; }
    .menu-pestanas .main-menu-pestanas__link {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 18px;
      max-width: 720px;
      margin: auto;
      padding: 0;
      display: block; }
      .menu-pestanas .main-menu-pestanas__link:hover, .menu-pestanas .main-menu-pestanas__link:focus, .menu-pestanas .main-menu-pestanas__link.active {
        color: #666666; }
    .menu-pestanas .main-menu-pestanas__list {
      padding: 20px 15px;
      display: block; }
      .menu-pestanas .main-menu-pestanas__list .link-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 720px;
        margin: auto;
        padding: 0px 0; }
        .menu-pestanas .main-menu-pestanas__list .link-wrapper .arrow {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          padding-left: 10px;
          color: #FFFFFF;
          font-size: 18px; }
          .menu-pestanas .main-menu-pestanas__list .link-wrapper .arrow:before {
            height: 18px;
            line-height: 1; }
        .menu-pestanas .main-menu-pestanas__list .link-wrapper a {
          padding: 18px 0;
          -webkit-box-flex: 100;
          -ms-flex-positive: 100;
          flex-grow: 100; }
          .menu-pestanas .main-menu-pestanas__list .link-wrapper a span {
            margin-left: 15px; }
          .menu-pestanas .main-menu-pestanas__list .link-wrapper a img {
            width: 40px; }
      .menu-pestanas .main-menu-pestanas__list .js-menu-collapse .wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 720px;
        margin: auto;
        padding: 15px 45px; }
      .menu-pestanas .main-menu-pestanas__list .js-menu-collapse ul {
        padding: 0 40px; }
      .menu-pestanas .main-menu-pestanas__list .js-menu-collapse li {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 18px;
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase; }
      .menu-pestanas .main-menu-pestanas__list .js-menu-collapse a {
        display: block;
        position: relative;
        padding: 12px 0; }
        .menu-pestanas .main-menu-pestanas__list .js-menu-collapse a:before {
          content: "";
          height: 1.2px;
          width: 0;
          position: absolute;
          bottom: 8px;
          left: 0;
          background-color: #FFFFFF;
          -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
          transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
          bottom: 39%; }
        .menu-pestanas .main-menu-pestanas__list .js-menu-collapse a:hover:before {
          width: 100%; }
      .menu-pestanas .main-menu-pestanas__list .dropdown .link-wrapper {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .menu-pestanas .main-menu-pestanas__list .link-wrapper {
        padding: 0 15px; } }
  @media screen and (max-width: 991px) and (min-width: 576px) {
    .menu-pestanas .main-menu-pestanas__list .link-wrapper {
      max-width: 540px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .menu-pestanas .main-menu-pestanas__list .link-wrapper {
      max-width: 720px; } }
  @media screen and (max-width: 991px) and (min-width: 992px) {
    .menu-pestanas .main-menu-pestanas__list .link-wrapper {
      max-width: 960px; } }
  .menu-pestanas .right-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .menu-pestanas .right-menu__item {
    margin-left: 30px; }
    .menu-pestanas .right-menu__item:first-of-type {
      margin-left: 0; }
  .menu-pestanas .right-menu__link {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    display: block; }
    .menu-pestanas .right-menu__link i:before {
      font-size: 20px; }
  .menu-pestanas .js-h-hamburger {
    display: none; }
  .menu-pestanas .list-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    height: 100%; }
    .menu-pestanas .list-actions li {
      margin-left: 18px; }
    .menu-pestanas .list-actions img {
      width: 20px;
      height: 20px; }
  .menu-pestanas .ancla-btn {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #000000;
    padding: 32px 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    display: none; }
    .menu-pestanas .ancla-btn img {
      width: 20px; }
    .menu-pestanas .ancla-btn span + img {
      margin-left: 20px; }
    @media (max-width: 1199px) {
      .menu-pestanas .ancla-btn {
        padding: 22px 30px; } }
  @media screen and (max-width: 991px) {
    .menu-pestanas .js-h-hamburger {
      display: block; } }
  @media screen and (min-width: 992px) {
    .menu-pestanas .nav-dropdown {
      display: none;
      position: absolute; } }
  @media screen and (max-width: 991px) {
    .menu-pestanas .nav-dropdown {
      width: 100%;
      max-height: 0px;
      position: absolute;
      overflow-y: hidden;
      -webkit-transition: all 0.75s ease;
      transition: all 0.75s ease; }
      .menu-pestanas .nav-dropdown.expand {
        max-height: 800px; } }
  .menu-pestanas .js-user-menu {
    display: inline-block; }
  .menu-pestanas-wrapper .tab-container, .menu-pestanas-tabs-portlet .tab-container {
    padding-top: 60px; }

.scrolled-header .ancla-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.scrolled-header .list-actions {
  display: none; }

header .menu-pestanas {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07); }

/* TABLET */
@media (max-width: 991px) {
  .menu-pestanas {
    /*********** Tab content **************/
    /********* end Tab content ************/ }
    .menu-pestanas-wrapper .tab-container {
      padding-top: 35px; } }

/* MOBILE */
@media (max-width: 767px) {
  .menu-pestanas .main-menu-pestanas__list {
    padding: 20px 0 10px; }
  .menu-pestanas .list-actions {
    justify-content: center; }
  .move-iconos-pestanas-full-width-mobile.menu-pestanas {
    box-shadow: none;
    margin-top: 20px; } }

/********* Fixed */
.menu-fixed .menu-pestanas {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }
  .menu-fixed .menu-pestanas .main-nav-pestanas .row-flex {
    border-bottom: none; }

@media screen and (max-width: 1200px) {
  .menu-fixed.second-submenu .menu-pestanas {
    top: 56px; } }

/********* white theme**********/
.menu-pestanas.white-theme .right-menu__link {
  color: #000000; }

@media (min-width: 992px) {
  .menu-pestanas.white-theme {
    box-shadow: 0 5px 20px 0 #00000011; }
  .menu-pestanas.white-theme .main-nav-pestanas .row-flex {
    border-bottom: 0; } }

@media (max-width: 992px) {
  .menu-pestanas.white-theme {
    box-shadow: none;
    border-bottom: 1px solid #9A9A9A; }
  .menu-pestanas.white-theme .main-nav-pestanas .row-flex {
    border-bottom: 0; }
  .menu-pestanas.white-theme .menu-fixed .menu-pestanas {
    box-shadow: 0 5px 20px 0 #00000011; }
  .menu-pestanas.white-theme .menu-fixed .main-nav-pestanas .row-flex {
    border-bottom: 0; } }

/********* end white theme**********/
/********* transparent theme**********/
.menu-pestanas.transparent-theme .menu-fixed .menu-pestanas {
  box-shadow: none; }

.menu-pestanas.transparent-theme .menu-fixed .main-nav-pestanas .row-flex {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7); }

/********* end transparent theme**********/
.category-list {
  margin-bottom: 70px; }
  .category-list__title {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .category-list__item {
    margin-bottom: 40px; }
    .category-list__item a {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 18px; }
      .category-list__item a:hover {
        text-decoration: underline; }

.float-footer {
  display: flex;
  background: #FFFFFF;
  width: 100%;
  padding: 20px 0;
  position: fixed;
  bottom: -100%;
  left: 0;
  box-shadow: 0 -5px 20px 0 #00000011;
  z-index: 99;
  -webkit-transition: bottom 300ms cubic-bezier(0, 1, 0.66, 1);
  transition: bottom 300ms cubic-bezier(0, 1, 0.66, 1); }
  .float-footer.active {
    bottom: 0; }
  .float-footer .row {
    align-items: center; }
  .float-footer p {
    font-family: aktiv-grotesk-light, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0; }
  .float-footer__list {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin-bottom: 0; }
  .float-footer__item {
    position: relative;
    margin-left: 15px; }
  .float-footer__link {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    padding-left: 26px; }
    .float-footer__link.solicitar:before {
      content: "";
      background-image: url(../images/icons/mail-18.svg);
      background-position: center;
      background-size: cover;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 16px;
      height: 12px; }
    .float-footer__link.mail:before {
      content: "";
      background-image: url(../images/icons/mail-18.svg);
      background-position: center;
      background-size: cover;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 16px;
      height: 12px; }
    .float-footer__link.descarga:before {
      content: url(../images/icons/download.svg);
      position: absolute;
      top: 1px;
      left: 3px;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .float-footer__link.descarga:hover:before {
      -webkit-transform: translate(0, 5px);
      transform: translate(0, 5px);
      top: 3px; }

.footer {
  padding-bottom: 15px;
  background-color: #D9D9D9;
  color: #666666; }
  .footer__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%; }
    .footer__lists h2 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 20px;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 20px; }
      .footer__lists h2 a {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 20px;
        color: #666666;
        font-size: 11px;
        line-height: 12.89px;
        font-weight: 600;
        text-decoration: none; }
    .footer__lists a {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      color: #666666;
      font-size: 9px;
      line-height: 25px;
      text-decoration: none;
      text-transform: uppercase; }
  .footer__list {
    padding-left: 0;
    list-style: none; }
  .footer__list-item {
    margin-bottom: 10px; }
  .footer__link {
    position: relative; }
    .footer__link[target="_blank"]:after {
      content: "\e90e";
      display: inline-block;
      vertical-align: sub;
      font-family: 'icomoon';
      font-size: 16px;
      font-weight: 100;
      margin-left: 8px; }
  @media screen and (min-width: 768px) {
    .footer-main {
      padding-top: 100px;
      margin-bottom: 50px; }
    .footer-bottom {
      margin-top: 40px;
      margin-bottom: 60px; }
    .footer__list {
      margin-bottom: 60px; }
      .footer__list-item {
        position: relative; }
    .footer__link:before {
      content: "";
      height: 1.2px;
      width: 0;
      position: absolute;
      bottom: 8px;
      left: 0;
      background-color: #666666;
      -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
      transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
      bottom: -4px; }
    .footer__link:hover:before {
      width: 100%; }
    .footer .collapseble-wrapper {
      display: block !important;
      height: auto !important; }
    .footer .arrow {
      display: none; } }
  @media screen and (max-width: 767px) {
    .footer__lists h2 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 14px;
      margin: 24px 0; }
      .footer__lists h2 a {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 14px;
        width: calc(100% - 40px);
        display: inline-block; }
    .footer__lists a {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: normal;
      line-height: 15px; }
    .footer-main {
      padding-top: 25px;
      margin-bottom: 40px; }
    .footer-bottom {
      margin-bottom: 25px; }
    .footer__list-item {
      margin-bottom: 24px; }
    .footer .js-collapse-wrapper {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .footer .arrow {
      width: 32px;
      height: 20px;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      font-family: 'icomoon';
      font-weight: 100; }
      .footer .arrow::before {
        content: "\e904";
        position: absolute;
        font-size: 18px;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .footer .arrow.collapsed::before {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); } }
  .footer-social {
    margin-bottom: 20px; }
    .footer-social__list {
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
      line-height: 0; }
    .footer-social__item {
      display: inline-block; }
      .footer-social__item img {
        display: inline-block;
        width: 12px;
        height: 12px; }
    .footer-social__link {
      display: block;
      font-size: 16px; }
      .footer-social__link img {
        -webkit-transition: all 300ms cubic-bezier(0, 1, 0.66, 1);
        transition: all 300ms cubic-bezier(0, 1, 0.66, 1);
        transform: scale(1);
        opacity: 1; }
      .footer-social__link:hover img {
        transform: scale(1.3);
        opacity: .75; }
    @media screen and (min-width: 768px) {
      .footer-social__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media screen and (max-width: 767px) {
      .footer-social__item {
        margin-right: 30px; }
        .footer-social__item:last-of-type {
          margin-right: 0; }
      .footer-social__link:before {
        font-size: 16px;
        font-weight: normal; } }
  .footer-institutional__list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    line-height: 0;
    margin-bottom: 10px;
    line-height: 1; }
  .footer-institutional__item {
    display: inline-block;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 15px;
    color: #666666; }
    .footer-institutional__item:after {
      content: "|";
      margin: 0 10px;
      display: inline-block;
      vertical-align: middle; }
    .footer-institutional__item:last-of-type::after {
      display: none; }
    .footer-institutional__item #ot-sdk-btn {
      font-size: 9px !important;
      line-height: 11px !important;
      letter-spacing: 0.3px !important;
      color: #666666 !important; }
  .footer-institutional__link {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 15px;
    font-size: 9px;
    color: #666666;
    text-transform: uppercase;
    position: relative; }
  .footer-institutional__copy {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    font-size: 9px;
    color: #666666; }
  @media screen and (min-width: 768px) {
    .footer-institutional__link:before {
      content: "";
      height: 1.2px;
      width: 0;
      position: absolute;
      bottom: 8px;
      left: 0;
      background-color: #666666;
      -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
      transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
      bottom: -4px; }
    .footer-institutional__link:hover:before {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .footer-institutional__item {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: normal;
      line-height: 15px; }
    .footer-institutional__link {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: normal;
      line-height: 15px; } }
  .footer-logo {
    width: 100%;
    margin-bottom: 15px; }
    .footer-logo__img {
      width: 75px; }
    @media screen and (min-width: 768px) {
      .footer-logo {
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .footer-logo {
        margin-top: 30px; } }
  @media (min-width: 1025px) {
    .footer.isUserNav {
      padding-left: 75px; } }

.pagination-ajax {
  margin-bottom: 70px; }
  .pagination-ajax .view-more-btn {
    background-color: #898989;
    padding: 25px 40px 25px 43px;
    text-align: center;
    display: block;
    -webkit-transition: background-color 0.75s ease;
    transition: background-color 0.75s ease; }
    .pagination-ajax .view-more-btn .link-content {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      letter-spacing: 1px;
      line-height: 28px;
      text-transform: uppercase;
      color: #FFFFFF;
      display: block; }
    .pagination-ajax .view-more-btn .tag {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      text-transform: uppercase;
      color: #FFFFFF;
      display: block; }
    .pagination-ajax .view-more-btn:hover {
      background-color: #6c6c6c; }

.pagination-header {
  margin-bottom: 60px;
  width: 100%; }

.pagination-footer {
  margin-bottom: 60px;
  width: 100%; }
  .pagination-footer .progressive-bar {
    margin-bottom: 21px; }
    .pagination-footer .progressive-bar__element {
      display: block;
      width: 100%;
      height: 0;
      border-bottom: 2px solid #D5D5D5; }
      .pagination-footer .progressive-bar__element.active {
        border-bottom: 2px solid #000000; }

@keyframes lds-load_1 {
  0% {
    top: 4px;
    height: 22px; }
  50%, 100% {
    top: 7px;
    height: 15px; } }

@-webkit-keyframes lds-load_1 {
  0% {
    top: 5px;
    height: 22px; }
  50%, 100% {
    top: 6px;
    height: 15px; } }

@keyframes lds-load_2 {
  0% {
    top: 6px;
    height: 51px; }
  50%, 100% {
    top: 19px;
    height: 26px; } }

@-webkit-keyframes lds-load_2 {
  0% {
    top: 0px;
    height: 20px; }
  50%, 100% {
    top: 10px;
    height: 16px; } }

@keyframes lds-load_3 {
  0% {
    top: 6px;
    height: 51px; }
  50%, 100% {
    top: 19px;
    height: 26px; } }

@-webkit-keyframes lds-load_3 {
  0% {
    top: 6px;
    height: 51px; }
  50%, 100% {
    top: 19px;
    height: 26px; } }

.loader {
  display: none;
  margin: auto; }

.loader.active {
  display: block; }

.lds-load {
  position: relative;
  margin: auto;
  display: block;
  width: 64px;
  height: 50px; }

.lds-load div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 4.5px;
  background: #000;
  animation: lds-load_1 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }

.lds-load div:nth-child(1) {
  left: 20px;
  animation-delay: -0.24s; }

.lds-load div:nth-child(2) {
  left: 29px;
  animation-delay: -0.12s; }

.lds-load div:nth-child(3) {
  left: 37px;
  animation-delay: 0; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.loader-fs {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background: white;
  top: 0; }
  .loader-fs.active {
    display: block;
    -webkit-animation: fadeIn 300ms;
    animation: fadeIn 300ms; }
  .loader-fs__wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.floating-buttons__section {
  position: fixed;
  bottom: 3rem;
  right: 1%;
  z-index: 1000; }

.floating-buttons__container {
  display: flex;
  align-items: center; }

.floating-buttons__section.reposition-floating-buttons {
  bottom: 17.3rem; }

@media (max-width: 1224px) {
  .floating-buttons__section.reposition-floating-buttons {
    bottom: 14.8rem; } }

@media (min-width: 1224px) {
  .floating-buttons__section.reposition-floating-buttons {
    bottom: 17.3rem; } }

.floating-buttons__links-container {
  display: none;
  flex-flow: column wrap;
  gap: 1rem;
  align-items: flex-end; }

.floating-buttons__links-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #666666;
  width: 55px;
  height: 58px;
  min-width: 56px;
  transition: all 0.7s;
  background-color: #666666; }

.floating-buttons__links-item.width-transition {
  width: 100%;
  padding: 0 1rem 0 0rem; }

.floating-buttons__links-item p {
  display: flex;
  order: 2;
  width: auto;
  min-width: 55px;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 19px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  padding: 40px 24px 40px 10px;
  color: white;
  opacity: 0;
  transition: opacity 1s;
  flex-flow: row nowrap; }

.floating-buttons__links-item p.floating-buttons__links-text-init {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 19px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  display: flex;
  justify-content: flex-start; }

.floating-buttons__links-item img {
  height: 58px;
  width: 56px;
  order: 1;
  display: inline-block;
  text-transform: uppercase;
  padding: 1rem 1rem; }

.floating-buttons__plus-container {
  display: none;
  margin-top: 1rem;
  justify-content: flex-end; }

.floating-buttons__plus-btn-item {
  display: flex; }

.floating-buttons__movil-plus {
  height: 58px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #666666;
  background-color: #666666; }

.floating-buttons__movil-plus svg {
  height: 30px;
  width: 30px;
  transition: all 1s; }

.floating-buttons__movil-plus.btn-active {
  background-color: #666666;
  border: none; }

.floating-buttons__movil-plus.btn-active svg {
  fill: white; }

.floating-buttons__movil-plus svg {
  transition: all 1s; }

.floating-buttons__movil-plus.rotate-plus svg {
  transform: rotate(-135deg); }

.floating-buttons__links-item:hover, .floating-buttons__links-item.hovered {
  background-color: #666666;
  width: auto; }

.floating-buttons__links-item p {
  display: none;
  padding: 0;
  color: white;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 19px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  flex: 1;
  opacity: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.floating-buttons__links-container:hover .floating-buttons__links-item,
.floating-buttons__links-container .floating-buttons__links-item.hovered {
  display: flex;
  width: 100%;
  padding: 0 1rem 0 0rem;
  /* Firefox 4 */
  /* Safari and Chrome */ }

.floating-buttons__links-container:hover .floating-buttons__links-item p,
.floating-buttons__links-container .floating-buttons__links-item p.hovered {
  display: flex;
  padding: 0;
  color: white;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 19px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  flex: 1;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  font-weight: 400;
  opacity: 1; }

.floating-buttons__links-container .floating-buttons__links-item:hover p,
.floating-buttons__links-container .floating-buttons__links-item p.hovered {
  display: flex;
  padding: 0;
  color: white;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 19px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  flex: 1; }

.floating-buttons__links-container .floating-buttons__links-item:hover img,
.floating-buttons__links-container .floating-buttons__links-item img.hovered {
  filter: invert(1); }

@media (max-width: 768px) {
  .floating-buttons__section {
    bottom: 2rem; }
  .floating-buttons__plus-container {
    display: flex;
    justify-content: flex-end;
    margin: 0; }
  .floating-buttons__links-box.plus-button__movil-interaction {
    display: none;
    transition: all 1s; }
  .floating-buttons__links-container .floating-buttons__links-item p {
    letter-spacing: 0px !important;
    font-size: 10px !important; } }

#ventanaChatLOPD:hover {
  z-index: 1001; }

.online-reforms__h2-title {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: normal; }

.online-reforms__h3-title {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 15px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  position: relative; }

.online-reforms__text-subtitle {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-size: 16px;
  color: black; }

.online-reforms__iconlist-container {
  display: none; }

.online-reforms____step-title {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 15px;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  position: relative; }

.online-reforms__form-title {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 15px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 0;
  display: inline-block; }

.online-reforms__iconlist {
  list-style: none;
  margin: 50px 0; }

.online-reforms__item {
  display: flex;
  margin: 1rem; }

.online-reforms__item img {
  width: 54px;
  height: auto;
  object-fit: contain;
  display: flex;
  align-items: center;
  margin-right: 20px;
  justify-content: center; }

.online-reforms__item p {
  height: auto;
  display: flex;
  align-items: center;
  margin: 0;
  margin-right: 20px;
  justify-content: flex-start; }

.online-reforms__step-description {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 15px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  margin-top: 2rem; }

.online-reforms__form-group {
  padding-left: 2rem;
  min-height: 400px; }

.online-reforms__form-group .form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  height: 50px;
  background-color: #eaeaea;
  background-image: none;
  border-radius: 7px;
  box-shadow: none;
  resize: none;
  opacity: 1;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  line-height: 1.3;
  color: #272833;
  font-size: .875rem;
  font-weight: 600;
  margin-bottom: .25rem;
  max-width: 100%;
  word-wrap: break-word;
  transition: all 0.2s linear; }

.online-reforms__form-group .form-control::placeholder {
  opacity: 0.5;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  line-height: 1.3;
  color: #272833;
  font-size: .875rem;
  font-weight: 600;
  margin-bottom: .25rem;
  max-width: 100%;
  word-wrap: break-word; }

.online-reforms__form-group .form-control:focus {
  border-color: #d7d5d5;
  background-color: #d7d5d5; }

.online-reforms__form-group .form-control:hover {
  background-color: #d7d5d5; }

.online-reforms__form-group .form-control:hover::placeholder {
  opacity: 1; }

.online-reforms__form-group textarea {
  min-height: 200px;
  background-color: #eaeaea;
  resize: none;
  padding: 1rem;
  transition: all 0.2s linear; }

.online-reforms__form-group .form-check {
  background-color: #eaeaea;
  border-radius: 8px;
  padding: 1rem;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  display: block;
  cursor: pointer;
  transition: all 0.2s linear;
  text-align: left;
  display: flex;
  margin: 1rem;
  flex-flow: row-reverse;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .online-reforms__form-group .form-check:hover {
    background-color: #d7d5d5; }
  .online-reforms__form-group .form-check .form-check-input {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.3rem;
    height: 1.3rem;
    border: 3px solid #4d4d4d;
    border-radius: 0.15em;
    min-height: 1.3rem;
    min-width: 1.3rem;
    margin-left: 1rem; }
  .online-reforms__form-group .form-check .form-check-input::before {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 2px 2px #4d4d4d;
    min-width: 1.3rem;
    min-height: 1.3rem; }
  .online-reforms__form-group .form-check .form-check-input:checked::before {
    transform: scale(1); }
  .online-reforms__form-group .form-check .form-check-input::after {
    flex: 0;
    content: " ";
    display: none;
    transition: 120ms transform ease-in-out; }
  .online-reforms__form-group .form-check .form-check-input:checked::after {
    display: flex;
    height: 12px;
    width: 8px;
    border-bottom: 3px solid black;
    border-right: 3px solid black;
    transform: rotate(45deg);
    margin: 0rem 0 0 0.2rem;
    justify-content: center;
    align-items: center; }
  .online-reforms__form-group .form-check label {
    flex: 1; }

.online-reforms__form-group .input-group-item {
  border-bottom: 1px solid #000; }

.online-reforms__form-group .form-text {
  font-family: 'Roboto-Light', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: grey;
  text-transform: uppercase;
  text-align: right; }

.online-reforms__form-group .custom-file {
  padding: 0;
  margin: 0 1px;
  border-radius: 7px;
  margin-top: 2rem;
  cursor: pointer;
  display: flex;
  transition: all 0.2s linear; }

.online-reforms__form-group .custom-file-label {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  line-height: 1.3;
  color: #26262a;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  border: none;
  cursor: pointer;
  height: 2.4rem;
  border-radius: 7px;
  background-color: #eaeaea !important;
  opacity: 1;
  transition: all 0.2s linear; }

.online-reforms__form-group .custom-file:hover .custom-file-label {
  background-color: #d7d5d5 !important;
  opacity: 1;
  transition: all 0.2s linear; }

.online-reforms__form-group .custom-file-label::after {
  background-color: black;
  color: white;
  border-radius: 0;
  display: flex;
  align-items: center;
  height: 2.4rem;
  opacity: 1; }

.online-reforms__form-group .custom-file-input {
  background-color: transparent;
  color: #6B6C7E;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 15px;
  font-size: 12px;
  border-radius: 0;
  cursor: pointer;
  border: none; }

.online-reforms__form-group .custom-file-input:focus ~ .custom-file-label {
  border-color: #eaeaea;
  box-shadow: none; }

.online-reforms__map-sales-list {
  max-height: 500px;
  overflow-y: scroll;
  box-sizing: border-box;
  scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0);
  scrollbar-width: thin; }

.online-reforms__map-sales-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

.online-reforms__map-sales-list::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.online-reforms__map-sales-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555; }

@media screen and (max-width: 767px) {
  h2 {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: normal;
    margin-bottom: 30px; } }

.text-step,
.question-step,
.form-step,
.map-step {
  margin-top: 50px;
  margin-bottom: 50px; }

.text-step .previous,
.question-step .previous,
.form-step .previous,
.map-step .previous {
  margin-left: auto;
  margin-right: 2rem;
  margin-top: 2rem;
  display: flex;
  padding: 10px 30px 10px;
  width: auto;
  height: 78px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #000000;
  background-color: black;
  color: #FFFFFF;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 15px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-transition: background-color 600ms cubic-bezier(0, 1, 0.66, 1);
  transition: background-color 600ms cubic-bezier(0, 1, 0.66, 1); }

.question-step .next-w,
.form-step .next-w,
.map-step .next-w {
  margin-top: 2rem;
  display: flex;
  padding: 10px 30px 10px;
  width: auto;
  height: 78px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: white;
  background-color: white;
  color: black;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 15px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-transition: background-color 600ms cubic-bezier(0, 1, 0.66, 1);
  transition: background-color 600ms cubic-bezier(0, 1, 0.66, 1);
  border-radius: 0;
  border: solid 2px black; }

.text-step .next {
  margin-left: auto;
  margin-top: 2rem;
  display: flex;
  padding: 10px 30px 10px;
  width: auto;
  height: 78px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #000000;
  background-color: black;
  color: #FFFFFF;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 15px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-transition: background-color 600ms cubic-bezier(0, 1, 0.66, 1);
  transition: background-color 600ms cubic-bezier(0, 1, 0.66, 1); }

.text-step .previous:hover,
.question-step .previous:hover,
.form-step .previous:hover,
.map-step .previous:hover {
  background-color: #4d4d4d;
  color: white; }

.question-step .next-w:hover,
.form-step .next-w:hover,
.map-step .next-w:hover {
  background-color: #4d4d4d;
  color: white; }

.text-step .next:hover {
  background-color: #4d4d4d;
  color: white; }

.map-step .sales-filters__text {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center; }

.map-step .sales-filters__list .form-group {
  display: flex;
  justify-content: flex-start;
  flex-flow: column;
  margin: 2rem 4rem; }
  .map-step .sales-filters__list .form-group label {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end; }

.sales-filters__list .form-group {
  background-color: #eaeaea;
  border-radius: 8px;
  padding: 1rem;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  display: block;
  cursor: pointer;
  transition: all 0.2s linear;
  text-align: left;
  display: flex;
  margin: 1rem;
  flex-flow: row-reverse;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .sales-filters__list .form-group p {
    margin: 0rem 0;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: normal;
    line-height: 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 27px;
    letter-spacing: normal;
    margin: 1rem 0 0.5rem 0; }
  .sales-filters__list .form-group p:last-child {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: normal;
    line-height: 15px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 12px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    color: #00538b;
    margin: 1rem 0 0 0; }
  .sales-filters__list .form-group p:last-child:hover {
    color: #00538b; }
  .sales-filters__list .form-group p .filters-link::after {
    content: "\e90e";
    display: inline-block;
    vertical-align: sub;
    font-family: 'icomoon';
    font-size: 16px;
    font-weight: 100;
    margin-left: 8px; }
  .sales-filters__list .form-group p .filters-link::before {
    content: "";
    height: 1.2px;
    width: 0;
    position: absolute;
    bottom: 8px;
    left: 0;
    background-color: #00538b;
    -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
    transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
    bottom: -4px;
    color: #00538b;
    -webkit-transition: color 1s cubic-bezier(0, 1, 0.66, 1);
    transition: color 1s cubic-bezier(0, 1, 0.66, 1);
    -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
    transition: width 0.3s cubic-bezier(0, 1, 0.66, 1); }
  .sales-filters__list .form-group p .filters-link:hover::before {
    width: 115px; }

.sales-filters__list .form-group:hover {
  background-color: #d7d5d5; }

.sales-filters__list label {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-size: 21px;
  font-weight: normal;
  line-height: 27px;
  letter-spacing: normal;
  margin: 0rem 0 0 0; }

.sales-filters__list label input {
  appearance: none;
  background-color: white;
  margin-left: auto;
  height: 1.3rem;
  width: 1.3rem;
  border: solid 3px #4d4d4d;
  border-radius: 2px;
  min-width: 1.3rem;
  min-height: 1.3rem; }

.sales-filters__list label input::after {
  content: " ";
  display: none;
  transition: 120ms transform ease-in-out; }

.sales-filters__list label input:checked::after {
  display: flex;
  height: 12px;
  width: 8px;
  border-bottom: 3px solid #4d4d4d;
  border-right: 3px solid #4d4d4d;
  transform: rotate(45deg);
  margin: 0 0 0 0.2rem;
  justify-content: center;
  align-items: center; }

.contact {
  padding-top: 2.5rem;
  padding-bottom: 3.5625rem;
  background-color: #7c7c7c;
  color: #FFFFFF; }
  .contact h2 {
    font-family: 'aktiv-grotesk-medium', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 2.5rem;
    margin: 0;
    margin-bottom: 2.6875rem;
    line-height: 1.18; }
  .contact p {
    text-decoration: auto;
    font-size: 1rem;
    margin: 0;
    margin-bottom: 2.0625rem; }
  .contact label:not([class^=accordeon]) {
    display: inline-flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1.6;
    vertical-align: middle; }
  .contact .custom-select {
    display: unset;
    width: unset;
    height: unset;
    padding: unset;
    line-height: unset;
    color: unset;
    vertical-align: unset;
    background: unset;
    background-size: unset;
    border: unset;
    border-radius: unset;
    appearance: unset; }
  .contact input {
    padding: 0.5625rem 0.5625rem 0.5625rem 0.5625rem;
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    border: solid 1px #9a9a9a;
    border-radius: 5px;
    width: max-content;
    color: #FFFFFF;
    line-height: 1.25;
    max-height: 40px;
    min-width: 6.4375rem;
    display: block; }
    .contact input:not(.button):not([type="checkbox"]) {
      resize: none;
      max-height: 8.75rem;
      width: 100%; }
  .contact input[type=checkbox] {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    width: 1.0625rem;
    height: 1.0625rem;
    position: relative;
    border: 1px solid #FFFFFF;
    border-radius: 1px;
    color: #FFFFFF;
    padding: 0;
    font-size: 1rem;
    margin-right: 0.625rem;
    margin-left: 0;
    max-width: unset;
    display: inline;
    min-width: unset; }
  .contact select {
    padding: 0.5625rem 0.5625rem 0.5625rem 0.5625rem;
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    border: solid 1px #9a9a9a;
    border-radius: 5px;
    width: max-content;
    color: #FFFFFF;
    line-height: 1.25;
    max-height: 40px;
    min-width: 6.4375rem;
    display: block; }
  .contact .contact-form form .input-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem; }
    .contact .contact-form form .input-group input,
    .contact .contact-form form .input-group textarea,
    .contact .contact-form form .input-group select {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
      border: none;
      border-bottom: solid 1px #fff;
      border-radius: 0;
      z-index: 2; }
    .contact .contact-form form .input-group input:hover {
      border-color: #d5d5d5; }
    .contact .contact-form form .input-group input:focus {
      background-position: left bottom;
      background-size: 100% 1px;
      border-color: #d5d5d5; }
    .contact .contact-form form .input-group input:focus + label,
    .contact .contact-form form .input-group input:not(:required):not([value=""]) + label,
    .contact .contact-form form .input-group input:required:valid + label {
      height: 20px !important;
      line-height: 20px !important;
      font-size: 14px;
      color: #d5d5d5;
      top: -0.35rem; }
    .contact .contact-form form .input-group label {
      position: absolute;
      top: 1.25rem;
      left: 0;
      text-align: left;
      display: block;
      width: 100%;
      height: 52px;
      text-transform: uppercase;
      font-weight: 200;
      background: 0 0;
      margin: 0 auto;
      cursor: text;
      transition: all .15s ease-in-out;
      z-index: 1;
      color: #fff;
      letter-spacing: 3px;
      line-height: 1.3;
      font-size: 1.25rem; }
  .contact .contact-form form > fieldset {
    position: relative;
    margin-top: 1.375rem; }
  .contact .contact-form form .custom-select {
    position: relative;
    padding-right: 1rem;
    border: solid 1px var(--gray-3);
    border-radius: 5px;
    margin-top: 0.25rem;
    margin-bottom: 0.875rem;
    min-width: 18.75rem;
    border-bottom: solid 1px;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase; }
    .contact .contact-form form .custom-select select {
      display: none; }
    .contact .contact-form form .custom-select .select-selected {
      border: none;
      box-sizing: content-box;
      overflow: hidden;
      white-space: nowrap;
      padding-left: 0;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
      letter-spacing: 3px;
      cursor: pointer;
      user-select: none;
      transition: all .35s;
      background-color: transparent;
      line-height: 1.25rem; }
      .contact .contact-form form .custom-select .select-selected:after {
        content: "";
        background-color: #fff;
        -webkit-mask: url(../images/icons/arrow.svg) no-repeat center;
        mask: url(../images/icons/arrow.svg) no-repeat center;
        transform: rotate(90deg);
        width: 1em;
        height: 1em;
        text-align: center;
        transition: all .35s;
        font-family: icomoon;
        font-size: 1.5rem;
        line-height: 1;
        position: absolute;
        right: 0;
        color: #fff; }
      .contact .contact-form form .custom-select .select-selected.select-arrow-active:after {
        transform: rotate(270deg); }
    .contact .contact-form form .custom-select .same-as-selected {
      font-weight: 700; }
    .contact .contact-form form .custom-select .select-hide {
      display: none; }
    .contact .contact-form form .custom-select .select-items {
      position: absolute;
      top: 3.75rem;
      z-index: 3;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
      color: var(--gray-1);
      width: 100%;
      line-height: 1.25rem;
      background-color: #fff; }
      .contact .contact-form form .custom-select .select-items div {
        cursor: pointer;
        user-select: none;
        transition: all .35s;
        background-color: transparent;
        line-height: 1.25rem;
        background-color: #fff;
        color: #7c7c7c;
        padding: 1.25rem 2rem;
        text-transform: capitalize;
        letter-spacing: 3px; }
        .contact .contact-form form .custom-select .select-items div:not(:last-child) {
          border-bottom: solid 1px #9a9a9a; }
  .contact .contact-form form .contact-form__field {
    position: relative; }
  .contact .contact-form form .custom-form__caption {
    margin-top: 3rem;
    margin-bottom: 1.25rem; }
  .contact .contact-form form .radio-group {
    display: flex;
    flex-direction: row;
    font-family: 'aktiv-grotesk-light', 'aktiv-grotesk';
    gap: 3rem; }
    .contact .contact-form form .radio-group .radio-item label {
      color: #FFFFFF; }
    .contact .contact-form form .radio-group .radio-item input:checked,
    .contact .contact-form form .radio-group .radio-item input:not(:checked) {
      width: 1.625rem;
      height: 1.625rem;
      position: absolute;
      z-index: -1;
      visibility: hidden;
      opacity: 0;
      margin: 0;
      min-width: unset; }
    .contact .contact-form form .radio-group .radio-item input:checked + label,
    .contact .contact-form form .radio-group .radio-item input:not(:checked) + label {
      position: relative;
      padding-left: 2.25rem;
      cursor: pointer;
      transition: color .2s;
      font-size: 1rem;
      line-height: 1.5; }
    .contact .contact-form form .radio-group .radio-item input:checked + label:before {
      border-color: #fff; }
    .contact .contact-form form .radio-group .radio-item input:checked + label:before,
    .contact .contact-form form .radio-group .radio-item input:not(:checked) + label:before {
      left: 0;
      top: 0;
      width: 1.625rem;
      height: 1.625rem;
      border: 0.0625rem solid #fff;
      background: 0 0; }
    .contact .contact-form form .radio-group .radio-item input:checked + label:after,
    .contact .contact-form form .radio-group .radio-item input:checked + label:before,
    .contact .contact-form form .radio-group .radio-item input:not(:checked) + label:after,
    .contact .contact-form form .radio-group .radio-item input:not(:checked) + label:before {
      content: "";
      position: absolute;
      transition: all .2s; }
    .contact .contact-form form .radio-group .radio-item input:checked + label:after {
      opacity: 1;
      transform: scale(1); }
    .contact .contact-form form .radio-group .radio-item input:not(:checked) + label:after {
      opacity: 0;
      transform: scale(0); }
    .contact .contact-form form .radio-group .radio-item input:checked + label:after,
    .contact .contact-form form .radio-group .radio-item input:not(:checked) + label:after {
      left: calc((1.625rem - 0.75rem)/ 2);
      top: calc((1.625rem - 0.75rem)/ 2);
      background: #fff;
      width: 0.75rem;
      height: 0.75rem;
      -webkit-mask: url(../images/icons/close-x.svg) no-repeat center;
      mask: url(../images/icons/close-x.svg) no-repeat center; }
  .contact .contact-form form .checks-group {
    margin-top: 2.125rem; }
    .contact .contact-form form .checks-group .check-label {
      display: inline-block;
      padding-left: 40px;
      line-height: 1.3;
      transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
      position: relative;
      color: #D5D5D5; }
    .contact .contact-form form .checks-group input[type=checkbox] {
      margin-left: -40px;
      display: inline;
      padding: 2px 12px;
      margin-right: 10px;
      border-radius: 0; }
      .contact .contact-form form .checks-group input[type=checkbox]:checked::after {
        content: "✓";
        position: absolute;
        left: 55%;
        transform: translate(-50%, 50%);
        top: 0;
        line-height: 1;
        font-size: 14px; }
    .contact .contact-form form .checks-group label span {
      margin-right: 0.3125rem;
      margin-bottom: 1.25rem;
      text-decoration: auto;
      font-size: 1rem;
      color: #FFFFFF; }
  .contact .contact-form form .button-group {
    gap: 3.125rem; }
  .contact .contact-form form [type=submit] {
    border-radius: 0;
    justify-content: center;
    justify-self: flex-end;
    min-height: 3.5rem;
    letter-spacing: .14em;
    font-weight: 600;
    min-width: 8.875rem;
    position: relative; }
  .contact .button {
    color: #fff;
    background-color: #7c7c7c;
    border: 0.0625rem solid #7c7c7c;
    padding: 1rem 1.375rem 1rem 1.375rem;
    display: flex;
    align-items: center;
    gap: 1.875rem;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1;
    width: fit-content;
    min-width: 11.875rem;
    position: relative;
    letter-spacing: .14em;
    text-transform: uppercase; }
  .contact .button--black-bg-white {
    color: #000;
    background-color: #fff;
    border: none;
    flex-direction: row-reverse;
    gap: 20px; }
  .contact .grid-2-col {
    align-items: center;
    padding-bottom: 1rem;
    padding-top: 1.75rem;
    display: flex;
    flex-flow: column; }

@media (min-width: 768px) {
  .contact .contact-form form .custom-select {
    width: calc(50% - 16px); }
    .contact .contact-form form .custom-select .select-selected {
      font-size: 1.25rem; }
  .contact .contact-form form .input-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: normal;
    gap: 2rem; }
  .contact .contact-form form .radio-group {
    gap: 2.25rem; }
  .contact .contact-form form .button-group {
    gap: 0.25rem;
    padding-top: 3rem; } }

@media (min-width: 992px) {
  .contact {
    padding-top: 7.8125rem;
    padding-bottom: 6.9375rem; }
    .contact .contact-wrapper {
      margin-left: auto;
      margin-right: auto;
      max-width: 47.125rem; }
    .contact p {
      margin-bottom: 1.25rem; }
    .contact .grid-2-col {
      gap: 0.25rem;
      grid-template-columns: 1fr 1fr;
      padding-bottom: 3.75rem;
      padding-top: 5.3125rem; } }

@media (min-width: 1160px) {
  .contact .contact-wrapper {
    padding-left: 0;
    padding-right: 0; } }

.portlet-content-container:has(.accordeon-1) {
  background-color: #666666; }

.accordeon-1 {
  margin-bottom: 3.625rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    .accordeon-1 {
      max-width: 47.125rem;
      margin-bottom: 12.5rem; } }
  .accordeon-1__heading {
    padding-top: 3.125rem;
    padding-bottom: 1.25rem;
    margin-bottom: 0;
    font-family: "aktiv-grotesk-medium",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.18;
    font-size: 2.5rem;
    color: #FFFFFF; }
    @media only screen and (min-width: 992pxpx) {
      .accordeon-1__heading {
        padding-top: 6.875rem;
        padding-bottom: 3rem; } }
  .accordeon-1__tabs {
    width: 100%;
    overflow: hidden; }
  .accordeon-1__tab {
    width: 100%;
    overflow: hidden;
    border-bottom: solid 0.0625rem #FFFFFF; }
    .accordeon-1__tab-label {
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 1rem;
      padding-top: 1.625rem;
      padding-bottom: 1.25rem;
      padding-left: 0rem;
      padding-right: 0rem;
      cursor: pointer;
      position: relative;
      font-size: 1.125rem;
      line-height: 1.3;
      color: #FFFFFF;
      text-transform: uppercase;
      letter-spacing: 3px;
      /* Icon */ }
      .accordeon-1__tab-label::after {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        content: '';
        background-color: #FFFFFF;
        -webkit-mask: url("../images/plus.svg") no-repeat center;
        mask: url("../images/plus.svg") no-repeat center;
        transition: all .35s;
        transform: rotate(90deg);
        padding: 1rem 1rem;
        margin-top: 0.375rem; }
      @media only screen and (min-width: 992pxpx) {
        .accordeon-1__tab-label {
          padding-top: 2.25rem;
          padding-bottom: 1.25rem; } }
    .accordeon-1__tab-content {
      max-height: 0;
      max-width: calc(100% - 2.5rem);
      transition: all .35s;
      line-height: 1.3125rem;
      color: #FFFFFF;
      overflow-y: hidden;
      font-size: 0.875rem; }
      .accordeon-1__tab-content * {
        font-size: 0.875rem;
        color: #FFFFFF; }
        @media only screen and (min-width: 992pxpx) {
          .accordeon-1__tab-content * {
            font-size: 1rem; } }
      .accordeon-1__tab-content a {
        color: #D5D5D5; }
      .accordeon-1__tab-content p {
        margin-bottom: 0.9375rem; }
      .accordeon-1__tab-content ul {
        padding-left: 1.25rem; }
        .accordeon-1__tab-content ul li {
          line-height: 2.2; }
      @media only screen and (min-width: 992pxpx) {
        .accordeon-1__tab-content {
          max-width: 43.75rem;
          font-size: 1rem; } }
    @media only screen and (min-width: 992pxpx) {
      .accordeon-1__tab {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
        width: calc(100% - 3.5rem); } }
  .accordeon-1 input[type=checkbox] {
    position: absolute !important;
    opacity: 0;
    z-index: -1; }
    .accordeon-1 input[type=checkbox]:checked + .accordeon-1__tab-label::after {
      -webkit-mask: url("../images/minus.svg") no-repeat center;
      mask: url("../images/minus.svg") no-repeat center;
      transform: rotate(180deg); }
    .accordeon-1 input[type=checkbox]:checked ~ .accordeon-1__tab-content {
      padding-top: 0.25rem;
      padding-bottom: 1.25rem;
      max-height: calc(100vh + 1000px); }
      @media only screen and (min-width: 992pxpx) {
        .accordeon-1 input[type=checkbox]:checked ~ .accordeon-1__tab-content {
          padding-top: 0.4375rem;
          padding-bottom: 1.5625rem; } }

.menu-fixed .promomenu-section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }

.promomenu-section {
  background-color: #D9D9D9;
  color: #666666;
  position: relative;
  z-index: 9; }

.promomenu-text {
  margin-bottom: 0;
  text-align: center;
  font-family: 'aktiv-grotesk';
  font-size: 15px;
  line-height: 2.5;
  color: #666666;
  text-transform: uppercase; }

@media screen and (min-device-width: 319px) and (max-device-width: 736px) {
  .promomenu-text {
    margin-bottom: 0;
    text-align: center;
    font-family: 'aktiv-grotesk';
    font-size: 13px;
    line-height: 2.5; } }

@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 736px) {
  .promomenu-text {
    margin-bottom: 0;
    text-align: center;
    font-family: 'aktiv-grotesk';
    font-size: 15px;
    line-height: 2.5; } }

.promomenu-link {
  display: inline-block; }

.promomenu-info {
  vertical-align: sub; }

.promomenu-modal {
  font-family: 'aktiv-grotesk';
  font-size: 18px; }

.promomenu-modal > ul {
  list-style-type: '- '; }

.pro-box img {
  margin-bottom: 30px; }

.pro-box .text-content {
  font-family: aktiv-grotesk-light, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 30px;
  max-width: 22em; }

.pro-box .pro-list-item {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  margin-bottom: 20px; }
  .pro-box .pro-list-item a {
    position: relative;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
    padding-bottom: 3px;
    line-height: 2; }
    .pro-box .pro-list-item a:hover {
      background-size: 100% 1px; }

/********* Theme **********/
.white-theme {
  background-color: #FFFFFF;
  color: #000000; }
  .white-theme .background-grow {
    background-color: #FFFFFF;
    color: #000000; }

.black-theme {
  background-color: #000000;
  color: #FFFFFF; }

.transparent-theme {
  background-color: transparent;
  color: #FFFFFF; }

.blue-theme .background-grow {
  background-color: #007dba;
  color: #FFFFFF; }

.blue-theme .bg-secondary {
  background-color: #00689b !important; }

.grey-theme .background-grow {
  background-color: #6c6c6c;
  color: #FFFFFF; }

.grey-theme .bg-secondary {
  background-color: #5d5d5d !important; }

.yellow-theme {
  background-color: #d27800 !important; }
  .yellow-theme .background-grow {
    background-color: #f18a00;
    color: #FFFFFF; }

/********* endTheme **********/
.banner p {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px; }

.banner h3 {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: normal; }

.banner h4 {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase; }

.banner ul {
  padding: 0;
  list-style: none; }
  .banner ul li {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px; }

.banner a {
  color: #666666; }
  .banner a:hover {
    text-decoration: underline; }
  .banner a[target="_blank"] {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #000000;
    text-transform: uppercase; }
    .banner a[target="_blank"]:after {
      content: "\e90e";
      display: inline-block;
      vertical-align: middle;
      font-family: 'icomoon';
      font-size: 16px;
      font-weight: 100;
      margin-left: 8px; }
    .banner a[target="_blank"]:hover {
      text-decoration: none; }

.banner__wrapper {
  padding: 60px;
  background-color: #F7F7F7; }

.banner__section {
  margin-bottom: 30px; }

.banner__title {
  font-family: aktiv-grotesk-light, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: normal;
  margin-bottom: 30px; }

.smart2 {
  margin-top: 0 !important; }

.distribuidor-dos-columnas {
  margin-bottom: 70px;
  /* Dots */ }
  .distribuidor-dos-columnas_smart {
    margin-top: -100px; }
    .distribuidor-dos-columnas_smart .blog-header {
      display: none; }
    .distribuidor-dos-columnas_smart .tarjeta-blog .content-wrapper {
      margin-top: 0.25rem; }
      .distribuidor-dos-columnas_smart .tarjeta-blog .content-wrapper h3 {
        font-family: AktivGrotesk-Regular, sans-serif;
        text-align: center;
        margin-bottom: 1.25rem;
        font-size: 23px !important; }
      .distribuidor-dos-columnas_smart .tarjeta-blog .content-wrapper p {
        text-align: center;
        color: #7c7c7c !important;
        font-family: AktivGrotesk-Light, AktivGrotesk-Regular, sans-serif; }
    .distribuidor-dos-columnas_smart .tarjeta-blog .image-blog {
      background-size: contain !important; }
    .distribuidor-dos-columnas_smart .cta-black {
      margin-top: 2rem !important;
      margin-bottom: 2.875rem !important;
      background-color: #7c7c7c !important;
      border: 0.0625rem solid #7c7c7c;
      padding: 1rem 1.375rem 1rem 1.375rem !important;
      display: flex;
      font-weight: 400 !important;
      line-height: 1 !important;
      width: -moz-fit-content;
      letter-spacing: 0.14em !important;
      text-transform: uppercase; }
  @media (max-width: 767px) {
    .distribuidor-dos-columnas {
      margin-bottom: 70px; } }
  .distribuidor-dos-columnas .blog-header {
    width: 100%;
    margin-bottom: 26px; }
    .distribuidor-dos-columnas .blog-header h2 {
      /*@include title-l-lg;*/
      color: #666666;
      font-style: normal;
      font-size: 19px;
      font-weight: 400;
      line-height: 21px;
      text-transform: uppercase;
      width: max-content;
      padding-bottom: 0.2em;
      border-bottom: 2px solid #666666;
      margin-bottom: 0; }
    .distribuidor-dos-columnas .blog-header p {
      font-family: aktiv-grotesk-light, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 24px;
      padding: 30px 2px 30px 0;
      margin: 0; }
    @media (max-width: 767px) {
      .distribuidor-dos-columnas .blog-header h2 {
        /*@include title-l-sm;*/
        color: #666666;
        font-style: normal;
        font-size: 30px;
        font-weight: 400;
        line-height: 21px;
        text-transform: uppercase;
        width: max-content;
        padding-bottom: 0.2em;
        border-bottom: 2px solid black; }
      .distribuidor-dos-columnas .blog-header p {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 24px;
        padding: 10px 2px 20px 0;
        margin: 0; } }
  .distribuidor-dos-columnas .life {
    display: inline-block;
    background: #f18a00;
    padding: 24px 0;
    width: 244px;
    text-align: center; }
    @media (max-width: 767px) {
      .distribuidor-dos-columnas .life {
        width: 100%;
        padding: 17px 0; } }
    .distribuidor-dos-columnas .life img {
      width: 44px; }
  .distribuidor-dos-columnas .tarjeta-blog .tarjeta-wrapper {
    margin-bottom: 30px; }
  .distribuidor-dos-columnas .tarjeta-blog .image-box {
    position: relative; }
  .distribuidor-dos-columnas .tarjeta-blog .image-blog {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 70.75%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .distribuidor-dos-columnas .tarjeta-blog .image-blog .velo-hover:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(255, 255, 255, 0);
      z-index: 0;
      -webkit-transition: background-color 1.2s cubic-bezier(0, 1, 0.66, 1);
      transition: background-color 1.2s cubic-bezier(0, 1, 0.66, 1); }
    .distribuidor-dos-columnas .tarjeta-blog .image-blog:hover .velo-hover:after {
      background-color: rgba(255, 255, 255, 0.3); }
  .distribuidor-dos-columnas .tarjeta-blog .compartir {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    z-index: 1; }
    .distribuidor-dos-columnas .tarjeta-blog .compartir img {
      width: 18px; }
  .distribuidor-dos-columnas .tarjeta-blog .content-wrapper {
    position: relative;
    padding-top: 20px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .distribuidor-dos-columnas .tarjeta-blog .content-wrapper {
        padding-top: 15px;
        margin-bottom: 20px; } }
    .distribuidor-dos-columnas .tarjeta-blog .content-wrapper .category {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 25px;
      line-height: 31px;
      text-transform: uppercase;
      margin-bottom: 20px;
      color: #000000; }
    .distribuidor-dos-columnas .tarjeta-blog .content-wrapper h3 {
      /*@include title-m-lg;*/
      font-size: 19px;
      letter-spacing: 3px;
      line-height: 21px;
      color: #0f0f0f;
      font-family: aktiv-grotesk-light, sans-serif;
      font-weight: 300;
      text-transform: uppercase; }
    .distribuidor-dos-columnas .tarjeta-blog .content-wrapper p, .distribuidor-dos-columnas .tarjeta-blog .content-wrapper span {
      font-family: Roboto-Light, sans-serif;
      font-style: normal;
      font-size: 15px;
      line-height: 24px; }
    @media (max-width: 991px) {
      .distribuidor-dos-columnas .tarjeta-blog .content-wrapper .category {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 18px; }
      .distribuidor-dos-columnas .tarjeta-blog .content-wrapper h3 {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 26px; }
      .distribuidor-dos-columnas .tarjeta-blog .content-wrapper p {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 24px;
        text-transform: none !important; } }
    @media (max-width: 767px) {
      .distribuidor-dos-columnas .tarjeta-blog .content-wrapper .category {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 18px;
        margin-bottom: 10px;
        display: block; }
      .distribuidor-dos-columnas .tarjeta-blog .content-wrapper h3 {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 20px; }
      .distribuidor-dos-columnas .tarjeta-blog .content-wrapper p {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 24px;
        text-transform: none !important; } }
  .distribuidor-dos-columnas .cta-black {
    font-size: 14px;
    line-height: 21px;
    color: #ffffff !important;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: bold;
    text-align: center;
    background-color: #898989;
    margin: 0 auto;
    padding: 2em 4em;
    letter-spacing: 0px;
    margin-top: 0; }
    .distribuidor-dos-columnas .cta-black:after {
      content: ''; }
  .distribuidor-dos-columnas [data-col="3"] .tarjeta-blog .image-box {
    position: relative; }
  .distribuidor-dos-columnas [data-col="3"] .tarjeta-blog .image-blog {
    display: block;
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: center; }
  .distribuidor-dos-columnas [data-col="3"] .tarjeta-blog .content-wrapper h3 {
    /*@include title-m-lg;*/
    font-size: 19px;
    letter-spacing: 3px;
    line-height: 21px;
    color: #0f0f0f;
    font-family: aktiv-grotesk-light, sans-serif;
    font-weight: 300;
    text-transform: uppercase; }
  .distribuidor-dos-columnas [data-col="3"] .tarjeta-blog .content-wrapper p, .distribuidor-dos-columnas [data-col="3"] .tarjeta-blog .content-wrapper span {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 24px; }
  .distribuidor-dos-columnas .slick-slider .col-12 {
    max-width: 100%; }
  .distribuidor-dos-columnas .slick-list {
    padding: 0 30px 0 0;
    width: calc(100% + 30px);
    position: relative; }
    .distribuidor-dos-columnas .slick-list:after {
      content: "";
      width: 30px;
      height: 100%;
      position: absolute;
      right: 0;
      background-color: #fff; }
  .distribuidor-dos-columnas .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .distribuidor-dos-columnas .slick-dots {
    position: absolute;
    top: -30px;
    right: 15px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right; }
  .distribuidor-dos-columnas .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 20px;
    margin: 0;
    margin-left: 10px;
    padding: 0;
    cursor: pointer; }
  .distribuidor-dos-columnas .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }
  .distribuidor-dos-columnas .slick-dots li button:hover,
  .distribuidor-dos-columnas .slick-dots li button:focus {
    outline: none; }
  .distribuidor-dos-columnas .slick-dots li button:hover:before,
  .distribuidor-dos-columnas .slick-dots li button:focus:before {
    opacity: 1;
    background-color: #e7e6e6; }
  .distribuidor-dos-columnas .slick-dots li button:before {
    content: '';
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    text-align: center;
    opacity: 1;
    background-color: #9A9A9A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .distribuidor-dos-columnas .slick-dots li.slick-active button:before {
    background-color: #e7e6e6; }
  .distribuidor-dos-columnas.slider-dots-bottom .js-slider-blog {
    margin-bottom: 3rem; }
    .distribuidor-dos-columnas.slider-dots-bottom .js-slider-blog .slick-dots {
      position: absolute;
      top: unset;
      right: unset;
      left: 50%;
      bottom: -3rem;
      transform: translateX(-50%);
      display: block;
      width: auto;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: right; }

/* mobile */
@media (max-width: 767px) {
  .distribuidor-dos-columnas_smart {
    margin-top: -25px !important; }
  .distribuidor-dos-columnas .tarjeta-blog .tarjeta-wrapper {
    margin-bottom: 30px; }
  .distribuidor-dos-columnas .tarjeta-blog .content-wrapper p, .distribuidor-dos-columnas .tarjeta-blog .content-wrapper span {
    margin-bottom: 10px;
    font-family: Roboto-Light, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 15px;
    line-height: 24px; }
  .distribuidor-dos-columnas .tarjeta-blog .content-wrapper h3 {
    font-size: 19px;
    letter-spacing: 3px;
    line-height: 21px;
    color: #0f0f0f;
    font-family: aktiv-grotesk-light, sans-serif;
    font-weight: 300;
    text-transform: uppercase; } }

/* tablet Portrait and Landscape */
@media (min-width: 768px) and (max-width: 1024px) {
  .distribuidor-dos-columnas {
    margin-bottom: 80px; }
    .distribuidor-dos-columnas_smart {
      margin-top: -25p !important; }
    .distribuidor-dos-columnas .life {
      padding: 17px 0; }
    .distribuidor-dos-columnas .tarjeta-blog .content-wrapper h3 {
      font-size: 19px;
      letter-spacing: 3px;
      line-height: 21px;
      color: #0f0f0f;
      font-family: aktiv-grotesk-light, sans-serif;
      font-weight: 300;
      text-transform: uppercase; }
    .distribuidor-dos-columnas .tarjeta-blog .content-wrapper p, .distribuidor-dos-columnas .tarjeta-blog .content-wrapper span {
      font-family: Roboto-Light, sans-serif;
      font-style: normal;
      font-size: 15px;
      line-height: 24px; }
    .distribuidor-dos-columnas .tarjeta-blog .content-wrapper .category {
      display: block;
      margin-bottom: 10px; } }

@media (max-width: 991px) {
  .distribuidor-dos-columnas .tarjeta-blog .content-wrapper h3 {
    font-size: 12px !important; } }

/********* Lightbox **********/
.home-lightbox .jumbotron {
  padding: 0;
  position: relative; }

.home-lightbox img {
  width: auto;
  min-width: 100%;
  height: 100%; }
  @media (max-width: 1280px) {
    .home-lightbox img {
      min-width: auto; } }

.home-lightbox-img-wrapper {
  overflow: hidden;
  height: calc(100vh - 131px); }

.background-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 0; }

.video-wrapper-loop {
  position: relative;
  height: 0;
  padding-top: 56.6%; }
  .video-wrapper-loop iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -56.6%);
    transform: translate(-50%, -56.6%);
    pointer-events: none; }
  @media (orientation: portrait) {
    .video-wrapper-loop {
      min-height: calc(100vh - 131px); } }
  @media (max-aspect-ratio: 16 / 9) {
    .video-wrapper-loop {
      min-height: calc(100vh - 0px); } }

.modal-lightbox {
  max-width: 100vw;
  -webkit-transition: left 0.75s ease;
  transition: left 0.75s ease; }
  .modal-lightbox .container {
    pointer-events: auto; }
  .modal-lightbox .close-menu {
    width: 100%;
    text-align: right;
    position: absolute; }
    .modal-lightbox .close-menu .js-close {
      margin-right: -20px; }
      .modal-lightbox .close-menu .js-close:hover {
        text-decoration: none !important; }
    @media (max-width: 767px) {
      .modal-lightbox .close-menu .js-close {
        margin-right: 20px; } }
  .modal-lightbox .video-wrapper {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.5%;
    margin-top: 5%; }
    .modal-lightbox .video-wrapper iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      overflow: hidden; }
    @media screen and (max-width: 991px) {
      .modal-lightbox .video-wrapper {
        margin-top: 15%; } }
  .modal-lightbox.in {
    left: 0; }
  .modal-lightbox .close-menu .js-close {
    font-size: 18px;
    color: #FFFFFF; }
  .modal-lightbox .close-menu .wrapper {
    margin: auto;
    padding: 0;
    margin-top: -30px; }
  @media screen and (max-width: 1199px) {
    .modal-lightbox .close-menu .wrapper {
      max-width: 970px;
      margin: auto;
      padding: 0;
      margin-top: -30px; } }
  @media screen and (max-width: 991px) {
    .modal-lightbox .close-menu .wrapper {
      max-width: 750px; } }

/********* end Lightbox **********/
.breadcrumb, .breadcrumb-v2 {
  margin-bottom: 30px;
  background: transparent;
  padding: 0.75rem 0;
  border-radius: 0; }
  .breadcrumb h1, .breadcrumb-v2 h1 {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    display: inline-block; }
    .breadcrumb h1:before, .breadcrumb-v2 h1:before {
      content: "";
      height: 2px;
      width: 100%;
      position: absolute;
      bottom: -5px;
      background-color: #000000; }
  .breadcrumb ul, .breadcrumb-v2 ul {
    margin: 0;
    padding: 0; }
    .breadcrumb ul li, .breadcrumb-v2 ul li {
      display: inline;
      list-style-type: none;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      text-transform: uppercase; }
      .breadcrumb ul li a, .breadcrumb-v2 ul li a {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 15px;
        text-transform: uppercase;
        position: relative; }
        .breadcrumb ul li a:before, .breadcrumb-v2 ul li a:before {
          content: "";
          height: 1.5px;
          width: 0;
          position: absolute;
          bottom: -3px;
          background-color: #000000;
          transition: width 0.3s cubic-bezier(0, 1, 0.66, 1); }
        .breadcrumb ul li a:hover:before, .breadcrumb-v2 ul li a:hover:before {
          width: 90%; }
      .breadcrumb ul li:after, .breadcrumb-v2 ul li:after {
        content: "\002f";
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 15px; }
      .breadcrumb ul li:last-child:after, .breadcrumb-v2 ul li:last-child:after {
        content: none; }

/* tablet Portrait and Landscape */
@media (min-width: 768px) and (max-width: 1024px) {
  .breadcrumb {
    padding: 0 15px; } }

/* mobile */
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 0px; } }

.rocalifeWrapper .breadcrumbs {
  position: relative; }

section.sku-distributor {
  margin-bottom: 100px;
  /* Dots */ }
  section.sku-distributor .header {
    position: relative; }
    section.sku-distributor .header .title {
      margin-bottom: 20px;
      color: #666666;
      font-style: normal;
      font-size: 30px;
      font-weight: 400;
      line-height: 21px;
      text-transform: uppercase;
      width: max-content;
      padding-bottom: 0.2em;
      border-bottom: 2px solid black; }
    section.sku-distributor .header .subtitle {
      font-family: aktiv-grotesk-light, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 24px; }
      @media (max-width: 767px) {
        section.sku-distributor .header .subtitle {
          padding-right: 200px; } }
    section.sku-distributor .header .link {
      position: absolute;
      right: 0;
      bottom: 0; }
  @media (max-width: 767px) {
    section.sku-distributor .sku-card-wrapper {
      height: unset !important;
      flex-basis: unset !important;
      margin-bottom: 20px; }
    section.sku-distributor .link {
      display: none; } }
  section.sku-distributor .sku-card {
    border: 1px solid #D5D5D5; }
    section.sku-distributor .sku-card .sku-card-body {
      display: flex;
      padding: 15px; }
      section.sku-distributor .sku-card .sku-card-body img {
        width: 100px;
        height: 100px;
        object-fit: contain;
        margin-right: 15px; }
      section.sku-distributor .sku-card .sku-card-body .sku-card-name {
        font-family: aktiv-grotesk-light, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px; }
      section.sku-distributor .sku-card .sku-card-body .sku-card-price {
        color: #666666;
        margin-bottom: 0; }
    section.sku-distributor .sku-card .sku-card-footer {
      display: flex;
      flex-flow: row-reverse;
      justify-content: space-between; }
      section.sku-distributor .sku-card .sku-card-footer .cart {
        background: #666666;
        display: block;
        padding: 8px 20px;
        font-size: 12px;
        color: white !important;
        text-transform: uppercase; }
      section.sku-distributor .sku-card .sku-card-footer .sparepart-icon {
        background-image: url("../images/icons/icone-pcs-originais.svg");
        background-size: contain;
        height: 34px;
        width: 34px; }
  @media (min-width: 767px) {
    section.sku-distributor .slick-list {
      padding: 0 90px 0 0;
      width: calc(100% + 90px);
      position: relative; }
      section.sku-distributor .slick-list:after {
        content: "";
        width: 90px;
        height: 100%;
        position: absolute;
        right: 0;
        background-color: #fff; } }
  section.sku-distributor .slick-dotted.slick-slider {
    margin-bottom: 30px;
    padding-top: 15px; }
  section.sku-distributor .slick-track {
    padding: 10px 0; }
  section.sku-distributor .slick-dots {
    position: absolute;
    top: -20px;
    right: 15px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right; }
  section.sku-distributor .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 20px;
    margin: 0;
    margin-left: 10px;
    padding: 0;
    cursor: pointer; }
  section.sku-distributor .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }
  section.sku-distributor .slick-dots li button:hover,
  section.sku-distributor .slick-dots li button:focus {
    outline: none; }
  section.sku-distributor .slick-dots li button:hover:before,
  section.sku-distributor .slick-dots li button:focus:before {
    opacity: 1;
    background-color: #e7e6e6; }
  section.sku-distributor .slick-dots li button:before {
    content: '';
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    text-align: center;
    opacity: 1;
    background-color: #00538b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  section.sku-distributor .slick-dots li.slick-active button:before {
    background-color: #e7e6e6; }
  section.sku-distributor.slider-dots-bottom .slick-dots {
    position: absolute;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    top: unset;
    right: unset;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%); }

.faq-list {
  margin: 3rem auto; }
  .faq-list .text-simple {
    text-align: center;
    margin-bottom: 2rem; }
  .faq-list .container {
    display: flex; }
    .faq-list .container .faq-nav {
      width: 300px;
      text-transform: uppercase; }
      @media (max-width: 992px) {
        .faq-list .container .faq-nav {
          display: none; } }
      .faq-list .container .faq-nav .nav-link {
        border-radius: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem; }
        .faq-list .container .faq-nav .nav-link h2 {
          margin-bottom: 0;
          font-size: 16px;
          line-height: 22px;
          font-weight: bold;
          color: #000000; }
        .faq-list .container .faq-nav .nav-link.active {
          background-color: #D5D5D5;
          box-shadow: 4px 7px 20px #0000001C; }
    .faq-list .container .faq-content {
      width: 100%;
      max-width: 45rem;
      max-height: 40rem;
      overflow-y: auto;
      padding: 0;
      z-index: 1; }
      @media (max-width: 1024px) {
        .faq-list .container .faq-content {
          max-width: 40rem; } }
      @media (max-width: 992px) {
        .faq-list .container .faq-content {
          width: 100%;
          max-height: 100%;
          overflow-y: hidden; } }
      @media (max-width: 992px) {
        .faq-list .container .faq-content .faq-item {
          display: block;
          opacity: 1; }
          .faq-list .container .faq-content .faq-item ~ .faq-item .faq-item__trigger {
            border-top: 1px solid #D5D5D5; } }
      .faq-list .container .faq-content .faq-item.is-visible .faq-item__trigger {
        box-shadow: 4px 7px 20px #0000001C;
        background-color: #D5D5D5;
        border: none; }
        .faq-list .container .faq-content .faq-item.is-visible .faq-item__trigger .arrow::before {
          -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
      .faq-list .container .faq-content .faq-item.is-visible ul {
        height: 100%;
        opacity: 1;
        padding: 2rem; }
      .faq-list .container .faq-content .faq-item ul {
        list-style: none;
        color: #000;
        height: 100%;
        opacity: 1;
        padding: 3rem; }
        @media (max-width: 992px) {
          .faq-list .container .faq-content .faq-item ul {
            overflow: hidden;
            height: 0;
            opacity: 0;
            margin: 0;
            padding: 0; } }
        .faq-list .container .faq-content .faq-item ul li {
          font-weight: bold;
          margin-bottom: 1rem;
          font-size: 22px;
          line-height: 36px; }
      .faq-list .container .faq-content .faq-item .faqDesc {
        padding-left: 2rem;
        margin-bottom: 3rem;
        color: #000; }
        @media (max-width: 992px) {
          .faq-list .container .faq-content .faq-item .faqDesc {
            padding-left: 0; } }
      .faq-list .container .faq-content .faq-item__trigger {
        display: none; }
        @media (max-width: 992px) {
          .faq-list .container .faq-content .faq-item__trigger {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1.5rem; } }
        .faq-list .container .faq-content .faq-item__trigger .faq-item__heading {
          font-weight: bold; }
        .faq-list .container .faq-content .faq-item__trigger .arrow {
          width: 20px;
          height: 20px;
          font-family: 'icomoon'; }
          .faq-list .container .faq-content .faq-item__trigger .arrow::before {
            content: '\e904';
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            line-height: 1;
            -webkit-transition: all 0.1s ease;
            transition: all 0.1s ease; }

.collection-list-item a {
  position: relative; }
  .collection-list-item a:before {
    content: "";
    height: 0.8px;
    width: 0;
    position: absolute;
    bottom: 8px;
    background-color: #9A9A9A;
    -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
    transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
    bottom: -1px; }
  .collection-list-item a:hover:before {
    width: 100%; }
  .collection-list-item a:hover:before {
    width: 100%; }

.collection-list-item .collection {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  padding-bottom: 3px;
  line-height: 2; }
  .collection-list-item .collection:hover {
    background-size: 100% 1px; }
  .collection-list-item .collection::before {
    content: none; }

.collection-list-item .sub-items {
  margin-top: 5px; }

.collection-list-item .sub-item {
  display: inline-block;
  margin-top: 5px;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  color: #666666;
  position: relative; }
  .collection-list-item .sub-item a:before {
    color: #666666;
    background-color: #666666;
    bottom: -4px; }
  .collection-list-item .sub-item::after {
    content: ",";
    display: inline-block;
    vertical-align: sub;
    padding: 0;
    text-indent: -3px; }

@media screen and (max-width: 1199px) {
  .collection-list-item .sub-items {
    display: none; } }

.collection-list__body-v2-order {
  padding-bottom: 20px; }
  .collection-list__body-v2-order:nth-child(even) {
    flex-direction: row-reverse; }
    .collection-list__body-v2-order:nth-child(even) .image-box-tag {
      right: unset;
      left: -10px; }
    .collection-list__body-v2-order:nth-child(even) .content-wrapper {
      text-align: left; }

.collection-list__body-v2 .image-box {
  position: relative;
  width: 100%;
  height: 220px; }
  @media (min-width: 768px) {
    .collection-list__body-v2 .image-box {
      height: 299px; } }
  .collection-list__body-v2 .image-box-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    top: 0;
    right: -10px;
    background-color: #666666;
    width: 135px;
    height: 40px; }
    .collection-list__body-v2 .image-box-tag p {
      font-family: "aktiv-grotesk", sans-serif;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 1px;
      color: #FFFFFF;
      text-transform: uppercase;
      margin: 0; }
  .collection-list__body-v2 .image-box-img {
    overflow: hidden; }
    .collection-list__body-v2 .image-box-img img {
      z-index: 8;
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%; }

.collection-list__body-v2 .content-wrapper {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-right: 25px;
  padding-left: 25px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  color: #666666;
  font-family: "aktiv-grotesk-medium", sans-serif; }
  @media (min-width: 768px) {
    .collection-list__body-v2 .content-wrapper {
      height: 299px; } }
  .collection-list__body-v2 .content-wrapper__info h2 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%; }
    @media (min-width: 768px) {
      .collection-list__body-v2 .content-wrapper__info h2 {
        padding-bottom: 50px;
        font-size: 36px;
        line-height: 42px; } }
  .collection-list__body-v2 .content-wrapper__info p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    width: 100%;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid #666666;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .collection-list__body-v2 .content-wrapper__info p {
        margin-bottom: 0; } }
  .collection-list__body-v2 .content-wrapper__link {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%; }
    .collection-list__body-v2 .content-wrapper__link a::after {
      margin-left: 15px;
      content: "";
      display: inline-block;
      width: 33px;
      height: 4px;
      vertical-align: middle;
      background: url(../images/icons-roca/Arrow-right-long.svg) no-repeat center;
      transition: all 0.3s cubic-bezier(0, 1, 0.66, 1); }
    .collection-list__body-v2 .content-wrapper__link a:hover::after {
      margin-left: 23px; }

.product-list-item img {
  margin-right: 30px;
  display: inline-block;
  max-height: 55px;
  position: absolute; }

.product-list-item a, .product-list-item span {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .product-list-item a .img-wrap, .product-list-item span .img-wrap {
    content: "";
    position: relative;
    width: 55px;
    height: 55px;
    display: block;
    margin-right: 30px; }
  .product-list-item a .text-wrap, .product-list-item span .text-wrap {
    display: inline-block;
    max-width: 55%; }
    .product-list-item a .text-wrap span, .product-list-item span .text-wrap span {
      text-decoration: none;
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: background-size .3s;
      padding-bottom: 3px;
      line-height: 2; }
  .product-list-item a:hover .text-wrap span, .product-list-item a:focus .text-wrap span, .product-list-item span:hover .text-wrap span, .product-list-item span:focus .text-wrap span {
    background-size: 100% 1px; }

@media screen and (max-width: 767px) {
  .product-list-item a:before {
    display: none; }
  .product-list-item a .text-wrap {
    max-width: 100%; }
  .product-list-item img,
  .product-list-item .img-wrap {
    display: none !important; } }

#productFavoritesDiv .wrapper-producto .wrapper-text .dades .priceStrikethrough {
  text-decoration: line-through;
  font-size: 10px;
  color: #b5b5b5;
  margin-bottom: 5px;
  white-space: nowrap; }

.wrapper-producto {
  background: #F6FBFC !important;
  padding-top: 15px; }
  .wrapper-producto .color-overflow {
    display: inline-block;
    margin-top: 5px;
    position: absolute;
    margin-left: 5px; }
  .wrapper-producto .tags {
    min-height: 50px;
    position: absolute;
    width: 100%;
    z-index: 1; }
    .wrapper-producto .tags ul {
      margin: 0;
      padding: 0;
      display: inline-flex;
      flex-wrap: wrap-reverse; }
      .wrapper-producto .tags ul.dest {
        width: 47%;
        float: left; }
      .wrapper-producto .tags ul.promo {
        width: 47%;
        text-align: right;
        float: right;
        flex-flow: row-reverse wrap; }
      .wrapper-producto .tags ul li {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        list-style-type: none;
        width: 50px;
        height: 50px;
        align-items: center;
        margin: 0 -2px 0 -2px;
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 19px;
        color: white;
        position: relative;
        padding: 0; }
        .wrapper-producto .tags ul li img {
          height: 20px; }
        .wrapper-producto .tags ul li.black {
          background: #000000; }
        .wrapper-producto .tags ul li.green {
          background: #81c97c; }
        .wrapper-producto .tags ul li.grey {
          background: #EAEAEA; }
        .wrapper-producto .tags ul li.blue {
          background: #00538b; }
        .wrapper-producto .tags ul li.beige {
          background: #00538b; }
  .wrapper-producto .wrapper-img {
    height: 230px;
    padding-bottom: calc(360 / 354 * 70%);
    position: relative;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .wrapper-producto .wrapper-img .hover-image {
      width: calc(100% - 35px);
      left: 17px;
      top: 0;
      bottom: 0;
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 0.0;
      transition: 0.25s; }
      @media (max-width: 575.98px) {
        .wrapper-producto .wrapper-img .hover-image {
          width: 100% !important;
          left: 0 !important; } }
      .wrapper-producto .wrapper-img .hover-image:hover {
        opacity: 1.0; }
  .wrapper-producto .code-ref {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 15px;
    color: #000000;
    margin: 0;
    display: inline-block; }
  .wrapper-producto .wrapper-text {
    padding: 16px 20px;
    display: inline-block;
    width: calc(100% - 3px);
    vertical-align: middle;
    height: 257px; }
    .wrapper-producto .wrapper-text .row {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center; }
      .wrapper-producto .wrapper-text .row .coleccion {
        font-family: 'aktivGrotesk-Regular', sans-serif;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #333333; }
        .wrapper-producto .wrapper-text .row .coleccion a {
          color: #666666; }
      .wrapper-producto .wrapper-text .row .options-links ul {
        padding: 0;
        list-style: none;
        margin: 0;
        display: flex; }
    .wrapper-producto .wrapper-text .coleccion {
      font-family: aktiv-grotesk-regular, sans-serif;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 1px;
      color: #333333;
      text-transform: uppercase;
      margin-bottom: 5px; }
      @media (max-height: 768px) {
        .wrapper-producto .wrapper-text .coleccion {
          font-size: 14px; } }
      .wrapper-producto .wrapper-text .coleccion a {
        color: #333333; }
    .wrapper-producto .wrapper-text .title-producto {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: normal;
      font-weight: 300;
      margin-bottom: 0 !important;
      height: 84px !important; }
      @media (max-width: 992px) {
        .wrapper-producto .wrapper-text .title-producto {
          font-size: 9px;
          color: #999999;
          height: 28px !important;
          line-height: unset; } }
      .wrapper-producto .wrapper-text .title-producto a {
        display: block;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden; }
        @media (max-width: 992px) {
          .wrapper-producto .wrapper-text .title-producto a {
            -webkit-line-clamp: 2; } }
    .wrapper-producto .wrapper-text .code-ref {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      color: #000000;
      margin: 0; }
      @media (max-width: 1200px) {
        .wrapper-producto .wrapper-text .code-ref {
          font-size: 10px; } }
      @media (max-width: 992px) {
        .wrapper-producto .wrapper-text .code-ref {
          display: none; } }
    .wrapper-producto .wrapper-text .instalacion {
      min-height: 60px; }
    .wrapper-producto .wrapper-text .colors {
      float: left;
      min-height: 40px;
      margin-top: 15px; }
      .wrapper-producto .wrapper-text .colors .fondo {
        margin-right: 3px;
        background: #FFFFFF;
        border: 1px solid #d6d6d6;
        /* border-radius: 50%; */
        width: 20px;
        height: 20px;
        display: inline-block;
        position: relative;
        padding: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box; }
        .wrapper-producto .wrapper-text .colors .fondo span {
          width: 20px;
          height: 20px;
          display: block;
          /* border-radius: 50%; */
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-transition: all 200ms ease-out;
          transition: all 200ms ease-out;
          background-position: center; }
        .wrapper-producto .wrapper-text .colors .fondo:hover {
          cursor: pointer; }
      .wrapper-producto .wrapper-text .colors .selected {
        border: 3px solid #666666; }
        .wrapper-producto .wrapper-text .colors .selected span {
          width: 17px;
          height: 17px; }
      @media (max-width: 991px) {
        .wrapper-producto .wrapper-text .colors .fondo {
          margin-right: 10px; } }
    .wrapper-producto .wrapper-text .dades {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      font-size: 9px;
      line-height: 26px;
      clear: both;
      margin-top: 13px; }
      .wrapper-producto .wrapper-text .dades .sizes {
        width: 40%;
        float: left;
        text-align: left; }
        @media (max-width: 768px) {
          .wrapper-producto .wrapper-text .dades .sizes {
            font-size: 10px; } }
      .wrapper-producto .wrapper-text .dades p {
        margin-top: 4px; }
      .wrapper-producto .wrapper-text .dades div p {
        display: block;
        font-weight: bold !important;
        color: #333333; }
      .wrapper-producto .wrapper-text .dades .price {
        width: 100%;
        float: right;
        text-align: right;
        white-space: nowrap;
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 15px;
        font-size: 10px;
        text-transform: uppercase; }
        .wrapper-producto .wrapper-text .dades .price span {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 14px;
          line-height: 21px;
          letter-spacing: normal; }
          .wrapper-producto .wrapper-text .dades .price span sub {
            font-family: aktiv-grotesk-light, sans-serif;
            font-style: normal;
            font-weight: 300;
            font-size: 13px;
            line-height: 21px;
            letter-spacing: normal;
            bottom: 0; }
    .wrapper-producto .wrapper-text div.spareparts {
      display: flex;
      justify-content: flex-end;
      align-items: end; }
      .wrapper-producto .wrapper-text div.spareparts .price-spare-parts {
        width: 60%;
        text-align: right;
        text-transform: uppercase;
        margin-bottom: 0.5em; }
    .wrapper-producto .wrapper-text div .price {
      width: 50%;
      display: inline-block;
      text-align: right;
      white-space: nowrap;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 10px;
      font-weight: normal;
      letter-spacing: 1px;
      line-height: 14px;
      text-transform: uppercase;
      margin-left: auto; }
      .wrapper-producto .wrapper-text div .price span {
        font-family: aktiv-grotesk, sans-serif;
        font-size: 12px;
        line-height: 21px;
        letter-spacing: normal; }
        .wrapper-producto .wrapper-text div .price span sub {
          font-family: aktiv-grotesk, sans-serif;
          font-size: 12px;
          line-height: 21px;
          letter-spacing: normal;
          bottom: 0; }

.col-lg-3 .wrapper-producto .wrapper-text .dades {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-bottom: 20px; }
  .col-lg-3 .wrapper-producto .wrapper-text .dades p {
    margin-bottom: 10px; }
  .col-lg-3 .wrapper-producto .wrapper-text .dades .sizes {
    width: 100%; }
  .col-lg-3 .wrapper-producto .wrapper-text .dades .price {
    width: 100%;
    margin-top: auto;
    float: left;
    text-align: left; }

.resume-product {
  background-color: #FFFFFF; }
  .resume-product .wrapper-img {
    width: 100px;
    height: 0;
    padding-bottom: 100px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle; }
  .resume-product .wrapper-text {
    padding: 16px 20px;
    display: inline-block;
    width: calc(100% - 110px);
    vertical-align: middle; }
    .resume-product .wrapper-text .coleccion {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      color: #9A9A9A;
      text-transform: uppercase;
      margin-bottom: 5px; }
      .resume-product .wrapper-text .coleccion a {
        color: #999999; }
    .resume-product .wrapper-text .title-producto {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: normal;
      font-weight: 300; }
      .resume-product .wrapper-text .title-producto a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
    .resume-product .wrapper-text .code-ref {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      color: #000000;
      margin: 0; }
    .resume-product .wrapper-text .dades {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      margin-top: 13px; }
      .resume-product .wrapper-text .dades .price {
        width: 100%;
        float: right;
        text-align: right;
        white-space: nowrap;
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 15px;
        text-transform: uppercase; }
        .resume-product .wrapper-text .dades .price span {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 14px;
          line-height: 21px;
          letter-spacing: normal; }
          .resume-product .wrapper-text .dades .price span sub {
            font-family: aktiv-grotesk-light, sans-serif;
            font-style: normal;
            font-weight: 300;
            font-size: 13px;
            line-height: 21px;
            letter-spacing: normal;
            bottom: 0; }

/* mobile */
@media (max-width: 1025px) {
  .wrapper-producto .tags ul li {
    width: 40px;
    height: 40px; }
  .wrapper-producto .tags ul.dest {
    width: auto;
    float: left; }
  .wrapper-producto .tags ul.promo {
    width: auto;
    text-align: left;
    float: left;
    flex-flow: wrap; }
  .wrapper-producto .wrapper-text .dades {
    flex-direction: column; }
    .wrapper-producto .wrapper-text .dades .sizes,
    .wrapper-producto .wrapper-text .dades .price {
      width: auto;
      display: block;
      text-align: left;
      margin-bottom: 10px;
      margin-right: auto;
      margin-left: 0; }
    .wrapper-producto .wrapper-text .dades .sizes {
      margin-bottom: 5px; } }

/*********hack para os mobile********************/
/***************hack Internet Explorer/Edge ≥ 10**************************/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wrapper-producto .wrapper-text .colors .fondo {
    width: 26px;
    height: 25px; }
    .wrapper-producto .wrapper-text .colors .fondo span {
      width: 22px;
      height: 21px; } }

.wrapper-visual-link {
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .wrapper-visual-link {
      margin-bottom: 70px; } }
  @media (max-width: 767px) {
    .wrapper-visual-link {
      margin-bottom: 70px; } }
  .wrapper-visual-link .visual-link-3r {
    background-repeat: no-repeat; }
  .wrapper-visual-link .distribuidor-basico-left-column {
    display: flex;
    align-items: flex-end; }
    .wrapper-visual-link .distribuidor-basico-left-column .distribuidor-basico-img {
      width: 100%;
      height: 0px;
      padding-bottom: 70.6%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    .wrapper-visual-link .distribuidor-basico-left-column .cta-white-video {
      position: absolute;
      bottom: 60px;
      left: 30px; }
  .wrapper-visual-link .distribuidor-texto .distribuidor-titulo {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: normal;
    margin-bottom: 20px;
    margin-top: 80px;
    color: #000000; }
    @media (max-width: 478px) {
      .wrapper-visual-link .distribuidor-texto .distribuidor-titulo {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 23px;
        line-height: 30px;
        letter-spacing: normal;
        margin-bottom: 10px;
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .wrapper-visual-link .distribuidor-texto .distribuidor-titulo {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px; } }
  .wrapper-visual-link .distribuidor-texto .distribuidor-texto-informativo {
    margin-bottom: 20px; }
    .wrapper-visual-link .distribuidor-texto .distribuidor-texto-informativo p {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 15px;
      line-height: 24px;
      margin-bottom: 0px;
      margin-right: 30px; }
      @media (max-width: 767px) {
        .wrapper-visual-link .distribuidor-texto .distribuidor-texto-informativo p {
          margin-right: 70px; } }
      @media (max-width: 478px) {
        .wrapper-visual-link .distribuidor-texto .distribuidor-texto-informativo p {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 15px;
          line-height: 24px;
          margin-right: 70px; } }
      @media (max-width: 767px) {
        .wrapper-visual-link .distribuidor-texto .distribuidor-texto-informativo p {
          margin-left: 0;
          margin-right: 0; } }
  .wrapper-visual-link .distribuidor-texto .distribuidor-cantidad-productos {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 15px;
    margin-top: 25px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .wrapper-visual-link .distribuidor-texto .distribuidor-cantidad-productos {
        margin-left: 0;
        margin-right: 0; } }
  @media (min-width: 768px) {
    .wrapper-visual-link .distribuidor-texto {
      padding-left: 60px;
      padding-right: 15px; }
    .wrapper-visual-link.column-reverse-mobile .distribuidor-texto {
      padding-right: 60px;
      padding-left: 15px; }
    .wrapper-visual-link .pro-box {
      margin-left: 0 !important; } }
  @media (max-width: 1023px) {
    .wrapper-visual-link .distribuidor-texto-informativo p {
      margin-left: 0; }
    .wrapper-visual-link .distribuidor-titulo {
      margin-left: 0;
      margin-top: 20px; }
    .wrapper-visual-link .cta-black {
      margin-bottom: 20px;
      margin-left: 0 !important; } }
  @media (max-width: 767px) {
    .wrapper-visual-link .pro-box {
      margin-left: 0 !important; } }

/* New mosaic modes */
.wrapper-visual-link.mosaic .distribuidor-texto {
  align-self: center; }

.wrapper-visual-link.mosaic .distribuidor-basico-left-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem 1rem;
  grid-template-areas: "up-left ." "up-left up-right" "up-left up-right" "down-left up-right" "down-left down-right" "down-left down-right" ". down-right"; }
  .wrapper-visual-link.mosaic .distribuidor-basico-left-column .distribuidor-basico-img:nth-child(1) {
    grid-area: up-left; }
  .wrapper-visual-link.mosaic .distribuidor-basico-left-column .distribuidor-basico-img:nth-child(2) {
    grid-area: up-right; }
  .wrapper-visual-link.mosaic .distribuidor-basico-left-column .distribuidor-basico-img:nth-child(3) {
    grid-area: down-left; }
  .wrapper-visual-link.mosaic .distribuidor-basico-left-column .distribuidor-basico-img:nth-child(4) {
    grid-area: down-right; }

.wrapper-visual-link.mosaic.column-reverse-mobile .distribuidor-basico-left-column {
  grid-template-areas: ". up-right" "up-left up-right" "up-left up-right" "up-left down-right" "down-left down-right" "down-left down-right" "down-left ."; }

.acordeon__box {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  padding: 60px 30px; }
  .acordeon__box-header a {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between; }
    .acordeon__box-header a span.arrow {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      font-family: 'icomoon';
      font-weight: 100;
      font-size: 17px;
      z-index: 2; }
      .acordeon__box-header a span.arrow::before {
        content: "\e904";
        display: inline-block;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.66, 1);
        transition: all 0.3s cubic-bezier(0, 1, 0.66, 1); }
    .acordeon__box-header a:hover .arrow:before {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .acordeon__box-header a:hover .js-menu-collapse {
      display: block;
      visibility: visible;
      opacity: 1; }
  .acordeon__box-body {
    padding-top: 40px; }
    .acordeon__box-body p {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 15px;
      line-height: 24px; }

.sales-filters {
  position: relative; }
  .sales-filters .column-height {
    width: 100% !important; }
    @media (min-width: 992px) {
      .sales-filters .column-height {
        height: calc(100vh - 131px);
        overflow: auto;
        padding-right: 20px;
        display: flex;
        flex-direction: column; } }
  .sales-filters__text h2 {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase; }
  .sales-filters__text p {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px; }
  .sales-filters__search button {
    display: block;
    width: 100%;
    border: none;
    background-color: #666666;
    color: #FFFFFF;
    padding: 25px;
    text-align: center;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: normal;
    line-height: 18px;
    text-transform: uppercase; }
  .sales-filters__search label {
    display: block;
    width: 100%;
    margin-top: 11px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.07); }
    .sales-filters__search label i {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: #000000;
      font-size: 20px; }
  .sales-filters__search input {
    display: block;
    width: 100%;
    border: none;
    background-color: #FFFFFF;
    color: #000000;
    padding: 25px 50px 25px 15px;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: normal; }
    .sales-filters__search input::placeholder {
      color: #000000;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: normal; }
  .sales-filters__acordeon {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-top: 20px;
    padding-bottom: 20px; }
    .sales-filters__acordeon h3, .sales-filters__acordeon .acordeon-title {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 20px;
      text-transform: uppercase;
      position: relative;
      display: block;
      width: 100%; }
      .sales-filters__acordeon h3 .minus, .sales-filters__acordeon .acordeon-title .minus {
        display: none; }
      .sales-filters__acordeon h3 a, .sales-filters__acordeon .acordeon-title a {
        position: absolute;
        right: 0; }
        .sales-filters__acordeon h3 a[aria-expanded="true"] .minus, .sales-filters__acordeon .acordeon-title a[aria-expanded="true"] .minus {
          display: block; }
        .sales-filters__acordeon h3 a[aria-expanded="true"] .more, .sales-filters__acordeon .acordeon-title a[aria-expanded="true"] .more {
          display: none; }
        .sales-filters__acordeon h3 a span:not(:last-child), .sales-filters__acordeon .acordeon-title a span:not(:last-child) {
          margin-right: 8px; }
        .sales-filters__acordeon h3 a span.arrow, .sales-filters__acordeon .acordeon-title a span.arrow {
          display: inline-block;
          position: relative;
          vertical-align: middle;
          font-family: 'icomoon';
          font-weight: 100;
          font-size: 17px;
          z-index: 2; }
          .sales-filters__acordeon h3 a span.arrow::before, .sales-filters__acordeon .acordeon-title a span.arrow::before {
            content: "\e904";
            display: inline-block;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.66, 1);
            transition: all 0.3s cubic-bezier(0, 1, 0.66, 1); }
        .sales-filters__acordeon h3 a:hover .arrow:before, .sales-filters__acordeon .acordeon-title a:hover .arrow:before {
          -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
    .sales-filters__acordeon .locColorFilter .custom-control-label-text:before {
      content: '\00B7';
      font-size: 40px;
      vertical-align: middle;
      margin-right: 5px; }
    .sales-filters__acordeon .locColorFilter .custom-control-label-text.gold:before {
      color: #edb309; }
    .sales-filters__acordeon .locColorFilter .custom-control-label-text.silver:before {
      color: #99a3a5; }
    .sales-filters__acordeon .locColorFilter .custom-control-label-text.platinum:before {
      color: #f97512; }
    .sales-filters__acordeon .locColorFilter .custom-control-label-text.pozostale:before {
      color: #12eacf; }
    .sales-filters__acordeon .locColorFilter .custom-control-label-text.black:before {
      color: black; }
    .sales-filters__acordeon .locColorFilter .custom-control-label-text.blue:before {
      color: #00538b; }
    .sales-filters__acordeon .inputs-inline {
      margin-top: 0;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      .sales-filters__acordeon .inputs-inline > div {
        width: 50%;
        margin-bottom: 10px; }
        .sales-filters__acordeon .inputs-inline > div.custom-checkbox {
          -ms-flex-align: start;
          align-items: start; }
          .sales-filters__acordeon .inputs-inline > div.custom-checkbox .custom-control-label::after {
            top: 15px; }
        @media (max-width: 1024px) {
          .sales-filters__acordeon .inputs-inline > div.custom-checkbox .custom-control-label-text {
            display: inline-block;
            max-width: 120px; } }
  .sales-filters__nosearch {
    background-color: #F7F7F7;
    margin-top: 20px;
    display: flex;
    flex-grow: 1;
    align-items: center; }
    .sales-filters__nosearch p {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 15px;
      line-height: 24px;
      text-align: center;
      max-width: 60%;
      margin-left: auto;
      margin-right: auto;
      padding-top: 80px;
      padding-bottom: 80px; }
  .sales-filters__list {
    margin-top: 11px; }
    .sales-filters__list-group {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 20px;
      text-transform: uppercase;
      position: relative;
      display: block;
      margin-left: 20px;
      border-bottom: 1px solid lightgrey; }
      .sales-filters__list-group:after {
        content: "\e904";
        display: inline-block;
        vertical-align: middle;
        font-family: 'icomoon';
        font-size: 16px;
        margin-left: 8px;
        float: right;
        margin-right: 10%;
        color: black;
        font-weight: bold; }
      .sales-filters__list-group.collapsed:after {
        content: "\e90a"; }
      .sales-filters__list-group:before {
        content: '\00B7';
        font-size: 48px;
        vertical-align: middle;
        margin-right: 5px; }
      .sales-filters__list-group.gold:before {
        color: #edb309; }
      .sales-filters__list-group.silver:before {
        color: #99a3a5; }
      .sales-filters__list-group.platinum:before {
        color: #f97512; }
      .sales-filters__list-group.pozostale:before {
        color: #12eacf; }
      .sales-filters__list-group.black:before {
        color: black; }
      .sales-filters__list-group.blue:before {
        color: #00538b; }
    .sales-filters__list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 20px;
      padding-bottom: 20px; }
      .sales-filters__list-item:not(:last-child) {
        border-bottom: 1px solid #EAEAEA; }
      .sales-filters__list-item.collapse.show {
        display: flex; }
      .sales-filters__list-item .filters-list-icon {
        width: 70px;
        position: relative;
        flex-shrink: 0; }
        .sales-filters__list-item .filters-list-icon .wrap-icon {
          display: block;
          color: #FFFFFF;
          width: 25px;
          height: 25px;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          font-size: 8px;
          font-weight: bold;
          border-radius: 3px; }
          .sales-filters__list-item .filters-list-icon .wrap-icon::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 6px 0 6px; }
          .sales-filters__list-item .filters-list-icon .wrap-icon.black {
            background-color: #000000; }
            .sales-filters__list-item .filters-list-icon .wrap-icon.black::after {
              border-color: #000000 transparent transparent transparent; }
          .sales-filters__list-item .filters-list-icon .wrap-icon.platinum {
            background-color: #f97512; }
            .sales-filters__list-item .filters-list-icon .wrap-icon.platinum::after {
              border-color: #f97512 transparent transparent transparent; }
          .sales-filters__list-item .filters-list-icon .wrap-icon.gold {
            background-color: #edb309; }
            .sales-filters__list-item .filters-list-icon .wrap-icon.gold::after {
              border-color: #edb309 transparent transparent transparent; }
          .sales-filters__list-item .filters-list-icon .wrap-icon.silver {
            background-color: #99a3a5; }
            .sales-filters__list-item .filters-list-icon .wrap-icon.silver::after {
              border-color: #99a3a5 transparent transparent transparent; }
          .sales-filters__list-item .filters-list-icon .wrap-icon.pozostale {
            background-color: #12eacf; }
            .sales-filters__list-item .filters-list-icon .wrap-icon.pozostale::after {
              border-color: #12eacf transparent transparent transparent; }
          .sales-filters__list-item .filters-list-icon .wrap-icon.blue {
            background-color: #666666; }
            .sales-filters__list-item .filters-list-icon .wrap-icon.blue::after {
              border-color: #666666 transparent transparent transparent; }
          .sales-filters__list-item .filters-list-icon .wrap-icon span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #FFFFFF; }
      .sales-filters__list-item .filters-list-text {
        flex-grow: 1; }
        .sales-filters__list-item .filters-list-text h3 {
          margin-bottom: 0;
          text-transform: uppercase; }
        .sales-filters__list-item .filters-list-text .filters-info {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 11px;
          letter-spacing: 1px;
          line-height: 15px;
          text-transform: uppercase; }
          .sales-filters__list-item .filters-list-text .filters-info span:nth-child(2) {
            padding-left: 5px;
            position: relative; }
            .sales-filters__list-item .filters-list-text .filters-info span:nth-child(2)::before {
              content: '|';
              position: relative;
              top: 0;
              left: -5px; }
        .sales-filters__list-item .filters-list-text .links-box a[target="_blank"]:after {
          content: "\e90e";
          display: inline-block;
          vertical-align: sub;
          font-family: 'icomoon';
          font-size: 16px;
          font-weight: 100;
          margin-left: 8px; }
        .sales-filters__list-item .filters-list-text .filters-place {
          margin-top: 15px;
          margin-bottom: 15px; }
          .sales-filters__list-item .filters-list-text .filters-place p {
            font-family: aktiv-grotesk, sans-serif;
            font-style: normal;
            font-weight: 300;
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 5px; }
          .sales-filters__list-item .filters-list-text .filters-place a {
            display: block;
            font-family: aktiv-grotesk, sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 11px;
            letter-spacing: normal;
            line-height: 15px;
            color: #666666;
            margin-top: 5px; }
        .sales-filters__list-item .filters-list-text .filters-link {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 11px;
          letter-spacing: normal;
          line-height: 18px;
          text-transform: uppercase;
          margin-bottom: 0;
          position: relative; }
          .sales-filters__list-item .filters-list-text .filters-link[target="_blank"]::after {
            content: "\e90e";
            display: inline-block;
            vertical-align: sub;
            font-family: 'icomoon';
            font-size: 16px;
            font-weight: 100;
            margin-left: 8px; }
          @media (min-width: 992px) {
            .sales-filters__list-item .filters-list-text .filters-link:before {
              content: "";
              height: 1.2px;
              width: 0;
              position: absolute;
              bottom: 8px;
              left: 0;
              background-color: #000000;
              -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
              transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
              bottom: -4px;
              color: #000000;
              -webkit-transition: color 1s cubic-bezier(0, 1, 0.66, 1);
              transition: color 1s cubic-bezier(0, 1, 0.66, 1);
              -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
              transition: width 0.3s cubic-bezier(0, 1, 0.66, 1); }
            .sales-filters__list-item .filters-list-text .filters-link:hover:before {
              width: 100%; } }
        .sales-filters__list-item .filters-list-text .item-logo {
          max-width: 20%;
          vertical-align: top;
          float: right;
          margin: 0 24px; }
  .sales-filters__map {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    height: 300px; }
    .sales-filters__map #map {
      width: 100%;
      height: 100%; }
      @media (max-width: 991px) {
        .sales-filters__map #map {
          padding-bottom: 66%; } }
    @media (min-width: 992px) {
      .sales-filters__map {
        position: absolute;
        top: 0;
        right: 0;
        width: 51%;
        height: 100%;
        padding: 0; } }
    .sales-filters__map-search {
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: #FFFFFF;
      min-width: 400px;
      min-height: 75px;
      justify-content: space-between;
      z-index: 1; }
      .sales-filters__map-search label {
        display: block;
        width: 100%;
        min-height: 75px;
        position: relative; }
        .sales-filters__map-search label i {
          position: absolute;
          top: 53%;
          right: 20px;
          transform: translateY(-50%);
          font-size: 19px; }
      .sales-filters__map-search input {
        border: none;
        padding: 20px 50px 20px 30px;
        display: block;
        width: 100%;
        min-height: 75px;
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: normal; }
      .sales-filters__map-search button {
        position: relative;
        border: none;
        padding: 23px 33px;
        background-color: #666666;
        border-radius: 0;
        -webkit-transition: background 300ms cubic-bezier(0, 1, 0.66, 1);
        transition: background 300ms cubic-bezier(0, 1, 0.66, 1); }
        .sales-filters__map-search button::before {
          content: url(../images/icons/ico-locate.svg);
          color: #FFFFFF;
          width: 16px;
          height: 16px;
          display: block; }
        .sales-filters__map-search button:hover {
          background-color: #807f7f; }
        @media (min-width: 992px) {
          .sales-filters__map-search button span {
            display: none; } }

@media (max-width: 991px) {
  #map {
    padding-bottom: 66%; } }

#marker-content .filters-list-text {
  max-width: 300px; }
  #marker-content .filters-list-text h1, #marker-content .filters-list-text h3 {
    margin-bottom: 0;
    text-transform: uppercase; }
  #marker-content .filters-list-text .filters-info {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: uppercase; }
    #marker-content .filters-list-text .filters-info span:nth-child(2) {
      padding-left: 5px;
      position: relative; }
      #marker-content .filters-list-text .filters-info span:nth-child(2)::before {
        content: '|';
        position: relative;
        top: 0;
        left: -5px; }
  #marker-content .filters-list-text .filters-place {
    margin-top: 15px;
    margin-bottom: 15px; }
    #marker-content .filters-list-text .filters-place p {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 5px; }
    #marker-content .filters-list-text .filters-place a {
      display: block;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: normal;
      line-height: 15px;
      color: #666666;
      margin-top: 5px; }
  #marker-content .filters-list-text .filters-link {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: normal;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative; }
    #marker-content .filters-list-text .filters-link[target="_blank"]::after {
      content: "\e90e";
      display: inline-block;
      vertical-align: sub;
      font-family: 'icomoon';
      font-size: 16px;
      font-weight: 100;
      margin-left: 8px; }
    @media (min-width: 992px) {
      #marker-content .filters-list-text .filters-link:before {
        content: "";
        height: 1.2px;
        width: 0;
        position: absolute;
        bottom: 8px;
        left: 0;
        background-color: #000000;
        -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
        transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
        bottom: -4px;
        color: #000000;
        -webkit-transition: color 1s cubic-bezier(0, 1, 0.66, 1);
        transition: color 1s cubic-bezier(0, 1, 0.66, 1);
        -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
        transition: width 0.3s cubic-bezier(0, 1, 0.66, 1); }
      #marker-content .filters-list-text .filters-link:hover:before {
        width: 100%; } }

.cabecera-disenadores .wrapper-promo-img .info-collection {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 0; }

.cabecera-disenadores .wrapper-promo-img .promo-subtit {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: normal;
  margin: 10px 0 10px 0; }
  @media (min-width: 992px) {
    .cabecera-disenadores .wrapper-promo-img .promo-subtit {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 60px;
      line-height: 70px;
      letter-spacing: normal;
      margin: 20px 0 30px 0; } }

.map-list-contact__logo {
  text-align: center; }
  .map-list-contact__logo .logo {
    max-width: 50%; }

.map-list-contact__text h2 {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.map-list-contact__text p {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 36px; }

.map-list-contact__info {
  margin-top: 60px;
  margin-bottom: 60px; }
  .map-list-contact__info h3 {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 19px;
    text-transform: uppercase; }
    .map-list-contact__info h3:not(:first-child) {
      margin-top: 30px; }
  .map-list-contact__info span {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px; }

.map-list-contact__map {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 66%; }
  .map-list-contact__map #map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.map-list-contact__contact .btn-black {
  background-color: #000000;
  color: #FFFFFF;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 18px;
  text-transform: uppercase;
  padding: 30px 40px;
  text-align: center;
  display: block; }
  @media (min-width: 992px) {
    .map-list-contact__contact .btn-black {
      display: inline-block; } }

.map-list-contact__contact-box {
  background-color: #F7F7F7;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .map-list-contact__contact-box {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 30px;
      padding-right: 30px; } }
  .map-list-contact__contact-box .link-blue {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: normal;
    line-height: 18px;
    text-transform: uppercase;
    color: #666666;
    display: block; }
  .map-list-contact__contact-box .title {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .map-list-contact__contact-box p {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px; }
  .map-list-contact__contact-box .link-icon {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: normal;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative; }
    .map-list-contact__contact-box .link-icon[target="_blank"]::after {
      content: "\e90e";
      display: inline-block;
      vertical-align: sub;
      font-family: 'icomoon';
      font-size: 16px;
      font-weight: 100;
      margin-left: 8px; }
    @media (min-width: 992px) {
      .map-list-contact__contact-box .link-icon:before {
        content: "";
        height: 1.2px;
        width: 0;
        position: absolute;
        bottom: 8px;
        left: 0;
        background-color: #000000;
        -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
        transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
        bottom: -4px;
        color: #000000;
        -webkit-transition: color 1s cubic-bezier(0, 1, 0.66, 1);
        transition: color 1s cubic-bezier(0, 1, 0.66, 1);
        -webkit-transition: width 0.3s cubic-bezier(0, 1, 0.66, 1);
        transition: width 0.3s cubic-bezier(0, 1, 0.66, 1); }
      .map-list-contact__contact-box .link-icon:hover:before {
        width: 100%; } }

.client-valuation__title {
  display: flex;
  justify-content: space-between; }
  .client-valuation__title h2 {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 35px; }
  .client-valuation__title span {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 19px;
    text-transform: uppercase;
    display: none; }
    @media (min-width: 992px) {
      .client-valuation__title span {
        display: block; } }

.client-valuation .wrap-stars p {
  margin-bottom: 0; }

.client-valuation .wrap-stars .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  border-right: .3em solid transparent;
  border-bottom: 0.7em solid #D5D5D5;
  border-left: .3em solid transparent;
  /* tamaño de star */
  font-size: 14px; }
  .client-valuation .wrap-stars .star:before, .client-valuation .wrap-stars .star:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #D5D5D5;
    border-left: 1em solid transparent;
    transform: rotate(-35deg); }
  .client-valuation .wrap-stars .star:after {
    transform: rotate(35deg); }
  .client-valuation .wrap-stars .star.checked {
    border-bottom: 0.7em solid #666666; }
    .client-valuation .wrap-stars .star.checked:before, .client-valuation .wrap-stars .star.checked:after {
      border-bottom: 0.7em solid #666666; }

.client-valuation .wrap-stars span {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  color: #9A9A9A; }

.client-valuation .wrap-stars.stars-small .star {
  font-size: 8px; }

.client-valuation__list {
  margin-top: 60px; }
  .client-valuation__list-item {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #EAEAEA; }
    @media (min-width: 992px) {
      .client-valuation__list-item {
        flex-direction: row; } }
    .client-valuation__list-item .list-item-name {
      display: flex;
      align-items: center;
      width: 100%; }
      @media (min-width: 992px) {
        .client-valuation__list-item .list-item-name {
          width: 25%; } }
      .client-valuation__list-item .list-item-name .wrap-img {
        width: 69px;
        height: 69px;
        /* border-radius: 50%; */
        overflow: hidden;
        margin-right: 20px; }
        .client-valuation__list-item .list-item-name .wrap-img img {
          height: 100%; }
      .client-valuation__list-item .list-item-name .wrap-text p {
        margin-bottom: 5px;
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 19px;
        text-transform: uppercase; }
      .client-valuation__list-item .list-item-name .wrap-text span {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 18px; }
    .client-valuation__list-item .list-item-text {
      width: 100%;
      order: 3; }
      @media (min-width: 992px) {
        .client-valuation__list-item .list-item-text {
          width: 45%;
          order: 0; } }
      @media (min-width: 992px) {
        .client-valuation__list-item .list-item-text .wrap-content {
          max-width: 90%; } }
      .client-valuation__list-item .list-item-text .wrap-content p {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 24px;
        font-style: italic; }
    .client-valuation__list-item .list-item-valuation {
      width: 100%; }
      @media (min-width: 992px) {
        .client-valuation__list-item .list-item-valuation {
          width: 42%; } }
      .client-valuation__list-item .list-item-valuation ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 25px;
        padding-left: 0; }
        .client-valuation__list-item .list-item-valuation ul li {
          width: 50%;
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 11px;
          letter-spacing: normal;
          line-height: 15px;
          text-transform: uppercase;
          margin-bottom: 15px; }
          @media (min-width: 992px) {
            .client-valuation__list-item .list-item-valuation ul li {
              width: 40%; } }
          .client-valuation__list-item .list-item-valuation ul li span {
            font-family: aktiv-grotesk, sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 11px;
            letter-spacing: 1px;
            line-height: 15px;
            padding-left: 10px; }

.designers-list p.right {
  text-align: right;
  padding-right: 12px; }

.designers-list .wrapper-visual-link .distribuidor-texto .distribuidor-texto-informativo {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px; }
  .designers-list .wrapper-visual-link .distribuidor-texto .distribuidor-texto-informativo > * {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px; }

.designers-list .wrapper-visual-link .distribuidor-basico-left-column .distribuidor-basico-img {
  padding-bottom: 54.2%; }

.designers-list .wrapper-visual-link .distribuidor-basico-left-column.distribuidor-texto .distribuidor-titulo {
  max-width: 260px;
  margin-left: 0; }
  @media (max-width: 991px) {
    .designers-list .wrapper-visual-link .distribuidor-basico-left-column.distribuidor-texto .distribuidor-titulo {
      margin-left: 60px; } }

.designers-list .wrapper-visual-link .distribuidor-basico-left-column.distribuidor-texto .distribuidor-texto-informativo {
  max-width: 260px;
  margin-left: 0;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .designers-list .wrapper-visual-link .distribuidor-basico-left-column.distribuidor-texto .distribuidor-texto-informativo {
      margin-left: 60px; } }

.designers-list .wrapper-visual-link .distribuidor-basico-right-column .distribuidor-basico-img {
  width: 100%;
  height: 0px;
  padding-bottom: 54.2%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.designers-list .wrapper-visual-link .distribuidor-basico-right-column.distribuidor-texto .distribuidor-titulo {
  max-width: 260px;
  margin-left: 60px;
  margin-right: 70px; }
  @media (max-width: 991px) {
    .designers-list .wrapper-visual-link .distribuidor-basico-right-column.distribuidor-texto .distribuidor-titulo {
      max-width: 100%; } }

.designers-list .wrapper-visual-link .distribuidor-basico-right-column.distribuidor-texto .distribuidor-texto-informativo {
  max-width: 260px;
  margin-left: 60px;
  margin-right: 70px; }
  @media (max-width: 991px) {
    .designers-list .wrapper-visual-link .distribuidor-basico-right-column.distribuidor-texto .distribuidor-texto-informativo {
      max-width: 100%; } }

.designers-list.designers-list-black {
  background: #000000;
  color: #FFFFFF; }
  .designers-list.designers-list-black .wrapper-visual-link .distribuidor-texto .distribuidor-titulo {
    max-width: 260px;
    color: #FFFFFF;
    margin-left: 0; }
    @media (max-width: 991px) {
      .designers-list.designers-list-black .wrapper-visual-link .distribuidor-texto .distribuidor-titulo {
        max-width: 100%;
        margin-left: 60px;
        margin-right: 70px; } }
  .designers-list.designers-list-black .wrapper-visual-link .distribuidor-texto .distribuidor-texto-informativo {
    max-width: 260px;
    margin-left: 0; }
    @media (max-width: 991px) {
      .designers-list.designers-list-black .wrapper-visual-link .distribuidor-texto .distribuidor-texto-informativo {
        max-width: 100%;
        margin-left: 60px;
        margin-right: 70px; } }
  .designers-list.designers-list-black .wrapper-visual-link .distribuidor-basico-left-column .distribuidor-basico-img {
    padding-bottom: 54.2%; }
  .designers-list.designers-list-black .wrapper-visual-link .distribuidor-basico-left-column .distribuidor-titulo {
    margin-left: auto;
    margin-right: 0;
    color: #FFFFFF; }
    @media (max-width: 991px) {
      .designers-list.designers-list-black .wrapper-visual-link .distribuidor-basico-left-column .distribuidor-titulo {
        max-width: 100%;
        margin-left: 60px;
        margin-right: 70px; } }
  .designers-list.designers-list-black .wrapper-visual-link .distribuidor-basico-left-column .distribuidor-texto-informativo {
    margin-left: auto;
    margin-right: 0; }
    @media (max-width: 991px) {
      .designers-list.designers-list-black .wrapper-visual-link .distribuidor-basico-left-column .distribuidor-texto-informativo {
        max-width: 100%;
        margin-left: 60px;
        margin-right: 70px; } }

.over-product {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  display: none; }
  .over-product .jumbotron {
    background: #FFFFFF;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
    border-radius: 0;
    padding: 0 20px; }
  .over-product__wrapper {
    width: 100%; }
    .over-product__wrapper .addfav {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      text-transform: uppercase;
      margin-right: 40px;
      margin-bottom: 0; }
      .over-product__wrapper .addfav img {
        margin-right: 10px; }
    .over-product__wrapper .verfav {
      margin-bottom: 0; }
    .over-product__wrapper .icon-fav-18:before {
      font-size: 16px;
      position: relative;
      top: 3px;
      right: 2px; }
    .over-product__wrapper .cta-square-black {
      margin-top: 0; }
  .over-product .image {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .over-product .image img {
      position: absolute;
      max-width: 100%;
      max-height: 100%;
      left: 50%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .over-product .wrapper-text {
    padding: 30px;
    overflow: hidden; }
    .over-product .wrapper-text .reference {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      text-transform: uppercase; }
    .over-product .wrapper-text .coleccion {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      color: #666666;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .over-product .wrapper-text .title-producto {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: normal;
      font-weight: 300;
      margin-bottom: 5px; }
      .over-product .wrapper-text .title-producto a {
        display: block; }
    .over-product .wrapper-text .colors {
      display: block;
      margin-bottom: 15px; }
      .over-product .wrapper-text .colors .fondo {
        margin-right: 13px;
        background: #FFFFFF;
        border: none;
        /* border-radius: 50%; */
        width: 24px;
        height: 24px;
        display: inline-block;
        position: relative; }
        .over-product .wrapper-text .colors .fondo span {
          width: 21px;
          height: 21px;
          display: block;
          /* border-radius: 50%; */
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          padding: 0;
          -webkit-box-sizing: content-box;
          -moz-box-sizing: content-box;
          box-sizing: content-box;
          background-position: center; }
    .over-product .wrapper-text .dades {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      line-height: 26px;
      clear: both; }
      .over-product .wrapper-text .dades .sizes {
        width: 40%;
        float: left;
        text-align: left;
        text-transform: uppercase; }
      .over-product .wrapper-text .dades .price {
        width: 60%;
        float: right;
        text-align: right;
        text-transform: uppercase; }
        .over-product .wrapper-text .dades .price span {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 14px;
          line-height: 21px;
          letter-spacing: normal; }
          .over-product .wrapper-text .dades .price span sub {
            font-family: aktiv-grotesk-light, sans-serif;
            font-style: normal;
            font-weight: 300;
            font-size: 13px;
            line-height: 21px;
            letter-spacing: normal;
            bottom: 0; }

@media (max-width: 1024px) {
  .over-product .jumbotron {
    padding: 20px; }
  .over-product .over-product__wrapper .verfav {
    width: 100%;
    text-align: center;
    padding: 20px 11px; }
  .over-product .over-product__wrapper .addfav {
    text-align: center;
    width: calc(100% - 30px);
    margin-top: 42px;
    margin-right: 0; }
  .over-product .over-product__wrapper .cta-square-black {
    margin-top: 0;
    width: 100%; }
  .over-product .wrapper-text {
    padding: 0; }
    .over-product .wrapper-text .title-producto {
      margin-bottom: 15px; }
    .over-product .wrapper-text .reference {
      margin-bottom: 5px; }
    .over-product .wrapper-text .colors {
      margin-bottom: 0; }
    .over-product .wrapper-text .dades .price {
      width: 100%;
      float: left;
      text-align: left;
      margin-bottom: 0; } }

form h2 {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px; }
  @media (max-width: 991px) {
    form h2 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 20px; } }
  @media (max-width: 767px) {
    form h2 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 19px; } }

/*CUSTOM INPUT*/
.custom-form-group {
  max-width: 530px; }
  .custom-form-group label {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: normal;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000000; }
  .custom-form-group .info {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: normal;
    line-height: 15px;
    color: #9A9A9A;
    padding-top: 8px;
    text-transform: uppercase; }
  .custom-form-group .form-group {
    position: relative;
    margin-bottom: 5px;
    border-bottom: 1px solid #000000; }
    .custom-form-group .form-group input.form-control {
      -moz-appearance: none;
      -webkit-appearance: none;
      display: block;
      width: calc(100% - 50px);
      height: 34px;
      padding: 6px 0;
      background-color: transparent;
      background-image: none;
      border: none;
      border-radius: 0;
      box-shadow: none;
      color: #000000;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 26px; }
    .custom-form-group .form-group select.form-control {
      -moz-appearance: none;
      -webkit-appearance: none;
      background-image: url(../images/icons/chevron_down-18.svg);
      background-position: right 0.5em center;
      background-repeat: no-repeat;
      background-size: 1.5em auto;
      background-color: #FFFFFF;
      padding-right: 2em;
      padding-bottom: 0;
      padding-top: 0;
      height: 30px;
      padding-left: 0;
      border: 0;
      border-radius: 0;
      margin-bottom: 4px;
      box-shadow: none;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      color: #000000;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 26px; }
      .custom-form-group .form-group select.form-control:focus {
        background-image: url(../images/icons/chevron_down-18.svg); }
      .custom-form-group .form-group select.form-control::placeholder {
        color: #9A9A9A; }
  .custom-form-group .form-group-textarea textarea.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    display: block;
    width: calc(100% - 50px);
    min-height: 180px;
    padding: 6px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #000000;
    color: #000000;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px; }
    @media (max-width: 767px) {
      .custom-form-group .form-group-textarea textarea.form-control {
        width: 100%; } }
  .custom-form-group .checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute; }
    .custom-form-group .checkbox input[type="checkbox"] + label:after {
      content: "";
      width: 0;
      border-left: 0 solid;
      border-bottom: 0 solid;
      transform: rotate(-60deg); }
    .custom-form-group .checkbox input[type="checkbox"]:checked + label:after {
      content: "";
      width: 18px;
      border-left: 2px solid;
      border-bottom: 2px solid;
      transform: rotate(-45deg); }
  .custom-form-group .checkbox label {
    position: relative;
    padding-left: 40px;
    padding-top: 2px; }
    .custom-form-group .checkbox label:before {
      content: "";
      display: inline-block;
      height: 28px;
      width: 28px;
      border: 1px solid;
      border-radius: 3px;
      top: 3px;
      left: 0;
      position: absolute; }
    .custom-form-group .checkbox label:after {
      content: "";
      display: inline-block;
      height: 12px;
      width: 18px;
      border-left: 2px solid;
      border-bottom: 2px solid;
      transform: rotate(-45deg);
      transition: all 0.26s cubic-bezier(0, 1, 0.66, 1);
      position: absolute;
      left: 4px;
      top: 7px; }
    @media (max-width: 767px) {
      .custom-form-group .checkbox label {
        padding-right: 0; } }

select.form-control option.disabled {
  color: #9A9A9A !important; }

.error textarea.form-control,
.error .form-group,
.error .checkbox label:before {
  border-color: red !important; }

.error .info {
  color: red; }

.form-modal {
  padding: 60px; }
  @media (max-width: 767px) {
    .form-modal {
      padding: 15px 0; } }

.careers-form .more-attachments {
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
  margin-top: 15px;
  text-align: right; }

.careers-form .formInfo {
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: grey; }

.careers-form .acceptLegal a,
.careers-form .acceptComm a {
  text-decoration: underline; }

/* CUSTOM FORMS JAN2021 */
.portlet-forms .ddm-form-basic-info h1.ddm-form-name,
.form-entry .ddm-form-basic-info h1.ddm-form-name {
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px;
  display: inline-block; }
  .portlet-forms .ddm-form-basic-info h1.ddm-form-name:before,
  .form-entry .ddm-form-basic-info h1.ddm-form-name:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    background-color: #000; }

.portlet-forms .ddm-form-basic-info h5.ddm-form-description,
.form-entry .ddm-form-basic-info h5.ddm-form-description {
  margin-top: 40px;
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: black; }

.portlet-forms .container-fluid-1280,
.form-entry .container-fluid-1280 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.portlet-forms .container-fluid-1280::after,
.form-entry .container-fluid-1280::after {
  clear: both;
  content: "";
  display: table; }

.portlet-forms .lfr-ddm-form-container h3.lfr-ddm-form-page-title,
.form-entry .lfr-ddm-form-container h3.lfr-ddm-form-page-title {
  margin-bottom: 9px;
  margin-top: 0;
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #000;
  text-transform: uppercase; }

.portlet-forms .lfr-ddm-form-container h4.lfr-ddm-form-page-description,
.form-entry .lfr-ddm-form-container h4.lfr-ddm-form-page-description {
  margin-bottom: 23px;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px; }

.portlet-forms .lfr-ddm-form-container label.required-warning,
.form-entry .lfr-ddm-form-container label.required-warning {
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: grey; }

.portlet-forms .lfr-ddm-form-container label,
.form-entry .lfr-ddm-form-container label {
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000; }

.portlet-forms .lfr-ddm-form-container .form-control,
.form-entry .lfr-ddm-form-container .form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  width: calc(100% - 50px);
  height: 34px;
  padding: 6px 0;
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px; }

.portlet-forms .lfr-ddm-form-container .input-group textarea.form-control,
.form-entry .lfr-ddm-form-container .input-group textarea.form-control {
  min-height: 100px;
  border: 1px solid black; }

.portlet-forms .lfr-ddm-form-container .input-group .input-group-item,
.form-entry .lfr-ddm-form-container .input-group .input-group-item {
  border-bottom: 1px solid #000; }

.portlet-forms .lfr-ddm-form-container .input-group .form-text,
.form-entry .lfr-ddm-form-container .input-group .form-text {
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: grey;
  text-transform: uppercase;
  text-align: right; }

.portlet-forms .lfr-ddm-form-container .input-group .yui3-aclist .yui3-aclist-content .yui3-aclist-list .yui3-aclist-item,
.form-entry .lfr-ddm-form-container .input-group .yui3-aclist .yui3-aclist-content .yui3-aclist-list .yui3-aclist-item {
  color: #000;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px; }

.portlet-forms .lfr-ddm-form-container .form-group .form-text,
.form-entry .lfr-ddm-form-container .form-group .form-text {
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: grey;
  text-transform: uppercase;
  text-align: right; }

.portlet-forms .lfr-ddm-form-container .form-group .input-select-wrapper .select-field-trigger,
.form-entry .lfr-ddm-form-container .form-group .input-select-wrapper .select-field-trigger {
  border-bottom: solid 1px black;
  background-image: url(../images/icons/chevron_down-18.svg);
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  background-size: 1.5em auto;
  width: 100%; }
  .portlet-forms .lfr-ddm-form-container .form-group .input-select-wrapper .select-field-trigger .select-arrow-down-container,
  .form-entry .lfr-ddm-form-container .form-group .input-select-wrapper .select-field-trigger .select-arrow-down-container {
    display: none; }
  .portlet-forms .lfr-ddm-form-container .form-group .input-select-wrapper .select-field-trigger .multiple-label-list .multiple-label .text-truncate,
  .form-entry .lfr-ddm-form-container .form-group .input-select-wrapper .select-field-trigger .multiple-label-list .multiple-label .text-truncate {
    font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-right: 10px;
    font-weight: 100; }
  .portlet-forms .lfr-ddm-form-container .form-group .input-select-wrapper .select-field-trigger .multiple-label-list .multiple-label .label-item .btn.close .lexicon-icon,
  .form-entry .lfr-ddm-form-container .form-group .input-select-wrapper .select-field-trigger .multiple-label-list .multiple-label .label-item .btn.close .lexicon-icon {
    height: 0.6em;
    width: 0.6em; }

.portlet-forms .lfr-ddm-form-container .form-group .input-select-wrapper .drop-chosen .results-chosen .select-option-item .dropdown-item,
.form-entry .lfr-ddm-form-container .form-group .input-select-wrapper .drop-chosen .results-chosen .select-option-item .dropdown-item {
  color: #000;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px; }
  .portlet-forms .lfr-ddm-form-container .form-group .input-select-wrapper .drop-chosen .results-chosen .select-option-item .dropdown-item .custom-checkbox .custom-control-label-text,
  .form-entry .lfr-ddm-form-container .form-group .input-select-wrapper .drop-chosen .results-chosen .select-option-item .dropdown-item .custom-checkbox .custom-control-label-text {
    color: #000;
    font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 26px; }

.portlet-forms .lfr-ddm-form-container .form-group .input-select-wrapper .d-none,
.portlet-forms .lfr-ddm-form-container .form-group .input-select-wrapper .hide,
.form-entry .lfr-ddm-form-container .form-group .input-select-wrapper .d-none,
.form-entry .lfr-ddm-form-container .form-group .input-select-wrapper .hide {
  display: none !important; }

.portlet-forms .lfr-ddm-form-container .form-group .table-responsive table.table tbody td,
.form-entry .lfr-ddm-form-container .form-group .table-responsive table.table tbody td {
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: grey;
  text-transform: uppercase; }

.portlet-forms .lfr-ddm-form-container .has-error .input-group-item,
.form-entry .lfr-ddm-form-container .has-error .input-group-item {
  border-bottom: 1px solid #da1414; }

.portlet-forms .lfr-ddm-form-container .has-error .form-feedback-item,
.form-entry .lfr-ddm-form-container .has-error .form-feedback-item {
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #da1414;
  text-transform: uppercase;
  text-align: right; }

.portlet-forms .lfr-ddm-form-container .has-error .form-text,
.form-entry .lfr-ddm-form-container .has-error .form-text {
  display: none; }

.portlet-forms .lfr-ddm-form-container .liferay-ddm-form-field-radio .custom-radio .custom-control-input:checked ~ .custom-control-label:before,
.form-entry .lfr-ddm-form-container .liferay-ddm-form-field-radio .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #00538b;
  border-color: #00538b; }

.portlet-forms .lfr-ddm-form-container .liferay-ddm-form-field-radio .custom-radio .custom-control-input,
.form-entry .lfr-ddm-form-container .liferay-ddm-form-field-radio .custom-radio .custom-control-input {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0; }

.portlet-forms .lfr-ddm-form-container .liferay-ddm-form-field-radio .custom-radio .custom-control-label:before, .portlet-forms .lfr-ddm-form-container .liferay-ddm-form-field-radio .custom-radio .custom-control-label:after,
.form-entry .lfr-ddm-form-container .liferay-ddm-form-field-radio .custom-radio .custom-control-label:before,
.form-entry .lfr-ddm-form-container .liferay-ddm-form-field-radio .custom-radio .custom-control-label:after {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0; }

.portlet-forms .lfr-ddm-form-container .lfr-ddm-form-field-container .form-group .btn.select-button,
.form-entry .lfr-ddm-form-container .lfr-ddm-form-field-container .form-group .btn.select-button {
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #000000 !important;
  text-transform: uppercase;
  border: 2px solid #000000 !important;
  padding: 10px 25px;
  margin-top: 20px;
  display: inline-block;
  background: transparent; }
  .portlet-forms .lfr-ddm-form-container .lfr-ddm-form-field-container .form-group .btn.select-button:hover, .portlet-forms .lfr-ddm-form-container .lfr-ddm-form-field-container .form-group .btn.select-button:focus, .portlet-forms .lfr-ddm-form-container .lfr-ddm-form-field-container .form-group .btn.select-button:active,
  .form-entry .lfr-ddm-form-container .lfr-ddm-form-field-container .form-group .btn.select-button:hover,
  .form-entry .lfr-ddm-form-container .lfr-ddm-form-field-container .form-group .btn.select-button:focus,
  .form-entry .lfr-ddm-form-container .lfr-ddm-form-field-container .form-group .btn.select-button:active {
    color: #ffffff !important;
    background-color: #000000;
    text-decoration: none !important; }

.portlet-forms .lfr-ddm-form-container .liferay-ddm-form-field-paragraph p,
.form-entry .lfr-ddm-form-container .liferay-ddm-form-field-paragraph p {
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: grey;
  text-transform: uppercase; }
  .portlet-forms .lfr-ddm-form-container .liferay-ddm-form-field-paragraph p u a:link,
  .portlet-forms .lfr-ddm-form-container .liferay-ddm-form-field-paragraph p u a:visited,
  .portlet-forms .lfr-ddm-form-container .liferay-ddm-form-field-paragraph p u a:active,
  .form-entry .lfr-ddm-form-container .liferay-ddm-form-field-paragraph p u a:link,
  .form-entry .lfr-ddm-form-container .liferay-ddm-form-field-paragraph p u a:visited,
  .form-entry .lfr-ddm-form-container .liferay-ddm-form-field-paragraph p u a:active {
    text-decoration: none; }

.portlet-forms .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-pagination-next,
.form-entry .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-pagination-next {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  color: black;
  display: block;
  -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
  transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49); }
  .portlet-forms .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-pagination-next:hover, .portlet-forms .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-pagination-next:focus, .portlet-forms .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-pagination-next:active,
  .form-entry .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-pagination-next:hover,
  .form-entry .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-pagination-next:focus,
  .form-entry .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-pagination-next:active {
    color: #0071be; }
    .portlet-forms .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-pagination-next:hover:after, .portlet-forms .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-pagination-next:focus:after, .portlet-forms .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-pagination-next:active:after,
    .form-entry .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-pagination-next:hover:after,
    .form-entry .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-pagination-next:focus:after,
    .form-entry .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-pagination-next:active:after {
      right: -12px; }
  .portlet-forms .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-pagination-next:after,
  .form-entry .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-pagination-next:after {
    content: url(../images/icons/arrow_right-24.svg);
    position: relative;
    top: 5px;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
    transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49); }

.portlet-forms .lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-prev,
.form-entry .lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-prev {
  background-color: transparent;
  border: 0;
  color: black;
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  padding-left: 10px;
  -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
  transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49); }
  .portlet-forms .lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-prev:hover, .portlet-forms .lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-prev:focus, .portlet-forms .lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-prev:active,
  .form-entry .lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-prev:hover,
  .form-entry .lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-prev:focus,
  .form-entry .lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-prev:active {
    color: #0071be;
    border-color: #0071be; }
    .portlet-forms .lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-prev:hover:before, .portlet-forms .lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-prev:focus:before, .portlet-forms .lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-prev:active:before,
    .form-entry .lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-prev:hover:before,
    .form-entry .lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-prev:focus:before,
    .form-entry .lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-prev:active:before {
      left: -12px; }
  .portlet-forms .lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-prev:before,
  .form-entry .lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-prev:before {
    content: url(../images/icons/arrow_left-24.svg);
    position: relative;
    top: 5px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
    transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49); }

.portlet-forms .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-submit,
.form-entry .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-submit {
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  border: 0;
  border-radius: 0;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: black;
  padding: 28px 40px;
  display: inline-block;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-transition: background-color 600ms cubic-bezier(0, 1, 0.66, 1);
  transition: background-color 600ms cubic-bezier(0, 1, 0.66, 1); }
  .portlet-forms .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-submit:hover, .portlet-forms .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-submit:focus, .portlet-forms .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-submit:active,
  .form-entry .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-submit:hover,
  .form-entry .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-submit:focus,
  .form-entry .lfr-ddm-form-pagination-controls .btn.lfr-ddm-form-submit:active {
    color: #ffffff;
    background-color: #4d4d4d;
    text-decoration: none; }

.portlet-forms li.multi-step-item.active .multi-step-icon,
.form-entry li.multi-step-item.active .multi-step-icon {
  background-color: black; }

.portlet-forms li.multi-step-item.active div.multi-step-divider,
.form-entry li.multi-step-item.active div.multi-step-divider {
  background-color: black; }

.portlet-forms li.multi-step-item div.multi-step-indicator .multi-step-indicator-label,
.form-entry li.multi-step-item div.multi-step-indicator .multi-step-indicator-label {
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000; }

/* STAR RATING JAN2021 */
.star-rating {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .star-rating .label {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: normal;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
    border: none; }
  .star-rating .stars-group {
    flex-shrink: 0; }
    .star-rating .stars-group > input {
      display: none; }
    .star-rating .stars-group > label {
      color: #ddd;
      float: right; }
      .star-rating .stars-group > label:before {
        display: none;
        margin: 5px;
        font-size: 1.25em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005"; }

.star-rating .stars-group > input:checked ~ label,
.star-rating .stars-group:not(:checked) > label:hover,
.star-rating .stars-group:not(:checked) > label:hover ~ label {
  /* hover previous and current stars, color when clicked */
  color: black; }

.star-rating .stars-group > input:checked + label:hover,
.star-rating .stars-group > input:checked ~ label:hover,
.star-rating .stars-group > label:hover ~ input:checked ~ label,
.star-rating .stars-group > input:checked ~ label:hover ~ label {
  color: #666; }

.curriculum-form .form-heading {
  font-family: aktiv-grotesk, sans-serif;
  color: #000000;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.0125rem; }

.curriculum-form fieldset {
  column-gap: 1rem;
  row-gap: 3rem;
  position: relative;
  justify-content: space-between; }

.curriculum-form .fields-require-text {
  position: absolute;
  top: -0.5rem;
  left: 0;
  display: block;
  color: #db0000;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px; }
  .curriculum-form .fields-require-text.show {
    display: block; }

.curriculum-form .custom-form-group {
  flex-basis: calc(50% - 1rem);
  max-width: 100% !important;
  height: 3rem; }

.curriculum-form .form-group {
  position: relative;
  margin-bottom: 0 !important;
  border-bottom: none !important; }
  .curriculum-form .form-group .form-control {
    outline: 1px solid #9A9A9A;
    padding: 1.5rem 1rem !important;
    color: #9A9A9A !important;
    background-color: #fff !important;
    width: 100% !important;
    border-radius: 0;
    border: none;
    font-size: 0.85rem !important; }
    .curriculum-form .form-group .form-control::placeholder {
      color: #9A9A9A !important; }
    .curriculum-form .form-group .form-control:focus {
      box-shadow: none !important; }
  .curriculum-form .form-group input:focus::placeholder,
  .curriculum-form .form-group textarea:focus::placeholder {
    color: transparent !important;
    visibility: hidden !important; }

.curriculum-form .number-form-group {
  column-gap: 1rem;
  row-gap: 3rem; }
  .curriculum-form .number-form-group .form-group {
    width: 100%; }
  .curriculum-form .number-form-group .form-group:first-of-type {
    width: 100%; }
    @media (min-width: 768px) {
      .curriculum-form .number-form-group .form-group:first-of-type {
        width: 35%; } }

.curriculum-form textarea {
  background-color: #fff !important;
  border-radius: 0 !important; }
  .curriculum-form textarea::placeholder {
    max-width: 70ch; }

.curriculum-form .file-upload-heading {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600; }

.curriculum-form .file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 3rem;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  flex-wrap: wrap;
  outline: 1px solid #9A9A9A; }
  .curriculum-form .file-upload-wrapper::before {
    content: attr(data-file);
    display: inline-flex;
    align-items: center;
    top: 0;
    left: 0;
    max-width: 50%;
    height: 100%;
    background: #fff;
    color: #9A9A9A;
    padding: 1rem;
    font-size: 0.85rem !important;
    overflow: hidden; }
  .curriculum-form .file-upload-wrapper::after {
    content: attr(data-button);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 0.25rem);
    padding: 1rem;
    margin-left: auto;
    margin-right: 0.15rem;
    background: #00538b;
    color: #fff;
    font-size: 0.9rem; }
  .curriculum-form .file-upload-wrapper input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
    cursor: pointer; }
  .curriculum-form .file-upload-wrapper span {
    bottom: -2.5rem !important; }
    @media (min-width: 768px) {
      .curriculum-form .file-upload-wrapper span {
        bottom: -2.5rem !important; } }

.curriculum-form .file-restrictions {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 14px;
  font-weight: 600; }

.curriculum-form .checkbox {
  margin-top: 5rem; }
  .curriculum-form .checkbox input[type="checkbox"] + label {
    line-height: 1.3;
    padding-top: 0;
    text-transform: none;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .curriculum-form .checkbox input[type="checkbox"] + label {
        padding-top: 5px; } }
    .curriculum-form .checkbox input[type="checkbox"] + label::before {
      border: 1px solid #9A9A9A !important; }
    .curriculum-form .checkbox input[type="checkbox"] + label::after {
      color: #fff; }
    .curriculum-form .checkbox input[type="checkbox"] + label a {
      color: #00538b;
      text-decoration: underline; }
  .curriculum-form .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #00538b !important;
    border: none; }
  .curriculum-form .checkbox input[type="checkbox"]:checked + label::after {
    color: #fff; }

.curriculum-form .form-buttons {
  gap: 2rem;
  margin-top: 5rem !important; }
  @media (min-width: 768px) {
    .curriculum-form .form-buttons {
      margin-top: 3rem !important; } }

.curriculum-form .btn-form-submit,
.curriculum-form .btn-form-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 1rem 3rem;
  min-width: 100% !important;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px; }
  @media (min-width: 768px) {
    .curriculum-form .btn-form-submit,
    .curriculum-form .btn-form-cancel {
      min-width: 8rem !important; } }

.curriculum-form .btn-form-submit {
  background: #00538b;
  color: #fff; }

.curriculum-form .btn-form-cancel {
  background: #9A9A9A;
  color: #EAEAEA;
  outline: 1px solid #9A9A9A; }
  .curriculum-form .btn-form-cancel::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("../images/icons/cross-24.svg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 1rem; }

.curriculum-form .form-field-required {
  position: relative; }

.curriculum-form .error-msg-required,
.curriculum-form .error-file-extension,
.curriculum-form .error-email-pattern {
  display: block;
  position: absolute !important;
  left: 0;
  bottom: -1.5rem !important;
  color: #db0000 !important;
  font-size: 0.8rem !important; }

.image-contact-form-translator {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  background-image: none !important;
  background: #fff; }
  .image-contact-form-translator .container {
    padding: 6rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .image-contact-form-translator .container .contact-box {
      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;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #f4f5f5;
      padding-top: 4rem;
      width: 90%;
      overflow: hidden; }
      @media (min-width: 992px) {
        .image-contact-form-translator .container .contact-box {
          width: 100%; } }
      .image-contact-form-translator .container .contact-box .title {
        font-family: "aktiv-grotesk", sans-serif;
        font-size: 2rem;
        max-width: 25ch;
        text-align: center;
        line-height: 1.1;
        font-weight: 400;
        margin-bottom: 3rem;
        padding: 0 1rem;
        color: #292929; }
        @media (min-width: 992px) {
          .image-contact-form-translator .container .contact-box .title {
            font-size: 3rem; } }
      .image-contact-form-translator .container .contact-box iframe {
        width: 100%;
        height: 1450px; }
        @media (min-width: 640px) {
          .image-contact-form-translator .container .contact-box iframe {
            width: 100%;
            height: 1750px; } }
        @media (min-width: 1025px) {
          .image-contact-form-translator .container .contact-box iframe {
            width: 100%; } }

/* CUSTOM FORMS OCT2022 */
body {
  /* MOBILE */ }
  body .portlet-forms .lfr-ddm__default-page-header h1.lfr-ddm__default-page-header-title {
    font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    display: inline-block; }
    body .portlet-forms .lfr-ddm__default-page-header h1.lfr-ddm__default-page-header-title:before {
      content: "";
      height: 2px;
      width: 100%;
      position: absolute;
      bottom: -5px;
      background-color: #000; }
  body .portlet-forms .lfr-ddm__default-page-header .lfr-ddm__default-page-header-line {
    display: none; }
  body .portlet-forms .wizard .lfr-ddm-form-page h2 {
    margin-bottom: 9px;
    margin-top: 0;
    font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #000;
    text-transform: uppercase; }
  body .portlet-forms .wizard .lfr-ddm-form-page p.text-secondary {
    font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: grey;
    text-transform: uppercase; }
  body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group input.ddm-field-text {
    -moz-appearance: none;
    -webkit-appearance: none;
    display: block;
    width: calc(100% - 50px);
    height: 34px;
    padding: 6px 0;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    border-bottom: 1px solid #000;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px; }
    body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group input.ddm-field-text::placeholder {
      color: #9A9A9A;
      font-weight: 400; }
  body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .form-builder-select-field {
    width: calc(100% - 50px); }
    body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .form-builder-select-field .results-chosen {
      background-image: url(../images/icons/chevron_down-18.svg);
      background-position: right 0.5em center;
      background-repeat: no-repeat;
      background-size: 1.5em auto;
      width: 100%; }
      body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .form-builder-select-field .results-chosen .option-selected {
        overflow: hidden;
        border-bottom: 1px solid black; }
      body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .form-builder-select-field .results-chosen .select-arrow-down-container {
        display: none; }
  body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group fieldset .lfr-ddm-legend .ddm-label-required {
    margin: 4px 0 0; }
  body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group fieldset .custom-radio .custom-control-label {
    line-height: 1.5rem; }
  body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .liferay-ddm-form-field-paragraph .liferay-ddm-form-field-paragraph-text a:link,
  body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .liferay-ddm-form-field-paragraph .liferay-ddm-form-field-paragraph-text a:visited,
  body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .liferay-ddm-form-field-paragraph .liferay-ddm-form-field-paragraph-text a:active {
    text-decoration: none; }
  body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .form-feedback-item {
    margin-right: 50px; }
  body .portlet-forms .wizard .lfr-ddm-form-pagination-controls {
    display: flex;
    justify-content: end; }
    body .portlet-forms .wizard .lfr-ddm-form-pagination-controls #ddm-form-submit {
      font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
      font-size: 11px;
      letter-spacing: 1px;
      border: 0;
      border-radius: 0;
      line-height: 15px;
      text-transform: uppercase;
      color: #ffffff;
      background-color: black;
      padding: 28px 40px;
      display: inline-block;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      white-space: nowrap;
      -webkit-transition: background-color 600ms cubic-bezier(0, 1, 0.66, 1);
      transition: background-color 600ms cubic-bezier(0, 1, 0.66, 1); }
      body .portlet-forms .wizard .lfr-ddm-form-pagination-controls #ddm-form-submit:hover, body .portlet-forms .wizard .lfr-ddm-form-pagination-controls #ddm-form-submit:focus, body .portlet-forms .wizard .lfr-ddm-form-pagination-controls #ddm-form-submit:active {
        color: #ffffff;
        background-color: #4d4d4d;
        text-decoration: none; }
  body .dropdown-menu.show {
    min-width: 43%;
    padding: 0; }
    body .dropdown-menu.show ul.list-unstyled .dropdown-item {
      color: #000;
      font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
      font-size: 18px;
      line-height: 26px; }
  @media (max-width: 767.98px) {
    body .portlet-forms .lfr-ddm__default-page-header h1.lfr-ddm__default-page-header-title {
      margin-left: 5px; }
    body .portlet-forms .lfr-ddm__default-page-header .lfr-ddm__default-page-header-line {
      display: none; }
    body .portlet-forms .wizard {
      /* .lfr-ddm-form-pagination-controls{
					display: flex;
					justify-content: end;
					#ddm-form-submit{
						font-family: 'Roboto-Bold', Helvetica, Arial, sans-serif;
						font-size: 11px;
						letter-spacing: 1px;
						border: 0;
						border-radius: 0;
						line-height: 15px;
						text-transform: uppercase;
						color: #FFFFFF;
						background-color: black;
						padding: 28px 40px;
						display: inline-block;
						-webkit-box-align: center;
						align-items: center;
						-webkit-box-pack: center;
						justify-content: center;
						white-space: nowrap;
						-webkit-transition: background-color 600ms cubic-bezier(0, 1, 0.66, 1);
						transition: background-color 600ms cubic-bezier(0, 1, 0.66, 1);
						&:hover, &:focus, &:active {
							color: #FFFFFF;
							background-color: #4d4d4d;
							text-decoration: none;
						}
					}
				} */ }
      body .portlet-forms .wizard .lfr-ddm-form-page {
        padding-left: 20px; }
        body .portlet-forms .wizard .lfr-ddm-form-page h2 {
          font-size: 15px;
          letter-spacing: 0;
          line-height: 20px;
          padding-right: 0; }
        body .portlet-forms .wizard .lfr-ddm-form-page p.text-secondary {
          font-size: 12px; }
        body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group input.form-control {
          width: calc(100% - 20px); }
        body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .form-builder-select-field {
          width: calc(100% - 20px); }
          body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .form-builder-select-field .results-chosen {
            background-image: url(../images/icons/chevron_down-18.svg);
            background-position: right 0.5em center;
            background-repeat: no-repeat;
            background-size: 1.5em auto;
            width: 100%; }
            body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .form-builder-select-field .results-chosen .option-selected {
              overflow: hidden;
              border-bottom: 1px solid black; }
            body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .form-builder-select-field .results-chosen .select-arrow-down-container {
              display: none; }
        body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .lfr-ddm-legend .ddm-label-required {
          margin: 4px 0 0; }
        body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .ddm__radio .custom-radio {
          width: calc(100% - 20px); }
          body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .ddm__radio .custom-radio .custom-control-label .custom-control-label-text {
            line-height: 1.5rem;
            font-size: 0.75rem; }
          body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .ddm__radio .custom-radio .custom-control-label::before {
            top: 4px; }
        body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .liferay-ddm-form-field-paragraph .liferay-ddm-form-field-paragraph-text a:link,
        body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .liferay-ddm-form-field-paragraph .liferay-ddm-form-field-paragraph-text a:visited,
        body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .liferay-ddm-form-field-paragraph .liferay-ddm-form-field-paragraph-text a:active {
          text-decoration: none; }
        body .portlet-forms .wizard .lfr-ddm-form-page .ddm-row .ddm-field .form-group .form-feedback-item {
          margin-right: 20px;
          font-size: 0.75em; }
    body .dropdown-menu.show {
      min-width: 73%; } }

.modal-form {
  display: none; }
  .modal-form.open {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .modal-form-body-no-scroll {
    overflow-y: hidden; }
  .modal-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    width: 100%;
    height: 100%; }
  .modal-form form {
    position: relative;
    background-color: #FFFFFF;
    max-width: 500px;
    width: 100%;
    padding: 60px 50px 40px 50px;
    max-height: 90%;
    margin: auto 0px !important;
    overflow: auto; }
    .modal-form form .close-button {
      position: absolute;
      top: 25px;
      right: 25px;
      cursor: pointer; }
      .modal-form form .close-button img {
        width: 22px;
        height: 22px; }
  .modal-form-description {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 40px; }
  .modal-form .custom-form-group.input-select {
    margin-bottom: 50px; }
  .modal-form .custom-form-group .btn.btn-modal {
    display: flex;
    align-items: self-end;
    justify-content: center;
    margin: 0 auto;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    text-transform: uppercase;
    color: #333333;
    background-color: #D9D9D9;
    width: 200px;
    height: 40px;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); }
  .modal-form .custom-form-group .form-group input::placeholder,
  .modal-form .custom-form-group .form-group select:invalid,
  .modal-form .custom-form-group .form-group select option[value=""] {
    font-family: "aktiv-grotesk", sans-serif;
    color: #999999;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase; }
  .modal-form .custom-form-group .form-group input, .modal-form .custom-form-group .form-group select, .modal-form .custom-form-group .form-group select option {
    color: #000000;
    font-size: 16px; }
  .modal-form .custom-form-group {
    max-width: unset; }
    .modal-form .custom-form-group .checkbox input[type="checkbox"]:checked + label::before {
      background-color: #999999; }
    .modal-form .custom-form-group .checkbox input[type="checkbox"]:checked + label::after {
      content: "";
      width: 12px;
      height: 8px;
      border-left: 2px solid #FFFFFF;
      border-bottom: 2px solid #FFFFFF;
      transform: rotate(-45deg);
      transition: unset; }
    .modal-form .custom-form-group .checkbox label {
      color: #666666;
      font-family: "aktiv-grotesk", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: normal;
      text-transform: unset;
      margin-bottom: 60px; }
      .modal-form .custom-form-group .checkbox label::before {
        width: 18px;
        height: 18px;
        border-color: #999999;
        background-color: #FFFFFF; }
      .modal-form .custom-form-group .checkbox label::after {
        border-color: #FFFFFF;
        left: 3px;
        top: 6px;
        transition: unset; }
      .modal-form .custom-form-group .checkbox label a {
        color: #666666;
        text-decoration: underline; }

.card-professional-profile .card-professional {
  background: #FFFFFF;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
  padding: 35px 40px 40px; }
  .card-professional-profile .card-professional .card-professional-header {
    width: 100%;
    margin-bottom: 40px; }
    .card-professional-profile .card-professional .card-professional-header p {
      margin-bottom: 0;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 20px;
      text-transform: uppercase; }
      .card-professional-profile .card-professional .card-professional-header p.cta-profile {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 18px;
        padding-right: 12px; }
        .card-professional-profile .card-professional .card-professional-header p.cta-profile a {
          text-transform: uppercase;
          display: inline-block; }
          .card-professional-profile .card-professional .card-professional-header p.cta-profile a:after {
            content: url(../images/icons/arrow_right-24.svg);
            position: relative;
            top: 8px;
            right: -13px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
            transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49); }
          .card-professional-profile .card-professional .card-professional-header p.cta-profile a:hover:after {
            right: -26px; }
  .card-professional-profile .card-professional .card-professional-body {
    width: 100%;
    margin-bottom: 20px; }
  .card-professional-profile .card-professional .card-professional-content {
    width: 100%;
    display: flex;
    align-items: center; }
    .card-professional-profile .card-professional .card-professional-content .image {
      min-width: 100px;
      width: 100px;
      height: 100px;
      background: #FFFFFF;
      box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
      /* border-radius: 50%; */
      display: flex;
      align-items: center;
      justify-content: center; }
      .card-professional-profile .card-professional .card-professional-content .image img {
        max-width: 65px;
        height: auto; }
    .card-professional-profile .card-professional .card-professional-content .card-content {
      margin-left: 30px; }
      .card-professional-profile .card-professional .card-professional-content .card-content p {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 1.15;
        letter-spacing: normal;
        margin-bottom: 0; }

@media (max-width: 767px) {
  .card-professional-profile .card-professional {
    padding: 25px 20px 20px; } }

.valuation .card-valuation {
  background: #FFFFFF;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
  padding: 40px; }
  .valuation .card-valuation .valuation-header {
    margin-bottom: 40px; }
    .valuation .card-valuation .valuation-header h2 {
      margin-bottom: 0;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 20px;
      text-transform: uppercase; }
    .valuation .card-valuation .valuation-header p.cta-profile {
      margin-bottom: 0;
      padding-right: 12px;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 18px; }
      .valuation .card-valuation .valuation-header p.cta-profile a {
        text-transform: uppercase;
        display: inline-block; }
        .valuation .card-valuation .valuation-header p.cta-profile a:after {
          content: url(../images/icons/arrow_right-24.svg);
          position: relative;
          top: 8px;
          right: -13px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
          transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49); }
        .valuation .card-valuation .valuation-header p.cta-profile a:hover:after {
          right: -26px; }
  .valuation .card-valuation .card-valuation-list {
    margin-bottom: 60px; }
    .valuation .card-valuation .card-valuation-list:last-child {
      margin-bottom: 20px; }
    .valuation .card-valuation .card-valuation-list .card-valuation-title h3 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: normal;
      line-height: 18px;
      text-transform: uppercase;
      margin-bottom: 30px; }
    .valuation .card-valuation .card-valuation-list .card-valuation-table table {
      min-width: 420px; }
      .valuation .card-valuation .card-valuation-list .card-valuation-table table td {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
        padding: 30px 15px 30px 0;
        margin-bottom: 0; }
        .valuation .card-valuation .card-valuation-list .card-valuation-table table td:first-child {
          padding-left: 0; }
        .valuation .card-valuation .card-valuation-list .card-valuation-table table td.no-valuate {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 12px;
          line-height: 18px; }
        .valuation .card-valuation .card-valuation-list .card-valuation-table table td a:hover {
          opacity: 0.8;
          transition: opacity 0.1s ease-in; }
      .valuation .card-valuation .card-valuation-list .card-valuation-table table th {
        padding: 0 15px 10px 0px;
        border-bottom: 1px solid #000000;
        text-transform: uppercase;
        color: #000000;
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: normal;
        line-height: 15px; }
        .valuation .card-valuation .card-valuation-list .card-valuation-table table th.last {
          width: 15%; }
      @media (max-width: 768px) {
        .valuation .card-valuation .card-valuation-list .card-valuation-table table tr:last-child td {
          border-bottom: 0; } }
      .valuation .card-valuation .card-valuation-list .card-valuation-table table tr td:last-child {
        white-space: nowrap; }
  .valuation .card-valuation .wrap-stars p {
    margin-bottom: 0; }
  .valuation .card-valuation .wrap-stars .star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom: 0.7em solid #D5D5D5;
    border-left: .3em solid transparent;
    /* tamaño de star */
    font-size: 7px; }
    .valuation .card-valuation .wrap-stars .star:before, .valuation .card-valuation .wrap-stars .star:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: .6em;
      left: -1em;
      border-right: 1em solid transparent;
      border-bottom: 0.7em solid #D5D5D5;
      border-left: 1em solid transparent;
      transform: rotate(-35deg); }
    .valuation .card-valuation .wrap-stars .star:after {
      transform: rotate(35deg); }
    .valuation .card-valuation .wrap-stars .star.checked {
      border-bottom: 0.7em solid #666666; }
      .valuation .card-valuation .wrap-stars .star.checked:before, .valuation .card-valuation .wrap-stars .star.checked:after {
        border-bottom: 0.7em solid #666666; }
  .valuation .card-valuation .wrap-stars span {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 15px;
    color: #9A9A9A; }
  .valuation .card-valuation .valuation-link {
    color: #666666;
    text-transform: uppercase;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 18px; }
    .valuation .card-valuation .valuation-link:hover {
      color: #666666;
      opacity: 0.8;
      transition: opacity 0.1s ease-in; }

@media (max-width: 768px) {
  .valuation .card-valuation .card-valuation-list .card-valuation-title h3 {
    margin-bottom: 10px; }
  .valuation .card-valuation .card-valuation-list .card-valuation-table table {
    min-width: 380px;
    margin: 0 auto; }
    .valuation .card-valuation .card-valuation-list .card-valuation-table table td {
      display: block;
      border: none;
      width: 300px;
      padding: 10px 0; }
    .valuation .card-valuation .card-valuation-list .card-valuation-table table tr {
      border-bottom: 1px solid #e7e7ed;
      margin: 10px 0; }
      .valuation .card-valuation .card-valuation-list .card-valuation-table table tr:first-child {
        border-top: 1px solid #e7e7ed; }
    .valuation .card-valuation .card-valuation-list .card-valuation-table table td:first-child {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 15px;
      line-height: 24px;
      margin-top: 10px; }
      .valuation .card-valuation .card-valuation-list .card-valuation-table table td:first-child.no-valuate {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px; }
    .valuation .card-valuation .card-valuation-list .card-valuation-table table td:last-child {
      margin-bottom: 10px; }
  .valuation .card-valuation .card-valuation-list thead {
    display: none; }
  .valuation .card-valuation .card-valuation-list table td {
    border: none; } }

.dashboard .valuation .container {
  padding: 0; }

.pedido-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #9A9A9A;
  flex-wrap: wrap; }
  @media (min-width: 767px) {
    .pedido-item {
      flex-wrap: nowrap; } }
  .pedido-item .wrap-img-text {
    display: flex;
    align-items: top;
    position: relative; }
    .pedido-item .wrap-img-text .wrap-text {
      padding: 0 20px; }
      .pedido-item .wrap-img-text .wrap-text .colection {
        display: block;
        color: #9A9A9A;
        text-transform: bold;
        margin-bottom: 10px;
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: normal;
        line-height: 15px; }
      .pedido-item .wrap-img-text .wrap-text .description {
        display: block;
        color: #000000;
        margin-bottom: 10px;
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: normal; }
      .pedido-item .wrap-img-text .wrap-text .reference {
        color: #000000;
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 15px;
        line-height: 24px; }
      .pedido-item .wrap-img-text .wrap-text__footer {
        display: flex; }
  .pedido-item .total-pedido {
    margin-left: auto; }
    @media (min-width: 767px) {
      .pedido-item .total-pedido {
        padding-top: 0; } }
    .pedido-item .total-pedido p {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      text-transform: uppercase;
      display: inline-block; }
      @media (min-width: 767px) {
        .pedido-item .total-pedido p {
          display: inline-block; } }
    .pedido-item .total-pedido .price {
      display: inline-block;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: normal; }
      .pedido-item .total-pedido .price sub {
        font-family: aktiv-grotesk-light, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        line-height: 21px;
        letter-spacing: normal;
        bottom: 0; }

.calendar {
  position: relative; }
  .calendar .fc .fc-toolbar {
    color: #000000;
    align-items: flex-end;
    padding-top: 16px; }
    .calendar .fc .fc-toolbar .fc-button-group .fc-button {
      background: none;
      border: 0;
      color: #000000;
      padding: 0;
      margin-bottom: 10px; }
      .calendar .fc .fc-toolbar .fc-button-group .fc-button:not(:disabled), .calendar .fc .fc-toolbar .fc-button-group .fc-button:focus, .calendar .fc .fc-toolbar .fc-button-group .fc-button:not(:disabled):active:focus {
        box-shadow: none; }
      .calendar .fc .fc-toolbar .fc-button-group .fc-button .fc-icon {
        font-size: 16px; }
      .calendar .fc .fc-toolbar .fc-button-group .fc-button.fc-prev-button {
        margin-right: 30px; }
      .calendar .fc .fc-toolbar .fc-button-group .fc-button .fc-icon-chevron-left {
        font-family: 'icomoon' !important; }
        .calendar .fc .fc-toolbar .fc-button-group .fc-button .fc-icon-chevron-left:before {
          content: '\e906'; }
      .calendar .fc .fc-toolbar .fc-button-group .fc-button .fc-icon-chevron-right {
        font-family: 'icomoon' !important; }
        .calendar .fc .fc-toolbar .fc-button-group .fc-button .fc-icon-chevron-right:before {
          content: '\e908'; }
    .calendar .fc .fc-toolbar h2 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 48px;
      line-height: 60px;
      letter-spacing: normal;
      text-transform: capitalize;
      margin: 0; }
      .calendar .fc .fc-toolbar h2 span {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: normal;
        margin-left: 20px; }
    .calendar .fc .fc-toolbar .fc-right .fc-button {
      background: none;
      border: 0;
      color: #000000;
      padding: 0;
      margin-bottom: 10px;
      display: block;
      margin: 0;
      text-transform: uppercase;
      cursor: default;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      line-height: 18px;
      color: #666666; }
      .calendar .fc .fc-toolbar .fc-right .fc-button:not(:first-child) {
        margin: 0;
        color: #000000;
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: normal;
        line-height: 15px; }
      .calendar .fc .fc-toolbar .fc-right .fc-button:focus {
        box-shadow: none; }
  .calendar .fc .fc-view-container .fc-widget-header {
    border: 0; }
    .calendar .fc .fc-view-container .fc-widget-header.fc-row {
      border-top: 1px solid #000000;
      padding: 30px 0; }
      .calendar .fc .fc-view-container .fc-widget-header.fc-row .fc-day-header {
        border: 0;
        text-align: left; }
        .calendar .fc .fc-view-container .fc-widget-header.fc-row .fc-day-header span {
          text-transform: uppercase;
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 10px;
          letter-spacing: 1px;
          line-height: 18px; }
  .calendar .fc .fc-widget-content {
    border: 0; }
  .calendar .fc .fc-day-grid-container .fc-day {
    border: 0; }
    .calendar .fc .fc-day-grid-container .fc-day.fc-today {
      background: transparent; }
  .calendar .fc .fc-day-grid-container .fc-day-top {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: normal;
    text-align: left; }
    .calendar .fc .fc-day-grid-container .fc-day-top .fc-day-number {
      float: none; }
  .calendar .fc .fc-day-grid-container .fc-other-month {
    color: transparent; }
  .calendar .fc .fc-day-grid-event {
    padding: 43px 30px 0px 31px;
    background: transparent;
    border: 0;
    margin-top: -25px;
    margin-right: -30px; }
    .calendar .fc .fc-day-grid-event.fc-not-start {
      padding-left: 0; }
      .calendar .fc .fc-day-grid-event.fc-not-start .fc-content:before {
        content: none; }
    .calendar .fc .fc-day-grid-event.fc-not-end .fc-content:after {
      content: none; }
    .calendar .fc .fc-day-grid-event .fc-content {
      height: 1px;
      border: 0;
      background: #666666;
      overflow: visible; }
      .calendar .fc .fc-day-grid-event .fc-content:before {
        content: '';
        width: 19px;
        height: 19px;
        background: #666666;
        /* border-radius: 50%; */
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -29px;
        box-shadow: inset 0 0 0 6px #FFFFFF;
        border: 1px solid #666666; }
      .calendar .fc .fc-day-grid-event .fc-content:after {
        content: '';
        width: 5px;
        height: 5px;
        background: #666666;
        /* border-radius: 50%; */
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -15px; }
  .calendar .modal {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    right: -20px;
    left: auto;
    bottom: auto;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    padding-right: 16px;
    padding-left: 16px; }
    .calendar .modal .modal-content {
      background: #FFFFFF;
      box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
      margin-bottom: 10px;
      padding: 60px 40px 40px;
      position: relative;
      border-radius: 0; }
      .calendar .modal .modal-content .modal-header {
        position: absolute;
        top: 16px;
        right: 16px;
        border: 0; }
        .calendar .modal .modal-content .modal-header button {
          box-shadow: none; }
      .calendar .modal .modal-content .modal-body {
        padding: 0; }
        .calendar .modal .modal-content .modal-body .event {
          border-bottom: 1px solid #9A9A9A;
          padding-bottom: 30px;
          margin-bottom: 30px; }
          .calendar .modal .modal-content .modal-body .event h2 {
            font-family: aktiv-grotesk, sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 11px;
            letter-spacing: normal;
            line-height: 15px;
            text-transform: uppercase;
            margin-bottom: 12px; }
          .calendar .modal .modal-content .modal-body .event p {
            font-family: aktiv-grotesk, sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 12px;
            letter-spacing: 1px;
            line-height: 20px;
            text-transform: uppercase;
            margin-bottom: 12px; }
            .calendar .modal .modal-content .modal-body .event p.direccion {
              font-family: aktiv-grotesk, sans-serif;
              font-style: normal;
              font-weight: 600;
              font-size: 11px;
              letter-spacing: normal;
              line-height: 15px;
              text-transform: uppercase;
              margin-bottom: 12px;
              padding-left: 27px; }
              .calendar .modal .modal-content .modal-body .event p.direccion:before {
                content: url(../images/icons/location18.svg);
                position: absolute;
                left: 0; }
            .calendar .modal .modal-content .modal-body .event p.date {
              font-family: aktiv-grotesk, sans-serif;
              font-style: normal;
              font-weight: 600;
              font-size: 11px;
              letter-spacing: normal;
              line-height: 15px;
              text-transform: uppercase;
              margin-bottom: 12px;
              padding-left: 27px; }
              .calendar .modal .modal-content .modal-body .event p.date:before {
                content: url(../images/icons/date-18.svg);
                position: absolute;
                left: 0; }
            .calendar .modal .modal-content .modal-body .event p.time {
              font-family: aktiv-grotesk, sans-serif;
              font-style: normal;
              font-weight: 600;
              font-size: 11px;
              letter-spacing: normal;
              line-height: 15px;
              margin-bottom: 30px;
              text-transform: uppercase;
              padding-left: 27px; }
              .calendar .modal .modal-content .modal-body .event p.time:before {
                content: url(../images/icons/clock-18.svg);
                position: absolute;
                left: 0; }
            .calendar .modal .modal-content .modal-body .event p.link {
              margin-bottom: 0; }
              .calendar .modal .modal-content .modal-body .event p.link a {
                display: block;
                text-align: center;
                padding: 30px 15px;
                color: white;
                text-transform: uppercase;
                background: black;
                font-family: aktiv-grotesk, sans-serif;
                font-style: normal;
                font-weight: 600;
                font-size: 11px;
                letter-spacing: normal;
                line-height: 15px;
                min-width: 300px;
                width: 100%; }
                .calendar .modal .modal-content .modal-body .event p.link a:hover {
                  opacity: 0.8;
                  transition: opacity 0.1s ease-in; }
          .calendar .modal .modal-content .modal-body .event:last-child {
            border-bottom: 0;
            padding-bottom: 0px;
            margin-bottom: 0px; }

.modal-backdrop-calendar {
  z-index: -1;
  background: transparent; }

@media (min-width: 768px) {
  .calendar .fc .fc-toolbar h2 {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: normal; }
    .calendar .fc .fc-toolbar h2 span {
      margin-left: 5px; }
  .calendar .fc .fc-day-grid-container .fc-day-top {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: normal; }
  .calendar .modal {
    position: fixed;
    top: 0;
    transform: translateY(0);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0; }
    .calendar .modal .modal-content .modal-body .event p.link a {
      min-width: 0; } }

/* Calendar new view mode Apr 2022 */
.calendar {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #F7F7F7; }
  .calendar .calendar-wrapper {
    background-color: #FFFFFF;
    padding-bottom: 0.5rem; }
  .calendar .fc-theme-standard .fc-scrollgrid {
    border: none; }
    .calendar .fc-theme-standard .fc-scrollgrid .fc-scroller .fc-col-header {
      margin-bottom: 0; }
  .calendar .fc-theme-standard th {
    border: none; }
    .calendar .fc-theme-standard th .fc-day {
      text-transform: uppercase;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: normal;
      line-height: 15px; }
  .calendar .fc-theme-standard td {
    border: none; }
  .calendar .fc-theme-standard .fc-daygrid-day {
    transition: all .2s ease; }
    .calendar .fc-theme-standard .fc-daygrid-day:hover {
      background: rgba(107, 163, 184, 0.5); }
    .calendar .fc-theme-standard .fc-daygrid-day.fc-day-today {
      background: #F7F7F7; }
    .calendar .fc-theme-standard .fc-daygrid-day.roca-closing-day {
      z-index: 9;
      position: relative;
      background: white; }
      .calendar .fc-theme-standard .fc-daygrid-day.roca-closing-day .fc-daygrid-day-frame {
        cursor: not-allowed; }
        .calendar .fc-theme-standard .fc-daygrid-day.roca-closing-day .fc-daygrid-day-frame .fc-daygrid-day-top .fc-daygrid-day-number {
          opacity: 0.3; }
        .calendar .fc-theme-standard .fc-daygrid-day.roca-closing-day .fc-daygrid-day-frame .fc-daygrid-day-top p {
          opacity: 0.3; }
    .calendar .fc-theme-standard .fc-daygrid-day .fc-daygrid-day-number {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: normal; }
  .calendar .fc-theme-standard .fc-daygrid-day-frame {
    aspect-ratio: 1;
    cursor: pointer; }
    .calendar .fc-theme-standard .fc-daygrid-day-frame .fc-daygrid-day-top {
      align-items: center;
      flex-direction: column; }
      .calendar .fc-theme-standard .fc-daygrid-day-frame .fc-daygrid-day-top p {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: normal;
        line-height: 15px;
        text-transform: capitalize; }
    .calendar .fc-theme-standard .fc-daygrid-day-frame .fc-daygrid-day-events {
      width: 1px;
      margin: 0 auto; }
      .calendar .fc-theme-standard .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event {
        height: 20px;
        background-color: transparent;
        border-color: transparent; }
        .calendar .fc-theme-standard .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event .fc-event-title-container {
          height: 2px;
          margin-top: 8px;
          background: #00538b; }
        .calendar .fc-theme-standard .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event .fc-event-time {
          display: none; }
        .calendar .fc-theme-standard .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event .fc-event-title {
          display: none; }
        .calendar .fc-theme-standard .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event .fc-daygrid-event-dot {
          display: none; }
        .calendar .fc-theme-standard .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event:before {
          content: '';
          width: 19px;
          height: 19px;
          background: #00538b;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          left: -3px;
          box-shadow: inset 0 0 0 6px #FFFFFF;
          border: 1px solid #00538b;
          z-index: 3; }
        .calendar .fc-theme-standard .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event:after {
          content: '';
          width: 5px;
          height: 5px;
          background: #00538b;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          right: -0.5rem; }
        .calendar .fc-theme-standard .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event.type-event .fc-event-title-container {
          background: #7c7c7c; }
        .calendar .fc-theme-standard .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event.type-event:before {
          border: 1px solid #7c7c7c;
          background: #7c7c7c; }
        .calendar .fc-theme-standard .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event.type-event:after {
          background: #7c7c7c; }
        .calendar .fc-theme-standard .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event.type-exhibition .fc-event-title-container {
          background: #007dba; }
        .calendar .fc-theme-standard .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event.type-exhibition:before {
          border: 1px solid #007dba;
          background: #007dba; }
        .calendar .fc-theme-standard .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event.type-exhibition:after {
          background: #007dba; }
  .calendar .fc .fc-toolbar {
    color: #5F5F5F;
    background: #FFFFFF;
    border-bottom: 2px solid #D5D5D5;
    align-items: center;
    align-self: center;
    position: relative;
    width: 100%;
    place-content: center; }
    .calendar .fc .fc-toolbar .fc-today-button {
      display: none; }
    .calendar .fc .fc-toolbar .fc-button-group {
      position: absolute;
      top: 2rem;
      right: 0;
      width: 100%; }
      .calendar .fc .fc-toolbar .fc-button-group .fc-button {
        background: none;
        border: 0;
        color: #5F5F5F;
        padding: 0;
        margin-bottom: 10px; }
        .calendar .fc .fc-toolbar .fc-button-group .fc-button:not(:disabled), .calendar .fc .fc-toolbar .fc-button-group .fc-button:focus, .calendar .fc .fc-toolbar .fc-button-group .fc-button:not(:disabled):active:focus {
          box-shadow: none; }
        .calendar .fc .fc-toolbar .fc-button-group .fc-button .fc-icon {
          font-size: 16px; }
        .calendar .fc .fc-toolbar .fc-button-group .fc-button.fc-prev-button {
          margin-right: calc(100% - 2rem); }
        .calendar .fc .fc-toolbar .fc-button-group .fc-button .fc-icon-chevron-left {
          font-family: 'icomoon' !important; }
          .calendar .fc .fc-toolbar .fc-button-group .fc-button .fc-icon-chevron-left:before {
            content: '\e906'; }
        .calendar .fc .fc-toolbar .fc-button-group .fc-button .fc-icon-chevron-right {
          font-family: 'icomoon' !important; }
          .calendar .fc .fc-toolbar .fc-button-group .fc-button .fc-icon-chevron-right:before {
            content: '\e908'; }
    .calendar .fc .fc-toolbar h2 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 48px;
      line-height: 60px;
      letter-spacing: normal;
      text-transform: capitalize;
      text-align: center; }
      .calendar .fc .fc-toolbar h2 span.month {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 60px;
        letter-spacing: normal; }
      .calendar .fc .fc-toolbar h2 span.year {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: normal;
        margin-left: 20px; }
    .calendar .fc .fc-toolbar .fc-right .fc-button {
      background: none;
      border: 0;
      color: #5F5F5F;
      padding: 0;
      margin-bottom: 10px;
      display: block;
      margin: 0;
      text-transform: uppercase;
      cursor: default;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 20px;
      color: #00538b; }
      .calendar .fc .fc-toolbar .fc-right .fc-button:not(:first-child) {
        margin: 0;
        color: #5F5F5F;
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: normal;
        line-height: 15px; }
      .calendar .fc .fc-toolbar .fc-right .fc-button:focus {
        box-shadow: none; }
  .calendar .sidebar-wrapper .sidebar {
    padding: 2rem 1rem;
    background-color: #6c6c6c; }
    .calendar .sidebar-wrapper .sidebar .current-events h3 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 19px;
      letter-spacing: 1px;
      line-height: 26px;
      color: #FFFFFF;
      text-transform: uppercase; }
    .calendar .sidebar-wrapper .sidebar .current-events--list {
      margin-bottom: 2rem; }
    .calendar .sidebar-wrapper .sidebar .upcoming-events h3 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 19px;
      letter-spacing: 1px;
      line-height: 26px;
      color: #FFFFFF;
      text-transform: uppercase; }

/* Calendar modal */
.calendar-dayview-modal .modal-header {
  padding: 0;
  height: 50px;
  width: 50px;
  align-self: flex-end;
  justify-content: center; }
  .calendar-dayview-modal .modal-header button.close {
    width: 50px;
    height: 50px;
    background-color: #000000;
    border-radius: 0; }
    .calendar-dayview-modal .modal-header button.close i {
      color: #FFFFFF; }

.calendar-dayview-modal .modal-content .modal-body {
  display: flex; }
  @media (min-width: 768px) {
    .calendar-dayview-modal .modal-content .modal-body {
      flex-direction: row; } }
  .calendar-dayview-modal .modal-content .modal-body .col-left {
    text-align: center;
    padding-top: 0.5rem; }
    @media (min-width: 768px) {
      .calendar-dayview-modal .modal-content .modal-body .col-left {
        text-align: initial; } }
    .calendar-dayview-modal .modal-content .modal-body .col-left .date {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 19px;
      letter-spacing: 1px;
      line-height: 26px;
      text-transform: uppercase; }
  .calendar-dayview-modal .modal-content .modal-body .col-right {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    .calendar-dayview-modal .modal-content .modal-body .col-right .event-card {
      background: #FFFFFF;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      position: relative;
      padding-bottom: 1rem; }
      @media (min-width: 768px) {
        .calendar-dayview-modal .modal-content .modal-body .col-right .event-card {
          flex-direction: row;
          max-height: 20rem; } }
      .calendar-dayview-modal .modal-content .modal-body .col-right .event-card + .event-card {
        margin-top: 2rem; }
      .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-info {
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-grow: 1;
        background-color: #FFFFFF;
        padding: 0 2rem; }
        .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-info .tag-list {
          margin-bottom: 0.5rem;
          padding-left: 0;
          position: absolute;
          top: 13.5rem;
          right: 1rem; }
          @media (min-width: 768px) {
            .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-info .tag-list {
              position: initial; } }
          .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-info .tag-list .tag-item {
            font-family: aktiv-grotesk, sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            letter-spacing: 1px;
            line-height: 20px;
            display: list-item;
            text-align: right; }
            @media (min-width: 768px) {
              .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-info .tag-list .tag-item {
                display: inline-block;
                text-align: left; } }
            .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-info .tag-list .tag-item + .tag-item {
              margin-top: 0.5rem; }
              @media (min-width: 768px) {
                .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-info .tag-list .tag-item + .tag-item {
                  margin-left: 1rem;
                  margin-top: 0; } }
      .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-actions {
        align-self: center;
        display: flex;
        flex-direction: column; }
        .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-actions a {
          display: block; }
          .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-actions a i {
            margin-right: 0.5rem; }
          .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-actions a.cta-black-outline, .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-actions a.cta-black {
            font-family: aktiv-grotesk, sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            letter-spacing: 1px;
            line-height: 20px;
            align-items: center;
            background: transparent;
            color: inherit;
            display: flex;
            flex-direction: row;
            justify-content: center;
            padding: 1.25rem 2.5rem;
            transition: all .3s ease;
            text-transform: uppercase;
            width: 100%; }
            .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-actions a.cta-black-outline:hover, .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-actions a.cta-black:hover {
              text-decoration: none; }
          .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-actions a.cta-black {
            border: solid 2px #000000;
            background: #000000;
            color: #FFFFFF !important; }
          .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-actions a.cta-black-outline {
            padding: 1.25rem 1.375rem;
            border: solid 2px #000000; }
          .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-actions a + a {
            margin-top: 0.5rem; }
      .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-title {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 20px;
        margin-bottom: .5rem;
        text-decoration: none; }
      .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-description {
        font-family: aktiv-grotesk-light, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        display: none; }
        @media (min-width: 768px) {
          .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-description {
            display: block; } }
      .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-agenda {
        padding-left: 0;
        margin-bottom: 0.5rem; }
        .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-agenda li {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 11px;
          letter-spacing: 1px;
          line-height: 15px;
          display: inline-block; }
        .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-agenda .agenda-tag {
          background-color: #6c6c6c;
          color: #FFFFFF;
          padding: 0.5rem;
          display: none; }
          @media (min-width: 768px) {
            .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-agenda .agenda-tag {
              display: inline-block; } }
          .calendar-dayview-modal .modal-content .modal-body .col-right .event-card .event-agenda .agenda-tag + .agenda-date {
            margin-left: 1rem; }

/* Calendar events cards */
.calendar .event-card {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    .calendar .event-card {
      flex-direction: row;
      max-height: 20rem;
      column-gap: 16px;
      justify-content: stretch; } }
  .calendar .event-card + .event-card {
    margin-top: 2rem; }
  .calendar .event-card .event-image {
    height: 12.5rem;
    width: 100%; }
    @media (min-width: 768px) {
      .calendar .event-card .event-image {
        flex-basis: 30%;
        height: 20rem;
        width: 30%; } }
    .calendar .event-card .event-image img {
      object-fit: cover;
      object-position: center;
      height: 100%;
      width: 100%; }
  .calendar .event-card .event-dates {
    background-color: #FFFFFF; }
    @media (min-width: 768px) {
      .calendar .event-card .event-dates {
        flex-basis: 7%;
        padding: 2rem 1rem;
        row-gap: 2rem; } }
    .calendar .event-card .event-dates.range-date {
      background-color: #FFFFFF;
      margin-left: 1rem; }
      @media (min-width: 768px) {
        .calendar .event-card .event-dates.range-date {
          margin-left: 0; } }
      .calendar .event-card .event-dates.range-date .start-date {
        color: #7c7c7c; }
        @media (min-width: 768px) {
          .calendar .event-card .event-dates.range-date .start-date {
            flex-direction: column;
            align-items: flex-end; } }
      .calendar .event-card .event-dates.range-date .end-date {
        color: var(--gallery-black); }
        @media (min-width: 768px) {
          .calendar .event-card .event-dates.range-date .end-date {
            flex-direction: column;
            margin-left: 0;
            align-items: flex-end; } }
        .calendar .event-card .event-dates.range-date .end-date .day::before {
          content: '';
          position: absolute;
          top: -0.5rem;
          left: 0;
          width: 1px;
          height: 4rem;
          background-color: #7c7c7c;
          transform: rotate(45deg); }
          @media (min-width: 768px) {
            .calendar .event-card .event-dates.range-date .end-date .day::before {
              transform: rotate(90deg);
              height: 2rem;
              top: -1rem;
              left: 2.5rem; } }
  .calendar .event-card .event-info {
    background-color: #FFFFFF;
    padding: 2rem 1rem; }
    @media (min-width: 768px) {
      .calendar .event-card .event-info {
        flex-basis: 63%; } }
    .calendar .event-card .event-info .tag-list {
      margin-bottom: 1rem;
      position: absolute;
      top: 13.5rem;
      right: 1rem;
      padding-left: 0; }
      @media (min-width: 768px) {
        .calendar .event-card .event-info .tag-list {
          position: initial; } }
      .calendar .event-card .event-info .tag-list .tag-item {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 15px;
        display: list-item;
        text-align: right; }
        @media (min-width: 768px) {
          .calendar .event-card .event-info .tag-list .tag-item {
            display: inline-block;
            text-align: left; } }
        .calendar .event-card .event-info .tag-list .tag-item + .tag-item {
          margin-top: 0.5rem; }
          @media (min-width: 768px) {
            .calendar .event-card .event-info .tag-list .tag-item + .tag-item {
              margin-left: 1rem;
              margin-top: 0; } }
    .calendar .event-card .event-info .location-info li, .calendar .event-card .event-info .online-info li {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      display: inline-block; }
      .calendar .event-card .event-info .location-info li + li, .calendar .event-card .event-info .online-info li + li {
        margin-left: 1rem; }
      .calendar .event-card .event-info .location-info li i, .calendar .event-card .event-info .online-info li i {
        margin-right: 0.5rem; }
    .calendar .event-card .event-info .location-info {
      margin-bottom: 0.5rem; }
  .calendar .event-card .event-title {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: .5rem; }
  .calendar .event-card .event-description {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 1.5rem;
    display: none; }
    @media (min-width: 768px) {
      .calendar .event-card .event-description {
        display: block; } }
  .calendar .event-card .event-agenda {
    margin-bottom: 1.5rem;
    padding-left: 0; }
    .calendar .event-card .event-agenda li {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      display: inline-block; }
    .calendar .event-card .event-agenda .agenda-tag {
      background-color: #7c7c7c;
      color: #FFFFFF;
      padding: 0.5rem;
      display: none; }
      @media (min-width: 768px) {
        .calendar .event-card .event-agenda .agenda-tag {
          display: inline-block; } }
      .calendar .event-card .event-agenda .agenda-tag + .agenda-date {
        margin-left: 1rem; }
  .calendar .event-card .event-cta {
    display: block;
    margin: 0 1rem; }
    .calendar .event-card .event-cta .cta-black-outline {
      width: 100%; }
    @media (min-width: 768px) {
      .calendar .event-card .event-cta {
        display: none; } }
  .calendar .event-card--small {
    background: transparent; }
    @media (min-width: 768px) {
      .calendar .event-card--small {
        max-height: 5rem; } }
    .calendar .event-card--small .event-image {
      height: 5rem; }
      @media (min-width: 768px) {
        .calendar .event-card--small .event-image {
          height: 5rem; } }
    .calendar .event-card--small .event-dates {
      display: none; }
    .calendar .event-card--small .event-info {
      padding: 0;
      background-color: transparent; }
      .calendar .event-card--small .event-info .tag-list {
        margin-bottom: 0; }
        .calendar .event-card--small .event-info .tag-list .tag-item {
          color: #FFFFFF; }
          .calendar .event-card--small .event-info .tag-list .tag-item.type-event::after {
            content: '';
            margin-left: 5px;
            padding-left: 12px;
            border-radius: 50%;
            background-color: #7c7c7c; }
          .calendar .event-card--small .event-info .tag-list .tag-item.type-exhibition::after {
            content: '';
            margin-left: 5px;
            padding-left: 12px;
            border-radius: 50%;
            background-color: #007dba; }
      .calendar .event-card--small .event-info .location-info, .calendar .event-card--small .event-info .online-info {
        display: none; }
    .calendar .event-card--small .event-title {
      color: #FFFFFF;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 26px;
      margin-bottom: 0; }
    .calendar .event-card--small .event-description {
      color: #FFFFFF; }
    .calendar .event-card--small .event-agenda li {
      color: #FFFFFF; }
    .calendar .event-card--small .event-cta {
      display: none; }

/**
 * Toolkit styles
 */
@font-face {
  font-family: 'rocablack';
  src: url("../fonts/roca-black/roca_black-webfont.eot");
  src: url("../fonts/roca-black/roca_black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roca-black/roca_black-webfont.woff2") format("woff2"), url("../fonts/roca-black/roca_black-webfont.woff") format("woff"), url("../fonts/roca-black/roca_black-webfont.ttf") format("truetype"), url("../fonts/roca-black/roca_black-webfont.svg#rocablack") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aktiv-grotesk';
  src: url("../fonts/AktivGrotesk_Bd/AktivGrotesk_Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aktiv-grotesk-light';
  src: url("../fonts/AktivGrotesk_Bd/AktivGrotesk_Lt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aktiv-grotesk-medium';
  src: url("../fonts/AktivGrotesk_Bd/AktivGrotesk_Md.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rocablack_italic';
  src: url("../fonts/roca-black/roca-black_italic-webfont.eot");
  src: url("../fonts/roca-black/roca-black_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roca-black/roca-black_italic-webfont.woff2") format("woff2"), url("../fonts/roca-black/roca-black_italic-webfont.woff") format("woff"), url("../fonts/roca-black/roca-black_italic-webfont.ttf") format("truetype"), url("../fonts/roca-black/roca-black_italic-webfont.svg#rocablack_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rocabold_italic';
  src: url("../fonts/roca-black/roca-bold_italic-webfont.eot");
  src: url("../fonts/roca-black/roca-bold_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roca-black/roca-bold_italic-webfont.woff2") format("woff2"), url("../fonts/roca-black/roca-bold_italic-webfont.woff") format("woff"), url("../fonts/roca-black/roca-bold_italic-webfont.ttf") format("truetype"), url("../fonts/roca-black/roca-bold_italic-webfont.svg#rocabold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rocabold';
  src: url("../fonts/roca-black/roca-bold-webfont.eot");
  src: url("../fonts/roca-black/roca-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roca-black/roca-bold-webfont.woff2") format("woff2"), url("../fonts/roca-black/roca-bold-webfont.woff") format("woff"), url("../fonts/roca-black/roca-bold-webfont.ttf") format("truetype"), url("../fonts/roca-black/roca-bold-webfont.svg#rocabold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rocalight_italic';
  src: url("../fonts/roca-black/roca-light_italic-webfont.eot");
  src: url("../fonts/roca-black/roca-light_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roca-black/roca-light_italic-webfont.woff2") format("woff2"), url("../fonts/roca-black/roca-light_italic-webfont.woff") format("woff"), url("../fonts/roca-black/roca-light_italic-webfont.ttf") format("truetype"), url("../fonts/roca-black/roca-light_italic-webfont.svg#rocalight_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rocalight';
  src: url("../fonts/roca-black/roca-light-webfont.eot");
  src: url("../fonts/roca-black/roca-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roca-black/roca-light-webfont.woff2") format("woff2"), url("../fonts/roca-black/roca-light-webfont.woff") format("woff"), url("../fonts/roca-black/roca-light-webfont.ttf") format("truetype"), url("../fonts/roca-black/roca-light-webfont.svg#rocalight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rocaitalic';
  src: url("../fonts/roca-black/roca-regular_italic-webfont.eot");
  src: url("../fonts/roca-black/roca-regular_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roca-black/roca-regular_italic-webfont.woff2") format("woff2"), url("../fonts/roca-black/roca-regular_italic-webfont.woff") format("woff"), url("../fonts/roca-black/roca-regular_italic-webfont.ttf") format("truetype"), url("../fonts/roca-black/roca-regular_italic-webfont.svg#rocaitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roca';
  src: url("../fonts/roca-black/roca-regular-webfont.eot");
  src: url("../fonts/roca-black/roca-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roca-black/roca-regular-webfont.woff2") format("woff2"), url("../fonts/roca-black/roca-regular-webfont.woff") format("woff"), url("../fonts/roca-black/roca-regular-webfont.ttf") format("truetype"), url("../fonts/roca-black/roca-regular-webfont.svg#roca") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/roboto/Roboto-Bold.eot");
  src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype"), url("../fonts/roboto/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/roboto/Roboto-Regular.eot");
  src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype"), url("../fonts/roboto/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Light';
  src: url("../fonts/roboto/Roboto-Light.eot");
  src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype"), url("../fonts/roboto/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icofonts/icomoon.eot?nidxzc");
  src: url("../fonts/icofonts/icomoon.eot?nidxzc#iefix") format("embedded-opentype"), url("../fonts/icofonts/icomoon.ttf?nidxzc") format("truetype"), url("../fonts/icofonts/icomoon.woff?nidxzc") format("woff"), url("../fonts/icofonts/icomoon.svg?nidxzc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook-18:before {
  content: "\e91b";
  color: #fff; }

.icon-instagram-18:before {
  content: "\e91d";
  color: #fff; }

.icon-pinterest-18:before {
  content: "\e91f";
  color: #fff; }

.icon-twitter-18:before {
  content: "\e920";
  color: #fff; }

.icon-youtube-18:before {
  content: "\e921";
  color: #fff; }

.icon-arrow_left-24:before {
  content: "\e900"; }

.icon-arrow_right-24:before {
  content: "\e901"; }

.icon-cart-24:before {
  content: "\e902";
  color: #7c7c7c; }

.icon-chevron_down-18:before {
  content: "\e903"; }

.icon-chevron_down-24:before {
  content: "\e904"; }

.icon-chevron_left-18:before {
  content: "\e905"; }

.icon-chevron_left-24:before {
  content: "\e906"; }

.icon-chevron_right-18:before {
  content: "\e907"; }

.icon-chevron_right-24:before {
  content: "\e908"; }

.icon-chevron_up-18:before {
  content: "\e909"; }

.icon-chevron_up-24:before {
  content: "\e90a"; }

.icon-comparador_off-18:before {
  content: "\e90b"; }

.icon-comparador_on-18:before {
  content: "\e90c"; }

.icon-cross-24:before {
  content: "\e90d"; }

.icon-external-18:before {
  content: "\e90e"; }

.icon-fav-18:before {
  content: "\e90f"; }

.icon-filters-24:before {
  content: "\e910"; }

.icon-logout-18:before {
  content: "\e911"; }

.icon-menu-24:before {
  content: "\e912"; }

.icon-search-24:before {
  content: "\e913";
  color: #7c7c7c; }

.icon-search-filter-24:before {
  content: "\e913";
  color: #fff; }

@font-face {
  font-family: 'rocagallery-icons';
  src: url("../fonts/rocagallery-icons/rocagallery-icons.eot?bq9rtg");
  src: url("../fonts/rocagallery-icons/rocagallery-icons.eot?bq9rtg#iefix") format("embedded-opentype"), url("../fonts/rocagallery-icons/rocagallery-icons.ttf?bq9rtg") format("truetype"), url("../fonts/rocagallery-icons/rocagallery-icons.woff?bq9rtg") format("woff"), url("../fonts/rocagallery-icons/rocagallery-icons.svg?bq9rtg#rocagallery-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="rocagallery-"], [class*=" rocagallery-"], .rocagallery-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'rocagallery-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.rocagallery-user-icon:before {
  content: "\e916"; }

.rocagallery-menu-icon:before {
  content: "\e920"; }

.rocagallery-arrow-down-icon:before {
  content: "\e900"; }

.rocagallery-arrow-expand-icon:before {
  content: "\e901"; }

.rocagallery-arrow-left-icon:before {
  content: "\e902"; }

.rocagallery-arrow-right-icon:before {
  content: "\e903"; }

.rocagallery-arrow-right-alt-icon:before {
  content: "\e904"; }

.rocagallery-bookmark-outline-icon:before {
  content: "\e905"; }

.rocagallery-bookmark-solid-icon:before {
  content: "\e906"; }

.rocagallery-calendar-icon:before {
  content: "\e907"; }

.rocagallery-check-icon:before {
  content: "\e908"; }

.rocagallery-chevron-down-icon:before {
  content: "\e909"; }

.rocagallery-chevron-left-icon:before {
  content: "\e90a"; }

.rocagallery-chevron-right-icon:before {
  content: "\e90b"; }

.rocagallery-chevron-up-icon:before {
  content: "\e90c"; }

.rocagallery-close-icon:before {
  content: "\e90d"; }

.rocagallery-edit-icon:before {
  content: "\e90e"; }

.rocagallery-edit-roca-icon:before {
  content: "\e90f"; }

.rocagallery-email-icon:before {
  content: "\e910"; }

.rocagallery-facebook-icon:before {
  content: "\e911"; }

.rocagallery-heart-outline-icon:before {
  content: "\e912"; }

.rocagallery-heart-solid-icon:before {
  content: "\e913"; }

.rocagallery-linkedin-icon:before {
  content: "\e914"; }

.rocagallery-logout-line-icon:before {
  content: "\e915"; }

.rocagallery-monitor-icon:before {
  content: "\e917"; }

.rocagallery-pin-icon:before {
  content: "\e918"; }

.rocagallery-pinterest-icon:before {
  content: "\e919"; }

.rocagallery-play-icon:before {
  content: "\e91a"; }

.rocagallery-search-icon:before {
  content: "\e91b"; }

.rocagallery-share-icon:before {
  content: "\e91c"; }

.rocagallery-sinaweibo-icon:before {
  content: "\e91d"; }

.rocagallery-tag-icon:before {
  content: "\e91e"; }

.rocagallery-twitter-icon:before {
  content: "\e91f"; }

.rocagallery-wechat-icon:before {
  content: "\e921"; }

.rocagallery-whatsapp-icon:before {
  content: "\e922"; }

.rocagallery-user-icon-after:after {
  content: "\e916"; }

.rocagallery-menu-icon-after:after {
  content: "\e920"; }

.rocagallery-arrow-down-icon-after:after {
  content: "\e900"; }

.rocagallery-arrow-expand-icon-after:after {
  content: "\e901"; }

.rocagallery-arrow-left-icon-after:after {
  content: "\e902"; }

.rocagallery-arrow-right-icon-after:after {
  content: "\e903"; }

.rocagallery-arrow-right-alt-icon-after:after {
  content: "\e904"; }

.rocagallery-bookmark-outline-icon-after:after {
  content: "\e905"; }

.rocagallery-bookmark-solid-icon-after:after {
  content: "\e906"; }

.rocagallery-calendar-icon-after:after {
  content: "\e907"; }

.rocagallery-check-icon-after:after {
  content: "\e908"; }

.rocagallery-chevron-down-icon-after:after {
  content: "\e909"; }

.rocagallery-chevron-left-icon-after:after {
  content: "\e90a"; }

.rocagallery-chevron-right-icon-after:after {
  content: "\e90b"; }

.rocagallery-chevron-up-icon-after:after {
  content: "\e90c"; }

.rocagallery-close-icon-after:after {
  content: "\e90d"; }

.rocagallery-edit-icon-after:after {
  content: "\e90e"; }

.rocagallery-edit-roca-icon-after:after {
  content: "\e90f"; }

.rocagallery-email-icon-after:after {
  content: "\e910"; }

.rocagallery-facebook-icon-after:after {
  content: "\e911"; }

.rocagallery-heart-outline-icon-after:after {
  content: "\e912"; }

.rocagallery-heart-solid-icon-after:after {
  content: "\e913"; }

.rocagallery-linkedin-icon-after:after {
  content: "\e914"; }

.rocagallery-logout-line-icon-after:after {
  content: "\e915"; }

.rocagallery-monitor-icon-after:after {
  content: "\e917"; }

.rocagallery-pin-icon-after:after {
  content: "\e918"; }

.rocagallery-pinterest-icon-after:after {
  content: "\e919"; }

.rocagallery-play-icon-after:after {
  content: "\e91a"; }

.rocagallery-search-icon-after:after {
  content: "\e91b"; }

.rocagallery-share-icon-after:after {
  content: "\e91c"; }

.rocagallery-sinaweibo-icon-after:after {
  content: "\e91d"; }

.rocagallery-tag-icon-after:after {
  content: "\e91e"; }

.rocagallery-twitter-icon-after:after {
  content: "\e91f"; }

.rocagallery-wechat-icon-after:after {
  content: "\e921"; }

.rocagallery-whatsapp-icon-after:after {
  content: "\e922"; }

body {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #7c7c7c; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit; }

.bg-grey-soft {
  background-color: #EAEAEA; }

.bg-grey-light {
  background-color: #F7F7F7; }

.bg-grey-01 {
  background-color: #D5D5D5; }

.bg-white {
  background-color: #FFFFFF; }

.faq-list .container .faq-content {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); }

.menu-fixed .menu-anclas, .menu-fixed .menu-pestanas {
  -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.07); }

.menu-fixed .menu-anclas, .menu-fixed .menu-pestanas {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07); }

.dashboard .dashboard-card {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05); }

h2 {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 26px; }
  @media (max-width: 991px) {
    h2 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 26px; } }
  @media (max-width: 767px) {
    h2 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 1px;
      line-height: 20px; } }

.title-entradilla {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 26px; }
  @media (max-width: 991px) {
    .title-entradilla {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 19px;
      letter-spacing: 1px;
      line-height: 26px; } }
  @media (max-width: 767px) {
    .title-entradilla {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 19px;
      letter-spacing: 1px;
      line-height: 26px; } }

.upcase {
  text-transform: uppercase; }

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none; }

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

a {
  cursor: pointer; }

/* || DISPLAY RULES */
/* || PADDINGS */
/* || MARGIN */
/* || MEDIA QUERIES */
@media (min-width: 992px) {
  .row-reverse-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media (min-width: 768px) {
  .row-reverse-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media (max-width: 767px) {
  .row-reverse-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media (max-width: 991px) {
  .column-reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.nopadding-r {
  padding-right: 0 !important; }

.nopadding-l {
  padding-left: 0 !important; }

.uppercase {
  text-transform: uppercase; }

.temp-overflow {
  overflow-x: auto; }

body {
  background-color: #FFFFFF; }

.cross-price {
  color: #9A9A9A;
  text-decoration: line-through;
  margin-bottom: 7px; }

.dropdown-menu {
  border-radius: 0;
  border: none;
  overflow: inherit; }

@media (min-width: 768px) {
  .dropdown-menu {
    max-height: inherit; } }

.tooltip-inner {
  background-color: #666666;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  padding: 15px 30px; }

.tooltip .arrow:before {
  border-bottom-color: #666666 !important;
  border-top-color: #666666 !important; }

.tooltip {
  pointer-events: none; }

@media (max-width: 1023px) {
  .tooltip-inner,
  .tooltip .arrow,
  .tooltip {
    display: none; } }

.r-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  font-style: normal;
  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: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }
  .r-popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem; }
  .r-popover .arrow {
    top: calc((.5rem + 1px) * -1); }
  .r-popover .arrow::after,
  .r-popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid; }
  .r-popover .arrow::after {
    top: 1px;
    border-bottom-color: #FFFFFF; }
  .r-popover .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .r-popover .arrow::after,
  .r-popover .arrow::before {
    border-width: 0 .5rem .5rem .5rem; }

.slick-slider {
  width: 100%; }

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -45%);
  transform: translate(0, -45%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1; }

.slick-disabled {
  visibility: hidden; }

.slick-track {
  margin-left: 0;
  margin-right: 0; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  min-width: 100%; }

#categoriesSection .category-filters__wrap .slick-track {
  justify-content: center; }

@media (min-width: 992px) {
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.lockBody,
.lockBody body {
  overflow: hidden !important;
  height: 100vh;
  -webkit-overflow-scrolling: touch; }

.lightbox-basic-wrapper .r-modal__wrapper {
  text-align: center; }
  .lightbox-basic-wrapper .r-modal__wrapper img {
    margin: 0 auto;
    max-height: 85vh;
    max-width: 100%; }

.lightbox-basic-wrapper .icon-cross-24:before {
  color: #FFFFFF;
  font-size: 24px; }

/* mobile */
@media (max-width: 767px) {
  .lightbox-basic-wrapper img {
    width: 100%; }
  .lightbox-basic-wrapper .modal-dialog.modal-xl {
    width: 100%;
    height: 100%;
    background: white;
    margin: 0; }
    .lightbox-basic-wrapper .modal-dialog.modal-xl .close-menu button:before {
      color: #000000;
      font-size: 24px; } }

.aux-wrapper {
  overflow: hidden; }

.container-fluid {
  padding: 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal-open .aux-wrapper {
    max-width: 80vw;
    max-height: 100vh; } }

.portlet {
  margin-bottom: 0 !important; }

.modal-dialog {
  position: relative; }

.modal-open .yui3-widget.modal {
  overflow-y: inherit;
  display: block; }

.nav-tabs {
  border-bottom: none; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent transparent transparent; }

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: none; }

/* mobile only landscape */
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 736px) {
  .container {
    max-width: 90%; } }

.lfr-icon-menu-open > .dropdown-menu {
  transform: translate3d(0, 0, 0) !important; }

.lfr-portal-tooltip > .taglib-icon {
  display: inline-block;
  height: auto;
  line-height: 29px;
  text-align: center;
  width: auto; }

.btn:focus, .btn:active {
  box-shadow: none; }

:focus {
  outline: none; }

.ancla-btn {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: black;
  padding: 28px 40px;
  margin-top: 40px;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-transition: background-color 600ms cubic-bezier(0, 1, 0.66, 1);
  transition: background-color 600ms cubic-bezier(0, 1, 0.66, 1); }
  .ancla-btn:hover {
    color: #FFFFFF;
    background-color: #4d4c4c;
    text-decoration: none; }

.cta-black {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  color: #000000 !important; }
  .cta-black:after {
    content: url(../images/icons/arrow_right-24.svg);
    position: relative;
    top: 8px;
    right: -13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
    transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49); }
  .cta-black:hover {
    text-decoration: none !important; }
  .cta-black:hover:after {
    right: -26px; }

/* hack explorer*/
_:-ms-fullscreen,
:root .cta-black::after {
  top: 13px; }

.cta-white {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff !important;
  display: inline-block;
  cursor: pointer; }
  .cta-white:after {
    content: url(../images/icons/arrow_right-24w.svg);
    position: relative;
    top: 2px;
    right: -13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
    transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49); }
  .cta-white:hover {
    text-decoration: none !important; }
  .cta-white:hover:after {
    right: -26px; }

.cta-white-video {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff !important;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 72px;
  margin-top: 30px; }
  .cta-white-video:after {
    content: none; }
  .cta-white-video:before {
    content: "";
    background-image: url(../images/icons/play-24w.svg);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
    transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
    width: 24px;
    height: 24px;
    border: 1px solid white;
    padding: 27px 27px;
    -webkit-transition: background-color 300ms cubic-bezier(0, 1, 0.66, 1);
    transition: background-color 300ms cubic-bezier(0, 1, 0.66, 1);
    background-color: rgba(255, 255, 255, 0); }
  .cta-white-video:hover {
    text-decoration: none !important; }
  .cta-white-video:hover:after {
    right: -26px; }
  .cta-white-video:hover:before {
    background-color: rgba(255, 255, 255, 0.3); }

.cta-square-white {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  border: 1px solid #FFFFFF !important;
  padding: 30px 40px;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: background 300ms cubic-bezier(0, 1, 0.66, 1);
  transition: background 300ms cubic-bezier(0, 1, 0.66, 1);
  background-color: rgba(255, 255, 255, 0); }
  .cta-square-white:hover {
    text-decoration: none !important;
    background-color: rgba(255, 255, 255, 0.3); }

.cta-square-black {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #000000 !important;
  text-transform: uppercase;
  border: 2px solid #000000 !important;
  padding: 30px 40px;
  margin-top: 20px;
  display: inline-block;
  background: transparent; }
  .cta-square-black:hover {
    color: #FFFFFF !important;
    background-color: #000000;
    text-decoration: none !important; }

.cta-square-black-fill {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  border: none !important;
  padding: 30px 40px;
  display: inline-block;
  background: #000000;
  -webkit-transition: background 300ms cubic-bezier(0, 1, 0.66, 1);
  transition: background 300ms cubic-bezier(0, 1, 0.66, 1); }
  .cta-square-black-fill:hover {
    background-color: rgba(0, 0, 0, 0.7);
    text-decoration: none !important; }

/*************** Compartir y Borrar **************************/
.compartir-black {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 15px;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  width: auto;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  margin-top: 20px;
  margin-right: 40px;
  vertical-align: middle; }
  .compartir-black:before {
    content: url(../images/icons/share-18.svg);
    position: relative;
    left: -5px;
    top: 6px; }
  .compartir-black a:hover {
    text-decoration: underline; }

.borrar-black {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 15px;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  width: auto;
  display: inline-block;
  position: relative;
  padding-left: 10px;
  margin-top: 20px;
  margin-right: 40px;
  vertical-align: middle; }
  .borrar-black:before {
    content: url(../images/icons/delete-18-black.svg);
    position: relative;
    left: -9px;
    top: 5px; }
  .borrar-black a:hover {
    text-decoration: underline; }

.download-link {
  font-family: 'Roboto-Bold', Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 15px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  width: auto;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  margin-right: 40px;
  vertical-align: middle; }

.descargar {
  padding-left: 30px; }

.descargar:before {
  content: url(../images/icons/download.svg);
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.descargar:hover:before {
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
  top: 3px; }

/***************enlaces volver**************************/
.volver-white {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  padding-left: 10px; }
  .volver-white:before {
    content: url(../images/icons/arrow_left-24w.svg);
    position: relative;
    top: 8px;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
    transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49); }
  .volver-white:hover {
    color: #FFFFFF; }
  .volver-white:hover:before {
    right: 20px; }

.volver-black {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  cursor: pointer;
  padding-left: 10px; }
  .volver-black:before {
    content: url(../images/icons/arrow_left-24.svg);
    position: relative;
    top: 8px;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
    transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49); }
  .volver-black:hover:before {
    right: 20px; }

/***************hack Internet Explorer/Edge ≥ 10**************************/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cta-white:after {
    top: 7px; } }

/******spacing*************/
.mg-btm-0 {
  margin-bottom: 0 !important; }

.pd-btm-0 {
  padding-bottom: 0 !important; }

.mg-top-40 {
  margin-top: 40px !important; }
  @media (max-width: 991px) {
    .mg-top-40 {
      margin-top: 10px !important; } }

.mg-btm-20 {
  margin-bottom: 20px !important; }
  @media (max-width: 991px) {
    .mg-btm-20 {
      margin-bottom: 10px !important; } }

.mg-btm-40 {
  margin-bottom: 40px !important; }
  @media (max-width: 991px) {
    .mg-btm-40 {
      margin-bottom: 10px !important; } }

.mg-btm-60 {
  margin-bottom: 60px !important; }
  @media (max-width: 991px) {
    .mg-btm-60 {
      margin-bottom: 10px !important; } }

.mg-top-80 {
  margin-top: 80px !important; }
  @media (max-width: 991px) {
    .mg-top-80 {
      margin-top: 20px !important; } }

.mg-btm-80 {
  margin-bottom: 80px !important; }
  @media (max-width: 991px) {
    .mg-btm-80 {
      margin-bottom: 20px !important; } }

.mg-btm-100 {
  margin-bottom: 100px !important; }
  @media (max-width: 991px) {
    .mg-btm-100 {
      margin-bottom: 30px !important; } }

.mg-btm-180 {
  margin-bottom: 100px !important; }
  @media (max-width: 991px) {
    .mg-btm-180 {
      margin-bottom: 50px !important; } }

.pd-top-40 {
  padding-top: 40px !important; }
  @media (max-width: 991px) {
    .pd-top-40 {
      padding-top: 10px !important; } }

.pd-btm-40 {
  padding-bottom: 40px !important; }
  @media (max-width: 991px) {
    .pd-btm-40 {
      padding-bottom: 10px !important; } }

.pd-top-80 {
  padding-top: 80px !important; }
  @media (max-width: 991px) {
    .pd-top-80 {
      padding-top: 20px !important; } }

.pd-btm-80 {
  padding-bottom: 80px !important; }
  @media (max-width: 991px) {
    .pd-btm-80 {
      padding-bottom: 20px !important; } }

.pd-btm-100 {
  padding-bottom: 100px !important; }
  @media (max-width: 991px) {
    .pd-btm-100 {
      padding-bottom: 30px !important; } }

.pd-btm-180 {
  padding-bottom: 100px !important; }
  @media (max-width: 991px) {
    .pd-btm-180 {
      padding-bottom: 50px !important; } }

/* mobile */
@media (max-width: 767px) {
  .pl-xs-0 {
    padding-left: 0; }
  .pr-xs-0 {
    padding-right: 0; } }

/******display*************/
/* mobile */
.d-none-sm {
  display: none; }

@media (max-width: 1023px) {
  .d-none-xs {
    display: none; }
  .d-none-sm {
    display: unset; } }

.nav-tabs {
  display: none;
  padding-bottom: 70px; }
  .nav-tabs .nav-link {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #000;
    padding: 0 0 12px;
    text-transform: uppercase;
    border-bottom: none; }
    .nav-tabs .nav-link:before {
      content: "";
      height: 1px;
      width: 0;
      position: absolute;
      bottom: -3px;
      background-color: #000000;
      transition: width 0.3s cubic-bezier(0, 1, 0.66, 1); }
    .nav-tabs .nav-link:hover:before {
      width: 90%; }
    .nav-tabs .nav-link.active:before {
      width: 100%; }

@media (min-width: 992px) {
  .nav-tabs {
    display: flex; }
    .nav-tabs .nav-link {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: normal;
      line-height: 18px; }
    .nav-tabs .nav-item {
      padding: 0 30px; } }

/******modal white*************/
.modal-white.modal {
  padding-right: 0 !important; }

.modal-white#medidas .modal-dialog .modal-content {
  height: 100vh; }

.modal-white .modal-dialog {
  width: 100%;
  max-width: none;
  margin: 0; }
  .modal-white .modal-dialog .modal-content {
    box-shadow: none;
    border-radius: 0;
    border: none; }
    .modal-white .modal-dialog .modal-content .modal-body {
      height: 100vh; }
  .modal-white .modal-dialog .icon-cross-24 {
    background-color: black;
    border-radius: 0; }
    .modal-white .modal-dialog .icon-cross-24:hover {
      opacity: 0.5;
      transition: opacity 0.5s; }
  .modal-white .modal-dialog .icon-cross-24:before {
    color: white;
    opacity: 1;
    font-size: 18px; }

.modal-white .modal-header {
  border: none;
  justify-content: flex-end;
  padding-right: 20px;
  position: absolute;
  width: 100%;
  z-index: 1; }

.modal-white .modal-body {
  padding: 0 1.5rem; }
  @media (min-width: 1200px) {
    .modal-white .modal-body .container {
      max-width: 100vw; } }

.modal-white .slick-slide {
  height: 100vh; }
  .modal-white .slick-slide img {
    width: auto;
    max-height: 100vh;
    margin: 0 auto; }

.modal-white .slick-next {
  background-image: url(../images/icons/chevron_right-24.svg);
  right: 50px;
  width: 24px;
  height: 24px; }

.modal-white .slick-prev {
  background-image: url(../images/icons/chevron_left-24.svg);
  left: 50px;
  width: 24px;
  height: 24px; }

.modal-white.modal-white-v2 .slick-next {
  background-image: url(../images/icons-roca/right_arrow_white.svg);
  right: 50px;
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  padding: 1.2rem;
  border-radius: 50%;
  transform: scale(0.8); }

.modal-white.modal-white-v2 .slick-prev {
  background-image: url(../images/icons-roca/left_arrow_white.svg);
  left: 50px;
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  padding: 1.2rem;
  border-radius: 50%;
  transform: scale(0.8); }

.modal-white.modal-white-v2 .lightbox-download {
  position: absolute;
  right: 80px; }
  .modal-white.modal-white-v2 .lightbox-download img {
    width: 30px; }

/* mobile */
@media (max-width: 767px) {
  .modal-white .modal-header, .modal-white.modal-white-v2 .modal-header {
    z-index: 9; }
  .modal-white .slick-slide, .modal-white.modal-white-v2 .slick-slide {
    position: relative; }
    .modal-white .slick-slide img, .modal-white.modal-white-v2 .slick-slide img {
      height: 27vh;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .modal-white .slick-next, .modal-white.modal-white-v2 .slick-next {
    right: 0; }
  .modal-white .slick-prev, .modal-white.modal-white-v2 .slick-prev {
    left: 0; } }

@media (max-width: 1024px) and (orientation: portrait) {
  .modal-white .modal-header, .modal-white.modal-white-v2 .modal-header {
    z-index: 9; }
    .modal-white .modal-header button.close.icon-cross-24, .modal-white.modal-white-v2 .modal-header button.close.icon-cross-24 {
      position: absolute;
      right: 20px; }
    .modal-white .modal-header .lightbox-download, .modal-white.modal-white-v2 .modal-header .lightbox-download {
      position: absolute;
      right: 80px; }
      .modal-white .modal-header .lightbox-download img, .modal-white.modal-white-v2 .modal-header .lightbox-download img {
        width: 30px; }
  .modal-white .slick-slide, .modal-white.modal-white-v2 .slick-slide {
    position: relative; }
    .modal-white .slick-slide img, .modal-white.modal-white-v2 .slick-slide img {
      width: 90vw;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .modal-white .slick-next, .modal-white.modal-white-v2 .slick-next {
    right: 0; }
  .modal-white .slick-prev, .modal-white.modal-white-v2 .slick-prev {
    left: 0; } }

@media (max-width: 1024px) and (orientation: landscape) {
  .modal-white .modal-header, .modal-white.modal-white-v2 .modal-header {
    z-index: 9; }
    .modal-white .modal-header button.close.icon-cross-24, .modal-white.modal-white-v2 .modal-header button.close.icon-cross-24 {
      position: absolute;
      right: 20px; }
  .modal-white .slick-slide, .modal-white.modal-white-v2 .slick-slide {
    position: relative; }
    .modal-white .slick-slide img, .modal-white.modal-white-v2 .slick-slide img {
      height: 90vh;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .modal-white .slick-next, .modal-white.modal-white-v2 .slick-next {
    right: 0; }
  .modal-white .slick-prev, .modal-white.modal-white-v2 .slick-prev {
    left: 0; } }

/****** Chat*************/
#ventanaChatLOPD {
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 15px;
  width: 180px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  background-color: white;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  transform: translateY(calc(100% - 41px));
  -o-transform: translateY(calc(100% - 41px));
  -ms-transform: translateY(calc(100% - 41px));
  -moz-transform: translateY(calc(100% - 41px));
  -webkit-transform: translateY(calc(100% - 41px));
  transition: 0.35s all cubic-bezier(1, 0.32, 0.05, 0.9) 0.5s;
  -o-transition: 0.35s all cubic-bezier(1, 0.32, 0.05, 0.9) 0.5s;
  -ms-transition: 0.35s all cubic-bezier(1, 0.32, 0.05, 0.9) 0.5s;
  -moz-transition: 0.35s all cubic-bezier(1, 0.32, 0.05, 0.9) 0.5s;
  -webkit-transition: 0.35s all cubic-bezier(1, 0.32, 0.05, 0.9) 0.5s; }

#ventanaChatLOPD:hover {
  width: 280px;
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s; }

#ventanaChatLOPD #tituloLOPD {
  padding: 12px 10px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  user-select: none;
  color: white;
  background-color: #6c757d; }

#ventanaChatLOPD #idlpd {
  width: 280px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #444; }

#ventanaChatLOPD #idlpd input {
  position: relative;
  top: 1px;
  margin-right: 5px; }

#ventanaChatLOPD #idlpd a {
  text-decoration: underline;
  color: #0096d0; }

#ventanaChatLOPD #idlpd button {
  display: block;
  margin: 15px 0 0;
  border-radius: 4px;
  border: 0;
  padding: 8px 12px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #6c757d;
  color: white; }

#ventanaChatLOPD #idlpd button:hover {
  opacity: .8; }

/****** Google*************/
.pac-container:after {
  display: none !important; }

.pac-container,
.pac-item {
  z-index: 999 !important; }

/* Added 06/05/2020 (Laufen Web 3.0 GAP) */
@media screen and (min-width: 768px) {
  .negative-margin-top {
    margin-top: -80px; } }

/* CN Market icons */
.icon-jd {
  background: url("../images/icons/jd-icon.png");
  width: 16px;
  height: 16px;
  display: block !important;
  background-size: cover; }
  .icon-jd--32 {
    width: 32px;
    height: 32px; }
  .icon-jd--64 {
    width: 64px;
    height: 64px; }

.icon-tmall {
  background: url("../images/icons/tmall-icon.png");
  width: 16px;
  height: 16px;
  display: block !important;
  background-size: cover; }
  .icon-tmall--32 {
    width: 32px;
    height: 32px; }
  .icon-tmall--64 {
    width: 64px;
    height: 64px; }

/* Hide redirect popup */
.alert-notifications {
  display: none !important; }

.coleccion-slider,
.collection-lightbox-slider {
  margin-bottom: 70px;
  /* Dots */ }
  @media (max-width: 767px) {
    .coleccion-slider,
    .collection-lightbox-slider {
      margin-bottom: 50px; } }
  .coleccion-slider .title,
  .collection-lightbox-slider .title {
    margin-bottom: 20px; }
  .coleccion-slider .slider-blog,
  .collection-lightbox-slider .slider-blog {
    margin-bottom: 30px; }
  .coleccion-slider .blog-header,
  .collection-lightbox-slider .blog-header {
    width: 100%;
    margin-bottom: 26px; }
    .coleccion-slider .blog-header h2,
    .collection-lightbox-slider .blog-header h2 {
      /*@include title-l-lg;*/
      color: #666666;
      font-style: normal;
      font-size: 19px;
      font-weight: 400;
      line-height: 21px;
      text-transform: uppercase;
      width: max-content;
      padding-bottom: 0.2em;
      border-bottom: 2px solid #666666;
      margin-bottom: 0; }
    .coleccion-slider .blog-header p,
    .collection-lightbox-slider .blog-header p {
      font-family: aktiv-grotesk-light, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 24px;
      padding: 30px 2px 30px 0;
      margin: 0; }
    @media (max-width: 991px) {
      .coleccion-slider .blog-header,
      .collection-lightbox-slider .blog-header {
        margin-bottom: 58px; } }
    @media (max-width: 767px) {
      .coleccion-slider .blog-header,
      .collection-lightbox-slider .blog-header {
        margin-bottom: 30px; }
        .coleccion-slider .blog-header h2,
        .collection-lightbox-slider .blog-header h2 {
          /*@include title-l-sm;*/
          color: #666666;
          font-style: normal;
          font-size: 30px;
          font-weight: 400;
          line-height: 21px;
          text-transform: uppercase;
          width: max-content;
          padding-bottom: 0.2em;
          border-bottom: 2px solid black; }
        .coleccion-slider .blog-header p,
        .collection-lightbox-slider .blog-header p {
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 15px;
          line-height: 24px;
          padding: 10px 2px 20px 0;
          margin: 0; } }
  .coleccion-slider .life,
  .collection-lightbox-slider .life {
    display: inline-block;
    background: #f18a00;
    padding: 24px 0;
    width: 244px;
    text-align: center; }
    @media (max-width: 767px) {
      .coleccion-slider .life,
      .collection-lightbox-slider .life {
        width: 100%;
        padding: 17px 0; } }
    .coleccion-slider .life img,
    .collection-lightbox-slider .life img {
      width: 44px; }
  .coleccion-slider .cta-black,
  .collection-lightbox-slider .cta-black {
    margin-left: 97px; }
    @media (max-width: 991px) {
      .coleccion-slider .cta-black,
      .collection-lightbox-slider .cta-black {
        margin-left: 0;
        margin-top: 0; } }
  .coleccion-slider .tarjeta-blog .tarjeta-wrapper,
  .collection-lightbox-slider .tarjeta-blog .tarjeta-wrapper {
    margin-bottom: 30px; }
  .coleccion-slider .tarjeta-blog .image-box,
  .collection-lightbox-slider .tarjeta-blog .image-box {
    position: relative; }
  .coleccion-slider .tarjeta-blog .image-blog,
  .collection-lightbox-slider .tarjeta-blog .image-blog {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 70.75%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    .coleccion-slider .tarjeta-blog .image-blog img,
    .collection-lightbox-slider .tarjeta-blog .image-blog img {
      display: block;
      position: absolute;
      max-width: 100%;
      width: 100%;
      object-fit: cover;
      height: 100%;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .coleccion-slider .tarjeta-blog .image-blog .velo-hover:after,
    .collection-lightbox-slider .tarjeta-blog .image-blog .velo-hover:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(255, 255, 255, 0);
      z-index: 0;
      -webkit-transition: background-color 1.2s cubic-bezier(0, 1, 0.66, 1);
      transition: background-color 1.2s cubic-bezier(0, 1, 0.66, 1); }
  .coleccion-slider .tarjeta-blog a.image-blog:hover .velo-hover:after,
  .collection-lightbox-slider .tarjeta-blog a.image-blog:hover .velo-hover:after {
    background-color: rgba(255, 255, 255, 0.3); }
  .coleccion-slider .tarjeta-blog .compartir,
  .collection-lightbox-slider .tarjeta-blog .compartir {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    z-index: 1; }
    .coleccion-slider .tarjeta-blog .compartir img,
    .collection-lightbox-slider .tarjeta-blog .compartir img {
      width: 18px; }
  .coleccion-slider .content-wrapper,
  .collection-lightbox-slider .content-wrapper {
    position: relative;
    padding-top: 20px;
    margin-bottom: 30px;
    font-family: aktiv-grotesk-light, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px; }
    @media (max-width: 767px) {
      .coleccion-slider .content-wrapper,
      .collection-lightbox-slider .content-wrapper {
        padding-top: 20px; } }
    .coleccion-slider .content-wrapper .category,
    .collection-lightbox-slider .content-wrapper .category {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 25px;
      line-height: 31px;
      text-transform: uppercase;
      margin-bottom: 20px;
      color: #000000; }
    .coleccion-slider .content-wrapper h2,
    .collection-lightbox-slider .content-wrapper h2 {
      font-family: aktiv-grotesk-medium, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 36px;
      line-height: 43px;
      letter-spacing: normal;
      color: #666666;
      padding: 0 15% 0 0;
      text-transform: none !important; }
    .coleccion-slider .content-wrapper p,
    .collection-lightbox-slider .content-wrapper p {
      font-family: aktiv-grotesk-medium, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 12px;
      line-height: 24px;
      text-transform: none !important;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    @media (max-width: 991px) {
      .coleccion-slider .content-wrapper .category,
      .collection-lightbox-slider .content-wrapper .category {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 18px; }
      .coleccion-slider .content-wrapper h3,
      .collection-lightbox-slider .content-wrapper h3 {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 26px; }
      .coleccion-slider .content-wrapper p,
      .collection-lightbox-slider .content-wrapper p {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 24px; } }
    @media (max-width: 767px) {
      .coleccion-slider .content-wrapper .category,
      .collection-lightbox-slider .content-wrapper .category {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 18px;
        margin-bottom: 10px;
        display: block; }
      .coleccion-slider .content-wrapper h3,
      .collection-lightbox-slider .content-wrapper h3 {
        /*@include title-m-lg;*/
        font-size: 19px;
        letter-spacing: 3px;
        line-height: 21px;
        color: #0f0f0f;
        font-family: aktiv-grotesk-light, sans-serif;
        font-weight: 300;
        text-transform: uppercase; }
      .coleccion-slider .content-wrapper p,
      .collection-lightbox-slider .content-wrapper p {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-size: 15px;
        line-height: 24px; } }
  .coleccion-slider .cta-black:after,
  .collection-lightbox-slider .cta-black:after {
    top: 8px; }
  .coleccion-slider .js-slider-coleccion .tarjeta-blog,
  .collection-lightbox-slider .js-slider-coleccion .tarjeta-blog {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 100ms cubic-bezier(0, 1, 0.66, 1);
    transition: opacity 100ms cubic-bezier(0, 1, 0.66, 1); }
  .coleccion-slider .js-slider-coleccion.slick-initialized .tarjeta-blog,
  .collection-lightbox-slider .js-slider-coleccion.slick-initialized .tarjeta-blog {
    visibility: visible;
    opacity: 1; }
  @media (min-width: 1024px) {
    .coleccion-slider .slick-slider,
    .collection-lightbox-slider .slick-slider {
      height: 550px; } }
  .coleccion-slider .slick-slider .col-12,
  .collection-lightbox-slider .slick-slider .col-12 {
    max-width: 100%; }
    @media (min-width: 768px) {
      .coleccion-slider .slick-slider .col-12,
      .collection-lightbox-slider .slick-slider .col-12 {
        max-width: 590px; } }
    @media (min-width: 1024px) {
      .coleccion-slider .slick-slider .col-12,
      .collection-lightbox-slider .slick-slider .col-12 {
        max-width: 830px; } }
    @media (min-width: 1200px) {
      .coleccion-slider .slick-slider .col-12,
      .collection-lightbox-slider .slick-slider .col-12 {
        max-width: 1080px; } }
  .coleccion-slider .slick-list,
  .collection-lightbox-slider .slick-list {
    padding: 0 100px 0 0;
    width: calc(100% + 100px);
    position: relative; }
    @media (min-width: 1024px) {
      .coleccion-slider .slick-list,
      .collection-lightbox-slider .slick-list {
        height: 550px; }
        .coleccion-slider .slick-list .slick-track,
        .collection-lightbox-slider .slick-list .slick-track {
          height: 550px; }
          .coleccion-slider .slick-list .slick-track .slick-slide,
          .collection-lightbox-slider .slick-list .slick-track .slick-slide {
            height: 550px; }
            .coleccion-slider .slick-list .slick-track .slick-slide .tarjeta-blog,
            .collection-lightbox-slider .slick-list .slick-track .slick-slide .tarjeta-blog {
              height: 100%; }
              .coleccion-slider .slick-list .slick-track .slick-slide .tarjeta-blog .tarjeta-wrapper,
              .collection-lightbox-slider .slick-list .slick-track .slick-slide .tarjeta-blog .tarjeta-wrapper {
                height: 100%; }
                .coleccion-slider .slick-list .slick-track .slick-slide .tarjeta-blog .tarjeta-wrapper .image-box,
                .collection-lightbox-slider .slick-list .slick-track .slick-slide .tarjeta-blog .tarjeta-wrapper .image-box {
                  height: 100%; }
                  .coleccion-slider .slick-list .slick-track .slick-slide .tarjeta-blog .tarjeta-wrapper .image-box .image-blog,
                  .collection-lightbox-slider .slick-list .slick-track .slick-slide .tarjeta-blog .tarjeta-wrapper .image-box .image-blog {
                    height: 100%;
                    padding-bottom: 0;
                    background-size: contain; } }
    @media (max-width: 767px) {
      .coleccion-slider .slick-list,
      .collection-lightbox-slider .slick-list {
        padding: 0 30px 0 0;
        width: calc(100% + 30px); } }
    .coleccion-slider .slick-list:after,
    .collection-lightbox-slider .slick-list:after {
      content: "";
      width: 30px;
      height: 100%;
      position: absolute;
      right: 0;
      background-color: #fff; }
  .coleccion-slider .counter-sit,
  .collection-lightbox-slider .counter-sit {
    position: relative;
    width: 100%;
    height: 50px; }
    .coleccion-slider .counter-sit .slider-counter,
    .collection-lightbox-slider .counter-sit .slider-counter {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      color: #000000; }
      .coleccion-slider .counter-sit .slider-counter.actual,
      .collection-lightbox-slider .counter-sit .slider-counter.actual {
        position: absolute;
        bottom: 30px;
        right: 45px; }
        .coleccion-slider .counter-sit .slider-counter.actual:after,
        .collection-lightbox-slider .counter-sit .slider-counter.actual:after {
          content: "\002f";
          font-family: aktiv-grotesk, sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 11px;
          letter-spacing: 1px;
          line-height: 15px;
          position: absolute;
          right: -6px; }
      .coleccion-slider .counter-sit .slider-counter.total,
      .collection-lightbox-slider .counter-sit .slider-counter.total {
        position: absolute;
        bottom: 30px;
        right: 18px; }
  .coleccion-slider .slick-slider,
  .collection-lightbox-slider .slick-slider {
    margin-bottom: -30px; }
    @media (max-width: 1024px) {
      .coleccion-slider .slick-slider,
      .collection-lightbox-slider .slick-slider {
        margin-bottom: 10px; } }
  .coleccion-slider .slick-dots,
  .collection-lightbox-slider .slick-dots {
    position: absolute;
    top: -30px;
    right: 15px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    display: none !important; }
  .coleccion-slider .slick-dots li,
  .collection-lightbox-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 20px;
    margin: 0;
    margin-left: 10px;
    padding: 0;
    cursor: pointer; }
  .coleccion-slider .slick-dots li button,
  .collection-lightbox-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }
  .coleccion-slider .slick-dots li button:hover,
  .coleccion-slider .slick-dots li button:focus,
  .collection-lightbox-slider .slick-dots li button:hover,
  .collection-lightbox-slider .slick-dots li button:focus {
    outline: none; }
  .coleccion-slider .slick-dots li button:hover:before,
  .coleccion-slider .slick-dots li button:focus:before,
  .collection-lightbox-slider .slick-dots li button:hover:before,
  .collection-lightbox-slider .slick-dots li button:focus:before {
    opacity: 1;
    background-color: #e7e6e6; }
  .coleccion-slider .slick-dots li button:before,
  .collection-lightbox-slider .slick-dots li button:before {
    content: '';
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    text-align: center;
    opacity: 1;
    background-color: #9A9A9A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .coleccion-slider .slick-dots li.slick-active button:before,
  .collection-lightbox-slider .slick-dots li.slick-active button:before {
    background-color: #e7e6e6; }
  .coleccion-slider .slick-prev,
  .coleccion-slider .slick-next,
  .collection-lightbox-slider .slick-prev,
  .collection-lightbox-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -20px;
    top: inherit;
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    transform: translate(0, -45%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
    top: unset; }
    @media (max-width: 1024px) {
      .coleccion-slider .slick-prev,
      .coleccion-slider .slick-next,
      .collection-lightbox-slider .slick-prev,
      .collection-lightbox-slider .slick-next {
        bottom: -55px; } }
  .coleccion-slider .slick-next,
  .collection-lightbox-slider .slick-next {
    right: 57px; }
  .coleccion-slider .slick-prev,
  .collection-lightbox-slider .slick-prev {
    right: 100px; }
  .coleccion-slider .slick-next:before,
  .collection-lightbox-slider .slick-next:before {
    content: url(../images/icons/chevron_right-24.svg);
    position: absolute;
    width: 24px;
    right: 7px;
    top: 0; }
  .coleccion-slider .slick-prev:before,
  .collection-lightbox-slider .slick-prev:before {
    content: url(../images/icons/chevron_left-24.svg);
    position: absolute;
    width: 24px;
    right: 7px;
    top: 0; }
  .coleccion-slider .slick-prev:hover:before,
  .coleccion-slider .slick-next:hover:before,
  .collection-lightbox-slider .slick-prev:hover:before,
  .collection-lightbox-slider .slick-next:hover:before {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */ }
  .coleccion-slider.version2 .slick-list,
  .collection-lightbox-slider.version2 .slick-list {
    padding: 0;
    width: auto; }
    @media (min-width: 1024px) {
      .coleccion-slider.version2 .slick-list,
      .collection-lightbox-slider.version2 .slick-list {
        height: initial; }
        .coleccion-slider.version2 .slick-list .slick-track,
        .collection-lightbox-slider.version2 .slick-list .slick-track {
          height: initial; }
          .coleccion-slider.version2 .slick-list .slick-track .slick-slide,
          .collection-lightbox-slider.version2 .slick-list .slick-track .slick-slide {
            height: initial; }
            .coleccion-slider.version2 .slick-list .slick-track .slick-slide .tarjeta-blog,
            .collection-lightbox-slider.version2 .slick-list .slick-track .slick-slide .tarjeta-blog {
              height: initial; }
              .coleccion-slider.version2 .slick-list .slick-track .slick-slide .tarjeta-blog .tarjeta-wrapper,
              .collection-lightbox-slider.version2 .slick-list .slick-track .slick-slide .tarjeta-blog .tarjeta-wrapper {
                height: initial; }
                .coleccion-slider.version2 .slick-list .slick-track .slick-slide .tarjeta-blog .tarjeta-wrapper .image-box,
                .collection-lightbox-slider.version2 .slick-list .slick-track .slick-slide .tarjeta-blog .tarjeta-wrapper .image-box {
                  height: initial; }
                  .coleccion-slider.version2 .slick-list .slick-track .slick-slide .tarjeta-blog .tarjeta-wrapper .image-box .image-blog,
                  .collection-lightbox-slider.version2 .slick-list .slick-track .slick-slide .tarjeta-blog .tarjeta-wrapper .image-box .image-blog {
                    height: initial;
                    padding-bottom: 70.7%;
                    background-size: contain; } }
  @media (min-width: 1024px) {
    .coleccion-slider.version2 .slick-slider,
    .collection-lightbox-slider.version2 .slick-slider {
      height: initial; } }
  .coleccion-slider.version2 .slick-slider .col-12,
  .collection-lightbox-slider.version2 .slick-slider .col-12 {
    padding: 0; }
  .coleccion-slider.version2 .content-wrapper,
  .collection-lightbox-slider.version2 .content-wrapper {
    padding-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
    width: 75%;
    margin-top: -45px; }
    .coleccion-slider.version2 .content-wrapper .coleccion-slider .content-wrapper h2,
    .collection-lightbox-slider.version2 .content-wrapper .coleccion-slider .content-wrapper h2 {
      margin-bottom: 20px; }
  .coleccion-slider.version2 .producto,
  .collection-lightbox-slider.version2 .producto {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase; }
  .coleccion-slider.version2 .counter-sit .slider-counter.actual,
  .collection-lightbox-slider.version2 .counter-sit .slider-counter.actual {
    right: 28px; }
  .coleccion-slider.version2 .counter-sit .slider-counter.total,
  .collection-lightbox-slider.version2 .counter-sit .slider-counter.total {
    right: 0; }
  .coleccion-slider.version2 .slick-prev,
  .collection-lightbox-slider.version2 .slick-prev {
    right: 90px; }
  .coleccion-slider.version2 .slick-next,
  .collection-lightbox-slider.version2 .slick-next {
    right: 52px; }
  .coleccion-slider__icons .content-wrapper,
  .collection-lightbox-slider__icons .content-wrapper {
    width: 100%; }
  .coleccion-slider__icons .icons,
  .collection-lightbox-slider__icons .icons {
    padding-bottom: 30px; }
    .coleccion-slider__icons .icons .icons-wrapper,
    .collection-lightbox-slider__icons .icons .icons-wrapper {
      display: -ms-flexbox;
      display: flex; }
    .coleccion-slider__icons .icons .icon,
    .collection-lightbox-slider__icons .icons .icon {
      margin-right: 20px; }
      .coleccion-slider__icons .icons .icon:last-of-type,
      .collection-lightbox-slider__icons .icons .icon:last-of-type {
        margin-right: 0; }
      .coleccion-slider__icons .icons .icon img,
      .collection-lightbox-slider__icons .icons .icon img {
        margin-bottom: 15px;
        width: 40px; }
    .coleccion-slider__icons .icons .icons-subtitle,
    .collection-lightbox-slider__icons .icons .icons-subtitle {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 18px;
      text-transform: uppercase;
      margin-bottom: 16px; }
    .coleccion-slider__icons .icons .icons-category,
    .collection-lightbox-slider__icons .icons .icons-category {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px;
      text-transform: uppercase; }

.coleccion-slider-V2 .modal-white .modal-dialog .modal-content .modal-body {
  height: 100%; }
  .coleccion-slider-V2 .modal-white .modal-dialog .modal-content .modal-body .image-box {
    display: flex;
    justify-content: center;
    margin-top: 30px; }

/* tablet Portrait and Landscape */
@media (min-width: 768px) and (max-width: 1024px) {
  .coleccion-slider .blog-header h2,
  .coleccion-slider.version2 .blog-header h2 {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: normal; }
  .coleccion-slider .life,
  .coleccion-slider.version2 .life {
    padding: 17px 0; }
  .coleccion-slider .tarjeta-blog .content-wrapper .category,
  .coleccion-slider.version2 .tarjeta-blog .content-wrapper .category {
    display: block;
    margin-bottom: 10px; }
  .coleccion-slider__icons .icons {
    padding-bottom: 30px; }
    .coleccion-slider__icons .icons .icon {
      margin-right: 20px; }
      .coleccion-slider__icons .icons .icon img {
        margin-bottom: 15px;
        width: 40px; }
    .coleccion-slider__icons .icons .icons-subtitle {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 10px;
      letter-spacing: 1px;
      line-height: 18px;
      margin-bottom: 16px; }
    .coleccion-slider__icons .icons .icons-category {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px; }
  .coleccion-slider-V2 .modal-white .modal-dialog .modal-content .modal-body .image-box {
    margin-top: 80px;
    margin-bottom: 70px; }
    .coleccion-slider-V2 .modal-white .modal-dialog .modal-content .modal-body .image-box .image-blog {
      height: 100%;
      width: 100%; } }

.icons-subtitle {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 18px;
  margin-bottom: 16px; }

.icons-category {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px; }

/* mobile */
@media (max-width: 991px) {
  .coleccion-slider .content-wrapper,
  .coleccion-slider.version2 .content-wrapper {
    padding-top: 60px;
    margin-left: 0;
    width: 99%; }
    .coleccion-slider .content-wrapper h2,
    .coleccion-slider.version2 .content-wrapper h2 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 32px;
      line-height: 39px;
      letter-spacing: normal; }
  .coleccion-slider .counter-sit,
  .coleccion-slider.version2 .counter-sit {
    height: 25px; }
  .coleccion-slider .tarjeta-blog .image-blog,
  .coleccion-slider.version2 .tarjeta-blog .image-blog {
    width: 100%; }
  .coleccion-slider .slick-next,
  .coleccion-slider.version2 .slick-next {
    right: 45px; }
  .coleccion-slider .slick-prev,
  .coleccion-slider.version2 .slick-prev {
    right: 87px; }
  .coleccion-slider .counter-sit .slider-counter.actual,
  .coleccion-slider.version2 .counter-sit .slider-counter.actual {
    bottom: 0;
    right: 43px; }
  .coleccion-slider .counter-sit .slider-counter.total,
  .coleccion-slider.version2 .counter-sit .slider-counter.total {
    bottom: 0;
    right: 14px; }
  .coleccion-slider__icons .icons {
    padding-bottom: 0; }
    .coleccion-slider__icons .icons .icon {
      margin-right: 20px; }
      .coleccion-slider__icons .icons .icon img {
        margin-bottom: 15px;
        width: 40px; }
    .coleccion-slider__icons .icons .icons-subtitle {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 10px;
      letter-spacing: 1px;
      line-height: 18px;
      margin-bottom: 16px; }
    .coleccion-slider__icons .icons .icons-category {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 15px; }
  .coleccion-slider.version2 .slider-blog {
    margin-bottom: 30px; }
  .coleccion-slider.version2 .slick-prev {
    right: 90px; }
  .coleccion-slider.version2 .slick-next {
    right: 52px; }
  .coleccion-slider-V2 .modal-white .modal-dialog .modal-content .modal-body .image-box {
    margin-top: 80px;
    margin-bottom: 70px; }
    .coleccion-slider-V2 .modal-white .modal-dialog .modal-content .modal-body .image-box .image-blog {
      height: 100%;
      width: 100%; } }

/* hack explorer*/
_:-ms-fullscreen,
:root .coleccion-slider .cta-black::after {
  top: 13px; }

.coleccion-slider .slick-slider,
.collection-lightbox-slider .slick-slider {
  margin-bottom: 0; }

.coleccion-slider-smart {
  margin-top: 88px;
  width: 100%;
  height: 980px !important;
  background-color: #e5e5e5; }
  .coleccion-slider-smart .slick-list {
    height: 800px !important; }
    .coleccion-slider-smart .slick-list .slick-track {
      height: 100% !important; }
  .coleccion-slider-smart .slider-cabecera .tarjeta-blog .image-box {
    width: 100%;
    height: 28.75rem !important;
    top: 6.875rem;
    position: relative; }
    .coleccion-slider-smart .slider-cabecera .tarjeta-blog .image-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .coleccion-slider-smart .slider-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    width: 100%; }
    .coleccion-slider-smart .slider-content h2 {
      font-family: AktivGrotesk-Medium, sans-serif;
      font-size: 2.5rem;
      font-weight: 400;
      color: #000;
      text-transform: uppercase;
      line-height: 1.18;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      line-clamp: 5;
      -webkit-box-orient: vertical;
      margin-bottom: 1.5625rem;
      padding-top: 20px; }
    .coleccion-slider-smart .slider-content .smart-rooms__description {
      font-family: AktivGrotesk-Regular, sans-serif;
      margin-top: 34.25rem;
      margin-bottom: 50rem; }
      .coleccion-slider-smart .slider-content .smart-rooms__description .smart-rooms__subtitle {
        margin-top: 1.875rem;
        text-transform: uppercase;
        color: #000;
        font-weight: 600;
        margin-bottom: 0;
        text-decoration: auto;
        font-size: 1rem; }
      .coleccion-slider-smart .slider-content .smart-rooms__description .smart-rooms__desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 12;
        line-clamp: 12;
        -webkit-box-orient: vertical;
        margin-top: -2.625rem;
        text-decoration: auto;
        font-size: 1rem; }
  .coleccion-slider-smart .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    height: 100% !important; }
  .coleccion-slider-smart .slick-next {
    left: calc(35% - 60px);
    bottom: 15%;
    top: unset;
    right: 0; }
  .coleccion-slider-smart .slick-prev {
    top: unset;
    left: calc(30% - 60px);
    bottom: 15%; }
  .coleccion-slider-smart .image-box {
    position: fixed !important; }
  .coleccion-slider-smart .slick-dots {
    min-height: 1.5rem;
    position: relative;
    margin-top: 90px;
    display: flex !important; }
    .coleccion-slider-smart .slick-dots li {
      width: 29px;
      height: 2px;
      margin-right: 3px;
      display: inline-block;
      margin: 0 7px;
      background: #333;
      border-radius: 50%;
      opacity: .25;
      cursor: pointer; }
      .coleccion-slider-smart .slick-dots li button {
        display: none; }
    .coleccion-slider-smart .slick-dots .slick-active {
      opacity: 1; }
  .coleccion-slider-smart .slider-blog .slick-track .slick-slide {
    margin-left: 12px; }

@media (max-width: 575.98px) {
  .coleccion-slider-smart {
    height: 990px !important; }
    .coleccion-slider-smart .slick-list {
      height: 890px !important; }
    .coleccion-slider-smart .container {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .coleccion-slider-smart .slider-content {
      padding-left: 0;
      padding-right: 0; }
      .coleccion-slider-smart .slider-content h2 {
        width: 326px;
        font-size: 1.25rem !important;
        margin-top: 20px; }
    .coleccion-slider-smart .slick-prev {
      bottom: 80px !important;
      left: 315px !important; }
    .coleccion-slider-smart .slick-next {
      bottom: 80px !important;
      left: 360px !important; }
    .coleccion-slider-smart .slick-dots {
      bottom: 2.5rem !important;
      left: 2.4rem;
      top: unset; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .coleccion-slider-smart .slider-content h2 {
    font-size: 1.5rem; }
  .coleccion-slider-smart .slick-prev {
    bottom: -5px !important; }
  .coleccion-slider-smart .slick-next {
    bottom: -5px !important; }
  .coleccion-slider-smart .slick-dots {
    left: calc(35% - 60px); } }

@media (max-width: 1199.98px) {
  .coleccion-slider-smart .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .coleccion-slider-smart .tarjeta-blog .tarjeta-wrapper .row {
    margin-right: 0px;
    margin-left: 0px; }
    .coleccion-slider-smart .tarjeta-blog .tarjeta-wrapper .row .slider-content .smart-rooms__description .smart-rooms__subtitle {
      margin-bottom: 58px; }
  .coleccion-slider-smart .slick-next {
    bottom: 2px;
    left: calc(100% - 25px); }
  .coleccion-slider-smart .slick-prev {
    left: calc(100% - 75px);
    bottom: 2px; }
  .coleccion-slider-smart .slick-dots {
    bottom: -3.75rem;
    top: unset;
    left: calc(55% - 190px); } }

@media (min-width: 1200px) {
  .coleccion-slider-smart {
    height: 800px !important; }
    .coleccion-slider-smart .slider-content .smart-rooms__description .smart-rooms__subtitle {
      margin-bottom: 15px; }
    .coleccion-slider-smart .slick-list .slick-track .slick-slide {
      height: 100% !important; }
    .coleccion-slider-smart .slick-list .slick-track .slider-cabecera .tarjeta-blog {
      height: 100%; }
      .coleccion-slider-smart .slick-list .slick-track .slider-cabecera .tarjeta-blog .tarjeta-wrapper {
        height: 100%; }
      .coleccion-slider-smart .slick-list .slick-track .slider-cabecera .tarjeta-blog .image-box {
        width: 100%;
        height: 100% !important;
        top: 0; }
        .coleccion-slider-smart .slick-list .slick-track .slider-cabecera .tarjeta-blog .image-box img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: 0 75%; }
      .coleccion-slider-smart .slick-list .slick-track .slider-cabecera .tarjeta-blog .container {
        margin-left: 110px;
        height: 100%; }
        .coleccion-slider-smart .slick-list .slick-track .slider-cabecera .tarjeta-blog .container .row {
          height: 100%; }
    .coleccion-slider-smart .tarjeta-blog .tarjeta-wrapper .row .slider-content {
      max-width: 350px;
      margin-left: 110px;
      height: 100%;
      background: #e5e5e5;
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 42px;
      opacity: .85; }
      .coleccion-slider-smart .tarjeta-blog .tarjeta-wrapper .row .slider-content .smart-rooms__description {
        margin-top: 0 !important; }
        .coleccion-slider-smart .tarjeta-blog .tarjeta-wrapper .row .slider-content .smart-rooms__description .smart-rooms__desc {
          margin-top: 0 !important; }
    .coleccion-slider-smart .slick-next {
      left: 558px;
      bottom: 10% !important; }
    .coleccion-slider-smart .slick-prev {
      left: 500px;
      bottom: 10% !important; }
    .coleccion-slider-smart .slick-dots {
      margin-top: -24px;
      margin-left: 275px; } }

.category-filters_navigator .slick-list {
  margin: 0 auto;
  max-width: 980px;
  padding: 0; }

.category-filters_navigator .product-category {
  padding: 0; }
  .category-filters_navigator .product-category .product-category_shadow-wrapper {
    padding: 27px 5px; }
    .category-filters_navigator .product-category .product-category_shadow-wrapper .product-category__tag {
      margin-bottom: 0;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 18px; }

.category-filters_navigator .category-check {
  border-width: 5px; }
  .category-filters_navigator .category-check .custom-control-input:active ~ .custom-control-label::before {
    box-shadow: none; }
  .category-filters_navigator .category-check .custom-control-label {
    left: 0;
    outline: none; }

@media (max-width: 767px) {
  .category-filters_navigator.category-filters .slick-slider .slick-track, .category-filters_navigator.category-filters .slick-slider .slick-list {
    min-width: 100%; } }

@media (min-width: 992px) {
  .category-filters__wrap {
    padding: 0 6%; } }

@media (min-width: 992px) {
  .category-filters__wrap {
    padding: 0 6%; } }

.cabecera-destacada {
  margin-bottom: 70px;
  position: relative;
  /* Dots */ }
  .cabecera-destacada-smart .top-bottom {
    display: none; }
  .cabecera-destacada-smart .top-top {
    display: none; }
  .cabecera-destacada-smart .slider-content {
    width: 90%; }
    .cabecera-destacada-smart .slider-content h2 {
      font-weight: 600 !important;
      font-family: AktivGrotesk-Regular, sans-serif !important;
      line-height: 47px !important; }
    .cabecera-destacada-smart .slider-content p {
      font-family: AktivGrotesk-Regular, sans-serif !important;
      text-align: center;
      width: 100%;
      font-size: 18px !important;
      margin-bottom: 0; }
  .cabecera-destacada-celite {
    position: relative;
    color: white;
    text-align: center; }
    .cabecera-destacada-celite .jumbotron {
      padding: 12rem 2rem;
      background-size: cover;
      border-radius: 0; }
    .cabecera-destacada-celite .slider-content {
      padding: 0 min(10%, 100px); }
    .cabecera-destacada-celite h2 {
      font-size: 120px;
      font-family: ChaletComprime;
      letter-spacing: 1.92px; }
    .cabecera-destacada-celite p {
      font-size: 24px;
      font-family: Lato;
      letter-spacing: 0.38px;
      margin: 20px 0; }
    .cabecera-destacada-celite .cta-square-white {
      padding: 15px 30px;
      font-size: 12px; }
    @media (max-width: 991px) {
      .cabecera-destacada-celite .jumbotron {
        padding: 9rem 2rem; }
      .cabecera-destacada-celite .slider-content {
        padding: 0; }
      .cabecera-destacada-celite h2 {
        font-size: 78px;
        font-weight: lighter; }
      .cabecera-destacada-celite p {
        margin: 40px 0; }
      .cabecera-destacada-celite .cta-square-white {
        padding: 20px 40px;
        font-size: 16px; } }
  .cabecera-destacada.interior {
    margin-bottom: 0; }
    .cabecera-destacada.interior .slick-dotted.slick-slider {
      margin-bottom: 0px; }
  .cabecera-destacada.mg-btm-0 .slick-dotted.slick-slider {
    margin-bottom: 0px; }
  .cabecera-destacada.hasBreadcrumb {
    margin-bottom: 0; }
    .cabecera-destacada.hasBreadcrumb .jumbotron {
      height: 415px; }
  .cabecera-destacada .jumbotron {
    height: calc(100vh - 131px);
    width: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0; }
    .cabecera-destacada .jumbotron .container {
      z-index: 2;
      position: relative;
      display: block; }
    .cabecera-destacada .jumbotron .container,
    .cabecera-destacada .jumbotron .row,
    .cabecera-destacada .jumbotron .col-xs-12 {
      height: 100%; }
    @media (orientation: landscape) and (max-width: 991px) {
      .cabecera-destacada .jumbotron {
        height: 100vw !important; } }
  .cabecera-destacada .velo-25 {
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover; }
  .cabecera-destacada .velo-25:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25); }
  .cabecera-destacada .velo-25.videoCover {
    cursor: pointer; }
    .cabecera-destacada .velo-25.videoCover:after {
      background-image: url(../images/icons/btn-play.svg);
      background-position: center;
      background-repeat: no-repeat; }
  .cabecera-destacada .slider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start;
    color: #FFFFFF;
    z-index: 5;
    margin-top: 34px;
    height: calc(100% - 131px); }
    .cabecera-destacada .slider-content * {
      max-width: 100%; }
    .cabecera-destacada .slider-content > h2 {
      font-family: aktiv-grotesk, sans-serif;
      font-size: 40px;
      text-transform: uppercase;
      font-weight: 300;
      line-height: 50px;
      border-bottom: 2px solid white;
      width: 90%;
      margin: 0 auto 40px;
      text-align: center;
      color: white; }
    .cabecera-destacada .slider-content > .cta-white-video {
      max-width: 80%;
      margin: 30px auto 0; }
    .cabecera-destacada .slider-content > .cta-square-white {
      max-width: 80%;
      margin: 30px auto 0; }
    .cabecera-destacada .slider-content > p {
      max-width: 100%;
      font-size: 20px;
      color: white; }
  .cabecera-destacada h2 {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: normal;
    color: #6c6c6c;
    margin-bottom: 40px; }
  .cabecera-destacada p {
    font-family: aktiv-grotesk-light, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #6c6c6c; }
  .cabecera-destacada .cta-white {
    margin-top: 34px; }
  .cabecera-destacada .background-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 0; }
  .cabecera-destacada .video-wrapper-loop {
    position: relative;
    height: 100%;
    padding-top: 56%;
    margin-top: 0; }
    .cabecera-destacada .video-wrapper-loop iframe,
    .cabecera-destacada .video-wrapper-loop video {
      position: absolute;
      top: 65%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-50%, -65%);
      transform: translate(-50%, -65%);
      pointer-events: none;
      border: none; }
  .cabecera-destacada .slick-next {
    right: 30px; }
  .cabecera-destacada .slick-prev {
    left: 30px; }
  .cabecera-destacada .slick-prev:before,
  .cabecera-destacada .slick-next:before {
    /* font-family: 'icomoon' !important;*/
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .cabecera-destacada .slick-prev:before {
    content: url(../images/icons/chevron_left-18-white.svg);
    position: absolute;
    width: 5.6px;
    right: 7px;
    top: 0; }
  .cabecera-destacada .slick-next:before {
    content: url(../images/icons/chevron_right-18-white.svg);
    position: absolute;
    width: 5.6px;
    right: 15px;
    top: 0; }
  .cabecera-destacada .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  .cabecera-destacada .dots-wrapper {
    position: absolute;
    bottom: 25px;
    right: 60px;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right; }
  .cabecera-destacada .slick-dots {
    padding: 0;
    display: inline-block; }
    .cabecera-destacada .slick-dots.laufen-dots {
      bottom: 40px;
      display: flex;
      align-items: flex-end;
      right: unset;
      left: unset;
      position: relative;
      justify-content: center; }
      @media (min-width: 768px) {
        .cabecera-destacada .slick-dots.laufen-dots {
          position: absolute;
          right: 30px;
          justify-content: flex-end; } }
      .cabecera-destacada .slick-dots.laufen-dots li {
        background-color: #FFFFFF;
        width: 20px;
        height: 2px;
        margin-right: 16px; }
        .cabecera-destacada .slick-dots.laufen-dots li.slick-active {
          background-color: #FFFFFF;
          width: 20px;
          height: 6px; }
        .cabecera-destacada .slick-dots.laufen-dots li:last-child {
          margin-right: 0; }
        .cabecera-destacada .slick-dots.laufen-dots li button::before {
          background-color: transparent; }
  .cabecera-destacada .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
  .cabecera-destacada .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }
  .cabecera-destacada .slick-dots li button:hover,
  .cabecera-destacada .slick-dots li button:focus {
    outline: none; }
  .cabecera-destacada .slick-dots li button:hover:before,
  .cabecera-destacada .slick-dots li button:focus:before {
    opacity: 1;
    background-color: #FFFFFF; }
  .cabecera-destacada .slick-dots li button:before {
    content: '';
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    text-align: center;
    opacity: 1;
    background-color: #9A9A9A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .cabecera-destacada .slick-dots li.slick-active button:before {
    background-color: #FFFFFF; }
  .cabecera-destacada .slick-arrow {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 300ms cubic-bezier(0, 1, 0.66, 1);
    transition: opacity 300ms cubic-bezier(0, 1, 0.66, 1);
    opacity: 1; }
  .cabecera-destacada .slick-arrow:hover {
    opacity: .5; }
  .cabecera-destacada .slick-prev span {
    display: block;
    position: absolute;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    bottom: -16px;
    right: 10px; }
  .cabecera-destacada .slick-next span {
    display: block;
    position: absolute;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    bottom: -16px;
    right: 10px; }
  .cabecera-destacada .slider-counter {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
    color: #FFFFFF; }
    .cabecera-destacada .slider-counter.actual {
      position: relative;
      display: inline-block;
      margin-right: 10px;
      vertical-align: super; }
    .cabecera-destacada .slider-counter.total {
      position: relative;
      display: inline-block;
      margin-left: 10px;
      vertical-align: super; }
  .cabecera-destacada .breadcrumb .container > .row:first-of-type {
    height: auto; }
  .cabecera-destacada .breadcrumb ul li a:before {
    background-color: #FFFFFF; }
  .cabecera-destacada .breadcrumb h1 {
    font-family: aktiv-grotesk-light, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: normal;
    margin-bottom: 30px; }
    .cabecera-destacada .breadcrumb h1:before {
      content: none; }
  .cabecera-destacada.page-404 {
    margin-bottom: 0 !important; }
    .cabecera-destacada.page-404 h1 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 60px;
      line-height: 70px;
      letter-spacing: normal;
      font-size: 163px;
      line-height: 166px; }
    .cabecera-destacada.page-404 h2 {
      font-family: aktiv-grotesk-light, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 22px;
      line-height: 25px;
      letter-spacing: normal; }
    @media (max-width: 768px) {
      .cabecera-destacada.page-404 h1 {
        font-size: 80px;
        line-height: 80px; }
      .cabecera-destacada.page-404 h2 {
        font-family: aktiv-grotesk, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 39px;
        letter-spacing: normal; } }
  @media (min-width: 1025px) {
    .cabecera-destacada .thumbnail__wrapper {
      padding: 0 10px; }
    .cabecera-destacada .thumbnail__image {
      width: 100%;
      height: 0;
      margin: auto;
      padding-bottom: 70.7%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-color: #9A9A9A;
      position: relative;
      border: 1px solid transparent;
      cursor: pointer; }
    .cabecera-destacada .thumbnail__wrapper:hover .thumbnail__image {
      border: 1px solid #000000; } }
  @media (max-width: 1024px) {
    .cabecera-destacada .thumbnail__image {
      background: none !important; } }
  .cabecera-destacada .slick-current .thumbnail__image {
    border: 1px solid #000000;
    cursor: default; }

@media only screen and (min-width: 1440px) {
  .cabecera-destacada-smart .slider-content {
    max-width: 37rem; } }

@media only screen and (min-width: 768px) {
  .cabecera-destacada-smart .slider-content {
    padding: 10.625rem 1.25rem 0 9.25rem;
    text-align: left;
    align-items: flex-start;
    margin-left: -11.25rem; } }

@media (max-width: 768px) {
  .cabecera-destacada-smart .slider-content {
    margin-left: 1.75rem; } }

/* tablet Portrait and Landscape */
@media (min-width: 768px) and (max-width: 1024px) {
  .cabecera-destacada {
    margin-bottom: 50px; }
    .cabecera-destacada h2 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 74px;
      line-height: 84px;
      letter-spacing: normal; }
    .cabecera-destacada .slick-dots {
      left: 62px;
      top: 96.5%; }
    .cabecera-destacada .slick-arrow span {
      display: none; }
    .cabecera-destacada .slick-prev {
      left: 20%;
      top: 96.7%; }
    .cabecera-destacada .slick-next {
      left: calc(20% + 42px);
      top: 96.7%; }
    .cabecera-destacada .slick-prev:before {
      background-image: url(../images/icons/chevron_left-18.svg);
      background-size: 10px 18px;
      display: inline-block;
      width: 10px;
      height: 18px;
      content: "";
      position: unset;
      left: unset;
      top: unset; }
    .cabecera-destacada .slick-next:before {
      background-image: url(../images/icons/chevron_right-18.svg);
      background-size: 10px 18px;
      display: inline-block;
      width: 10px;
      height: 18px;
      content: "";
      position: unset;
      left: unset;
      top: unset; }
    .cabecera-destacada .slick-slider .hotspots-slide {
      margin-top: -123.8%; } }

/* mobile */
@media (max-width: 991px) {
  .cabecera-destacada {
    margin-bottom: 70px; }
    .cabecera-destacada.hasBreadcrumb {
      display: none; }
    .cabecera-destacada h2 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: 50px;
      letter-spacing: normal; }
    .cabecera-destacada .video-wrapper-loop {
      /*     iframe, video{ */
      /*       display: none; */
      /*     } */ }
    .cabecera-destacada .slick-dots {
      left: 50px;
      top: 90%; }
    .cabecera-destacada .dots-wrapper {
      right: unset;
      left: 15px;
      display: flex;
      align-items: center;
      width: 30%; }
    .cabecera-destacada .slick-dots {
      display: flex;
      margin: 0;
      width: 100%; }
      .cabecera-destacada .slick-dots li {
        width: 100%;
        height: 0; }
    .cabecera-destacada .slick-arrow span {
      display: none; }
    .cabecera-destacada .slick-prev {
      left: 37%;
      bottom: 18px;
      top: unset; }
    .cabecera-destacada .slick-next {
      left: calc(37% + 42px);
      bottom: 18px;
      top: unset; }
    .cabecera-destacada .slick-prev:before {
      background-image: url(../images/icons/chevron_left-18-white.svg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block;
      width: 10px;
      height: 18px;
      content: "";
      position: unset;
      left: unset;
      top: unset; }
    .cabecera-destacada .slick-next:before {
      background-image: url(../images/icons/chevron_left-18-white.svg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      transform: scaleX(-1);
      display: inline-block;
      width: 10px;
      height: 18px;
      content: "";
      position: unset;
      left: unset;
      top: unset; } }

/* mobile */
@media (max-width: 320px) {
  .cabecera-destacada .slick-prev {
    left: 45%;
    top: 90.3%; }
  .cabecera-destacada .slick-next {
    left: calc(45% + 42px);
    top: 90.3%; }
  .cabecera-destacada .cta-white {
    margin-top: 11px; } }

/* mobile only landscape */
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 736px) {
  .cabecera-destacada .jumbotron {
    height: 52vw !important; }
  .cabecera-destacada .slick-slider .jumbotron {
    height: 149vh !important; } }

/* tablet */
@media (max-width: 991px) and (min-width: 768px) {
  .cabecera-destacada {
    margin-bottom: 70px; }
    .cabecera-destacada h2 {
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: 50px;
      letter-spacing: normal; }
    .cabecera-destacada .video-wrapper-loop {
      /*       iframe, video{ */
      /*         display: none; */
      /*       } */ }
    .cabecera-destacada .dots-wrapper {
      left: 45px;
      width: 15%; }
    .cabecera-destacada .slick-prev {
      left: 27%; }
    .cabecera-destacada .slick-next {
      left: calc(27% + 42px); } }

/**** VERTICAL NUMBERS WITH VERTICAL LINE ****/
.number-line {
  --display: block;
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 0.5rem;
  color: #000000;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1;
  z-index: 5;
  transform: translate(-50%, 0);
  /* number color classes bold */
  /* number color classes regular */ }
  .number-line::after {
    content: "";
    display: var(--display);
    width: 2px;
    height: 24px;
    background: #000000; }
  .number-line.top-top {
    top: 0;
    transform: translate(-50%, -100%); }
  .number-line.top-bottom {
    top: 0; }
  .number-line.bottom-top {
    bottom: 0; }
  .number-line.bottom-bottom {
    bottom: 0;
    transform: translate(-50%, 100%); }
  .number-line.top-top, .number-line.bottom-top {
    flex-direction: column; }
  .number-line.top-bottom, .number-line.bottom-bottom {
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .number-line.number--bold-black {
    font-weight: 700 !important;
    color: #000000 !important; }
    .number-line.number--bold-black::after {
      width: 4px !important;
      background: #000000 !important; }
  .number-line.number--bold-white {
    font-weight: 700 !important;
    color: #FFFFFF !important; }
    .number-line.number--bold-white::after {
      width: 4px !important;
      background: #FFFFFF !important; }
  .number-line.number--bold-green {
    font-weight: 700 !important;
    color: #81c97c !important; }
    .number-line.number--bold-green::after {
      width: 4px !important;
      background: #81c97c !important; }
  .number-line.number--bold-purple {
    font-weight: 700 !important;
    color: #662d91 !important; }
    .number-line.number--bold-purple::after {
      width: 4px !important;
      background: #662d91 !important; }
  .number-line.number--black {
    font-weight: 400 !important;
    color: #000000 !important; }
    .number-line.number--black::after {
      width: 2px !important;
      background: #000000 !important; }
  .number-line.number--white {
    font-weight: 400 !important;
    color: #FFFFFF !important; }
    .number-line.number--white::after {
      width: 2px !important;
      background: #FFFFFF !important; }
  .number-line.number--green {
    font-weight: 400 !important;
    color: #81c97c !important; }
    .number-line.number--green::after {
      width: 2px !important;
      background: #81c97c !important; }
  .number-line.number--purple {
    font-weight: 400 !important;
    color: #662d91 !important; }
    .number-line.number--purple::after {
      width: 2px !important;
      background: #662d91 !important; }

.has-top-number {
  margin-top: 5rem !important; }

.has-bottom-number {
  margin-bottom: 5rem !important; }

.dashboard {
  padding: 40px 0;
  background: #F7F7F7; }
  .dashboard .dashboard-card {
    background: #FFFFFF;
    padding: 40px;
    margin-bottom: 30px; }
    .dashboard .dashboard-card section {
      margin-bottom: 0; }
    .dashboard .dashboard-card.producto-distribuidor .slick-dots, .dashboard .dashboard-card .producto-distribuidor .slick-dots {
      display: none; }
  .dashboard .dashboard-card__header {
    margin-bottom: 40px; }
    .dashboard .dashboard-card__header h2 {
      margin-bottom: 0;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 20px;
      text-transform: uppercase; }
    .dashboard .dashboard-card__header p.cta-profile {
      margin-bottom: 0;
      padding-right: 12px;
      font-family: aktiv-grotesk, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 18px; }
      .dashboard .dashboard-card__header p.cta-profile a {
        text-transform: uppercase;
        display: inline-block; }
        .dashboard .dashboard-card__header p.cta-profile a:after {
          content: url(../images/icons/arrow_right-24.svg);
          position: relative;
          top: 8px;
          right: -13px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
          transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49); }
        .dashboard .dashboard-card__header p.cta-profile a:hover:after {
          right: -26px; }
  .dashboard .borrar-card {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: normal;
    line-height: 15px;
    color: #666666;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    display: block;
    position: relative; }
    .dashboard .borrar-card:before {
      content: url(../images/icons/delete-18.svg);
      position: relative;
      left: -9px;
      top: 3px; }
    .dashboard .borrar-card a:hover {
      text-decoration: underline; }

@media (max-width: 1280px) and (min-width: 1200px) {
  .dashboard {
    padding-left: 75px; } }

@media (max-width: 767px) {
  .dashboard {
    padding: 20px 0;
    background: #F7F7F7; }
    .dashboard .dashboard-card {
      background: #FFFFFF;
      padding: 30px;
      margin-bottom: 15px; } }

/********* linkDistributor **********/
.mapa-web {
  margin-bottom: 30px; }
  .mapa-web ul {
    padding-left: 0;
    list-style: none; }
  .mapa-web__link {
    width: 100%;
    display: block;
    position: relative; }
  .mapa-web__wrapper {
    margin-bottom: 150px; }
  .mapa-web .mapa-web__title {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: normal;
    margin-bottom: 40px;
    padding-bottom: 13px;
    padding-right: 50px;
    margin-bottom: 40px;
    border-bottom: 2px solid #000000;
    position: relative; }
    .mapa-web .mapa-web__title:after {
      content: url(../images/icons/arrow_right-24.svg);
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
      transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49); }
    .mapa-web .mapa-web__title:hover:after {
      right: -20px; }
  .mapa-web .mapa-web_title-simple {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .mapa-web .mapa-web__link {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #00538b;
    text-transform: uppercase;
    width: auto;
    display: block;
    position: relative; }
    .mapa-web .mapa-web__link:hover {
      text-decoration: underline; }
  .mapa-web .mapa-web__item {
    margin-bottom: 30px; }
  @media (max-width: 786px) {
    .mapa-web {
      margin-top: 30px; }
      .mapa-web__wrapper {
        margin-bottom: 90px; } }

/********* endlinkDistributor **********/
.textos.dos.option-selector {
  margin-top: 40px;
  background-size: cover;
  background-repeat: no-repeat; }
  .textos.dos.option-selector .big-tit {
    padding: 3rem 100px 0 12px; }
    @media (max-width: 768px) {
      .textos.dos.option-selector .big-tit {
        padding: 0; } }
  .textos.dos.option-selector .selector-box {
    margin-top: 100px; }
    @media (max-width: 1023px) {
      .textos.dos.option-selector .selector-box {
        margin-bottom: 30px; } }
    .textos.dos.option-selector .selector-box .custom-form-group .form-group {
      width: 92%;
      margin: 0 0 auto 0; }
      @media (max-width: 1023px) {
        .textos.dos.option-selector .selector-box .custom-form-group .form-group {
          width: 100%;
          margin: 0; } }
    .textos.dos.option-selector .selector-box #suboptionsDiv .custom-form-group .form-group {
      margin: 0 0 0 auto; }
      @media (max-width: 1023px) {
        .textos.dos.option-selector .selector-box #suboptionsDiv .custom-form-group .form-group {
          width: 100%;
          margin: 0; } }
  .textos.dos.option-selector .cta-black {
    background: #898989;
    color: white !important;
    padding: 24px 40px 24px;
    line-height: 30px; }
    .textos.dos.option-selector .cta-black:after {
      content: url(../images/icons/arrow_right-24w.svg) !important;
      top: 0; }

.text-columns-bg {
  margin: 0 auto;
  max-width: 1170px;
  padding: 2rem 2rem 4rem; }

.cart-op-notification, .cart-op-notification-error {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  display: none; }

.cart-op-notification .jumbotron, .cart-op-notification-error .jumbotron {
  background: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
  border-radius: 0;
  padding: 0 20px; }

.over-product__wrapper, .over-product-error {
  width: 100%; }

.over-product__wrapper .addToCart {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  margin-right: 40px;
  margin-bottom: 0; }

.over-product__wrapper .addToCart img {
  margin-right: 10px; }

.over-product__wrapper .verfav {
  margin-bottom: 0; }

.over-product__wrapper .icon-fav-18:before {
  font-size: 16px;
  position: relative;
  top: 3px;
  right: 2px; }

.over-product__wrapper .cta-square-black {
  margin-top: 0; }

.cart-op-notification .image {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.cart-op-notification .image img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.cart-op-notification .wrapper-text, .cart-op-notification-error .wrapper-text {
  padding: 20px;
  overflow: hidden; }

.cart-op-notification .wrapper-text .reference, .cart-op-notification-error .wrapper-text .reference {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase; }

.cart-op-notification .wrapper-text .coleccion {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 5px; }

.cart-op-notification .wrapper-text .title-producto, .cart-op-notification-error .wrapper-text .title-producto {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: normal;
  font-weight: 300;
  margin-bottom: 5px; }

.cart-op-notification .wrapper-text .title-producto a {
  display: block; }

.cart-op-notification .wrapper-text .colors {
  display: block;
  margin-bottom: 15px; }

.cart-op-notification .wrapper-text .colors .fondo {
  margin-right: 13px;
  background: #fff;
  border: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative; }

.cart-op-notification .wrapper-text .colors .fondo span {
  width: 21px;
  height: 21px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-position: center; }

.cart-op-notification .wrapper-text .dades {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 15px;
  line-height: 26px;
  clear: both; }

.cart-op-notification .wrapper-text .dades .sizes {
  width: 40%;
  float: left;
  text-align: left;
  text-transform: uppercase; }

.cart-op-notification .wrapper-text .dades .price {
  width: 60%;
  float: right;
  text-align: right;
  text-transform: uppercase; }

.cart-op-notification .wrapper-text .dades .price span {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: normal; }

.cart-op-notification .wrapper-text .dades .price span sub {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: normal;
  bottom: 0; }

.cart-op-notification .addToCart span {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: normal;
  font-weight: 300; }

.cart-op-notification .addToCart .price {
  margin-bottom: 0;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 11px; }

.cart-op-notification .addToCart sub {
  bottom: 0; }

.cart-op-notification .close-notif {
  margin-top: -14%; }

@media (max-width: 1024px) {
  .cart-op-notification .jumbotron {
    padding: 20px; }
  .cart-op-notification .over-product__wrapper .verfav {
    width: 100%;
    text-align: center;
    padding: 20px 11px; }
  .cart-op-notification .over-product__wrapper .addToCart {
    text-align: center;
    width: calc(100% - 30px);
    margin-top: 42px;
    margin-right: 0; }
  .cart-op-notification .over-product__wrapper .cta-square-black {
    margin-top: 0;
    width: 100%; }
  .cart-op-notification .wrapper-text {
    padding: 0; }
  .cart-op-notification .wrapper-text .title-producto {
    margin-bottom: 15px; }
  .cart-op-notification .wrapper-text .reference {
    margin-bottom: 5px; }
  .cart-op-notification .wrapper-text .colors {
    margin-bottom: 0; }
  .cart-op-notification .wrapper-text .dades .price {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 0; } }

@media (min-width: 425px) and (max-width: 1024px) {
  .cart-op-notification .close-notif {
    margin-top: -400px; } }

@media (max-width: 425px) {
  .cart-op-notification .close-notif {
    margin-top: 0;
    marginn-left: 90%; } }

.yui3-widget.overlay-hidden {
  display: none; }

.yui3-widget.overlay-focused {
  display: block; }

.yui3-widget-stacked {
  position: absolute !important; }

.staging-ready {
  padding-top: 0 !important; }

.publishBarStyle {
  top: 105px;
  background-color: #343a40;
  position: absolute;
  height: 54px;
  width: 100%; }
  .publishBarStyle li {
    list-style: none; }
  .publishBarStyle .control-menu-level-2-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }

@media screen and (min-width: 1025px) {
  .menus-secundarios .main-menu__list .dropdown-menu {
    left: calc(25% + 20px); } }

@media only screen and (min-width: 1224px) {
  .toTop {
    bottom: 8rem !important; }
  .toFilters {
    bottom: 12.7rem !important; } }

.download-list .wrapper-descarga .catalogos .wrapper-text ul li a {
  display: inline-block;
  max-width: 97%;
  margin-top: 0; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.loader-wrapperMain {
  width: 100%; }

.loader-wrapperUp {
  overflow: hidden;
  top: 0;
  width: 100%;
  position: relative;
  opacity: 1;
  transition: opacity 1s; }

.loader-wrapperDown {
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
  opacity: 1;
  transition: opacity 1s; }

.loader-hide {
  display: none !important; }

.gray-background-layout {
  background-color: #d5d5d5; }
  .gray-background-layout .wrapper-visual-link {
    margin-top: 70px; }

.search-animation-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFF8;
  align-items: center;
  justify-content: center;
  opacity: 0;
  backdrop-filter: blur(0px);
  transition: opacity 0.5s, background-color 0.5s, backdrop-filter 0.5s;
  z-index: -20; }
  .search-animation-overlay.show {
    z-index: 99;
    opacity: 1;
    display: flex;
    backdrop-filter: blur(10px); }

.new-search .nav-tabs .nav-link {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 18px;
  padding-bottom: 0; }

.new-search .card {
  border-style: none;
  box-shadow: none; }

.new-search .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 4rem;
  overflow-x: auto; }

.new-search .nav-tabs + .tab-content .tab-pane {
  padding: 0; }

.new-search .nav-tabs .nav-item {
  padding: 0; }

.new-search .colecciones-titulo {
  max-width: 100%; }

.new-search .faqs .faqs-title {
  font-family: aktiv-grotesk-medium, sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #666666; }

.new-search .faqs .faqs-texto {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin-bottom: 40px;
  color: #666666; }

.new-search .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 20px; }

.new-search .filter-body .subcategory {
  list-style: none; }
  .new-search .filter-body .subcategory li {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #666666;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between; }

.new-search .filter-body .simple-subcategory {
  list-style: none; }
  .new-search .filter-body .simple-subcategory li {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #666666;
    padding-bottom: 15px; }
    .new-search .filter-body .simple-subcategory li a.active {
      border-bottom: 1px solid;
      padding-bottom: .15rem; }
    .new-search .filter-body .simple-subcategory li a:hover,
    .new-search .filter-body .simple-subcategory li a:active {
      border-bottom: 1px solid;
      padding-bottom: .15rem; }
    .new-search .filter-body .simple-subcategory li a > span {
      font-family: aktiv-grotesk, sans-serif;
      font-weight: 600;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0.5px; }

.new-search a.collapsed + img {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg); }

.new-search .collections {
  list-style: none; }
  .new-search .collections li {
    font-family: aktiv-grotesk-medium, sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }

.new-search .custom-checkbox-filter {
  accent-color: black; }

.new-search .delete-button {
  border-top: 1px solid #333333;
  margin-inline: -1.2rem;
  margin-top: 4rem;
  display: flex;
  gap: 1rem; }
  .new-search .delete-button p {
    font-family: aktiv-grotesk-medium, sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin-top: 30px; }

.new-search .visible-xs {
  display: none; }

@media (max-width: 767px) {
  .new-search .visible-xs {
    display: flex;
    justify-content: center;
    align-items: center; } }

@media (min-width: 992px) {
  .new-search .custom-padding {
    padding: 0; } }

.search-box .close-back-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px; }

.tabbable-content {
  display: none !important; }

@media (max-width: 1400px) {
  .portlet-forms {
    margin: 50px; } }

@media (max-width: 1024px) {
  .portlet-forms {
    margin: 30px; } }

@media (max-width: 768px) {
  .portlet-forms {
    margin: 0px; } }

.linea_Division {
  margin-top: 20px;
  border-bottom: 3px solid  #d5d5d5;
  margin-bottom: 20px; }

.escandallo {
  margin-top: 20px; }
