@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@charset "UTF-8";
/*! jQuery UI - v1.12.1 - 2017-03-19
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.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-draggable-handle {
  touch-action: none;
}

/* Layout helpers
----------------------------------*/
.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);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.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;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.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: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.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-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.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 #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.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 #cccccc;
  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 rgb(94, 158, 214);
}

.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: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.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: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.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");
}

/* positioning */
.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 is deprecated, use ui-icon-seek-start instead */
.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;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.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;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

pre,
code,
kbd,
samp {
  font-family: 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 {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.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: 0.875em;
  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: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  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-wrap: break-word;
}
a > code {
  color: inherit;
}

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

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 4px;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 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-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.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.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.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 > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(: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:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.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: -1px;
}

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

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

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

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.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;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

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

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

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

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

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

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

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

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 4px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

.nav-justified > .nav-link,
.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,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  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.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    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,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .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,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    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,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .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,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    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,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .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,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  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,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.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: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.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: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  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: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 3px 3px 0 0;
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 3px;
}

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

.card-img,
.card-img-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

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

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

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

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 4px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (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: 1rem 1rem;
}

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

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

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

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

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

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #aaa;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 4px !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    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;
  }

  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: #aaa;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #aaa;
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.croppie-container {
  width: 100%;
  height: 100%;
}

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none;
}

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: "";
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px;
}

.croppie-container .cr-original-image {
  display: none;
}

.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none;
}

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center;
}

.croppie-result {
  position: relative;
  overflow: hidden;
}

.croppie-result img {
  position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */
  /*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

.cr-slider:focus {
  outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;
  /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

.cr-rotate-controls button {
  border: 0;
  background: none;
}

.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}

.cr-rotate-l i:before {
  content: "↺";
}

.cr-rotate-r i:before {
  content: "↻";
}

/*
 * Image replacement (does not work on buttons/inputs)
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@keyframes draw {
  0% {
    stroke-dasharray: 0 790;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 790 0;
    opacity: 1;
  }
}
@-o-viewport {
  width: device-width;
  zoom: 1;
  /* stylelint-disable-line */
}
@viewport {
  width: device-width;
  zoom: 1;
  /* stylelint-disable-line */
}
::-moz-selection {
  background: #0000BD;
  text-shadow: none;
  color: #fff;
}
::selection {
  background: #0000BD;
  text-shadow: none;
  color: #fff;
}

html {
  width: 100vw;
  overflow: hidden;
}

html,
button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto", sans-serif !important;
  color: #4d4d4f;
  outline-color: #0000BD;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Roboto", sans-serif !important;
  padding-top: 70px;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

html {
  height: 100%;
  overflow-y: scroll;
  line-height: 1.4;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100% !important;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

p,
td,
th,
span {
  line-height: 1.71;
  font-size: 14px;
}

p {
  margin-bottom: 1rem;
}

span {
  font-size: inherit;
}

b,
strong {
  font-weight: 600;
}

a {
  color: #0000BD;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  color: inherit;
}
a:hover, a:focus {
  color: #00008a;
}
a:active {
  /* stylelint-disable-line */
}
img {
  max-width: 100%;
  font-style: italic;
  /* fancy broken image alt text */
}

ul,
ol {
  padding: 0;
  list-style-position: inside;
  list-style: none;
}

.o-list {
  width: 100%;
}
.o-list--item {
  width: 100%;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  font-weight: bold;
  color: #4d4d4f;
  font-family: "Roboto", sans-serif;
}
.o-list--item:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #fafafa;
  color: #4d4d4f;
}
.o-list--item-title {
  font-size: 16px;
}
.o-list--disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(1);
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
  min-height: 3em;
}

.js-thumb {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.o-form--invites {
  display: grid;
  grid-template-columns: calc(100% - 220px) 200px;
  grid-column-gap: 20px;
}

.form-text {
  color: #6c757d;
  font-size: 13px;
}

.o-badges {
  font-size: 13px;
  background-color: transparent;
  border: 1px solid #f0f0f0;
  color: #444;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  text-transform: lowercase;
}
.o-badges--border-color-dark {
  border: 1px solid #333;
}
.o-badges--border-radius-rect {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.pagination .page-link {
  color: #0000BD;
}
.pagination .page-item {
  height: 37px;
}
.pagination .page-item.active .page-link {
  background-color: #003381;
  border-color: #003381;
  padding-bottom: 10px;
}
.pagination .page-item.disabled .page-link {
  padding-bottom: 11px;
}

.o-grid {
  display: flex;
}
.o-grid--table {
  display: grid;
}
.o-grid--table-columns__1 {
  grid-template-columns: repeat(1, 1fr);
}
.o-grid--table-columns__2 {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 768px) {
  .o-grid--table-columns__2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.o-grid--table-columns__3 {
  grid-template-columns: repeat(3, 1fr);
}
.o-grid--table-columns__4 {
  grid-template-columns: repeat(4, 1fr);
}
.o-grid--buttons-inline {
  margin: 40px 0;
  display: flex;
}
.o-grid--buttons-inline-start {
  justify-content: flex-start;
}
.o-grid--buttons-inline-end {
  justify-content: flex-end;
}
.o-grid--buttons-inline a + a,
.o-grid--buttons-inline a + button,
.o-grid--buttons-inline button + button {
  margin-left: 20px;
}
.o-grid--align-center {
  align-items: center;
}
.o-grid__item {
  width: 100%;
}
.o-grid--galery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100%;
}
@media (max-width: 576px) {
  .o-grid--galery-grid {
    grid-gap: 5px;
  }
}
.o-grid--galery-grid--group {
  display: block;
  position: relative;
  height: 250px;
}
@media (max-width: 576px) {
  .o-grid--galery-grid--group {
    height: 90px;
  }
}
.o-grid--galery-grid--group--frame {
  height: 100%;
  width: 100%;
  position: relative;
}
.o-grid--galery-grid--group--frame--image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.o-grid--galery-grid--group--icon {
  width: 30px;
  height: 30px;
  background: #0000BD;
  opacity: 0.6;
  border-radius: 4px 0px 0px 0px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 576px) {
  .o-grid--galery-grid--group--icon {
    width: 24px;
    height: 24px;
  }
}
.o-grid--galery-grid--group--icon--image {
  color: #fff;
  z-index: 3;
  font-size: 18px;
}
@media (max-width: 576px) {
  .o-grid--galery-grid--group--icon--image {
    font-size: 14px;
  }
}

.o-row {
  display: flex;
  align-items: center;
}
.o-row--inline {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .o-row--inline {
    flex-direction: column;
  }
}
.o-row--top {
  align-items: baseline;
}
@media (max-width: 768px) {
  .o-row--end-onmobile {
    align-items: flex-end;
  }
}

.o-margin--bottom-0 {
  margin-bottom: 0;
}
.o-margin--bottom-10 {
  margin-bottom: 10px;
}
.o-margin--bottom-20 {
  margin-bottom: 20px;
}
.o-margin--bottom-30 {
  margin-bottom: 30px;
}
.o-margin--bottom-40 {
  margin-bottom: 40px;
}
.o-margin--bottom-50 {
  margin-bottom: 50px;
}
.o-margin--top-10 {
  margin-top: 10px;
}
.o-margin--top-20 {
  margin-top: 20px;
}
.o-margin--top-30 {
  margin-top: 30px;
}
.o-margin--top-40 {
  margin-top: 40px;
}
.o-margin--top-50 {
  margin-top: 50px;
}
.o-margin--top-70 {
  margin-top: 70px;
}
.o-margin--left-10 {
  margin-left: 10px;
}
.o-margin--left-20 {
  margin-left: 20px;
}
.o-margin--left-30 {
  margin-left: 30px;
}
.o-margin--left-40 {
  margin-left: 40px;
}
.o-margin--left-50 {
  margin-left: 50px;
}
.o-margin--right-10 {
  margin-right: 10px;
}
.o-margin--right-20 {
  margin-right: 20px;
}
.o-margin--right-30 {
  margin-right: 30px;
}
.o-margin--right-40 {
  margin-right: 40px;
}
.o-margin--right-50 {
  margin-right: 50px;
}

.o-padding--bottom-0 {
  padding-bottom: 0;
}
.o-padding--bottom-10 {
  padding-bottom: 10px;
}
.o-padding--bottom-20 {
  padding-bottom: 20px;
}
.o-padding--bottom-30 {
  padding-bottom: 30px;
}
.o-padding--bottom-40 {
  padding-bottom: 40px;
}
.o-padding--bottom-50 {
  padding-bottom: 50px;
}
.o-padding--top-10 {
  padding-top: 10px;
}
.o-padding--top-20 {
  padding-top: 20px;
}
.o-padding--top-30 {
  padding-top: 30px;
}
.o-padding--top-40 {
  padding-top: 40px;
}
.o-padding--top-50 {
  padding-top: 50px;
}
.o-padding--left-10 {
  padding-left: 10px;
}
.o-padding--left-20 {
  padding-left: 20px;
}
.o-padding--left-30 {
  padding-left: 30px;
}
.o-padding--left-40 {
  padding-left: 40px;
}
.o-padding--left-50 {
  padding-left: 50px;
}
.o-padding--right-10 {
  padding-right: 10px;
}
.o-padding--right-20 {
  padding-right: 20px;
}
.o-padding--right-30 {
  padding-right: 30px;
}
.o-padding--right-40 {
  padding-right: 40px;
}
.o-padding--right-50 {
  padding-right: 50px;
}

.o-btn {
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-out;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 1;
  outline: none;
  padding: 15px 30px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.o-btn:hover {
  color: #fff;
}
.o-btn, .o-btn:hover, .o-btn:focus, .o-btn:active {
  text-decoration: none;
  outline: none;
}
.o-btn--block {
  display: block;
  width: 100%;
}
.o-btn--primary {
  background-color: #0000BD;
  color: #fff;
  box-shadow: inset 0px 0px 0px 1px #0000BD;
}
.o-btn--primary:hover, .o-btn--primary:active, .o-btn--primary:focus {
  background-color: #00008a;
  box-shadow: inset 0px 0px 0px 1px #00008a;
  color: #fff;
}
.o-btn--secondary {
  background-color: #fff;
  color: #0000BD;
  border: 1px solid #0000BD;
}
.o-btn--secondary:hover, .o-btn--secondary:active, .o-btn--secondary:focus {
  background-color: #0000BD;
  border-color: #0000BD;
  color: #fff;
}
.o-btn--outline-white {
  background-color: transparent;
  color: #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
}
.o-btn--outline-white:hover, .o-btn--outline-white:active, .o-btn--outline-white:focus {
  background-color: #fff;
  color: #0000BD;
}
.o-btn--icon {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  height: 44px;
}
.o-btn--icon svg,
.o-btn--icon img {
  flex-shrink: 0;
}
.o-btn--download {
  padding-left: 50px;
}
.o-btn--download span {
  position: relative;
  line-height: 1.3;
}
.o-btn--download span:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg data-name='Icon feather-download' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath data-name='Caminho 2092' d='M15 10.33v3.11A1.56 1.56 0 0113.44 15H2.56A1.56 1.56 0 011 13.44v-3.1'/%3E%3Cpath data-name='Caminho 2093' d='M4.11 6.44L8 10.34l3.89-3.9'/%3E%3Cpath data-name='Caminho 2094' d='M8 10.33V1'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.o-btn:disabled, .o-btn--disabled {
  background-color: #e6e6e6;
  color: #b3b3b3;
  border: 1px solid #e6e6e6;
  box-shadow: inset 0px 0px 0px 1px #e6e6e6;
  pointer-events: none;
}
.o-btn:disabled:hover, .o-btn:disabled:active, .o-btn:disabled:focus, .o-btn--disabled:hover, .o-btn--disabled:active, .o-btn--disabled:focus {
  color: #e6e6e6;
  background-color: #e6e6e6;
}
.o-btn--delete {
  background-color: #ff3126;
  color: #fff;
  border: 1px solid #ff3126;
  width: 50px;
  padding: 15px;
}
.o-btn--delete:hover {
  background-color: #ff190d;
}
.o-btn--save {
  width: 95%;
  margin: 0 auto;
}
.o-btn--subscribed {
  background-color: #0000BD;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  box-shadow: none;
  transition: box-shadow 0.2s ease-out, background-color 0.2s linear;
  position: relative;
  overflow: hidden;
  border: 1px solid #0000BD;
  max-height: 45px;
}
.o-btn--subscribed:after {
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg data-name='Icon feather-log-out' fill='none' stroke='%238273e8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath data-name='Caminho 3' d='M6.333 17H2.778A1.778 1.778 0 011 15.222V2.778A1.778 1.778 0 012.778 1h3.555'/%3E%3Cpath data-name='Caminho 4' d='M12.556 13.445L17 9.001l-4.444-4.445'/%3E%3Cpath data-name='Caminho 5' d='M17 9H6.333'/%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg data-name='Icon feather-log-out' fill='none' stroke='%238273e8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath data-name='Caminho 3' d='M6.333 17H2.778A1.778 1.778 0 011 15.222V2.778A1.778 1.778 0 012.778 1h3.555'/%3E%3Cpath data-name='Caminho 4' d='M12.556 13.445L17 9.001l-4.444-4.445'/%3E%3Cpath data-name='Caminho 5' d='M17 9H6.333'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-color: #fff;
}
.o-btn--subscribed:hover {
  box-shadow: 0px 4px 8px rgba(21, 21, 34, 0.2);
  color: #fff;
  cursor: pointer;
}
.o-btn--subscribed:hover:after {
  background-color: #fff;
}
.o-btn--options {
  background-color: #fff;
  color: #0000BD;
  border: 1px solid #fff;
}
.o-btn--options:visited, .o-btn--options:active, .o-btn--options:focus {
  background-color: #fff;
  color: #0000BD;
  border: 1px solid #fff;
  outline: none;
  box-shadow: none;
}
.o-btn--options:hover {
  background-color: #f6f6f6;
  cursor: pointer;
  color: #00008a;
}
.o-btn--social {
  background-color: transparent;
  border: 1px solid #B4DC32;
}
.o-btn--social .fa {
  color: #B4DC32;
}
.o-btn--social:hover {
  background-color: #B4DC32;
}
.o-btn--social:hover .fa {
  color: #fff;
}
.o-btn--full {
  width: 100%;
}
@media only screen and (min-width: 1050px) {
  .o-btn--full {
    width: 90%;
  }
}
.o-btn--xs {
  text-transform: lowercase;
  padding: 8px;
  font-weight: 400;
  font-size: 13px;
}
.o-btn--low {
  padding: 12px 30px;
}
.o-btn--transparent {
  background-color: transparent;
  color: #0000BD;
  box-shadow: inset 0px 0px 0px 2px #0000BD;
}
.o-btn--transparent:hover, .o-btn--transparent:active, .o-btn--transparent:focus {
  background-color: #0000BD;
  border-color: #0000BD;
  color: #fff;
}
.o-btn--small {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  padding: 10px 15px;
}
.o-btn--danger {
  background-color: transparent;
  color: red;
}
.o-btn--danger:hover {
  background-color: transparent;
  color: red;
}

.o-button {
  transition: all 0.2s ease-out;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 1;
  outline: none !important;
  position: relative;
  display: block;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.o-button--color-brand {
  background-color: #0000BD !important;
  color: #fff !important;
}
.o-button--color-brand:visited {
  background-color: #0000BD;
  color: #fff;
}
.o-button--color-brand:hover {
  background-color: #00008a;
  cursor: pointer;
}
.o-button--color-brand-inverse {
  background-color: #fff !important;
  color: #0000BD !important;
  border: 1px solid #0000BD;
}
.o-button--color-brand-inverse:visited {
  background-color: #fff;
  color: #0000BD;
}
.o-button--color-brand-inverse:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.o-button--color-danger {
  background-color: red !important;
  color: #fff !important;
}
.o-button--color-danger:visited {
  background-color: red;
  color: #fff;
}
.o-button--color-danger:hover {
  background-color: #cc0000;
  cursor: pointer;
}
.o-button--size-xs {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
}
.o-button--size-xs .fa {
  font-size: 12px;
}
.o-button--size-s {
  padding: 12px 36px;
  font-size: 14px;
  font-weight: bold;
}
.o-button--size-s .fa {
  font-size: 12px;
}

.o-btn-arrow {
  position: absolute;
  bottom: -55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  width: 30px;
  height: 20px;
  z-index: 10;
  outline: none;
  transition: 0.2s ease-out;
  padding: 0;
  transform: translateX(-50%);
}
.o-btn-arrow:before {
  content: "";
  width: 25px;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 20'%3E%3Cpath d='M9.311.276a1 1 0 011.379 1.448L3.019 9H23a1 1 0 110 2H3.051l7.639 7.276a1 1 0 11-1.379 1.448l-8.725-8.31A2 2 0 01.6 8.569z' fill='%23fff'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 20'%3E%3Cpath d='M9.311.276a1 1 0 011.379 1.448L3.019 9H23a1 1 0 110 2H3.051l7.639 7.276a1 1 0 11-1.379 1.448l-8.725-8.31A2 2 0 01.6 8.569z' fill='%23fff'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #0000BD;
}
.o-btn-arrow--white:before {
  background-color: #fff;
}
.o-btn-arrow:focus, .o-btn-arrow:active {
  outline: 0;
}
.o-btn-arrow.slick-disabled {
  opacity: 0.6;
  cursor: initial;
}
.o-btn-arrow--prev {
  left: calc(50% - 40px);
  padding-right: 2px;
}
.o-btn-arrow--next {
  left: calc(50% + 40px);
  padding-left: 2px;
}
.o-btn-arrow--next:before {
  transform: rotateZ(180deg);
}

.dropdown {
  bottom: 0;
  left: 0;
  margin-bottom: 0 !important;
  padding: 0;
}
.dropdown .dropdown-toggle {
  width: 100%;
}
.dropdown-item {
  text-transform: capitalize !important;
}

.select2-container--classic .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  overflow: hidden;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
}

.select2-container--disabled .select2-selection--single {
  background-color: #eee !important;
}

.select2-container .select2-selection--single {
  height: 38px !important;
}

.select2-container {
  width: 100% !important;
}

.select2-container.error {
  padding-bottom: 20px;
  position: relative;
}
.select2-container.error .select2-choice {
  border: 1px solid #e34326;
}
.select2-container.error:after {
  content: "Campo obrigatório";
  position: absolute;
  bottom: -5px;
  left: 0;
  font-size: 12px;
}

.o-hr {
  display: block;
  border: 0;
  border-top: 1px solid #999999;
  margin: 40px 0 20px;
}

.o-input--text, .o-input[type=text] {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 120%;
  width: 100%;
  border: 1px solid #ccc;
  outline-color: #ccc;
  padding: 8px 5px;
  border-radius: 5px;
}
.o-input--faq {
  height: 45px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.o-input--file input[type=file] {
  display: none;
}
.o-input--file label {
  width: 100%;
  height: 97px;
  border: 1px solid #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #ccc;
  color: #696969;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 3.5;
  cursor: pointer;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.o-input--container {
  width: 200px;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.o-input--thumb {
  width: 150px;
  height: 150px;
}
.o-input--fixed {
  position: absolute;
  right: 0;
  bottom: 0;
}
.o-input--link {
  border: 1px solid #484747;
  border-radius: 4px;
  position: relative;
  padding: 8px 8px 8px 40px;
  display: block;
  height: 32px;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  outline: none;
}
.o-input--link p {
  margin: 0;
  font-size: 14px;
  color: #383838;
  line-height: 14px;
  white-space: nowrap;
}
.o-input--link::before {
  position: absolute;
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'><defs><style>.a{fill:rgb(56,56,56);}.b{fill:none;}</style></defs><g transform='translate(-525 -344)'><path class='a' d='M10.206,5.793a4.748,4.748,0,0,1,.011,6.706l-.011.012-2.1,2.1A4.75,4.75,0,0,1,1.389,7.893l1.16-1.16a.5.5,0,0,1,.853.331,5.758,5.758,0,0,0,.3,1.648.5.5,0,0,1-.118.519l-.409.409a2.25,2.25,0,1,0,3.162,3.2l2.1-2.1a2.249,2.249,0,0,0,0-3.182,2.341,2.341,0,0,0-.323-.268A.5.5,0,0,1,7.9,6.9a1.245,1.245,0,0,1,.366-.931l.658-.658a.5.5,0,0,1,.643-.054,4.765,4.765,0,0,1,.641.537Zm4.4-4.4a4.755,4.755,0,0,0-6.717,0l-2.1,2.1L5.782,3.5a4.751,4.751,0,0,0,.653,7.243.5.5,0,0,0,.643-.054l.658-.658A1.245,1.245,0,0,0,8.1,9.1a.5.5,0,0,0-.217-.394,2.341,2.341,0,0,1-.323-.268,2.249,2.249,0,0,1,0-3.182l2.1-2.1a2.25,2.25,0,1,1,3.162,3.2l-.409.409a.5.5,0,0,0-.118.519,5.758,5.758,0,0,1,.3,1.648.5.5,0,0,0,.853.331l1.16-1.16a4.755,4.755,0,0,0,0-6.717Z' transform='translate(533.001 352)'/><rect class='b' width='16' height='16' transform='translate(533 352)'/></g><rect class='b' width='8' height='32' transform='translate(24)'/><rect class='b' width='8' height='32'/><rect class='b' width='32' height='8'/><rect class='b' width='32' height='8' transform='translate(0 24)'/></svg>");
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-color: #ccc;
}
.o-input--cover {
  width: 60px;
  height: 60px;
}
.o-input--cover input[type=file] {
  display: none;
}
.o-input--cover label {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #cccdde;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 120%;
  cursor: pointer;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.o-input--textarea {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 120%;
  width: 100%;
  height: 120px;
  border: 1px solid #ccc;
  outline-color: #ccc;
  padding: 8px 5px;
  border-radius: 5px;
}

.o-input-select {
  font-size: 14px;
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  padding: 6px 5px;
  border-radius: 5px;
  margin: 0;
  outline: none;
}

input[type=select]:focus {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  padding: 8px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0;
}

.o-label {
  display: block;
  color: #292b2c;
  font-size: 12px;
}

label.error {
  color: red;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 100%;
}

.select2-container--classic .select2-selection--single {
  background-color: #fff;
  height: 40px;
  border: 1px solid #1f3c90;
  border-radius: 6px;
  outline: 0;
  background-image: none;
  filter: none;
}
.select2-container--classic .select2-selection--single.error {
  border: 1px solid red;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #fff;
  border-left: none;
  border-radius: none;
  background-image: none;
  height: 38px;
}

.select2-container--disabled .select2-selection--single .select2-selection__arrow {
  background-color: #eee;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  margin-left: -15px;
  width: 13px;
  height: 8px;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 1L4.5 5L8.5 1' stroke='%231F3C90' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 1L4.5 5L8.5 1' stroke='%231F3C90' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.o-check > input[type=checkbox] {
  display: none;
}
.o-check > input[type=checkbox] + span {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  display: flex;
}
.o-check > input[type=checkbox] + span:before {
  content: "";
  width: 32px;
  height: 20px;
  background-color: #9c9c9c;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-out;
}
.o-check > input[type=checkbox] + span:after {
  content: "";
  width: 17px;
  height: 17px;
  background-color: #fff;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-radius: 50%;
  transition: 0.3s ease-out;
}
.o-check > input[type=checkbox]:checked + span:before {
  background-color: #2d68fe;
}
.o-check > input[type=checkbox]:checked + span:after {
  left: 13px;
}

.o-checkbox {
  position: relative;
  margin: 0 20px;
}
.o-checkbox > input:not(:checked), .o-checkbox > input:checked {
  position: absolute;
  left: -9999px;
}
.o-checkbox > input:not(:checked) + label, .o-checkbox > input:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 300;
  color: inherit;
}
.o-checkbox > input:not(:checked) + label:before, .o-checkbox > input:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  border: 1px solid #383838;
  border-radius: 3px;
}
.o-checkbox > input:not(:checked) + label:after, .o-checkbox > input:checked + label:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 1px;
  background-color: #383838;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23ffffff' id='svg_1' fill-rule='evenodd' d='m21.652,3.211c-0.293,-0.295 -0.77,-0.295 -1.061,0l-11.181,11.129c-0.293,0.297 -0.771,0.297 -1.062,0l-4.899,-4.989c-0.145,-0.148 -0.335,-0.221 -0.526,-0.222c-0.193,-0.001 -0.389,0.072 -0.536,0.222l-2.165,1.946c-0.144,0.148 -0.222,0.333 -0.222,0.526c0,0.194 0.078,0.397 0.223,0.544l4.94,5.184c0.292,0.296 0.771,0.776 1.062,1.07l2.124,2.141c0.292,0.293 0.769,0.293 1.062,0l14.366,-14.34c0.293,-0.294 0.293,-0.777 0,-1.071l-2.125,-2.14z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.2s, transform 0.2s;
}
.o-checkbox > input:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.o-checkbox > input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.o-ttl {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #0000BD;
}
.o-ttl--title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.o-ttl--title-big {
  font-size: 30px;
}
.o-ttl--subtitle {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-transform: inherit;
}
.o-ttl--text {
  color: #4d4d4f;
  font-size: 14px;
}
.o-ttl--lineheight-1 {
  line-height: 1;
}
.o-ttl--lineheight-1-2 {
  line-height: 1.2;
}
.o-ttl--lineheight-1-3 {
  line-height: 1.3;
}
.o-ttl--lineheight-2 {
  line-height: 1.5;
}
.o-ttl--color-brand {
  color: #0000BD;
}
.o-ttl--color-blue {
  color: #0000BD;
}
.o-ttl--color-gray {
  color: #4d4d4f;
}
.o-ttl--color-white {
  color: #fff;
}
.o-ttl--color-yellow {
  color: #f9c55d;
}
.o-ttl--color-black {
  color: #000;
}
.o-ttl--uppercase {
  text-transform: uppercase;
}
.o-ttl--weight-bold {
  font-weight: bold;
}
.o-ttl--weight-normal {
  font-weight: normal;
}
.o-ttl--link {
  color: #0000BD;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #0000BD;
}
.o-ttl--link:hover, .o-ttl--link:visited {
  color: #00008a;
  text-decoration: none;
}
.o-ttl--size-10 {
  font-size: 10px;
}
.o-ttl--size-11 {
  font-size: 11px;
}
.o-ttl--size-12 {
  font-size: 12px;
}
.o-ttl--size-13 {
  font-size: 13px;
}
.o-ttl--size-14 {
  font-size: 14px;
}
.o-ttl--size-15 {
  font-size: 15px;
}
.o-ttl--size-16 {
  font-size: 16px;
}
.o-ttl--size-18 {
  font-size: 18px;
}
.o-ttl--size-20 {
  font-size: 20px;
}
.o-ttl--size-24 {
  font-size: 24px;
}
.o-ttl--size-25 {
  font-size: 25px;
}
.o-ttl--icon {
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.o-ttl--icon svg {
  flex-shrink: 0;
}

.o-sbttl {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-transform: inherit;
}

.o-sbttl {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-transform: inherit;
  line-height: 1.22;
  margin-top: 10px;
}

.o-textarea {
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 2;
  border: 1px solid #d0d0d0;
  padding: 11px 15px;
  display: block;
  width: 100%;
  height: 150px;
  outline: none;
}
.o-textarea.error {
  border: 1px solid #e34326;
}

.tab {
  display: none;
}
.tab.active {
  display: block;
}

.fa-icon--report {
  margin-right: 10px;
  font-size: 20px;
}
.fa-icon--report-pending {
  color: #ccc;
}
.fa-icon--report-ok {
  color: #28a745;
}

.o-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
}
.o-file--buttons {
  display: flex;
  justify-content: space-between;
}
.o-file--buttons a + button {
  margin-left: 10px;
}

.o-table {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
}
.o-table.fixed {
  margin-bottom: 60px;
}
.o-table.fixed thead {
  position: fixed;
  top: 70px;
  z-index: 10;
}
.o-table thead {
  text-align: left;
}
.o-table thead tr {
  height: 40px;
  line-height: 40px;
}
.o-table thead tr th {
  padding: 10px;
  border: 1px solid #f1f1f1;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.o-table tbody tr td {
  padding: 10px;
  border: 1px solid #f1f1f1;
}
.o-table--title {
  font-weight: bold;
  margin-bottom: 0;
}
.o-table--description {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.o-table--background {
  background-color: #f1f1f1;
  position: relative;
}
.o-table--accordion {
  margin-bottom: 0;
}
.o-table--accordion .o-table__head {
  cursor: pointer;
  position: relative;
}
.o-table--accordion .o-table__head:after {
  content: "";
  position: absolute;
  left: 25px;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cpath d='M325.6 79.4a15 15 0 0 0-21.2 0L165 218.78 25.6 79.39a15 15 0 0 0-21.2 21.22l150 150a15 15 0 0 0 21.21 0l150-150a15 15 0 0 0 0-21.22z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cpath d='M325.6 79.4a15 15 0 0 0-21.2 0L165 218.78 25.6 79.39a15 15 0 0 0-21.2 21.22l150 150a15 15 0 0 0 21.21 0l150-150a15 15 0 0 0 0-21.22z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #421142;
  width: 20px;
  height: 20px;
}
.o-table--accordion.is-opened .o-table__head:after {
  transform: translateY(-50%) rotateX(-180deg);
}
.o-table--accordion thead th:nth-child(1),
.o-table--accordion thead td:nth-child(1),
.o-table--accordion tbody th:nth-child(1),
.o-table--accordion tbody td:nth-child(1) {
  width: 37%;
}
.o-table--accordion thead th:nth-child(2),
.o-table--accordion thead td:nth-child(2),
.o-table--accordion tbody th:nth-child(2),
.o-table--accordion tbody td:nth-child(2) {
  width: 10%;
}
.o-table--accordion thead th:nth-child(3),
.o-table--accordion thead td:nth-child(3),
.o-table--accordion tbody th:nth-child(3),
.o-table--accordion tbody td:nth-child(3) {
  width: 8%;
}
.o-table--accordion thead th:nth-child(4),
.o-table--accordion thead td:nth-child(4),
.o-table--accordion tbody th:nth-child(4),
.o-table--accordion tbody td:nth-child(4) {
  width: 22%;
}
.o-table--accordion thead th:nth-child(5),
.o-table--accordion thead td:nth-child(5),
.o-table--accordion tbody th:nth-child(5),
.o-table--accordion tbody td:nth-child(5) {
  width: 10%;
}
.o-table--accordion thead th:nth-child(6),
.o-table--accordion thead td:nth-child(6),
.o-table--accordion tbody th:nth-child(6),
.o-table--accordion tbody td:nth-child(6) {
  width: 8%;
}
.o-table--accordion + .o-table-hidden {
  max-height: 0;
  overflow-y: hidden;
  transition: 1s ease;
  margin-bottom: 20px;
}
.o-table--accordion.is-opened + .o-table-hidden {
  max-height: 500vh;
}

@media only screen and (max-width: 1024px) {
  #donation {
    overflow-x: auto;
  }
}
@media only screen and (max-width: 1024px) {
  #donation .o-table-container {
    min-width: 900px;
  }
}

.o-main {
  flex: 1;
}
.o-main--bg-lp {
  background-color: #fbb416;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.o-main--bg-lp:before {
  content: "";
  background-image: url("/images/landing/bg.png");
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.o-section {
  padding: clamp(30px, 5vw, 50px) 0;
}

.o-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .o-wrapper {
    padding: 0;
  }
}
.o-wrapper--800 {
  max-width: 800px;
}
.o-wrapper--1000 {
  max-width: 1000px;
}
.o-wrapper--1100 {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .o-wrapper--np-mob {
    padding: 0;
  }
}

.o-flex {
  display: flex;
}
.o-flex--fd-c {
  flex-direction: column;
}
.o-flex--jc-ct {
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .o-flex--jc-ct-mob {
    justify-content: center !important;
  }
}
.o-flex--jc-sa {
  justify-content: space-around;
}
@media only screen and (max-width: 1024px) {
  .o-flex--jc-sa-mob {
    justify-content: space-around !important;
  }
}
.o-flex--jc-sb {
  justify-content: space-between;
}
.o-flex--jc-fs {
  justify-content: flex-start;
}
.o-flex--jc-fe {
  justify-content: flex-end;
}
.o-flex--ai-ct {
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .o-flex--ai-ct-desk {
    align-items: center;
  }
}
.o-flex--gap {
  gap: 1rem;
}
.o-flex--gap-25 {
  gap: 25px;
}

.o-pill {
  color: #0000BD;
  background-color: #0000A2;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 8px;
  font-weight: bold;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.o-bg-effect {
  position: fixed;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s 0.2s ease-out, visibility 0.1s;
}
.o-bg-effect--lightbox {
  background-color: rgba(51, 51, 51, 0.7);
}
.o-bg-effect.active {
  visibility: visible;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.o-input-mask {
  position: relative;
}
.o-input-mask:before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.o-input-mask--search:before {
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cpath data-name='Icon material-search' d='M12.15 10.7h-.77l-.27-.27a6.33 6.33 0 10-.68.68l.26.27v.77L15.55 17 17 15.55zm-5.83 0a4.37 4.37 0 114.37-4.38 4.37 4.37 0 01-4.37 4.37z' fill='%23878787'/%3E%3C/svg%3E");
}
.o-input-mask .o-input {
  padding-left: 35px;
}

.o-char-counter {
  display: block;
  text-align: right;
  font-size: 14px;
}

.o-balloon {
  display: inline-block;
  border-radius: 4px;
  position: relative;
  padding: 10px;
  line-height: 1.22;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .o-balloon {
    font-size: 14px;
  }
}
.o-balloon:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0L13.9282 12H0.0717969L7 0Z' fill='%23000000' /%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0L13.9282 12H0.0717969L7 0Z' fill='%23000000' /%3E%3C/svg%3E%0A");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: -10px;
  left: 10px;
}
.o-balloon--green {
  background-color: #d2e18b;
}
.o-balloon--green:before {
  background-color: #d2e18b;
}
.o-balloon--red {
  background-color: #e34871;
}
.o-balloon--red:before {
  background-color: #e34871;
}
.o-balloon--quiz {
  margin-top: 10px;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 12px;
}

.o-form-group {
  position: relative;
  margin-bottom: 30px;
}

.o-spttl {
  font-size: 14px;
  font-weight: 500;
  color: #9ea3a2;
  display: block;
}
@media (min-width: 1024px) {
  .o-spttl {
    font-size: 16px;
  }
}

.o-link {
  font-size: 16px;
  color: #292b2c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-link:hover {
  color: #0000BD;
  text-decoration: none;
}
.o-link svg {
  max-width: 20px;
  max-height: 20px;
  margin: 0 10px;
  stroke: #0000BD;
}
.o-link--white:hover {
  color: #fff;
}
.o-link--white svg {
  stroke: #fff;
}
.o-link--small svg {
  max-width: 15px;
  max-height: 15px;
}

.o-ttl-activity {
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 18px;
}

.c-btn-menu {
  border: none;
  outline: none;
  background-color: transparent;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-left: 40px;
  line-height: 1.33;
}
.c-btn-menu__hamburger {
  width: 20px;
  height: 17px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-btn-menu__hamburger > span {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 45px;
  transition: transform 0.2s ease-out;
}
.nav-active .c-btn-menu__hamburger > span {
  position: absolute;
  left: 50%;
  top: 50%;
}
.nav-active .c-btn-menu__hamburger > span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-active .c-btn-menu__hamburger > span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.nav-active .c-btn-menu__hamburger > span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-btn-menu-logged {
  border: 2px solid #fff;
  outline: none;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-left: 20px;
  position: relative;
}
.c-btn-menu-logged__img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-btn-menu-logged__icon {
  width: 16px;
  height: 16px;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  right: -3px;
  bottom: -3px;
  background-color: #0000BD;
  padding: 1px;
}
.c-btn-menu-logged__icon > span {
  width: 65%;
  height: 1px;
  background-color: #fff;
  border-radius: 45px;
  transition: transform 0.2s ease-out;
  position: absolute;
  left: 50%;
}
.c-btn-menu-logged__icon > span:nth-child(1) {
  top: 3px;
  transform: translateX(-50%);
}
.c-btn-menu-logged__icon > span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-btn-menu-logged__icon > span:nth-child(3) {
  transform: translateX(-50%);
  bottom: 3px;
}
.nav-active .c-btn-menu-logged__icon > span {
  position: absolute;
  left: 50%;
  top: 50%;
}
.nav-active .c-btn-menu-logged__icon > span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-active .c-btn-menu-logged__icon > span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.nav-active .c-btn-menu-logged__icon > span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-aside {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .c-aside--hidden-mobile {
    background-color: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0;
    bottom: -100%;
    transition: 0.4s ease-out;
  }
  .aside-active .c-aside--hidden-mobile {
    bottom: 0;
  }
}
.c-aside__close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.c-aside__close:before, .c-aside__close:after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  border-radius: 25px;
}
.c-aside__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-aside__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-aside__content {
  border-radius: 8px;
  padding: 15px;
  position: relative;
}
.c-aside__content--primary {
  background-color: #0000BD;
}
.c-aside__content--primary *:not(input, select, option) {
  color: #fff;
}
.c-aside__content--gray {
  background-color: #484747;
}
.c-aside__btn-content {
  display: flex;
  justify-content: space-around;
  padding: 20px 15px;
}
@media only screen and (max-width: 1024px) {
  .c-aside--hidden-mobile .c-aside__btn-content .o-btn {
    margin-bottom: 0;
  }
}
.c-aside .select2-container * {
  color: #666;
}
.c-aside__ttl {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1050px) {
  .c-aside__ttl {
    margin-bottom: 30px;
  }
}
.c-aside__action-container {
  padding: 20px 0;
  display: flex;
  justify-content: space-around;
}
.c-aside__action-container .o-btn {
  width: calc(50% - 5px);
  padding: 15px 0;
}

.c-header {
  background-color: #0000BD;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  box-sizing: border-box;
  position: fixed;
  z-index: 20;
  top: 0;
}
@media (max-width: 1024px) {
  .c-header .navbar-collapse {
    padding-top: 30px;
  }
}
.c-header__logo img {
  max-height: 31px;
}
.c-header__logo:first-child {
  margin-right: 30px;
}
.c-header__logo + .c-header__logo {
  margin-right: auto;
}
.c-header__btns-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-register {
  flex: 1;
  width: 500px;
  max-width: 100%;
  padding: clamp(30px, 5vw, 50px) 0;
  margin: auto;
}

.s-success {
  background-color: #0000BD;
  min-height: calc(100vh - 60px);
}
.s-success--header {
  background-color: #C9C9FB;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}
.s-success--header h2 {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.s-success .card {
  max-width: 50vw;
  min-height: 70vh;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .s-success .card {
    max-width: none;
  }
}

.s-auth {
  width: 100vw;
  min-height: calc(100vh - 80px);
  background-color: #fff;
  display: flex;
  align-items: center;
}
.s-auth .o-forms {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .s-auth .o-forms {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
.s-auth--link {
  width: 100%;
  text-align: center;
  display: block;
}
.s-auth--link-logo {
  width: 120px;
}

.s-share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.s-share--text {
  font-weight: 700;
}
.s-share .row {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.s-share .row .social-media {
  margin-left: 10px;
}
.s-share .row .social-media--whatsapp {
  min-width: 60px;
  border-color: #4fce5d;
  background: #4fce5d;
  padding: 10px 15px;
}
.s-share .row .social-media .fa-whatsapp {
  color: #fff;
  font-size: 20px;
}
.s-share .row .social-media--facebook {
  min-width: 60px;
  border-color: #091e42;
  background: #091e42;
  padding: 10px 15px;
}
.s-share .row .social-media .fa-facebook {
  color: #fff;
  font-size: 20px;
}

.carousel {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.carousel img {
  display: block;
  width: 100%;
}
.carousel .o-btn {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.carousel-caption {
  left: 10%;
  bottom: 100px;
  max-width: 500px;
  text-align: left;
}
.carousel-caption h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.carousel-caption a {
  background-color: #003381;
  font-family: "Roboto", sans-serif;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  padding: 10px 25px;
  margin-top: 30px;
  display: block;
  width: 180px;
  font-weight: bold;
  text-transform: uppercase;
}
.carousel-caption a:hover {
  cursor: pointer;
}
@media (max-width: 980px) {
  .carousel-caption {
    top: 35%;
  }
}
@media (max-width: 780px) {
  .carousel-caption {
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    min-height: 500px;
  }
  .carousel-caption h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .carousel-caption a {
    margin: 20px auto;
  }
}
.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.s-actions {
  min-height: calc(100vh - 60px);
  padding-bottom: 30px;
  font-family: "Roboto", sans-serif;
}
.s-actions ul {
  list-style: disc;
  margin-left: 30px;
}
.s-actions ul li p {
  margin-bottom: 10px;
}

.c-footer {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  background-color: #0000BD;
  padding: 30px 0;
}
.c-footer a {
  text-decoration: none;
}
.c-footer--title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin: 0 0 30px;
}
.c-footer .col {
  padding-bottom: 10px;
}
.c-footer a,
.c-footer p,
.c-footer span {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.c-footer a:hover,
.c-footer p:hover,
.c-footer span:hover {
  text-decoration: none;
}
.c-footer--socials {
  display: flex;
  margin-top: 50px;
  border-top: 1px solid #fff;
  padding-top: 25px;
}
.c-footer--socials > a {
  margin-right: 15px;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
}
.c-footer--socials .fa {
  font-size: 25px;
  color: #0000BD;
  margin: 0;
}
.c-footer__brand {
  width: 150px;
  margin: 0 0 20px;
}

.c-faq__content {
  border-bottom: 1px solid #ccc;
}
.c-faq__content dt {
  color: #0000BD;
  font-weight: bold;
  padding: 30px 30px 30px 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  position: relative;
}
.c-faq__content dt:hover {
  cursor: pointer;
}
.c-faq__content dt:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 35px;
  transition: all 0.5s ease-in-out;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cpath d='M325.6 79.4a15 15 0 0 0-21.2 0L165 218.78 25.6 79.39a15 15 0 0 0-21.2 21.22l150 150a15 15 0 0 0 21.21 0l150-150a15 15 0 0 0 0-21.22z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cpath d='M325.6 79.4a15 15 0 0 0-21.2 0L165 218.78 25.6 79.39a15 15 0 0 0-21.2 21.22l150 150a15 15 0 0 0 21.21 0l150-150a15 15 0 0 0 0-21.22z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #0000BD;
  width: 30px;
  height: 25px;
}
.c-faq__content dt.active:after {
  transform: rotateX(-180deg);
}
.c-faq__content dd {
  display: none;
}
.c-faq__content-active {
  display: block !important;
  background-color: #fff;
  padding: 10px 20px;
}
.c-faq__content a {
  color: black;
}
.c-faq__column-two {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .c-faq__column-one {
    width: 100%;
  }
  .c-faq__column-two {
    width: 100%;
    margin-top: 20px;
  }
}
.c-faq__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #0000BD;
  color: #fff;
  padding: 20px 0;
}
.c-faq__footer a {
  color: #fff;
  padding-left: 20px;
}
.c-faq__footer .container {
  display: flex;
  align-items: center;
}
.c-faq__footer--title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.c-faq__footer--contact {
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .c-faq__footer .container {
    flex-direction: column;
  }
  .c-faq__footer--contact {
    padding-left: 0;
  }
  .c-faq__footer__column-one {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-faq__footer__column-two {
    width: 100%;
  }
}

.v-card {
  display: flex;
  background-color: #eae9e9;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0px 2px 4px #15152233;
}
.v-card--cover {
  width: 100px;
  height: 100px;
  display: block;
  font-size: 70px;
  margin-right: 20px;
  color: #bbb;
}
.v-card--name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #292b2c;
}
.v-card--office {
  font-size: 16px;
  margin-bottom: 0;
  color: #292b2c;
}
@media (max-width: 768px) {
  .v-card {
    flex-direction: column;
  }
  .v-card--cover {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.c-popover {
  position: relative;
}
.c-popover__link {
  display: block;
  color: #878787;
  font-size: 15px;
}
.c-popover__link:hover {
  cursor: pointer;
  color: #151522;
  text-decoration: none;
}
.c-popover__hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 200px;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 1px 4px #000026;
  z-index: 10;
  right: 0;
  font-size: 12px;
  transition: 0.2s ease-out;
}
.c-popover:hover .c-popover__hidden {
  opacity: 1;
  visibility: visible;
}
.c-popover__hidden p {
  margin: 0 0 5px;
}

.c-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.c-panel--color-gray {
  background-color: #f5f5f5;
}
.c-panel--color-white {
  background-color: #fff;
}
.c-panel--maxwidth-300 {
  max-width: 300px;
}
.c-panel--maxwidth-400 {
  max-width: 400px;
}
.c-panel--maxwidth-500 {
  max-width: 500px;
}
.c-panel--label,
.c-panel span {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 768px) {
  .c-panel {
    flex-direction: column;
  }
}

.c-search {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-self: center;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
.c-search--color-brand {
  background-color: #0000BD;
}
.c-search--panel {
  background-color: #fff;
  position: absolute;
  left: 20px;
  top: 70px;
  z-index: 3;
  border-radius: 5px;
  border: 1px solid #c3c3c3;
  padding: 30px;
  box-shadow: 0px 1px 1px #002600;
  max-width: 60%;
  overflow-y: scroll;
}
.c-search--panel-message {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.c-search--panel-message p {
  text-align: center;
  max-width: 80%;
  font-size: 14px;
  color: #151522;
  margin: 0 auto;
}
.c-search--panel-message a {
  color: #151522;
  text-decoration: underline;
}
.c-search input,
.c-search .select2-container {
  max-width: 500px;
}
@media (max-width: 768px) {
  .c-search--panel {
    left: 0;
    max-width: 100%;
  }
}

#guests-table .o-checkbox,
#guests-table .guests-hidden {
  display: none;
}

.c-breadcrumbs {
  background-color: #B4DC32;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}
.c-breadcrumbs a {
  opacity: 0.5;
  position: relative;
  padding-right: 20px;
  color: #0000BD;
}
.c-breadcrumbs h2 {
  font-size: 16px;
  margin-bottom: 0;
  opacity: 0.8;
  color: #0000BD;
}
.c-breadcrumbs span {
  width: 17px;
  font-size: 10px;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.c-tracks {
  width: 100%;
  top: 122px;
  left: 0;
  right: 0;
  background-color: #0000A2;
  z-index: 2;
  padding: 15px 0;
}
@media only screen and (min-width: 1050px) {
  .c-tracks {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 0;
  }
}
.c-tracks__container {
  overflow-x: auto;
  display: flex;
  padding-top: 25px;
}
.c-tracks__steps {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 0 auto;
  margin: 0 auto;
  padding: 0px 50px 30px 0px;
}
.c-tracks__steps:before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 4px;
  left: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #484747;
  z-index: 0;
}
@media only screen and (min-width: 1050px) {
  .c-tracks__steps:before {
    height: 8px;
  }
}
.c-tracks__steps:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #ebebeb;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg data-name='Grupo 669' transform='translate(-3.02 -3.02)'%3E%3Ccircle data-name='Elipse 159' cx='12' cy='12' r='12' transform='translate(3.02 3.02)' fill='%23ffb500'/%3E%3Ccircle data-name='Elipse 160' cx='9.43' cy='9.43' r='9.43' transform='translate(5.6 5.6)' fill='%23fff'/%3E%3Cg data-name='Grupo 596'%3E%3Cpath data-name='Caminho 2742' d='M18.72 9.33a5.05 5.05 0 0 0-3.7 1.5 5.05 5.05 0 0 0-3.7-1.5 3.87 3.87 0 0 0-3.71 4.13c0 4.47 7.3 8.73 7.3 8.73h.02l.09-.06.09.06h.02s7.31-4.26 7.31-8.73a3.87 3.87 0 0 0-3.72-4.13Z' fill='%23f49400'/%3E%3Cpath data-name='Caminho 2743' d='M15.02 10.83a5.05 5.05 0 0 0-3.7-1.5 3.87 3.87 0 0 0-3.72 4.12c0 4.47 7.3 8.73 7.3 8.73h.03l.09-.05Z' fill='%23ffb500'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50px;
  right: 15px;
}
@media only screen and (min-width: 1050px) {
  .c-tracks__steps:after {
    width: 40px;
    height: 40px;
    right: 0px;
  }
}
.c-tracks__steps-item {
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  margin: 0 10px;
  cursor: pointer;
  text-decoration: none;
  z-index: 1;
  position: relative;
  width: 45px;
  height: 45px;
}
@media only screen and (min-width: 1050px) {
  .c-tracks__steps-item {
    width: 54px;
    height: 54px;
  }
}
.c-tracks__steps-item:hover {
  text-decoration: none;
  box-shadow: 0px 2px 4px rgba(21, 21, 34, 0.2);
  transition: box-shadow 0.2s linear;
}
.c-tracks__steps-item:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 0;
  right: -6px;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1050px) {
  .c-tracks__steps-item:after {
    width: 20px;
    height: 20px;
  }
}
.c-tracks__steps-item--available:after {
  background-image: url("/images/icons/track/_icon-available-2.svg");
}
.c-tracks__steps-item--completed:after {
  background-image: url("/images/icons/track/_icon-completed.svg");
}
.c-tracks__steps-item--waiting:after {
  background-image: url("/images/icons/track/_icon-waiting-validation.svg");
}
.c-tracks__steps-item--closed:after {
  background-image: url("/images/icons/track/_icon-closed.svg");
}
.c-tracks__steps-item--blocked > img {
  filter: grayscale(1);
}
.c-tracks__steps-item--blocked:after {
  background-image: url("/images/icons/track/_icon-blocked.svg");
}
.c-tracks__thumb {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.c-tracks__team, .c-tracks__ranking {
  font-size: 12px;
  color: #fff;
  margin: 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 1050px) {
  .c-tracks__team, .c-tracks__ranking {
    font-size: 14px;
    text-align: initial;
  }
}
.c-tracks__team > span, .c-tracks__ranking > span {
  display: block;
}
@media only screen and (min-width: 1050px) {
  .c-tracks__team > span, .c-tracks__ranking > span {
    font-weight: normal;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1050px) {
  .c-tracks__team {
    padding: 0 20px 0 0;
  }
}
@media only screen and (min-width: 1050px) {
  .c-tracks__ranking {
    padding: 30px 0 0 20px;
  }
}
.c-tracks__advise {
  color: #fff;
  text-align: center;
}
.c-tracks__ttl {
  font-size: 24px;
  margin: 0;
  font-weight: bold;
}
.c-tracks__link {
  text-decoration: underline;
  font-size: 16px;
}

.c-grid {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: max-content;
}
.c-grid--col-30-70 {
  grid-template-columns: repeat(1, minmax(0, 3fr) minmax(0, 7fr));
}
.c-grid--col-35-65 {
  grid-template-columns: repeat(1, minmax(0, 35fr) minmax(0, 65fr));
}
.c-grid--col-40-60 {
  grid-template-columns: repeat(1, minmax(0, 4fr) minmax(0, 6fr));
}
@media only screen and (min-width: 1024px) {
  .c-grid--aside {
    grid-template-columns: repeat(1, minmax(238px, 24fr) minmax(0, 76fr));
  }
}
@media only screen and (min-width: 1024px) {
  .c-grid--teams {
    display: grid;
    grid-template-columns: 336px 1fr;
    grid-gap: 20px;
    width: 100%;
  }
}
.c-grid--cards {
  grid-gap: 20px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 500px) {
  .c-grid--cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1150px) {
  .c-grid--cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.c-grid--cards-4 {
  grid-gap: 20px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 500px) {
  .c-grid--cards-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 900px) {
  .c-grid--cards-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1150px) {
  .c-grid--cards-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.c-grid--gap-40 {
  gap: 40px;
}

.c-card {
  overflow: hidden;
  padding-bottom: 60px;
  padding-top: 30px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  font-family: "Roboto", sans-serif !important;
  box-shadow: 0px 2px 4px #15152233;
}
.c-card.slick-slide {
  margin: 0 10px;
  height: inherit;
}
.c-card__img-wrapper {
  display: block;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.c-card__image {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-card__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.c-card__calendar {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 0;
}
.c-card__ttl {
  font-size: 16px;
  line-height: 22px;
  color: #0000A2;
  font-weight: 600;
  overflow: hidden;
  margin-bottom: 15px;
}
.c-card__status {
  border: 1px solid #e7e7e7;
  border-radius: 15px;
  padding: 3px 10px;
  font-size: 12px;
  color: #b2b2b2;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  display: flex;
}
.c-card__status:before {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.414' height='7.874' viewBox='0 0 11.414 7.874'%3E%3Cpath id='Caminho_2106' data-name='Caminho 2106' d='M5,10.333l3.333,3.333L15,7' transform='translate(-4.293 -6.293)' fill='none' stroke='%231dc7b6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.414' height='7.874' viewBox='0 0 11.414 7.874'%3E%3Cpath id='Caminho_2106' data-name='Caminho 2106' d='M5,10.333l3.333,3.333L15,7' transform='translate(-4.293 -6.293)' fill='none' stroke='%231dc7b6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0000BD;
  opacity: 0;
  visibility: hidden;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  margin-top: 1px;
  display: none;
}
.c-card__status.active {
  border-color: #0000BD;
  color: #0000BD;
}
.c-card__status.active:before {
  opacity: 1;
  visibility: visible;
  display: block;
}
.c-card__actions {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0 20px;
  z-index: 1;
}
.c-card__actions .o-btn {
  width: 100%;
}
.c-card__buttons {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.c-card__chip {
  color: #fff;
  background-color: #26b4ff;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 8px;
  font-weight: bold;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.c-card__item-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-card__item-icon:before {
  content: "";
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}
.c-card__item-icon--date:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.52 15.52'%3E%3Cpath data-name='Caminho 2069' d='M0 0h15.52v15.52H0z' fill='none'/%3E%3Cpath data-name='Caminho 2070' d='M12.93 1.94h-.65V.64H11v1.3H4.52V.64H3.23v1.3H2.6a1.3 1.3 0 00-1.3 1.3v10.33a1.3 1.3 0 001.3 1.3h10.34a1.3 1.3 0 001.3-1.3V3.23a1.3 1.3 0 00-1.3-1.3zm0 11.63H2.59v-8.4h10.34z' fill='%23151522'/%3E%3C/svg%3E");
}
.c-card__item-icon--time:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.52 15.52'%3E%3Cpath data-name='Caminho 2071' d='M0 0h15.52v15.52H0z' fill='none'/%3E%3Cpath data-name='Caminho 2072' d='M7.75 1.3a6.46 6.46 0 106.47 6.46 6.46 6.46 0 00-6.47-6.47zm0 11.63a5.17 5.17 0 115.18-5.17 5.17 5.17 0 01-5.17 5.17z' fill='%23151522'/%3E%3Cpath data-name='Caminho 2073' d='M8.08 4.53h-.97V8.4l3.4 2.04.48-.8-2.9-1.72z' fill='%23151522'/%3E%3C/svg%3E");
}
.c-card__item-icon--location:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.52 15.52'%3E%3Cpath data-name='Caminho 2074' d='M0 0h15.52v15.52H0z' fill='none'/%3E%3Cpath data-name='Caminho 2075' d='M7.76 1.3a4.52 4.52 0 00-4.53 4.52c0 3.4 4.53 8.4 4.53 8.4s4.52-5.01 4.52-8.4a4.52 4.52 0 00-4.52-4.53zm0 6.13a1.62 1.62 0 111.61-1.61 1.62 1.62 0 01-1.61 1.61z' fill='%23151522'/%3E%3C/svg%3E");
}

.c-highlights {
  position: relative;
  padding: 20vw 0 30vw;
  z-index: 1;
}
@media only screen and (min-width: 1050px) {
  .c-highlights {
    padding: 7vw 0 10vw;
  }
}
.c-highlights:before, .c-highlights:after {
  content: "";
  background-color: #96e637;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff51a0' d='M0 192l80-16c80-16 240-48 400-53.3 160-5.7 320 16.3 480 16 160 .3 320-21.7 400-32l80-10.7v224H0z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff51a0' d='M0 192l80-16c80-16 240-48 400-53.3 160-5.7 320 16.3 480 16 160 .3 320-21.7 400-32l80-10.7v224H0z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  width: 100%;
  height: 55vw;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1050px) {
  .c-highlights:before, .c-highlights:after {
    height: 30vw;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-highlights:before, .c-highlights:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff51a0' d='M0 192l80-16c80-16 240-48 400-53.3 160-5.7 320 16.3 480 16 160 .3 320-21.7 400-32l80-10.7v224H0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-color: transparent;
  }
}
.c-highlights:before {
  top: 0;
}
.c-highlights:after {
  bottom: 0;
  transform: rotateZ(180deg);
}
.c-highlights__content {
  background-color: #96e637;
  padding: 20px 0;
}
@media only screen and (min-width: 1050px) {
  .c-highlights__content {
    padding: 30px 0;
  }
}
.c-highlights__ttl {
  color: #0402bf;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 1050px) {
  .c-highlights__ttl {
    font-size: 32px;
  }
}

.c-upload-zone {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .c-upload-zone--mob-center {
    margin: 0 auto;
    align-items: center;
    text-align: center;
  }
}
.c-upload-zone--center {
  margin: 0 auto;
  align-items: center;
  text-align: center;
}
.c-upload-zone__container {
  max-width: 160px;
}
.c-upload-zone__ttl {
  font-size: 16px;
  font-weight: bold;
  color: #292b2c;
  margin: 0 0 15px;
}
.c-upload-zone__sbttl {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 15px;
}
.c-upload-zone__img {
  width: 115px;
  max-width: 100%;
  margin: 0 0 15px;
}
.c-upload-zone__img-wrapper {
  position: relative;
  display: inline-flex;
}
.c-upload-zone__img-wrapper:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath data-name='Icon ionic-md-add-circle' d='M14 0a14 14 0 1014 14A14 14 0 0014 0zm7.2 15.413h-5.787v5.788h-2.826v-5.788H6.798v-2.826h5.788V6.798h2.827v5.788h5.788z' fill='%231dc7b6'/%3E%3C/svg%3E");
  bottom: 15px;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
}
.c-upload-zone__input {
  display: none;
}
.c-upload-zone__info {
  font-size: 12px;
  color: #6f7779;
}
.c-upload-zone .cr-slider-wrap {
  position: relative;
}
.c-upload-zone .cr-slider-wrap:before, .c-upload-zone .cr-slider-wrap:after {
  position: absolute;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: bold;
}
.c-upload-zone .cr-slider-wrap:before {
  content: "-";
  left: -25px;
}
.c-upload-zone .cr-slider-wrap:after {
  content: "+";
  right: -25px;
}

.c-modal {
  position: fixed;
  background-color: rgba(51, 51, 51, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  transition: 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}
.c-modal.is-active {
  visibility: visible;
  opacity: 1;
}
.c-modal__lightbox {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 8px;
}
.c-modal__lightbox--padding {
  padding: 50px;
}
.c-modal__centralized {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-modal__title {
  font-size: 16px;
  font-weight: 500;
}
.c-modal__subtitle {
  font-size: 20px;
  font-weight: 600;
}

.c-challenge-show {
  padding: 40px 0;
}
@media only screen and (min-width: 1050px) {
  .c-challenge-show {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1050px) {
  .c-challenge-show__grid {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(1, 45fr 55fr);
  }
}
.c-challenge-show__cover-container {
  position: relative;
  width: 100%;
  max-width: 512px;
  border-radius: 8px;
}
.c-challenge-show__cover {
  width: 100%;
  height: 100%;
  max-height: 380px;
  display: block;
  border-radius: 10px 10px 8px 8px;
}
@media only screen and (max-width: 1024px) {
  .c-challenge-show__cover {
    margin: 0 auto;
  }
}
.c-challenge-show__chip {
  color: #fff;
  background-color: #26b4ff;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 8px;
  font-weight: bold;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 8px 8px 0 0;
}
.c-challenge-show__ttl {
  font-size: 24px;
  font-weight: bold;
  color: #0000BD;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .c-challenge-show__ttl {
    margin-top: 20px;
  }
}
.c-challenge-show__sbttl {
  font-size: 16px;
  font-weight: bold;
  color: #0000BD;
  margin-bottom: 20px;
}
.c-challenge-show__description iframe, .c-challenge-show__obs iframe {
  width: 100%;
  min-height: 250px;
}
.c-challenge-show__description ul, .c-challenge-show__obs ul {
  list-style-type: disc;
  padding-left: 40px;
}
.c-challenge-show__description ol, .c-challenge-show__obs ol {
  list-style-type: decimal;
  padding-left: 40px;
}
.c-challenge-show__icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-basis: 100%;
}
.c-challenge-show__icon:before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-challenge-show__icon--period:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.515 15.515'%3E%3Cpath data-name='Caminho 2069' d='M0 0h15.515v15.515H0z' fill='none'/%3E%3Cpath data-name='Caminho 2070' d='M12.929 1.939h-.646V.646h-1.29v1.293H4.525V.646H3.232v1.293h-.646a1.3 1.3 0 00-1.293 1.293v10.343a1.3 1.3 0 001.293 1.293h10.343a1.3 1.3 0 001.293-1.293V3.232a1.3 1.3 0 00-1.293-1.293zm0 11.636H2.586v-8.4h10.343z' fill='%23151522'/%3E%3C/svg%3E");
}
.c-challenge-show__icon--time:before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.515 15.515'%3E%3Cpath data-name='Caminho 2071' d='M0 0h15.515v15.515H0z' fill='none'/%3E%3Cpath data-name='Caminho 2072' d='M7.751 1.293a6.465 6.465 0 106.471 6.465 6.461 6.461 0 00-6.471-6.465zm.006 11.636a5.172 5.172 0 115.172-5.172 5.17 5.17 0 01-5.171 5.172z' fill='%23151522'/%3E%3Cpath data-name='Caminho 2073' d='M8.081 4.525h-.97v3.879l3.394 2.036.485-.8-2.909-1.721z' fill='%23151522'/%3E%3C/svg%3E");
}
.c-challenge-show__icon--pin:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.515 15.515'%3E%3Cpath data-name='Caminho 2074' d='M0 0h15.515v15.515H0z' fill='none'/%3E%3Cpath data-name='Caminho 2075' d='M7.757 1.293a4.522 4.522 0 00-4.525 4.525c0 3.394 4.525 8.4 4.525 8.4s4.525-5.01 4.525-8.4a4.522 4.522 0 00-4.525-4.525zm0 6.141a1.616 1.616 0 111.616-1.616 1.617 1.617 0 01-1.616 1.616z' fill='%23151522'/%3E%3C/svg%3E");
}
.c-challenge-show__row {
  font-size: 16px;
  color: #292b2c;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-challenge-show__row--sb {
  justify-content: space-between;
}
.c-challenge-show__row > div {
  margin-left: 20px;
}
.c-challenge-show__row > div:first-child {
  margin-left: 0;
}
.c-challenge-show__block {
  flex-basis: 100%;
}
.c-challenge-show__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.c-challenge-show__actions > div {
  margin-top: 25px;
}
@media only screen and (min-width: 1050px) {
  .c-challenge-show__actions > div {
    margin-top: 15px;
  }
}
.c-challenge-show__actions > div:nth-child(1) {
  width: 50%;
}
@media only screen and (min-width: 1050px) {
  .c-challenge-show__actions > div:nth-child(1) {
    width: 45%;
    margin-right: 25px;
  }
}
.c-challenge-show__actions > div:nth-child(2) {
  width: 50%;
  text-align: right;
}
@media only screen and (min-width: 1050px) {
  .c-challenge-show__actions > div:nth-child(2) {
    width: auto;
    margin-right: 15px;
    text-align: left;
  }
}
.c-challenge-show__actions > div:nth-child(3) {
  width: 100%;
}
@media only screen and (min-width: 1050px) {
  .c-challenge-show__actions > div:nth-child(3) {
    width: auto;
  }
}
.c-challenge-show__btns-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 10%;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
@media only screen and (min-width: 1050px) {
  .c-challenge-show__btns-container {
    padding: 0;
    border-top: 0;
    justify-content: flex-start;
  }
}
.c-challenge-show__btns-container .o-btn {
  margin: 0 2px 5px;
}
@media only screen and (min-width: 1050px) {
  .c-challenge-show__btns-container .o-btn {
    margin: 0 5px 5px;
  }
}

.c-ods__ttl {
  font-weight: 500;
  display: block;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  align-items: center;
  display: flex;
}
.c-ods__description {
  display: block;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #4d4d4f;
  margin-bottom: 5px;
}
.c-ods__flag {
  width: 50px;
  margin-right: 10px;
  float: left;
}

.c-drop-template__title {
  display: block;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  height: 50px;
  align-items: center;
  display: flex;
}
.c-drop-template__description {
  display: block;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #4d4d4f;
  margin-bottom: 5px;
}
.c-drop-template__flag {
  width: 50px;
  margin-right: 10px;
  float: left;
}

.c-policy-bar {
  position: fixed;
  bottom: -100%;
  background-color: #0000BD;
  left: 0;
  right: 0;
  padding: 15px 0;
  color: #fff;
  z-index: 10;
  box-shadow: 0px -2px 4px #15152233;
  transition: 1s ease;
}
.show-policy .c-policy-bar {
  bottom: 0;
  transition: 2s ease;
}
.c-policy-bar__link {
  color: #fff;
  text-decoration: underline;
}
.c-policy-bar__link:hover {
  color: #B4DC32;
}
.c-policy-bar__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-policy-bar__grid > div:nth-child(1) {
  width: 70%;
}

.c-dropup {
  position: relative;
}
.c-dropup__button:after {
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.c-dropup__list {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 10px 0;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin: 0;
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s ease-out;
}
.c-dropup--top .c-dropup__list {
  bottom: calc(100% + 5px);
  top: auto;
}
.c-dropup.active .c-dropup__list {
  opacity: 1;
  visibility: visible;
}
.c-dropup__list-item {
  padding: 3px 20px;
  transition: 0.2s ease-out;
  white-space: nowrap;
}
.c-dropup__list-item:hover {
  background-color: rgba(0, 0, 189, 0.1);
}
.c-dropup__list-item > *,
.c-dropup__list-item > *:hover {
  color: #292b2c;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}

.c-new-swal {
  text-align: left;
}
.c-new-swal--popup {
  transform: translateY(50px);
  animation: fadeInDown;
  animation-duration: 0.5s;
}
.c-new-swal .swal2-cancel {
  color: #0000BD !important;
  transition: 0.2s ease-out;
}
.c-new-swal p {
  margin-bottom: 5px;
  text-align: left;
}
.c-new-swal .o-ttl {
  color: #0000BD;
  text-align: left;
  font-size: 16px;
}

@keyframes fadeInDown {
  from {
    transform: translateY(0);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translateY(50px);
    opacity: 1;
    visibility: visible;
  }
}
.c-intro {
  margin: 60px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .c-intro {
    flex-direction: column;
  }
}
.c-intro__ttl {
  text-align: left;
  font-size: 40px;
  max-width: 376px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #0000A2;
  margin-bottom: 0;
}
.c-intro__text {
  text-align: justify;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #333;
  width: 100%;
  max-width: 552px;
  margin-bottom: 0;
}
.c-intro__text * {
  font-size: 16px;
}

.c-mid-banner--flex {
  display: flex;
  flex-wrap: wrap;
}
.c-mid-banner__item {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Roboto", sans-serif;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.c-mid-banner__item:before {
  content: "";
  background-color: #B4DC32;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 1050px) {
  .c-mid-banner--flex .c-mid-banner__item {
    width: 50%;
  }
  .c-mid-banner--flex .c-mid-banner__item:nth-child(even) .c-mid-banner__content:not(.c-mid-banner__content--full) {
    margin-right: auto;
  }
  .c-mid-banner--flex .c-mid-banner__item:nth-child(odd) .c-mid-banner__content:not(.c-mid-banner__content--full) {
    margin-left: auto;
  }
}
.c-mid-banner--flex .c-mid-banner__item--full {
  width: 100%;
}
.c-mid-banner__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 400px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 1050px) {
  .c-mid-banner__content {
    min-height: 345px;
    align-items: flex-start;
    margin: 0;
  }
}
.c-mid-banner--flex .c-mid-banner__content {
  max-width: 600px;
}
.c-mid-banner__content--full {
  margin: 0 auto;
}
.c-mid-banner--flex .c-mid-banner__content--full {
  max-width: 1200px;
}
.c-mid-banner__company {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: auto;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #0000BD;
}
@media only screen and (min-width: 1050px) {
  .c-mid-banner__company {
    margin-bottom: 20px;
    text-align: left;
  }
}
.c-mid-banner__ttl {
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #0000BD;
  font-weight: bold;
}
@media only screen and (min-width: 1050px) {
  .c-mid-banner__ttl {
    text-align: left;
  }
}
.c-mid-banner__action {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 70px;
}
@media only screen and (min-width: 1050px) {
  .c-mid-banner__action {
    align-items: flex-start;
  }
}
.c-mid-banner__action .o-btn {
  min-width: 240px;
}

.c-mission__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .c-mission__header {
    flex-direction: row;
    gap: 5%;
  }
}
.c-mission__header .c-mission-card {
  min-width: 185px;
}
@media only screen and (min-width: 768px) {
  .c-mission__header--items-center {
    align-items: center;
  }
}
.c-mission__flag {
  flex-shrink: 0;
}
.c-mission__label {
  display: inline-block;
  color: #878787;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .c-mission__meter {
    margin-left: auto;
  }
}
.c-mission__meter p {
  line-height: 1.2;
}
.c-mission__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .c-mission__content {
    flex-direction: row;
  }
}
.c-mission__intro {
  display: flex;
  gap: 5%;
}
@media only screen and (max-width: 767px) {
  .c-mission__intro {
    flex-direction: column;
  }
}
.c-mission__intro-media {
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .c-mission__intro-media {
    width: 56.1%;
  }
}
.c-mission__intro-media img {
  width: 100%;
}
.c-mission__intro ul {
  list-style: disc;
  list-style-position: inside;
  font-size: 14px;
}
.c-mission__intro ul ul {
  padding-left: 1em;
  list-style-type: circle;
}
.c-mission__activity {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .c-mission__activity {
    flex-direction: column;
  }
}
.c-mission__activity + .c-mission__activity {
  margin-top: 24px;
}
.c-mission__activity .c-mission-card {
  min-width: 185px;
}
@media only screen and (min-width: 767px) {
  .c-mission__activity .c-mission-card {
    max-width: 185px;
  }
}
.c-mission__quiz-result {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  background-color: #e6e6e6;
  border-radius: 8px;
  padding: 20px;
}
@media only screen and (min-width: 767px) {
  .c-mission__quiz-result {
    flex-direction: row;
  }
}
.c-mission__quiz-result-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid currentColor;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.c-mission-card {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-between;
  gap: 16px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #878787;
  padding: 15px;
  text-align: center;
  filter: grayscale(1);
}
.c-mission__activity .c-mission-card {
  align-self: flex-start;
}
@media only screen and (min-width: 767px) {
  .c-mission-card {
    flex-direction: column;
  }
}
.c-mission-card.is-active {
  filter: grayscale(0);
}
.c-mission-card.is-active .c-mission-card__icon img {
  filter: none;
}
.c-mission-card.is-active .c-mission-card__icon--light-blue {
  background-color: #0fe1fd;
}
.c-mission-card.is-active .c-mission-card__icon--light-green {
  background-color: #b2da32;
}
.c-mission-card.is-active .c-mission-card__icon--blue {
  background-color: #0000BD;
}
.c-mission-card.is-active .c-mission-card__icon--pink {
  background-color: #d571a7;
}
.c-mission-card.is-active .c-mission-card__check {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_286_1219' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='25' height='24'%3E%3Crect x='0.5' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_286_1219)'%3E%3Cpath d='M11.0808 16.2538L17.8038 9.53075L16.75 8.47693L11.0808 14.1462L8.23075 11.2962L7.17693 12.35L11.0808 16.2538ZM12.5016 21.5C11.1877 21.5 9.95268 21.2506 8.79655 20.752C7.6404 20.2533 6.63472 19.5765 5.7795 18.7217C4.92427 17.8669 4.24721 16.8616 3.74833 15.706C3.24944 14.5504 3 13.3156 3 12.0017C3 10.6877 3.24933 9.45268 3.748 8.29655C4.24667 7.1404 4.92342 6.13472 5.77825 5.2795C6.6331 4.42427 7.63834 3.74721 8.79398 3.24833C9.94959 2.74944 11.1844 2.5 12.4983 2.5C13.8122 2.5 15.0473 2.74933 16.2034 3.248C17.3596 3.74667 18.3652 4.42342 19.2205 5.27825C20.0757 6.1331 20.7527 7.13834 21.2516 8.29398C21.7505 9.44959 22 10.6844 22 11.9983C22 13.3122 21.7506 14.5473 21.252 15.7034C20.7533 16.8596 20.0765 17.8652 19.2217 18.7205C18.3669 19.5757 17.3616 20.2527 16.206 20.7516C15.0504 21.2505 13.8156 21.5 12.5016 21.5Z' fill='%2300CC99'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.c-mission-card__icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.c-mission-card__icon img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: invert(0.67) brightness(1.2);
}
.c-mission-card__check {
  width: 25px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12' r='11.5' stroke='%23878787'/%3E%3Cpath d='M11.6036 14.6866L15.8498 10.4405L15.1842 9.77491L11.6036 13.3555L9.80364 11.5555L9.13806 12.2211L11.6036 14.6866ZM12.5011 18C11.6712 18 10.8912 17.8425 10.161 17.5276C9.43079 17.2126 8.79562 16.7852 8.25548 16.2453C7.71533 15.7054 7.28771 15.0705 6.97263 14.3406C6.65754 13.6108 6.5 12.8309 6.5 12.0011C6.5 11.1712 6.65747 10.3912 6.97242 9.66099C7.28737 8.93079 7.71479 8.29562 8.25469 7.75548C8.7946 7.21533 9.42949 6.78771 10.1594 6.47263C10.8892 6.15754 11.6691 6 12.4989 6C13.3288 6 14.1088 6.15747 14.839 6.47242C15.5692 6.78737 16.2044 7.21479 16.7445 7.75469C17.2847 8.2946 17.7123 8.92949 18.0274 9.65936C18.3425 10.3892 18.5 11.1691 18.5 11.9989C18.5 12.8288 18.3425 13.6088 18.0276 14.339C17.7126 15.0692 17.2852 15.7044 16.7453 16.2445C16.2054 16.7847 15.5705 17.2123 14.8406 17.5274C14.1108 17.8425 13.3309 18 12.5011 18Z' fill='%23878787'/%3E%3C/svg%3E%0A");
}
.c-mission-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.c-mission-card__ttl {
  display: flex;
  align-items: center;
  flex: 1;
}

.c-list-blog {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 0;
  gap: 20px 0;
}
@media only screen and (min-width: 1050px) {
  .c-list-blog {
    grid-template-columns: repeat(1, 33fr 33fr 33fr);
  }
}
.c-list-blog__item {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.c-list-blog__img-wrapper {
  overflow: hidden;
  position: relative;
}
.c-list-blog__img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-list-blog__link {
  transition: 0s;
}
.c-list-blog__link:hover {
  color: #e6e6e6;
}
.c-list-blog__date {
  margin-bottom: 10px;
  font-size: 12px;
  display: block;
  color: #4d4d4f;
}
.c-list-blog__ttl {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #292b2c;
}
.c-list-blog__text {
  padding-left: 20px;
  padding-top: 2px;
}

.c-materials-list__item {
  background-color: #f5f5f5;
  border-radius: 4px;
  margin: 0 0 15px 0;
  padding: 35px 25px 35px 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 0;
}
.c-materials-list__item--center {
  justify-content: center;
}
.c-materials-list__type {
  width: 15%;
  max-width: 30px;
  max-height: 35px;
  fill: #0000BD;
  flex-shrink: 0;
  align-self: flex-start;
}
@media only screen and (min-width: 1050px) {
  .c-materials-list__type {
    width: 30px;
    height: 35px;
  }
}
.c-materials-list__data {
  margin-right: auto;
  display: flex;
  flex-direction: column;
  width: 85%;
  padding-left: 25px;
}
@media only screen and (min-width: 1050px) {
  .c-materials-list__data {
    width: auto;
  }
}
.c-materials-list__name {
  font-size: 16px;
  font-weight: bold;
}
.c-materials-list__name--short {
  font-size: 14px;
}
.c-materials-list__actions {
  width: 100%;
  display: flex;
  justify-content: inherit;
}
@media only screen and (min-width: 1050px) {
  .c-materials-list__actions {
    width: auto;
  }
}
.c-materials-list__actions--full {
  width: 100%;
}

.c-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-gallery:after {
  content: "";
  width: calc(25% - 10px);
  height: 0;
}
.c-gallery__item {
  width: calc(50% - 10px);
  height: 160px;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 600px) {
  .c-gallery__item {
    width: calc(33.333% - 10px);
  }
}
@media only screen and (min-width: 1024px) {
  .c-gallery__item {
    width: calc(25% - 12px);
    height: 280px;
  }
}
.c-gallery__item--hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.c-gallery__item--last {
  height: 0;
}
.c-gallery__link {
  width: 100%;
  height: 100%;
}
.c-gallery__thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
  transition: opacity 0.3s 0.4s ease, filter 0.2s ease-out;
}
.c-gallery__thumb:hover {
  filter: brightness(80%);
}

.c-gallery-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-70%);
  z-index: 50;
  max-width: 80vw;
  max-height: 80vh;
  transition: all 0.2s ease-out, transform 0.2s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-gallery-modal.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.5s 0.4s ease-out, transform 0.3s 0.4s ease-out;
}
.c-gallery-modal__img, .c-gallery-modal__video {
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.c-gallery-modal__close {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -35px;
  right: 0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.c-gallery-modal__close:hover, .c-gallery-modal__close:focus, .c-gallery-modal__close:active {
  color: #fff;
  text-decoration: none;
}
.c-gallery-modal__close:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg data-name='Grupo 641' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath data-name='Caminho 2095' d='M0 0h22v22H0z' fill='none'/%3E%3Cpath data-name='Caminho 2096' d='M3 3l16 16m0-16L3 19' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
.c-gallery-modal__actions {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.c-gallery-modal__arrow {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 20'%3E%3Cpath d='M9.311.276a1 1 0 011.379 1.448L3.019 9H23a1 1 0 110 2H3.051l7.639 7.276a1 1 0 11-1.379 1.448l-8.725-8.31A2 2 0 01.6 8.569z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 20px;
}
.c-gallery-modal__arrow--prev {
  left: -60px;
}
.c-gallery-modal__arrow--next {
  right: -60px;
  transform: rotateZ(180deg);
}

.c-game-stages {
  display: flex;
  flex-direction: column;
}
.c-game-stages__link {
  display: flex;
  align-items: baseline;
  gap: 15px;
  color: #878787;
  padding: 16px 5%;
}
.c-game-stages__link::before {
  flex-shrink: 0;
}
.c-game-stages__link::before, .c-game-stages__link::after {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.c-game-stages__link--mission::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.8 5.00028H5.6V1.00029H4.8C3.91625 1.00029 3.2 1.8956 3.2 3.00029C3.2 4.10497 3.91625 5.00028 4.8 5.00028ZM0 13.0003C0 14.105 0.71625 15.0003 1.6 15.0003H2.4V11.0003H1.6C0.71625 11.0003 0 11.8956 0 13.0003ZM8.4365 9.00028C7.56375 9.00028 6.5325 9.41028 5.81825 10.0003C5.1985 10.5121 4.70525 11.0003 3.2 11.0003V15.0003L4.63825 15.4993C5.2935 15.7268 5.9635 15.9093 6.646 15.9696C7.46325 16.0418 8.286 15.9906 9.0855 15.7759C11.8225 15.0409 12.8 13.4134 12.8 12.0003C12.8 10.0003 10.6955 9.00028 8.4365 9.00028ZM12.2855 0.224979C11.486 0.0102917 10.6632 -0.0412707 9.846 0.0312292C9.1635 0.0915416 8.4935 0.274041 7.83825 0.501228L6.4 1.00029V5.00028C7.905 5.00028 8.3985 5.48841 9.01825 6.00028C9.7325 6.59028 10.7638 7.00028 11.6365 7.00028C13.8955 7.00028 16 6.00028 16 4.00029C16 2.58716 15.0225 0.959665 12.2855 0.224979Z' fill='%230000BD'/%3E%3C/svg%3E%0A");
}
.c-game-stages__link--challenge::before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.24984 5H5.64359L6.97484 0.94375C7.09984 0.46875 6.74047 0 6.24984 0H1.74984C1.37484 0 1.05609 0.278125 1.00609 0.65L0.00609227 8.15C-0.0532827 8.6 0.296717 9 0.749842 9H4.45922L3.01859 15.0781C2.90609 15.5531 3.26859 16 3.74672 16C4.00922 16 4.25922 15.8625 4.39672 15.625L9.89672 6.125C10.1873 5.62813 9.82797 5 9.24984 5Z' fill='%230000BD'/%3E%3C/svg%3E%0A");
}
.c-game-stages__link.is-active {
  color: #000;
  background-color: rgba(0, 0, 189, 0.1);
  cursor: default;
  text-decoration: none;
}
.c-game-stages__link.is-completed {
  text-decoration: line-through;
  pointer-events: none;
}

.c-filter-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-filter-header__item {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1050px) {
  .c-filter-header__item--1 {
    width: calc(1% - 20px);
  }
  .c-filter-header__item--2 {
    width: calc(2% - 20px);
  }
  .c-filter-header__item--3 {
    width: calc(3% - 20px);
  }
  .c-filter-header__item--4 {
    width: calc(4% - 20px);
  }
  .c-filter-header__item--5 {
    width: calc(5% - 20px);
  }
  .c-filter-header__item--6 {
    width: calc(6% - 20px);
  }
  .c-filter-header__item--7 {
    width: calc(7% - 20px);
  }
  .c-filter-header__item--8 {
    width: calc(8% - 20px);
  }
  .c-filter-header__item--9 {
    width: calc(9% - 20px);
  }
  .c-filter-header__item--10 {
    width: calc(10% - 20px);
  }
  .c-filter-header__item--11 {
    width: calc(11% - 20px);
  }
  .c-filter-header__item--12 {
    width: calc(12% - 20px);
  }
  .c-filter-header__item--13 {
    width: calc(13% - 20px);
  }
  .c-filter-header__item--14 {
    width: calc(14% - 20px);
  }
  .c-filter-header__item--15 {
    width: calc(15% - 20px);
  }
  .c-filter-header__item--16 {
    width: calc(16% - 20px);
  }
  .c-filter-header__item--17 {
    width: calc(17% - 20px);
  }
  .c-filter-header__item--18 {
    width: calc(18% - 20px);
  }
  .c-filter-header__item--19 {
    width: calc(19% - 20px);
  }
  .c-filter-header__item--20 {
    width: calc(20% - 20px);
  }
  .c-filter-header__item--21 {
    width: calc(21% - 20px);
  }
  .c-filter-header__item--22 {
    width: calc(22% - 20px);
  }
  .c-filter-header__item--23 {
    width: calc(23% - 20px);
  }
  .c-filter-header__item--24 {
    width: calc(24% - 20px);
  }
  .c-filter-header__item--25 {
    width: calc(25% - 20px);
  }
  .c-filter-header__item--26 {
    width: calc(26% - 20px);
  }
  .c-filter-header__item--27 {
    width: calc(27% - 20px);
  }
  .c-filter-header__item--28 {
    width: calc(28% - 20px);
  }
  .c-filter-header__item--29 {
    width: calc(29% - 20px);
  }
  .c-filter-header__item--30 {
    width: calc(30% - 20px);
  }
  .c-filter-header__item--31 {
    width: calc(31% - 20px);
  }
  .c-filter-header__item--32 {
    width: calc(32% - 20px);
  }
  .c-filter-header__item--33 {
    width: calc(33% - 20px);
  }
  .c-filter-header__item--34 {
    width: calc(34% - 20px);
  }
  .c-filter-header__item--35 {
    width: calc(35% - 20px);
  }
  .c-filter-header__item--36 {
    width: calc(36% - 20px);
  }
  .c-filter-header__item--37 {
    width: calc(37% - 20px);
  }
  .c-filter-header__item--38 {
    width: calc(38% - 20px);
  }
  .c-filter-header__item--39 {
    width: calc(39% - 20px);
  }
  .c-filter-header__item--40 {
    width: calc(40% - 20px);
  }
  .c-filter-header__item--41 {
    width: calc(41% - 20px);
  }
  .c-filter-header__item--42 {
    width: calc(42% - 20px);
  }
  .c-filter-header__item--43 {
    width: calc(43% - 20px);
  }
  .c-filter-header__item--44 {
    width: calc(44% - 20px);
  }
  .c-filter-header__item--45 {
    width: calc(45% - 20px);
  }
  .c-filter-header__item--46 {
    width: calc(46% - 20px);
  }
  .c-filter-header__item--47 {
    width: calc(47% - 20px);
  }
  .c-filter-header__item--48 {
    width: calc(48% - 20px);
  }
  .c-filter-header__item--49 {
    width: calc(49% - 20px);
  }
  .c-filter-header__item--50 {
    width: calc(50% - 20px);
  }
  .c-filter-header__item--51 {
    width: calc(51% - 20px);
  }
  .c-filter-header__item--52 {
    width: calc(52% - 20px);
  }
  .c-filter-header__item--53 {
    width: calc(53% - 20px);
  }
  .c-filter-header__item--54 {
    width: calc(54% - 20px);
  }
  .c-filter-header__item--55 {
    width: calc(55% - 20px);
  }
  .c-filter-header__item--56 {
    width: calc(56% - 20px);
  }
  .c-filter-header__item--57 {
    width: calc(57% - 20px);
  }
  .c-filter-header__item--58 {
    width: calc(58% - 20px);
  }
  .c-filter-header__item--59 {
    width: calc(59% - 20px);
  }
  .c-filter-header__item--60 {
    width: calc(60% - 20px);
  }
  .c-filter-header__item--61 {
    width: calc(61% - 20px);
  }
  .c-filter-header__item--62 {
    width: calc(62% - 20px);
  }
  .c-filter-header__item--63 {
    width: calc(63% - 20px);
  }
  .c-filter-header__item--64 {
    width: calc(64% - 20px);
  }
  .c-filter-header__item--65 {
    width: calc(65% - 20px);
  }
  .c-filter-header__item--66 {
    width: calc(66% - 20px);
  }
  .c-filter-header__item--67 {
    width: calc(67% - 20px);
  }
  .c-filter-header__item--68 {
    width: calc(68% - 20px);
  }
  .c-filter-header__item--69 {
    width: calc(69% - 20px);
  }
  .c-filter-header__item--70 {
    width: calc(70% - 20px);
  }
  .c-filter-header__item--71 {
    width: calc(71% - 20px);
  }
  .c-filter-header__item--72 {
    width: calc(72% - 20px);
  }
  .c-filter-header__item--73 {
    width: calc(73% - 20px);
  }
  .c-filter-header__item--74 {
    width: calc(74% - 20px);
  }
  .c-filter-header__item--75 {
    width: calc(75% - 20px);
  }
  .c-filter-header__item--76 {
    width: calc(76% - 20px);
  }
  .c-filter-header__item--77 {
    width: calc(77% - 20px);
  }
  .c-filter-header__item--78 {
    width: calc(78% - 20px);
  }
  .c-filter-header__item--79 {
    width: calc(79% - 20px);
  }
  .c-filter-header__item--80 {
    width: calc(80% - 20px);
  }
  .c-filter-header__item--81 {
    width: calc(81% - 20px);
  }
  .c-filter-header__item--82 {
    width: calc(82% - 20px);
  }
  .c-filter-header__item--83 {
    width: calc(83% - 20px);
  }
  .c-filter-header__item--84 {
    width: calc(84% - 20px);
  }
  .c-filter-header__item--85 {
    width: calc(85% - 20px);
  }
  .c-filter-header__item--86 {
    width: calc(86% - 20px);
  }
  .c-filter-header__item--87 {
    width: calc(87% - 20px);
  }
  .c-filter-header__item--88 {
    width: calc(88% - 20px);
  }
  .c-filter-header__item--89 {
    width: calc(89% - 20px);
  }
  .c-filter-header__item--90 {
    width: calc(90% - 20px);
  }
  .c-filter-header__item--91 {
    width: calc(91% - 20px);
  }
  .c-filter-header__item--92 {
    width: calc(92% - 20px);
  }
  .c-filter-header__item--93 {
    width: calc(93% - 20px);
  }
  .c-filter-header__item--94 {
    width: calc(94% - 20px);
  }
  .c-filter-header__item--95 {
    width: calc(95% - 20px);
  }
  .c-filter-header__item--96 {
    width: calc(96% - 20px);
  }
  .c-filter-header__item--97 {
    width: calc(97% - 20px);
  }
  .c-filter-header__item--98 {
    width: calc(98% - 20px);
  }
  .c-filter-header__item--99 {
    width: calc(99% - 20px);
  }
}
.c-filter-header__lbl {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #0000BD;
  white-space: nowrap;
  padding: 0 10px 0 0;
  margin: 0;
}

.c-pagination {
  background-color: #fff;
  margin: 0 auto;
  padding: 21px 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
}
.c-pagination.is-hidden {
  display: none;
}
@media only screen and (min-width: 1050px) {
  .c-pagination {
    width: 90%;
    flex-wrap: nowrap;
  }
  .c-pagination:before {
    content: "";
    width: 100%;
  }
}
.c-pagination__nav {
  margin-left: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination__nav-item {
  padding: 0 5px;
  margin: 0 3px;
  outline: none;
  border: none;
  background-color: transparent;
}
.c-pagination__nav-item--active {
  font-weight: bold;
  text-decoration: underline;
}
.c-pagination__actions {
  margin-left: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
@media only screen and (min-width: 1050px) {
  .c-pagination__actions {
    margin-top: 0;
    justify-content: flex-end;
  }
}
.c-pagination__btn {
  padding: 12px 29px;
  min-height: 38px;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-out;
  border-radius: 5px;
  line-height: 1;
  outline: none;
  font-weight: 600;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  background-color: #0000BD;
  color: #fff;
  border: 1px solid #0000BD;
}

.c-box-computer {
  max-width: 600px;
  margin: 0 auto;
  border: 7px solid #000;
  border-bottom: 5px solid #000;
  position: relative;
}
.c-box-computer--icons:before, .c-box-computer--icons:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.c-box-computer--icons:before {
  background-image: url("/images/landing/triangle.png");
  width: 170px;
  height: 120px;
  left: -220px;
  top: 20px;
  transform: rotateZ(90deg);
}
.c-box-computer--icons:after {
  background-image: url("/images/landing/scratchs.png");
  width: 220px;
  height: 50px;
  right: -400px;
  bottom: 20px;
}
.c-box-computer * {
  font-family: "din-pro-bold-italic", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.c-box-computer__header {
  padding: 10px 5px;
  border-bottom: 7px solid #000;
  display: flex;
  justify-content: flex-end;
}
.c-box-computer__fake-btn {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 5px;
}
.c-box-computer__fake-btn--pink {
  background-color: #e02f84;
}
.c-box-computer__fake-btn--blue {
  background-color: #07bacc;
}
.c-box-computer__fake-btn--purple {
  background-color: #772f7b;
}
.c-box-computer__content {
  position: relative;
  padding: 30px 70px 20px 60px;
  font-weight: bold;
}
.c-box-computer__content p,
.c-box-computer__content span,
.c-box-computer__content a {
  font-size: 18px;
  font-style: italic;
}
@media only screen and (min-width: 700px) {
  .c-box-computer__content p,
.c-box-computer__content span,
.c-box-computer__content a {
    font-size: 26px;
  }
}
.c-box-computer__content strong {
  color: #781e77;
  font-weight: 800;
  font-family: "din-pro-black-italic", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.c-box-computer__content::before {
  content: "";
  background-color: #f8dbad;
  position: absolute;
  width: calc(100% + 15px);
  height: calc(100% - 20px);
  top: 5px;
  left: 5px;
  z-index: -1;
}
.c-box-computer__logo-voar {
  width: 150px;
}
@media only screen and (max-width: 1024px) {
  .c-box-computer__logo-voar {
    width: 100px;
  }
}
.c-box-computer__btn {
  position: absolute;
  bottom: -60px;
  right: 30px;
}
.c-box-computer__btn:after {
  content: "";
  background-image: url("/images/landing/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 45px;
  right: -20px;
  bottom: -25px;
  transition: 0.3s ease;
}
@media only screen and (min-width: 700px) {
  .c-box-computer__btn:after {
    width: 70px;
    height: 65px;
    right: -40px;
    bottom: -35px;
  }
}
.c-box-computer__btn:hover:after {
  transform: translate(-10px, -10px);
}

.c-card-material {
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  font-family: "Roboto", sans-serif !important;
  box-shadow: 0px 2px 4px #15152233;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.c-card-material.animate {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
}
.c-card-material__ttl {
  margin: 0 0 5px;
  color: #0000BD;
  font-weight: bold;
  font-size: 20px;
}
.c-card-material__action {
  margin-top: auto;
  display: flex;
  justify-content: center;
}

.c-list-ranking__item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .c-list-ranking__item {
    transform: translateX(-40px);
    flex-direction: row;
  }
}
.c-list-ranking__cover-content {
  width: 130px;
  flex: 1 0 auto;
}
@media only screen and (min-width: 1024px) {
  .c-list-ranking__cover-content {
    width: 170px;
  }
}
.c-list-ranking__cover {
  width: 130px;
  height: 130px;
  transform: translateY(60px);
}
@media only screen and (min-width: 1024px) {
  .c-list-ranking__cover {
    width: 170px;
    height: 170px;
    transform: translateX(40px);
  }
}
.c-list-ranking__content {
  border: 2px solid #0000BD;
  border-radius: 5px;
  display: flex;
  width: 100%;
  padding: 70px 15px 15px 15px;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .c-list-ranking__content {
    padding: 15px 20px 15px 40px;
  }
}
.c-list-ranking__trophy {
  background-image: url("/images/icons/trophy.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 95px;
  height: 130px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .c-list-ranking__trophy {
    transform: scale(1.35) translateY(4px);
    width: 160px;
    height: 160px;
  }
}
.c-list-ranking__position {
  font-size: 24px;
  font-weight: 900;
  color: #0000BD;
  transform: translateY(32px);
}
@media only screen and (min-width: 1024px) {
  .c-list-ranking__position {
    font-size: 40px;
    transform: translateY(22px);
  }
}
.c-list-ranking__data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 15px;
}
@media only screen and (min-width: 1024px) {
  .c-list-ranking__data {
    padding: 0 0 0 45px;
  }
}
.c-list-ranking__ttl {
  font-weight: 800;
  margin: 0;
  font-size: 20px;
}
@media only screen and (min-width: 1024px) {
  .c-list-ranking__ttl {
    font-size: 26px;
  }
}
.c-list-ranking__location {
  font-size: 18px;
  font-weight: 500;
}
.c-list-ranking__points {
  background-color: #f2eaf2;
  border-radius: 8px;
  padding: 2px 10px;
  display: flex;
  align-self: flex-start;
  align-items: center;
  margin: 10px 0;
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  .c-list-ranking__points {
    font-size: 16px;
  }
}
.c-list-ranking__points:before {
  content: "";
  background-image: url("/images/icons/coins.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 35px;
  height: 35px;
}
.c-list-ranking__extract {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.c-list-ranking__extract:before {
  content: "";
  background-image: url("/images/icons/download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 25px;
  margin-right: 5px;
}

.c-list {
  list-style: unset;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-list--check {
  list-style: none;
}
.c-list--number {
  list-style: decimal;
}
.c-list__item {
  position: relative;
  padding-left: 50px;
}
.c-list--check .c-list__item:before {
  content: "";
  flex: 0 0 auto;
  width: 18px;
  height: 13px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92988 15.6363C8.69116 15.8693 8.36889 16 8.03307 16C7.69725 16 7.37504 15.8693 7.13626 15.6363L1.16517 9.74515C0.929238 9.51027 0.796875 9.19291 0.796875 8.86224C0.796875 8.53151 0.929238 8.21421 1.16517 7.97927L2.95499 6.21719C3.19308 5.98444 3.51471 5.85382 3.8499 5.85382C4.18509 5.85382 4.50672 5.98444 4.74481 6.21719L7.13626 8.57663C7.25403 8.69289 7.3938 8.78513 7.54771 8.84805C7.70157 8.91103 7.86651 8.94337 8.03307 8.94337C8.19969 8.94337 8.36463 8.91103 8.51848 8.84805C8.67234 8.78513 8.81217 8.69289 8.92988 8.57663L17.2546 0.363359C17.4928 0.130589 17.8144 0 18.1496 0C18.4847 0 18.8064 0.130589 19.0445 0.363359L20.8343 2.12921C21.0702 2.36412 21.2026 2.68144 21.2026 3.01214C21.2026 3.34284 21.0702 3.66016 20.8343 3.89507L8.92988 15.6363Z' fill='%23000'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92988 15.6363C8.69116 15.8693 8.36889 16 8.03307 16C7.69725 16 7.37504 15.8693 7.13626 15.6363L1.16517 9.74515C0.929238 9.51027 0.796875 9.19291 0.796875 8.86224C0.796875 8.53151 0.929238 8.21421 1.16517 7.97927L2.95499 6.21719C3.19308 5.98444 3.51471 5.85382 3.8499 5.85382C4.18509 5.85382 4.50672 5.98444 4.74481 6.21719L7.13626 8.57663C7.25403 8.69289 7.3938 8.78513 7.54771 8.84805C7.70157 8.91103 7.86651 8.94337 8.03307 8.94337C8.19969 8.94337 8.36463 8.91103 8.51848 8.84805C8.67234 8.78513 8.81217 8.69289 8.92988 8.57663L17.2546 0.363359C17.4928 0.130589 17.8144 0 18.1496 0C18.4847 0 18.8064 0.130589 19.0445 0.363359L20.8343 2.12921C21.0702 2.36412 21.2026 2.68144 21.2026 3.01214C21.2026 3.34284 21.0702 3.66016 20.8343 3.89507L8.92988 15.6363Z' fill='%23000'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 10px;
  left: 10px;
}
.c-list--green .c-list__item:before {
  background-color: #d2e18b;
}

.c-nav {
  position: fixed;
  z-index: 200;
  top: 75px;
  left: 100%;
  display: flex;
  flex-direction: column;
  width: 360px;
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(21, 21, 34, 0.33);
  border-radius: 4px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.2s linear;
}
.c-nav * {
  font-size: 14px;
}
.nav-active .c-nav {
  transform: translateX(-100%);
}
@media only screen and (min-width: 767px) {
  .nav-active .c-nav {
    transform: translateX(-100%) translateX(-5px);
  }
}
.c-nav__row {
  display: flex;
  flex-direction: column;
  padding: 14px 0;
  gap: 0px;
  position: relative;
}
@media (max-width: 1024px) {
  .c-nav__row {
    gap: 5px;
  }
}
.c-nav__row:nth-child(1) {
  flex-direction: row;
  gap: 20px;
  align-items: center;
  padding: 16px 20px 25px;
}
@media (max-width: 1024px) {
  .c-nav__row:nth-child(1) {
    padding-bottom: 10px;
  }
}
.c-nav__row:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90%;
  height: 1px;
  transform: translateX(-50%);
  background-color: #c3c3c3;
}
.c-nav__row:last-child:after {
  content: none;
}
.c-nav__cover {
  width: 62px;
  height: 62px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 20px;
}
.c-nav__email {
  font-size: 12px;
}
.c-nav__link {
  color: #151522;
  text-decoration: none;
  padding: 4px 20px;
}
.c-nav__link:hover {
  background-color: #d4d3d3;
}
.c-nav__link:hover, .c-nav__link:active, .c-nav__link:focus {
  color: #151522;
  text-decoration: none;
}
.c-nav__link--icon {
  display: flex;
  align-items: center;
  gap: 5px;
}
.c-nav__link--icon:before {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-nav__link--download:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1102_29522)'%3E%3Cpath d='M6.75 0.5H9.25C9.66563 0.5 10 0.834375 10 1.25V6.5H12.7406C13.2969 6.5 13.575 7.17188 13.1813 7.56563L8.42813 12.3219C8.19375 12.5563 7.80938 12.5563 7.575 12.3219L2.81562 7.56563C2.42188 7.17188 2.7 6.5 3.25625 6.5H6V1.25C6 0.834375 6.33437 0.5 6.75 0.5ZM16 12.25V15.75C16 16.1656 15.6656 16.5 15.25 16.5H0.75C0.334375 16.5 0 16.1656 0 15.75V12.25C0 11.8344 0.334375 11.5 0.75 11.5H5.33437L6.86562 13.0312C7.49375 13.6594 8.50625 13.6594 9.13438 13.0312L10.6656 11.5H15.25C15.6656 11.5 16 11.8344 16 12.25ZM12.125 15C12.125 14.6562 11.8438 14.375 11.5 14.375C11.1562 14.375 10.875 14.6562 10.875 15C10.875 15.3438 11.1562 15.625 11.5 15.625C11.8438 15.625 12.125 15.3438 12.125 15ZM14.125 15C14.125 14.6562 13.8438 14.375 13.5 14.375C13.1562 14.375 12.875 14.6562 12.875 15C12.875 15.3438 13.1562 15.625 13.5 15.625C13.8438 15.625 14.125 15.3438 14.125 15Z' fill='%23151522'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1102_29522'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.c-nav__link--help:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1102_29555)'%3E%3Cg clip-path='url(%23clip1_1102_29555)'%3E%3Cpath d='M15.75 8.5C15.75 12.7812 12.2799 16.25 8 16.25C3.72009 16.25 0.25 12.7812 0.25 8.5C0.25 4.22134 3.72009 0.75 8 0.75C12.2799 0.75 15.75 4.22134 15.75 8.5ZM8.20797 3.3125C6.50494 3.3125 5.41875 4.02991 4.56581 5.30494C4.45531 5.47012 4.49228 5.69291 4.65066 5.813L5.735 6.63519C5.89766 6.75853 6.12941 6.72919 6.25578 6.56887C6.81403 5.86081 7.19681 5.45022 8.0465 5.45022C8.68491 5.45022 9.47456 5.86109 9.47456 6.48016C9.47456 6.94816 9.08822 7.1885 8.45788 7.54191C7.72275 7.954 6.75 8.46691 6.75 9.75V9.875C6.75 10.0821 6.91791 10.25 7.125 10.25H8.875C9.08209 10.25 9.25 10.0821 9.25 9.875V9.83334C9.25 8.94391 11.8496 8.90687 11.8496 6.5C11.8496 4.68744 9.96941 3.3125 8.20797 3.3125ZM8 11.0625C7.20734 11.0625 6.5625 11.7073 6.5625 12.5C6.5625 13.2926 7.20734 13.9375 8 13.9375C8.79266 13.9375 9.4375 13.2926 9.4375 12.5C9.4375 11.7073 8.79266 11.0625 8 11.0625Z' fill='%23151522'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1102_29555'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_1102_29555'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.c-nav__link--lang:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1102_29565)'%3E%3Ccircle cx='8' cy='8.5' r='7.5' stroke='%23151522'/%3E%3Cpath d='M10.5 8.5C10.5 10.6651 10.1701 12.6029 9.65316 13.9813C9.39401 14.6723 9.0975 15.1969 8.79361 15.5396C8.4892 15.883 8.21987 16 8 16C7.78013 16 7.5108 15.883 7.20639 15.5396C6.9025 15.1969 6.60599 14.6723 6.34684 13.9813C5.82994 12.6029 5.5 10.6651 5.5 8.5C5.5 6.33494 5.82994 4.39713 6.34684 3.01871C6.60599 2.32765 6.9025 1.80314 7.20639 1.46038C7.5108 1.11704 7.78013 1 8 1C8.21987 1 8.4892 1.11704 8.79361 1.46038C9.0975 1.80314 9.39401 2.32765 9.65316 3.01871C10.1701 4.39713 10.5 6.33494 10.5 8.5Z' stroke='%23151522'/%3E%3Cpath d='M0.5 8.5H15.5' stroke='%2333363F' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1102_29565'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.c-nav__link--exit:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1102_29577)'%3E%3Cpath d='M15.5312 9.03094L10.2812 14.2809C9.8125 14.7497 9 14.4216 9 13.7497V10.7497H4.75C4.33437 10.7497 4 10.4153 4 9.99969V6.99969C4 6.58406 4.33437 6.24969 4.75 6.24969H9V3.24969C9 2.58094 9.80937 2.24969 10.2812 2.71844L15.5312 7.96844C15.8219 8.26219 15.8219 8.73719 15.5312 9.03094ZM6 14.1247V12.8747C6 12.6684 5.83125 12.4997 5.625 12.4997H3C2.44688 12.4997 2 12.0528 2 11.4997V5.49969C2 4.94656 2.44688 4.49969 3 4.49969H5.625C5.83125 4.49969 6 4.33094 6 4.12469V2.87469C6 2.66844 5.83125 2.49969 5.625 2.49969H3C1.34375 2.49969 0 3.84344 0 5.49969V11.4997C0 13.1559 1.34375 14.4997 3 14.4997H5.625C5.83125 14.4997 6 14.3309 6 14.1247Z' fill='%23151522'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1102_29577'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.c-nav__languague-container {
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
  box-sizing: border-box;
}
.c-nav__language-link {
  font-size: 12px;
  flex: 1;
  text-align: center;
  color: #151522;
  padding: 5px;
}
.c-nav__language-link.active {
  background-color: #d4d3d3;
  border-radius: 2px;
}
.c-nav__language-link.active:hover {
  text-decoration: none;
}
.c-nav__language-link:hover, .c-nav__language-link:focus {
  color: #151522;
  text-decoration: underline;
}

.c-box {
  border: 1px solid;
}
.c-box--blue {
  border-color: #0000BD;
}
.c-box--blue-2 {
  border-color: #0000BD;
}
.c-box--blue-3 {
  border-color: #1f3c90;
}
.c-box--blue-4 {
  border-color: #53519e;
}
.c-box--red {
  border-color: #C9C9FB;
}
.c-box--red-2 {
  border-color: #e34871;
}
.c-box--orange {
  border-color: #0000A2;
}
.c-box--orange-2 {
  border-color: #ebb83f;
}
.c-box--green {
  border-color: #B4DC32;
}
.c-box--green-2 {
  border-color: #B4DC32;
}
.c-box__ttl-wrapper {
  padding: 20px 25px;
}
@media (min-width: 1024px) {
  .c-box__ttl-wrapper {
    padding: 30px;
  }
}
.c-box--blue .c-box__ttl-wrapper {
  background-color: #0000BD;
}
.c-box--blue-2 .c-box__ttl-wrapper {
  background-color: #0000BD;
}
.c-box--blue-3 .c-box__ttl-wrapper {
  background-color: #1f3c90;
}
.c-box--blue-4 .c-box__ttl-wrapper {
  background-color: #53519e;
}
.c-box--red .c-box__ttl-wrapper {
  background-color: #C9C9FB;
}
.c-box--red-2 .c-box__ttl-wrapper {
  background-color: #e34871;
}
.c-box--orange .c-box__ttl-wrapper {
  background-color: #0000A2;
}
.c-box--orange-2 .c-box__ttl-wrapper {
  background-color: #ebb83f;
}
.c-box--green .c-box__ttl-wrapper {
  background-color: #B4DC32;
}
.c-box--green-2 .c-box__ttl-wrapper {
  background-color: #B4DC32;
}
.c-box__ttl-warning {
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #ff3126;
  color: #ff3126;
  font-weight: 700;
  max-width: 700px;
  font-size: 14px;
  text-align: center;
  padding: 5px 5px;
  margin-top: 15px;
}
.c-box__ttl {
  font-size: 18px;
  text-align: center;
  margin: 0;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .c-box__ttl {
    font-size: 22px;
  }
}
.c-box__ttl--white {
  color: #fff;
}
.c-box__ttl > span {
  display: block;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .c-box__ttl > span {
    font-size: 14px;
    font-weight: 400;
  }
}
.c-box__content-wrapper {
  background-color: #fff;
  padding: 15px;
}
@media (min-width: 1024px) {
  .c-box__content-wrapper {
    padding: 25px 40px;
  }
}

.c-box-round {
  border-radius: 8px;
  padding: max(20px, 5%) 5%;
}
.c-box-round + .c-box-round {
  margin-top: 30px;
}
.c-box-round__content-no-pad {
  margin: 0 -5.5493%;
}
.c-box-round__btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: auto;
  width: 85%;
}
.c-box-round--shadow {
  box-shadow: 0px 2px 4px 0px rgba(21, 21, 34, 0.33);
}
.c-box-round--gray {
  background-color: #f5f5f5;
}
.c-box-round--white {
  background-color: #fff;
}

.c-checkbox {
  display: flex;
  align-items: flex-start;
}
.c-checkbox__input {
  margin-top: 7px;
  margin-right: 5px;
}
.c-checkbox__label > a {
  white-space: pre;
  text-decoration: underline;
  color: #292b2c;
  font-weight: 600;
}

.c-box-success {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.04);
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .c-box-success {
    flex-direction: row;
    padding: 25px 40px;
    gap: 70px;
  }
}
.c-box-success.green {
  border: 1px solid #b4cd3d;
}
.c-box-success__col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-box-success__col {
    align-items: flex-start;
  }
}
.c-box-success__img {
  max-width: 100px;
}
@media (min-width: 1024px) {
  .c-box-success__img {
    max-width: 210px;
  }
}
.c-box-success__text {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-box-success__text {
    text-align: left;
  }
}
.c-box-success__text > p {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .c-box-success__highlight {
    font-size: 16px !important;
  }
}

.c-nextstep {
  margin: 30px 0;
  display: flex;
  gap: 40px;
}
@media (min-width: 1024px) {
  .c-nextstep {
    margin: 70px 0;
    gap: 130px;
  }
}
.c-nextstep__text {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .c-nextstep__text {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-nextstep__col:nth-child(1) {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .c-nextstep__col:nth-child(2) {
    max-width: 140px;
  }
}

.c-material-card {
  width: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-material-card {
    max-width: 170px;
  }
}
.c-material-card__img {
  width: 100%;
}
.c-material-card__ttl {
  font-size: 16px;
  font-weight: 700;
  margin: 24px 0 10px;
}
.c-material-card__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.44;
}
.c-material-card__btn {
  display: flex;
  align-self: center;
  justify-content: center;
  text-decoration: underline;
  margin-top: 15px;
}
.c-material-card__btn:before {
  content: "";
  width: 13px;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 19'%3E%3Cpath d='M8.63 5.73V.95H1.58a.84.84 0 0 0-.84.84V18.1c0 .47.38.85.84.85h11.82c.46 0 .84-.38.84-.85V6.57H9.47a.85.85 0 0 1-.85-.84Zm2.68 7.43-3.39 3.36a.6.6 0 0 1-.84 0l-3.4-3.36a.56.56 0 0 1 .4-.96h2.3V9.38c0-.3.25-.56.56-.56h1.12c.31 0 .56.25.56.56v2.82h2.3c.5 0 .75.6.4.96Zm2.7-8.52-3.45-3.45a.84.84 0 0 0-.6-.24h-.21v4.5h4.5v-.22a.84.84 0 0 0-.25-.6Z' fill='%230000BF'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.c-table {
  line-height: 1.22;
}
.c-table th {
  line-height: inherit;
  color: #6e7a7b;
  font-weight: 300;
  padding: 5px 10px;
}
@media (min-width: 1024px) {
  .c-table th {
    font-weight: 400;
    padding: 10px 20px;
  }
}
.c-table th:last-child {
  text-align: right;
}
.c-table td {
  line-height: inherit;
}
.c-table tbody tr:nth-child(odd) {
  background: #d7dedd;
}
.c-table tbody tr:nth-child(odd) td {
  padding: 2px 15px;
}
.c-table tbody tr:nth-child(even) td {
  padding: 10px 15px;
}

.c-radio {
  display: flex;
  align-items: flex-start;
}
.c-radio__input {
  margin-top: 7px;
  margin-right: 5px;
}
.c-radio__label > a {
  white-space: pre;
  text-decoration: underline;
  color: #292b2c;
  font-weight: 600;
}

.c-input-file__input-container {
  display: flex;
  gap: 5px;
}
.c-input-file__label {
  font-size: 14px;
  width: 100%;
  border: 1px solid #1f3c90;
  border-radius: 6px;
  outline: none;
  padding: 3px 2px;
  margin: 0;
  color: #9ea3a2;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-input-file__label {
    padding: 8px;
  }
}
.c-input-file__button {
  padding: 8px 10px;
  font-weight: 600;
  font-size: 16px;
  background-color: #0000BD;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  border-radius: 6px;
  border: none;
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c-input-file__button--blue-3 {
  background-color: #1f3c90;
}
.c-input-file__input {
  display: none;
}

.c-dragdrop {
  background-color: #ebf6fc;
  border-radius: 5px;
  border: 1px dashed #1f3c90;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 27px 20px;
  gap: 10px;
  transition: 0.5 ease;
  cursor: pointer;
  text-align: center;
}
.c-dragdrop.highlight {
  opacity: 0.5;
}
.c-dragdrop__icon {
  width: 40px;
  height: 30px;
}
.c-dragdrop__title {
  font-size: 16px;
  color: #1f3c90;
  text-decoration: underline;
}
.c-dragdrop__text {
  font-weight: 300;
  font-size: 14px;
}

.c-list-documents {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-list-documents__item {
  border: 1px solid #b4cd3d;
  padding: 8px 16px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.c-list-documents__item > span:first-of-type {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  color: #292b2c;
  overflow: hidden;
  max-width: 95%;
}
.c-list-documents__ttl {
  color: #9ea3a2;
  font-weight: 400;
  font-size: 14px;
  margin: 15px 0 5px;
}
.c-list-documents__remove {
  width: 16px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4755 2.44464H13.4066C13.379 2.43537 13.3502 2.42935 13.321 2.42658H11.1182V0.661251C11.1184 0.528585 11.0645 0.401217 10.9686 0.306465C10.8726 0.211722 10.742 0.157064 10.6048 0.154297H5.39529C5.25613 0.154297 5.1227 0.207629 5.0244 0.302733C4.92598 0.397836 4.87066 0.52677 4.87066 0.661248V2.42658H2.67908C2.64992 2.42935 2.62114 2.43537 2.59349 2.44464H0.524626C0.337125 2.44464 0.163938 2.54119 0.0702662 2.69805C-0.0234221 2.85491 -0.0234221 3.04812 0.0702662 3.20499C0.163954 3.36185 0.337129 3.45852 0.524626 3.45852H2.21015L3.57212 15.7013C3.58669 15.8259 3.64824 15.9409 3.74504 16.0245C3.84172 16.1081 3.96693 16.1542 4.09674 16.1543H11.9107C12.0392 16.1525 12.1625 16.1054 12.2578 16.0221C12.353 15.9387 12.4134 15.8247 12.4279 15.7013L13.7897 3.47639H15.4754C15.6629 3.47639 15.8361 3.37984 15.9297 3.22298C16.0234 3.06611 16.0234 2.87279 15.9297 2.71604C15.8361 2.55918 15.6629 2.46251 15.4754 2.46251L15.4755 2.44464ZM5.93124 1.16819H10.0688V2.42658H5.93124V1.16819ZM11.4345 15.1331H4.56554L3.26325 3.47652H12.7367L11.4345 15.1331Z' fill='%23FF3126'/%3E%3Cpath d='M8.0007 13.9437C8.13986 13.9437 8.27329 13.8903 8.37172 13.7953C8.47014 13.7002 8.52533 13.5713 8.52533 13.4368V5.16719C8.52533 4.98601 8.42541 4.81866 8.26308 4.72814C8.10074 4.63749 7.90067 4.63749 7.73833 4.72814C7.576 4.81867 7.47607 4.98601 7.47607 5.16719V13.4368C7.47607 13.5713 7.53127 13.7002 7.62969 13.7953C7.72811 13.8903 7.86154 13.9437 8.00071 13.9437H8.0007Z' fill='%23FF3126'/%3E%3Cpath d='M5.93259 13.9412H5.95489C6.09343 13.9357 6.22399 13.8773 6.31819 13.7789C6.41225 13.6806 6.46233 13.5502 6.45723 13.4163L6.1409 5.14672L6.14103 5.1466C6.13816 5.01117 6.07824 4.88259 5.97496 4.79086C5.87155 4.69924 5.73401 4.65241 5.59399 4.6612C5.45545 4.66686 5.32488 4.72525 5.23081 4.8236C5.13662 4.92196 5.08667 5.05234 5.09165 5.18622L5.40797 13.4558C5.41457 13.5862 5.47263 13.7092 5.5703 13.7995C5.66786 13.8897 5.79755 13.9405 5.93259 13.9412L5.93259 13.9412Z' fill='%23FF3126'/%3E%3Cpath d='M10.0461 13.9405H10.0646C10.2029 13.9435 10.3368 13.8939 10.4377 13.8025C10.5385 13.7111 10.5983 13.585 10.6042 13.4515L10.9205 5.18188H10.9204C10.9255 5.04801 10.8754 4.91764 10.7813 4.81927C10.6872 4.72091 10.5566 4.66253 10.418 4.65687C10.2764 4.64278 10.1351 4.68697 10.0288 4.7787C9.92258 4.87031 9.86128 5.00105 9.85991 5.13879L9.53985 13.4084H9.53998C9.53288 13.5441 9.58246 13.6769 9.67764 13.7769C9.7727 13.8769 9.90551 13.9359 10.046 13.9405L10.0461 13.9405Z' fill='%23FF3126'/%3E%3C/svg%3E%0A");
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: pointer;
}

.c-ranking {
  display: flex;
  gap: 15px;
}
@media (max-width: 1024px) {
  .c-ranking {
    flex-direction: column;
  }
}
.c-ranking > * {
  flex: 1;
}
.c-ranking__nav {
  display: flex;
  flex-direction: column;
  max-width: 290px;
}
@media (max-width: 1024px) {
  .c-ranking__nav {
    flex-direction: row;
    max-width: 100%;
  }
}
.c-ranking__nav-item {
  padding: 20px;
  color: #878787;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .c-ranking__nav-item {
    flex-direction: column;
    text-align: center;
    width: 33.3%;
  }
}
.c-ranking__nav-item:hover, .c-ranking__nav-item.active {
  color: #151522;
  background-color: #cfcfcf;
  text-decoration: none;
}
.c-ranking__nav-item--icon:before {
  content: "";
  width: 14px;
  height: 16px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #878787;
}
.c-ranking__nav-item--icon:hover:before, .c-ranking__nav-item--icon.active:before {
  background-color: #0000BD;
}
.c-ranking__nav-item--building:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' fill='none'%3E%3Cpath fill='%23878787' d='M4 4.625v-1.25C4 3.169 4.168 3 4.375 3h1.25C5.83 3 6 3.169 6 3.375v1.25A.376.376 0 0 1 5.625 5h-1.25A.376.376 0 0 1 4 4.625ZM8.375 5h1.25A.376.376 0 0 0 10 4.625v-1.25A.376.376 0 0 0 9.625 3h-1.25A.376.376 0 0 0 8 3.375v1.25c0 .206.168.375.375.375Zm-4 3h1.25A.376.376 0 0 0 6 7.625v-1.25A.376.376 0 0 0 5.625 6h-1.25A.376.376 0 0 0 4 6.375v1.25c0 .206.168.375.375.375Zm4 0h1.25A.376.376 0 0 0 10 7.625v-1.25A.376.376 0 0 0 9.625 6h-1.25A.376.376 0 0 0 8 6.375v1.25c0 .206.168.375.375.375ZM6 10.625v-1.25A.376.376 0 0 0 5.625 9h-1.25A.376.376 0 0 0 4 9.375v1.25c0 .206.168.375.375.375h1.25A.376.376 0 0 0 6 10.625ZM8.375 11h1.25a.376.376 0 0 0 .375-.375v-1.25A.376.376 0 0 0 9.625 9h-1.25A.376.376 0 0 0 8 9.375v1.25c0 .206.168.375.375.375ZM14 14.875V16H0v-1.125c0-.206.168-.375.375-.375h.609V.75c0-.416.334-.75.75-.75h10.531c.416 0 .75.334.75.75V14.5h.61c.206 0 .375.169.375.375Zm-11.516-.406H6v-2.094c0-.206.168-.375.375-.375h1.25c.206 0 .375.169.375.375v2.094h3.515V1.53L2.5 1.5l-.016 12.969Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' fill='none'%3E%3Cpath fill='%23878787' d='M4 4.625v-1.25C4 3.169 4.168 3 4.375 3h1.25C5.83 3 6 3.169 6 3.375v1.25A.376.376 0 0 1 5.625 5h-1.25A.376.376 0 0 1 4 4.625ZM8.375 5h1.25A.376.376 0 0 0 10 4.625v-1.25A.376.376 0 0 0 9.625 3h-1.25A.376.376 0 0 0 8 3.375v1.25c0 .206.168.375.375.375Zm-4 3h1.25A.376.376 0 0 0 6 7.625v-1.25A.376.376 0 0 0 5.625 6h-1.25A.376.376 0 0 0 4 6.375v1.25c0 .206.168.375.375.375Zm4 0h1.25A.376.376 0 0 0 10 7.625v-1.25A.376.376 0 0 0 9.625 6h-1.25A.376.376 0 0 0 8 6.375v1.25c0 .206.168.375.375.375ZM6 10.625v-1.25A.376.376 0 0 0 5.625 9h-1.25A.376.376 0 0 0 4 9.375v1.25c0 .206.168.375.375.375h1.25A.376.376 0 0 0 6 10.625ZM8.375 11h1.25a.376.376 0 0 0 .375-.375v-1.25A.376.376 0 0 0 9.625 9h-1.25A.376.376 0 0 0 8 9.375v1.25c0 .206.168.375.375.375ZM14 14.875V16H0v-1.125c0-.206.168-.375.375-.375h.609V.75c0-.416.334-.75.75-.75h10.531c.416 0 .75.334.75.75V14.5h.61c.206 0 .375.169.375.375Zm-11.516-.406H6v-2.094c0-.206.168-.375.375-.375h1.25c.206 0 .375.169.375.375v2.094h3.515V1.53L2.5 1.5l-.016 12.969Z'/%3E%3C/svg%3E");
}
.c-ranking__nav-item--clock:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='7' stroke='%23878787' stroke-width='2'/%3E%3Cpath d='M5.96472 3.1363C5.2865 3.31803 4.66807 3.67508 4.17157 4.17157C3.67508 4.66807 3.31803 5.2865 3.1363 5.96472' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M18.0353 3.1363C18.7135 3.31803 19.3319 3.67508 19.8284 4.17157C20.3249 4.66807 20.682 5.2865 20.8637 5.96472' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12 8V11.75C12 11.8881 12.1119 12 12.25 12H15' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='7' stroke='%23878787' stroke-width='2'/%3E%3Cpath d='M5.96472 3.1363C5.2865 3.31803 4.66807 3.67508 4.17157 4.17157C3.67508 4.66807 3.31803 5.2865 3.1363 5.96472' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M18.0353 3.1363C18.7135 3.31803 19.3319 3.67508 19.8284 4.17157C20.3249 4.66807 20.682 5.2865 20.8637 5.96472' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12 8V11.75C12 11.8881 12.1119 12 12.25 12H15' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.c-ranking__nav-item--people::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='3' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12.2679 9C12.5332 8.54063 12.97 8.20543 13.4824 8.06815C13.9947 7.93086 14.5406 8.00273 15 8.26795C15.4594 8.53317 15.7946 8.97 15.9319 9.48236C16.0691 9.99472 15.9973 10.5406 15.7321 11C15.4668 11.4594 15.03 11.7946 14.5176 11.9319C14.0053 12.0691 13.4594 11.9973 13 11.7321C12.5406 11.4668 12.2054 11.03 12.0681 10.5176C11.9309 10.0053 12.0027 9.45937 12.2679 9L12.2679 9Z' stroke='%23878787' stroke-width='2'/%3E%3Cpath d='M13.8816 19L12.9012 19.1974L13.0629 20H13.8816V19ZM17.7201 17.9042L18.6626 17.5699L17.7201 17.9042ZM11.7808 15.7105L11.1759 14.9142L10.0193 15.7927L11.2526 16.5597L11.7808 15.7105ZM16.8672 18H13.8816V20H16.8672V18ZM16.7777 18.2384C16.7706 18.2186 16.7641 18.181 16.7725 18.1354C16.7803 18.0921 16.7982 18.0593 16.8151 18.0383C16.8473 17.9982 16.8739 18 16.8672 18V20C18.0132 20 19.1413 18.9194 18.6626 17.5699L16.7777 18.2384ZM14 16C15.6415 16 16.4026 17.1811 16.7777 18.2384L18.6626 17.5699C18.1976 16.2588 16.9485 14 14 14V16ZM12.3856 16.5069C12.7701 16.2148 13.2819 16 14 16V14C12.8381 14 11.9027 14.3622 11.1759 14.9142L12.3856 16.5069ZM11.2526 16.5597C12.2918 17.206 12.727 18.3324 12.9012 19.1974L14.8619 18.8026C14.6439 17.7204 14.0374 15.9364 12.3089 14.8614L11.2526 16.5597Z' fill='%23878787'/%3E%3Cpath d='M9 15C12.5715 15 13.5919 17.5512 13.8834 19.0089C13.9917 19.5504 13.5523 20 13 20H5C4.44772 20 4.00829 19.5504 4.11659 19.0089C4.4081 17.5512 5.42846 15 9 15Z' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M19 3V7' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21 5L17 5' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='3' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12.2679 9C12.5332 8.54063 12.97 8.20543 13.4824 8.06815C13.9947 7.93086 14.5406 8.00273 15 8.26795C15.4594 8.53317 15.7946 8.97 15.9319 9.48236C16.0691 9.99472 15.9973 10.5406 15.7321 11C15.4668 11.4594 15.03 11.7946 14.5176 11.9319C14.0053 12.0691 13.4594 11.9973 13 11.7321C12.5406 11.4668 12.2054 11.03 12.0681 10.5176C11.9309 10.0053 12.0027 9.45937 12.2679 9L12.2679 9Z' stroke='%23878787' stroke-width='2'/%3E%3Cpath d='M13.8816 19L12.9012 19.1974L13.0629 20H13.8816V19ZM17.7201 17.9042L18.6626 17.5699L17.7201 17.9042ZM11.7808 15.7105L11.1759 14.9142L10.0193 15.7927L11.2526 16.5597L11.7808 15.7105ZM16.8672 18H13.8816V20H16.8672V18ZM16.7777 18.2384C16.7706 18.2186 16.7641 18.181 16.7725 18.1354C16.7803 18.0921 16.7982 18.0593 16.8151 18.0383C16.8473 17.9982 16.8739 18 16.8672 18V20C18.0132 20 19.1413 18.9194 18.6626 17.5699L16.7777 18.2384ZM14 16C15.6415 16 16.4026 17.1811 16.7777 18.2384L18.6626 17.5699C18.1976 16.2588 16.9485 14 14 14V16ZM12.3856 16.5069C12.7701 16.2148 13.2819 16 14 16V14C12.8381 14 11.9027 14.3622 11.1759 14.9142L12.3856 16.5069ZM11.2526 16.5597C12.2918 17.206 12.727 18.3324 12.9012 19.1974L14.8619 18.8026C14.6439 17.7204 14.0374 15.9364 12.3089 14.8614L11.2526 16.5597Z' fill='%23878787'/%3E%3Cpath d='M9 15C12.5715 15 13.5919 17.5512 13.8834 19.0089C13.9917 19.5504 13.5523 20 13 20H5C4.44772 20 4.00829 19.5504 4.11659 19.0089C4.4081 17.5512 5.42846 15 9 15Z' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M19 3V7' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21 5L17 5' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.c-ranking__nav-item--flag:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 15V5.5C6 5.2643 6 5.14645 6.07322 5.07322C6.14645 5 6.2643 5 6.5 5H16.7929C17.3066 5 17.5635 5 17.6274 5.15433C17.6913 5.30866 17.5097 5.49029 17.1464 5.85355L13.2828 9.71716C13.1495 9.85049 13.0828 9.91716 13.0828 10C13.0828 10.0828 13.1495 10.1495 13.2828 10.2828L17.1464 14.1464C17.5097 14.5097 17.6913 14.6913 17.6274 14.8457C17.5635 15 17.3066 15 16.7929 15H6ZM6 15V19' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 15V5.5C6 5.2643 6 5.14645 6.07322 5.07322C6.14645 5 6.2643 5 6.5 5H16.7929C17.3066 5 17.5635 5 17.6274 5.15433C17.6913 5.30866 17.5097 5.49029 17.1464 5.85355L13.2828 9.71716C13.1495 9.85049 13.0828 9.91716 13.0828 10C13.0828 10.0828 13.1495 10.1495 13.2828 10.2828L17.1464 14.1464C17.5097 14.5097 17.6913 14.6913 17.6274 14.8457C17.5635 15 17.3066 15 16.7929 15H6ZM6 15V19' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.c-ranking__table {
  display: none;
}
.c-ranking__table.active {
  display: block;
}
.c-ranking__ttl {
  color: #0000BD;
  font-size: 20px;
  font-weight: 700;
}
.c-ranking__ttl--icon {
  display: flex;
  gap: 15px;
  align-items: center;
}
.c-ranking__ttl--icon:before {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #0000BD;
}
.c-ranking__ttl--building:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' fill='none'%3E%3Cpath fill='%23878787' d='M4 4.625v-1.25C4 3.169 4.168 3 4.375 3h1.25C5.83 3 6 3.169 6 3.375v1.25A.376.376 0 0 1 5.625 5h-1.25A.376.376 0 0 1 4 4.625ZM8.375 5h1.25A.376.376 0 0 0 10 4.625v-1.25A.376.376 0 0 0 9.625 3h-1.25A.376.376 0 0 0 8 3.375v1.25c0 .206.168.375.375.375Zm-4 3h1.25A.376.376 0 0 0 6 7.625v-1.25A.376.376 0 0 0 5.625 6h-1.25A.376.376 0 0 0 4 6.375v1.25c0 .206.168.375.375.375Zm4 0h1.25A.376.376 0 0 0 10 7.625v-1.25A.376.376 0 0 0 9.625 6h-1.25A.376.376 0 0 0 8 6.375v1.25c0 .206.168.375.375.375ZM6 10.625v-1.25A.376.376 0 0 0 5.625 9h-1.25A.376.376 0 0 0 4 9.375v1.25c0 .206.168.375.375.375h1.25A.376.376 0 0 0 6 10.625ZM8.375 11h1.25a.376.376 0 0 0 .375-.375v-1.25A.376.376 0 0 0 9.625 9h-1.25A.376.376 0 0 0 8 9.375v1.25c0 .206.168.375.375.375ZM14 14.875V16H0v-1.125c0-.206.168-.375.375-.375h.609V.75c0-.416.334-.75.75-.75h10.531c.416 0 .75.334.75.75V14.5h.61c.206 0 .375.169.375.375Zm-11.516-.406H6v-2.094c0-.206.168-.375.375-.375h1.25c.206 0 .375.169.375.375v2.094h3.515V1.53L2.5 1.5l-.016 12.969Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' fill='none'%3E%3Cpath fill='%23878787' d='M4 4.625v-1.25C4 3.169 4.168 3 4.375 3h1.25C5.83 3 6 3.169 6 3.375v1.25A.376.376 0 0 1 5.625 5h-1.25A.376.376 0 0 1 4 4.625ZM8.375 5h1.25A.376.376 0 0 0 10 4.625v-1.25A.376.376 0 0 0 9.625 3h-1.25A.376.376 0 0 0 8 3.375v1.25c0 .206.168.375.375.375Zm-4 3h1.25A.376.376 0 0 0 6 7.625v-1.25A.376.376 0 0 0 5.625 6h-1.25A.376.376 0 0 0 4 6.375v1.25c0 .206.168.375.375.375Zm4 0h1.25A.376.376 0 0 0 10 7.625v-1.25A.376.376 0 0 0 9.625 6h-1.25A.376.376 0 0 0 8 6.375v1.25c0 .206.168.375.375.375ZM6 10.625v-1.25A.376.376 0 0 0 5.625 9h-1.25A.376.376 0 0 0 4 9.375v1.25c0 .206.168.375.375.375h1.25A.376.376 0 0 0 6 10.625ZM8.375 11h1.25a.376.376 0 0 0 .375-.375v-1.25A.376.376 0 0 0 9.625 9h-1.25A.376.376 0 0 0 8 9.375v1.25c0 .206.168.375.375.375ZM14 14.875V16H0v-1.125c0-.206.168-.375.375-.375h.609V.75c0-.416.334-.75.75-.75h10.531c.416 0 .75.334.75.75V14.5h.61c.206 0 .375.169.375.375Zm-11.516-.406H6v-2.094c0-.206.168-.375.375-.375h1.25c.206 0 .375.169.375.375v2.094h3.515V1.53L2.5 1.5l-.016 12.969Z'/%3E%3C/svg%3E");
}
.c-ranking__ttl--clock:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='7' stroke='%23878787' stroke-width='2'/%3E%3Cpath d='M5.96472 3.1363C5.2865 3.31803 4.66807 3.67508 4.17157 4.17157C3.67508 4.66807 3.31803 5.2865 3.1363 5.96472' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M18.0353 3.1363C18.7135 3.31803 19.3319 3.67508 19.8284 4.17157C20.3249 4.66807 20.682 5.2865 20.8637 5.96472' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12 8V11.75C12 11.8881 12.1119 12 12.25 12H15' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='7' stroke='%23878787' stroke-width='2'/%3E%3Cpath d='M5.96472 3.1363C5.2865 3.31803 4.66807 3.67508 4.17157 4.17157C3.67508 4.66807 3.31803 5.2865 3.1363 5.96472' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M18.0353 3.1363C18.7135 3.31803 19.3319 3.67508 19.8284 4.17157C20.3249 4.66807 20.682 5.2865 20.8637 5.96472' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12 8V11.75C12 11.8881 12.1119 12 12.25 12H15' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.c-ranking__ttl--people::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='3' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12.2679 9C12.5332 8.54063 12.97 8.20543 13.4824 8.06815C13.9947 7.93086 14.5406 8.00273 15 8.26795C15.4594 8.53317 15.7946 8.97 15.9319 9.48236C16.0691 9.99472 15.9973 10.5406 15.7321 11C15.4668 11.4594 15.03 11.7946 14.5176 11.9319C14.0053 12.0691 13.4594 11.9973 13 11.7321C12.5406 11.4668 12.2054 11.03 12.0681 10.5176C11.9309 10.0053 12.0027 9.45937 12.2679 9L12.2679 9Z' stroke='%23878787' stroke-width='2'/%3E%3Cpath d='M13.8816 19L12.9012 19.1974L13.0629 20H13.8816V19ZM17.7201 17.9042L18.6626 17.5699L17.7201 17.9042ZM11.7808 15.7105L11.1759 14.9142L10.0193 15.7927L11.2526 16.5597L11.7808 15.7105ZM16.8672 18H13.8816V20H16.8672V18ZM16.7777 18.2384C16.7706 18.2186 16.7641 18.181 16.7725 18.1354C16.7803 18.0921 16.7982 18.0593 16.8151 18.0383C16.8473 17.9982 16.8739 18 16.8672 18V20C18.0132 20 19.1413 18.9194 18.6626 17.5699L16.7777 18.2384ZM14 16C15.6415 16 16.4026 17.1811 16.7777 18.2384L18.6626 17.5699C18.1976 16.2588 16.9485 14 14 14V16ZM12.3856 16.5069C12.7701 16.2148 13.2819 16 14 16V14C12.8381 14 11.9027 14.3622 11.1759 14.9142L12.3856 16.5069ZM11.2526 16.5597C12.2918 17.206 12.727 18.3324 12.9012 19.1974L14.8619 18.8026C14.6439 17.7204 14.0374 15.9364 12.3089 14.8614L11.2526 16.5597Z' fill='%23878787'/%3E%3Cpath d='M9 15C12.5715 15 13.5919 17.5512 13.8834 19.0089C13.9917 19.5504 13.5523 20 13 20H5C4.44772 20 4.00829 19.5504 4.11659 19.0089C4.4081 17.5512 5.42846 15 9 15Z' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M19 3V7' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21 5L17 5' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='3' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12.2679 9C12.5332 8.54063 12.97 8.20543 13.4824 8.06815C13.9947 7.93086 14.5406 8.00273 15 8.26795C15.4594 8.53317 15.7946 8.97 15.9319 9.48236C16.0691 9.99472 15.9973 10.5406 15.7321 11C15.4668 11.4594 15.03 11.7946 14.5176 11.9319C14.0053 12.0691 13.4594 11.9973 13 11.7321C12.5406 11.4668 12.2054 11.03 12.0681 10.5176C11.9309 10.0053 12.0027 9.45937 12.2679 9L12.2679 9Z' stroke='%23878787' stroke-width='2'/%3E%3Cpath d='M13.8816 19L12.9012 19.1974L13.0629 20H13.8816V19ZM17.7201 17.9042L18.6626 17.5699L17.7201 17.9042ZM11.7808 15.7105L11.1759 14.9142L10.0193 15.7927L11.2526 16.5597L11.7808 15.7105ZM16.8672 18H13.8816V20H16.8672V18ZM16.7777 18.2384C16.7706 18.2186 16.7641 18.181 16.7725 18.1354C16.7803 18.0921 16.7982 18.0593 16.8151 18.0383C16.8473 17.9982 16.8739 18 16.8672 18V20C18.0132 20 19.1413 18.9194 18.6626 17.5699L16.7777 18.2384ZM14 16C15.6415 16 16.4026 17.1811 16.7777 18.2384L18.6626 17.5699C18.1976 16.2588 16.9485 14 14 14V16ZM12.3856 16.5069C12.7701 16.2148 13.2819 16 14 16V14C12.8381 14 11.9027 14.3622 11.1759 14.9142L12.3856 16.5069ZM11.2526 16.5597C12.2918 17.206 12.727 18.3324 12.9012 19.1974L14.8619 18.8026C14.6439 17.7204 14.0374 15.9364 12.3089 14.8614L11.2526 16.5597Z' fill='%23878787'/%3E%3Cpath d='M9 15C12.5715 15 13.5919 17.5512 13.8834 19.0089C13.9917 19.5504 13.5523 20 13 20H5C4.44772 20 4.00829 19.5504 4.11659 19.0089C4.4081 17.5512 5.42846 15 9 15Z' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M19 3V7' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21 5L17 5' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.c-ranking__ttl--flag:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 15V5.5C6 5.2643 6 5.14645 6.07322 5.07322C6.14645 5 6.2643 5 6.5 5H16.7929C17.3066 5 17.5635 5 17.6274 5.15433C17.6913 5.30866 17.5097 5.49029 17.1464 5.85355L13.2828 9.71716C13.1495 9.85049 13.0828 9.91716 13.0828 10C13.0828 10.0828 13.1495 10.1495 13.2828 10.2828L17.1464 14.1464C17.5097 14.5097 17.6913 14.6913 17.6274 14.8457C17.5635 15 17.3066 15 16.7929 15H6ZM6 15V19' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 15V5.5C6 5.2643 6 5.14645 6.07322 5.07322C6.14645 5 6.2643 5 6.5 5H16.7929C17.3066 5 17.5635 5 17.6274 5.15433C17.6913 5.30866 17.5097 5.49029 17.1464 5.85355L13.2828 9.71716C13.1495 9.85049 13.0828 9.91716 13.0828 10C13.0828 10.0828 13.1495 10.1495 13.2828 10.2828L17.1464 14.1464C17.5097 14.5097 17.6913 14.6913 17.6274 14.8457C17.5635 15 17.3066 15 16.7929 15H6ZM6 15V19' stroke='%23878787' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.c-ranking__position {
  color: #0000BD !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-align: center !important;
}
.c-ranking__points {
  color: #0000BD !important;
  text-align: center !important;
  font-size: 18px !important;
}
.c-ranking__hours {
  color: #0000BD !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-align: center !important;
}
.c-ranking__name {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-ranking__name > img {
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
}
.c-ranking__name > span {
  color: #383838;
  font-weight: 500;
}

.c-nav-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 1024px) {
  .c-nav-steps {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
  }
}
.c-nav-steps__item {
  width: 100%;
  max-width: 220px;
  text-align: left;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  padding: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (min-width: 1024px) {
  .c-nav-steps__item {
    align-self: normal;
    flex-direction: column;
    max-width: 130px;
    text-align: center;
    justify-content: center;
    padding: 10px 15px;
  }
}
.c-nav-steps__item:hover, .c-nav-steps__item:active, .c-nav-steps__item:focus {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .c-nav-steps__item:after {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 40px;
    height: 100%;
    right: -40px;
    top: 0;
    clip-path: polygon(0% 0%, 0% 100%, 80% 50%);
  }
}
.c-nav-steps__item:nth-child(20):after {
  z-index: 20;
}
.c-nav-steps__item:nth-child(19):after {
  z-index: 19;
}
.c-nav-steps__item:nth-child(18):after {
  z-index: 18;
}
.c-nav-steps__item:nth-child(17):after {
  z-index: 17;
}
.c-nav-steps__item:nth-child(16):after {
  z-index: 16;
}
.c-nav-steps__item:nth-child(15):after {
  z-index: 15;
}
.c-nav-steps__item:nth-child(14):after {
  z-index: 14;
}
.c-nav-steps__item:nth-child(13):after {
  z-index: 13;
}
.c-nav-steps__item:nth-child(12):after {
  z-index: 12;
}
.c-nav-steps__item:nth-child(11):after {
  z-index: 11;
}
.c-nav-steps__item:nth-child(10):after {
  z-index: 10;
}
.c-nav-steps__item:nth-child(9):after {
  z-index: 9;
}
.c-nav-steps__item:nth-child(8):after {
  z-index: 8;
}
.c-nav-steps__item:nth-child(7):after {
  z-index: 7;
}
.c-nav-steps__item:nth-child(6):after {
  z-index: 6;
}
.c-nav-steps__item:nth-child(5):after {
  z-index: 5;
}
.c-nav-steps__item:nth-child(4):after {
  z-index: 4;
}
.c-nav-steps__item:nth-child(3):after {
  z-index: 3;
}
.c-nav-steps__item:nth-child(2):after {
  z-index: 2;
}
.c-nav-steps__item:nth-child(1):after {
  z-index: 1;
}
.c-nav-steps__item:last-child:after {
  content: none;
}
.c-nav-steps__item--blue {
  background-color: #0000BD;
}
.c-nav-steps__item--blue:after {
  background-color: #0000BD;
}
.c-nav-steps__item--blue-2 {
  background-color: #0000BD;
}
.c-nav-steps__item--blue-2:after {
  background-color: #0000BD;
}
.c-nav-steps__item--blue-3 {
  background-color: #1f3c90;
}
.c-nav-steps__item--blue-3:after {
  background-color: #1f3c90;
}
.c-nav-steps__item--blue-4 {
  background-color: #53519e;
}
.c-nav-steps__item--blue-4:after {
  background-color: #53519e;
}
.c-nav-steps__item--green {
  background-color: #B4DC32;
}
.c-nav-steps__item--green:after {
  background-color: #B4DC32;
}
.c-nav-steps__item--green-2 {
  background-color: #B4DC32;
}
.c-nav-steps__item--green-2:after {
  background-color: #B4DC32;
}
.c-nav-steps__item--green-3 {
  background-color: #00CC99;
}
.c-nav-steps__item--green-3:after {
  background-color: #00CC99;
}
.c-nav-steps__item--orange {
  background-color: #0000A2;
}
.c-nav-steps__item--orange:after {
  background-color: #0000A2;
}
.c-nav-steps__item--orange-2 {
  background-color: #ebb83f;
}
.c-nav-steps__item--orange-2:after {
  background-color: #ebb83f;
}
.c-nav-steps__item--red {
  background-color: #C9C9FB;
}
.c-nav-steps__item--red:after {
  background-color: #C9C9FB;
}
.c-nav-steps__item--red-2 {
  background-color: #e34871;
}
.c-nav-steps__item--red-2:after {
  background-color: #e34871;
}
.c-nav-steps__item > img {
  max-width: 40px;
  max-height: 35px;
  margin: 0 20px;
}
@media (min-width: 1024px) {
  .c-nav-steps__item > img {
    max-width: 55px;
    max-height: 50px;
    margin: 0 0 5px;
  }
}
.c-nav-steps__item > span {
  line-height: 1.22;
}

.steps {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}
.steps::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #0000BD;
  transform: translateY(-50%);
}
.steps-item {
  position: relative;
  display: flex;
}
.steps-item::before, .steps-item::after {
  content: "";
  width: 10px;
  background-color: #fff;
}
.steps-item:first-child::before {
  display: none;
}
.steps-item:last-child::after {
  display: none;
}
.steps-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  box-shadow: inset 0 0 0 1px #0000BD;
  background-color: #fff;
  border-radius: 50%;
  color: #0000BD;
}
.steps-link:hover, .steps-link:focus, .steps-link:active {
  text-decoration: none;
}
.steps-link.active {
  background-color: #0000BD;
  color: #fff;
}

.c-sso-confirm-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #E5FAF5;
  padding: 20px;
}
.c-sso-confirm-box__company {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}
.c-sso-confirm-box__company-name {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-personal-box {
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(21, 21, 34, 0.33);
  padding: 20px 16px 30px;
  gap: 35px;
  display: flex;
  flex-direction: column;
}
.c-personal-box__cover-container {
  display: flex;
  align-items: center;
  gap: 16px;
}
.c-personal-box__cover {
  width: 48px;
  height: 48px;
}
.c-personal-box__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  flex: 1;
}
.c-personal-box__links-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-personal-box__link--icon {
  display: flex;
  align-items: center;
  gap: 5px;
}
.c-personal-box__link--icon:before {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-personal-box__link--edit:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5586 4.43828L14.118 5.87891C13.9711 6.02578 13.7336 6.02578 13.5868 5.87891L10.118 2.41016C9.97113 2.26328 9.97113 2.02578 10.118 1.87891L11.5586 0.438281C12.143 -0.146094 13.093 -0.146094 13.6805 0.438281L15.5586 2.31641C16.1461 2.90078 16.1461 3.85078 15.5586 4.43828ZM8.88051 3.11641L0.67426 11.3227L0.0117595 15.1195C-0.0788655 15.632 0.36801 16.0758 0.88051 15.9883L4.67738 15.3227L12.8836 7.11641C13.0305 6.96953 13.0305 6.73203 12.8836 6.58516L9.41488 3.11641C9.26488 2.96953 9.02739 2.96953 8.88051 3.11641ZM3.87738 10.6195C3.70551 10.4477 3.70551 10.1727 3.87738 10.0008L8.68989 5.18828C8.86176 5.01641 9.13676 5.01641 9.30863 5.18828C9.48051 5.36016 9.48051 5.63516 9.30863 5.80703L4.49613 10.6195C4.32426 10.7914 4.04926 10.7914 3.87738 10.6195ZM2.74926 13.2477H4.24926V14.382L2.23363 14.7352L1.26176 13.7633L1.61488 11.7477H2.74926V13.2477Z' fill='%230402bf'/%3E%3C/svg%3E%0A");
}
.c-personal-box__link--help:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1101_29828)'%3E%3Cpath d='M15.75 8C15.75 12.2812 12.2799 15.75 8 15.75C3.72009 15.75 0.25 12.2812 0.25 8C0.25 3.72134 3.72009 0.25 8 0.25C12.2799 0.25 15.75 3.72134 15.75 8ZM8.20797 2.8125C6.50494 2.8125 5.41875 3.52991 4.56581 4.80494C4.45531 4.97012 4.49228 5.19291 4.65066 5.313L5.735 6.13519C5.89766 6.25853 6.12941 6.22919 6.25578 6.06887C6.81403 5.36081 7.19681 4.95022 8.0465 4.95022C8.68491 4.95022 9.47456 5.36109 9.47456 5.98016C9.47456 6.44816 9.08822 6.6885 8.45788 7.04191C7.72275 7.454 6.75 7.96691 6.75 9.25V9.375C6.75 9.58209 6.91791 9.75 7.125 9.75H8.875C9.08209 9.75 9.25 9.58209 9.25 9.375V9.33334C9.25 8.44391 11.8496 8.40687 11.8496 6C11.8496 4.18744 9.96941 2.8125 8.20797 2.8125ZM8 10.5625C7.20734 10.5625 6.5625 11.2073 6.5625 12C6.5625 12.7926 7.20734 13.4375 8 13.4375C8.79266 13.4375 9.4375 12.7926 9.4375 12C9.4375 11.2073 8.79266 10.5625 8 10.5625Z' fill='%230402bf'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1101_29828'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.c-personal-box__controls-container {
  border: 1px solid #c3c3c3;
  padding: 16px;
}
.c-personal-box__btns-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.c-voluntariometer__flex {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .c-voluntariometer__flex {
    flex-direction: column;
  }
}
.c-voluntariometer__ttl {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  color: #0000BD;
  font-weight: 700;
  margin-bottom: 25px;
}
.c-voluntariometer__ttl:before {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6 15H17.4C17.7 15 18 14.7 18 14.4V8.1C18 7.8 17.7 7.5 17.4 7.5H15.6C15.3 7.5 15 7.8 15 8.1V14.4C15 14.7 15.3 15 15.6 15ZM20.1 15H21.9C22.2 15 22.5 14.7 22.5 14.4V3.6C22.5 3.3 22.2 3 21.9 3H20.1C19.8 3 19.5 3.3 19.5 3.6V14.4C19.5 14.7 19.8 15 20.1 15ZM6.6 15H8.4C8.7 15 9 14.7 9 14.4V11.1C9 10.8 8.7 10.5 8.4 10.5H6.6C6.3 10.5 6 10.8 6 11.1V14.4C6 14.7 6.3 15 6.6 15ZM11.1 15H12.9C13.2 15 13.5 14.7 13.5 14.4V5.1C13.5 4.8 13.2 4.5 12.9 4.5H11.1C10.8 4.5 10.5 4.8 10.5 5.1V14.4C10.5 14.7 10.8 15 11.1 15ZM23.25 18H3V3.75C3 3.33562 2.66438 3 2.25 3H0.75C0.335625 3 0 3.33562 0 3.75V19.5C0 20.3283 0.671719 21 1.5 21H23.25C23.6644 21 24 20.6644 24 20.25V18.75C24 18.3356 23.6644 18 23.25 18Z' fill='%230402bf'/%3E%3C/svg%3E%0A");
}
.c-voluntariometer__box {
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(21, 21, 34, 0.33);
  padding: 22px 16px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.c-voluntariometer__highlight {
  font-size: 32px;
  font-weight: 400;
  color: #151522;
}
.c-voluntariometer__text {
  color: #151522;
}
.c-voluntariometer__header {
  width: 90%;
  padding-bottom: 25px;
}
.c-voluntariometer__footer {
  margin-top: auto;
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.c-voluntariometer__footer > div:nth-child(1) {
  width: 60%;
}
.c-voluntariometer__footer > div:nth-child(2) {
  width: 40%;
  text-align: right;
}
.c-voluntariometer__link {
  font-size: 14px;
}

.c-notifications__ttl {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  color: #0000BD;
  font-weight: 700;
}
.c-notifications__ttl:before {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 24C14.1557 24 15.4986 22.657 15.4986 21H9.50144C9.50144 22.657 10.8444 24 12.5 24ZM22.5964 16.9823C21.6908 16.0092 19.9963 14.5453 19.9963 9.75C19.9963 6.10781 17.4425 3.19219 13.9991 2.47688V1.5C13.9991 0.671719 13.3278 0 12.5 0C11.6722 0 11.001 0.671719 11.001 1.5V2.47688C7.55753 3.19219 5.00378 6.10781 5.00378 9.75C5.00378 14.5453 3.30925 16.0092 2.40363 16.9823C2.12238 17.2847 1.99769 17.6461 2.00003 18C2.00519 18.7687 2.60847 19.5 3.50472 19.5H21.4953C22.3916 19.5 22.9953 18.7687 23 18C23.0024 17.6461 22.8777 17.2842 22.5964 16.9823Z' fill='%230402bf'/%3E%3C/svg%3E%0A");
}
.c-notifications__sbttl {
  font-size: 16px;
  color: #151522;
  margin: 34px 0 24px;
}
.c-notifications__list {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 15px;
}
.c-notifications__item {
  padding: 14px 16px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-notifications__item--warning:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1101_29345)'%3E%3Cpath d='M16.25 8.5C16.25 12.7812 12.7799 16.25 8.5 16.25C4.22009 16.25 0.75 12.7812 0.75 8.5C0.75 4.22134 4.22009 0.75 8.5 0.75C12.7799 0.75 16.25 4.22134 16.25 8.5ZM8.5 10.0625C7.70609 10.0625 7.0625 10.7061 7.0625 11.5C7.0625 12.2939 7.70609 12.9375 8.5 12.9375C9.29391 12.9375 9.9375 12.2939 9.9375 11.5C9.9375 10.7061 9.29391 10.0625 8.5 10.0625ZM7.13522 4.89544L7.36703 9.14544C7.37787 9.34431 7.54231 9.5 7.74147 9.5H9.25853C9.45769 9.5 9.62213 9.34431 9.63297 9.14544L9.86478 4.89544C9.8765 4.68063 9.70547 4.5 9.49034 4.5H7.50962C7.2945 4.5 7.1235 4.68063 7.13522 4.89544Z' fill='%23DA8E48'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1101_29345'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-next-box {
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(21, 21, 34, 0.33);
  padding: 20px 16px;
}
.c-next-box__ttl {
  font-size: 16px;
  font-weight: 700;
  color: #0000BD;
  display: flex;
  gap: 10px;
  align-items: center;
}
.c-next-box__ttl:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 14.5C1.5 15.3281 2.17188 16 3 16H14C14.8281 16 15.5 15.3281 15.5 14.5V6H1.5V14.5ZM3.5 8.5C3.5 8.225 3.725 8 4 8H7C7.275 8 7.5 8.225 7.5 8.5V11.5C7.5 11.775 7.275 12 7 12H4C3.725 12 3.5 11.775 3.5 11.5V8.5ZM14 2H12.5V0.5C12.5 0.225 12.275 0 12 0H11C10.725 0 10.5 0.225 10.5 0.5V2H6.5V0.5C6.5 0.225 6.275 0 6 0H5C4.725 0 4.5 0.225 4.5 0.5V2H3C2.17188 2 1.5 2.67188 1.5 3.5V5H15.5V3.5C15.5 2.67188 14.8281 2 14 2Z' fill='%230402bf'/%3E%3C/svg%3E%0A");
}
.c-next-box__sbttl {
  color: #666;
  font-size: 12px;
}
.c-next-box__list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-next-box__item > a > span:nth-child(1) {
  color: #666;
  font-size: 12px;
  display: block;
}
.c-next-box__item > a > span:nth-child(2) {
  color: #151522;
  font-size: 14px;
  display: block;
}

.c-participant-box {
  align-self: center;
  border-radius: 4px;
  padding: 24px;
  background-color: #fff;
  margin: auto;
}
.c-participant-box__img {
  height: 160px;
  width: 205px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.c-participant-box__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-participants {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 767px) {
  .c-participants {
    flex-direction: row;
    gap: 7.95%;
  }
}
.c-participants__content {
  flex: 1;
}
.c-participants__invite {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-participants__list {
  display: grid;
  grid-template-columns: auto 1.5fr;
  align-items: center;
  grid-gap: 0 10px;
  max-height: 411px;
  overflow-y: auto;
  padding-right: 5px;
}
@media only screen and (min-width: 767px) {
  .c-participants__list {
    grid-template-columns: 45px 1.5fr auto;
    grid-gap: 20px 10px;
  }
}
.c-participants__list-header {
  position: sticky;
  display: none;
  top: 0;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 767px) {
  .c-participants__list-header {
    display: inherit;
  }
  .c-participants__list-header:first-child {
    grid-column: 1/3;
  }
}
.c-participants__avatar {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-bottom: 0;
}
@media only screen and (max-width: 766px) {
  .c-participants__avatar {
    grid-row: span 2;
    margin-bottom: 20px;
  }
}
.c-participants__name, .c-participants__email {
  font-size: 14px;
}
.c-participants__name {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #383838;
  font-weight: bold;
}
@media only screen and (max-width: 766px) {
  .c-participants__name {
    grid-column: 2/3;
    grid-row: span 1;
  }
}
.c-participants__email {
  color: #878787;
  margin-bottom: 0;
}
@media only screen and (max-width: 766px) {
  .c-participants__email {
    grid-column: 2/3;
    margin-bottom: 20px;
  }
}

.c-progress__container {
  width: 100px;
  height: 6px;
  background-color: #878787;
  overflow: hidden;
}
.c-progress__bar {
  height: 100%;
  background-color: #00CC99;
  width: 0;
}
.c-progress__value {
  font-size: 12px;
}

.c-points-table {
  color: #000;
  font-size: 14px;
  background-color: #fff;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .c-points-table {
    color: #878787;
  }
}
.c-points-table span {
  padding: 8px 15px;
}
@media only screen and (min-width: 768px) {
  .c-points-table span {
    padding: 12px 15px;
  }
}
.c-points-table span:last-child {
  text-align: right;
}
.c-points-table__header {
  display: none;
}
@media only screen and (min-width: 768px) {
  .c-points-table__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    border-top: 1px solid #878787;
    border-bottom: 1px solid #878787;
  }
}
.c-points-table__header > * {
  flex: 2;
}
.c-points-table__head {
  font-size: 12px;
}
.c-points-table__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .c-points-table__row {
    flex-direction: row;
    align-items: center;
  }
}
.c-points-table__row > * {
  flex: 2;
}
.c-points-table__item::before {
  content: attr(data-label);
  font-size: 12px;
  font-weight: 400;
  color: #878787;
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-points-table__item::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .c-points-table__item--bold {
    font-weight: 700;
    color: #383838;
  }
}
.c-points-table__item-group {
  display: flex;
}
.c-points-table__item-group > * {
  flex: 1;
}
.c-points-table__item-group > *:first-child {
  flex: 2;
}
.c-points-table__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #0000BD;
  border-bottom: 1px solid #0000BD;
  color: #0000BD;
}
.c-points-table__foot {
  font-weight: 700;
}

.c-button-tabs {
  margin: 0 -15px;
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  padding-bottom: 10px;
  overflow: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
}
.c-button-tabs::before, .c-button-tabs::after {
  content: "";
  width: 5px;
  flex-shrink: 0;
  scroll-snap-align: start;
}
.c-button-tabs__btn {
  flex-shrink: 0;
  scroll-snap-align: start;
}
.c-button-tabs__btn.is-active {
  background-color: #0000BD;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .c-button-tabs-content > * {
    display: none;
  }
  .c-button-tabs-content > *.is-active {
    display: block;
  }
}

.c-form-group--search {
  position: relative;
}
.c-form-group--search::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 11H11.71L11.43 10.73C12.41 9.59 13 8.11 13 6.5C13 2.91 10.09 0 6.5 0C2.91 0 0 2.91 0 6.5C0 10.09 2.91 13 6.5 13C8.11 13 9.59 12.41 10.73 11.43L11 11.71V12.5L16 17.49L17.49 16L12.5 11ZM6.5 11C4.01 11 2 8.99 2 6.5C2 4.01 4.01 2 6.5 2C8.99 2 11 4.01 11 6.5C11 8.99 8.99 11 6.5 11Z' fill='%23878787'/%3E%3C/svg%3E%0A");
  transform: translateY(-50%);
}
.c-form-group--search input {
  padding-left: 35px;
}

.c-new-table {
  width: 100%;
}
.c-new-table__search {
  border-radius: 4px;
  border: 1px solid #878787;
  background: #fff;
  padding: 8px 10px 8px 35px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 14H14.71L14.43 13.73C15.41 12.59 16 11.11 16 9.5C16 5.91 13.09 3 9.5 3C5.91 3 3 5.91 3 9.5C3 13.09 5.91 16 9.5 16C11.11 16 12.59 15.41 13.73 14.43L14 14.71V15.5L19 20.49L20.49 19L15.5 14ZM9.5 14C7.01 14 5 11.99 5 9.5C5 7.01 7.01 5 9.5 5C11.99 5 14 7.01 14 9.5C14 11.99 11.99 14 9.5 14Z' fill='%23878787'/%3E%3C/svg%3E%0A");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 5px center;
  width: 90%;
  max-width: 495px;
}
.c-new-table thead tr:nth-child(2) {
  background-color: #f5f5f5;
}
.c-new-table thead tr:nth-child(1) th {
  padding: 0 0 13px;
}
.c-new-table td,
.c-new-table th {
  padding: 13px 24px;
  color: #878787;
}
.c-new-table th {
  font-size: 12px;
}
.c-new-table td {
  font-size: 14px;
  border-bottom: 1px solid #f5f5f5;
}
.c-new-table[data-last-td-gray] td:last-of-type {
  background-color: #f5f5f5;
}
.c-new-table[data-last-td-gray] td:last-of-type > input {
  background-color: transparent;
}
.c-new-table[data-last-td-brand] thead tr:last-of-type th:last-of-type {
  background-color: #0000BD;
  color: #fff;
}
.c-new-table[data-last-td-brand] td:last-of-type {
  border-left: 1px solid #0000BD;
  border-right: 1px solid #0000BD;
}
.c-new-table[data-last-td-brand] td:last-of-type > input {
  background-color: transparent;
}
.c-new-table[data-last-td-brand] tbody tr:last-of-type td:last-of-type {
  border-bottom: 1px solid #0000BD;
}
.c-new-table__registers {
  border: 1px solid #383838;
  color: #383838;
  font-size: 14px;
  padding: 8px;
  border-radius: 2px;
  text-align: center;
  display: block;
  min-width: 150px;
}
.c-new-table__input-hours {
  width: 60px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #878787;
  background: #fff;
  padding: 8px 10px;
  display: block;
  margin: 0 auto;
}
.c-new-table__input-hours::-moz-placeholder {
  text-align: center;
}
.c-new-table__input-hours::placeholder {
  text-align: center;
}
.c-new-table__input-hours.error {
  border-color: red;
}
.c-new-table--white th,
.c-new-table--white td {
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
}

.c-internal-header {
  gap: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .c-internal-header {
    flex-direction: column;
  }
}
.c-internal-header__col:nth-child(1) {
  max-width: 550px;
}
.c-internal-header__col:nth-child(2) {
  max-width: 430px;
}
.c-internal-header__ttl {
  font-weight: 600;
  font-size: 24px;
  color: #0000BD;
}

.c-btn-notification {
  width: 34px;
  height: 34px;
  background-color: transparent;
  outline: none;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
}
.c-btn-notification__icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.27 9.75A6.74 6.74 0 0 1 12.05 3a6.8 6.8 0 0 1 6.68 6.83v.67c0 3.36.7 5.3 1.32 6.37a.75.75 0 0 1-.64 1.13H4.59a.75.75 0 0 1-.64-1.13c.62-1.06 1.32-3.01 1.32-6.37v-.75ZM9 18v.75a3 3 0 0 0 6 0V18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.has-notification .c-btn-notification__icon::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  left: 10px;
  top: 0px;
  border: 2px solid #0000BD;
}

/* Landing */
.c-lp {
  background: url("/images/landing/bg-landing.png") repeat center/100% auto;
  color: #383838;
}
.c-lp img {
  max-width: 100%;
  height: auto;
}

.c-lp-header {
  background: url("/images/landing/bg-header.png") no-repeat center/cover;
  padding-left: 5%;
  padding-right: 5%;
}
.c-lp-header .o-ttl {
  font-size: clamp(20px, 5vw, 40px);
  line-height: 0.5;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .c-lp-header .o-ttl {
    margin-bottom: 1em;
  }
}
.c-lp-header .o-ttl span {
  color: #0fe1fd;
  font-weight: 700;
}
.c-lp-header p {
  font-size: clamp(14px, 2vw, 18px);
}
.c-lp-header__container {
  display: grid;
  gap: 20px;
  grid-template-areas: "img" "text" "buttons";
  align-items: center;
  max-width: 1128px;
  margin: auto;
  padding: 100px 0 min(65%, 280px);
}
@media only screen and (min-width: 768px) {
  .c-lp-header__container {
    gap: 7%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "img text" "buttons buttons";
  }
}
@media only screen and (min-width: 1024px) {
  .c-lp-header__container {
    grid-template-columns: 34.51% minmax(0, 1fr);
    grid-template-areas: "img text" "img buttons";
  }
}
.c-lp-header__img {
  grid-area: img;
}
@media only screen and (max-width: 767px) {
  .c-lp-header__img {
    display: flex;
    gap: 5%;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .c-lp-header__img img {
    width: 45%;
  }
}
.c-lp-header__text {
  grid-area: text;
}
.c-lp-header__text *:last-child {
  margin-bottom: 0;
}
.c-lp-header__btns {
  grid-area: buttons;
  display: flex;
  justify-content: center;
}

.c-lp-container {
  max-width: calc(1290px + 10%);
  padding-left: 5%;
  padding-right: 5%;
  margin: auto;
}

.c-lp-section__header {
  display: grid;
  gap: 5%;
  align-items: center;
  grid-template-areas: "logo image" "text image";
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .c-lp-section__header {
    grid-template-areas: "logo text image";
    grid-template-columns: auto 1.5fr 2fr;
  }
}
.c-lp-section__header-text {
  grid-area: text;
  font-size: clamp(14px, 2vw, 20px);
}
.c-lp-section__header-img {
  grid-area: image;
  text-align: right;
}

.c-lp-logos {
  background-color: #fff;
  padding: min(5%, 80px);
}
.c-lp-logos img {
  width: 100%;
  max-width: 100px;
  max-height: 35px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-lp-logos__container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1164px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .c-lp-logos__container {
    flex-direction: column;
  }
}
.c-lp-logos__ttl {
  color: #383838;
  font-weight: 400;
  font-size: 12px;
  padding-bottom: 0.3em;
  border-bottom: 1px solid currentColor;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.c-lp-logos__item:first-child img {
  margin-top: 10px;
}
.c-lp-logos__item:last-child {
  flex: 2;
}
.c-lp-logos__logo {
  text-align: center;
}
.c-lp-logos__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(65px, 1fr));
  align-items: center;
  gap: 15px;
}

.c-lp-floatcard {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: 190px;
  flex-direction: column;
  align-items: center;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  padding: 8px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .c-lp-floatcard {
    display: flex;
  }
}
.c-lp-floatcard__close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0327 8.48071L15.5814 3.93208C16.1395 3.37389 16.1395 2.46889 15.5814 1.91026L14.5705 0.899349C14.0123 0.341167 13.1073 0.341167 12.5486 0.899349L8 5.44799L3.45136 0.899349C2.89318 0.341167 1.98818 0.341167 1.42955 0.899349L0.418636 1.91026C-0.139545 2.46844 -0.139545 3.37344 0.418636 3.93208L4.96727 8.48071L0.418636 13.0294C-0.139545 13.5875 -0.139545 14.4925 0.418636 15.0512L1.42955 16.0621C1.98773 16.6203 2.89318 16.6203 3.45136 16.0621L8 11.5134L12.5486 16.0621C13.1068 16.6203 14.0123 16.6203 14.5705 16.0621L15.5814 15.0512C16.1395 14.493 16.1395 13.588 15.5814 13.0294L11.0327 8.48071Z' fill='%23383838'/%3E%3C/svg%3E%0A");
  cursor: pointer;
}
.c-lp-floatcard__content {
  text-align: center;
}
.c-lp-floatcard__title {
  font-size: 14px;
  color: #0000BD;
  text-align: center;
  margin-top: 10px;
}
.c-lp-floatcard__text {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px;
}
.c-lp-floatcard__icon {
  margin-top: 20px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1024px) {
  .c-lp-social {
    display: flex;
    align-items: flex-end;
    gap: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-lp-social + .c-lp-social {
    display: none;
  }
}
.c-lp-social p a {
  color: #4d4d4f;
  font-weight: 700;
}
.c-lp-social__ttl {
  font-size: 18px;
  margin: 1em 0;
}
@media only screen and (max-width: 767px) {
  .c-lp-social__img {
    display: none;
  }
}

.c-lp-footer {
  background: url("/images/landing/bg-footer.png") no-repeat center top/1920px auto;
  padding-top: 280px;
  padding-bottom: 50px;
}
.c-lp-footer__container {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c-lp-footer__container {
    flex-direction: column;
    gap: 20px;
  }
}

.u-sr, legend {
  /*
   * Hide only visually, but have it available for screenreaders: h5bp.com/v
   */
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.u-text-danger {
  color: red;
  font-weight: bold;
}

.u-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-bold {
  font-weight: 700;
}

.u-margin-clear {
  margin: 0;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-over-hidden {
  overflow: hidden;
}

.u-scroll-x {
  overflow-x: scroll;
}

@media (min-width: 1024px) {
  .u-hide-desk {
    display: none;
  }
}

.u-color-dark-blue {
  color: #B4DC32;
}
.u-color-red {
  color: red;
}
.u-color-red-2 {
  color: #e34871;
}
.u-color-primary {
  color: #0000BD;
}
.u-color-secondary {
  color: #B4DC32;
}
.u-color-gray {
  color: #878787;
}
.u-color-black {
  color: #000;
}

.u-bg-dark-blue {
  background-color: #B4DC32;
  color: #fff;
}
.u-bg-darker-blue {
  background-color: #080d1b;
  color: #fff;
}
.u-bg-white {
  background-color: #fff !important;
}
.u-bg-lightgray {
  background-color: #f1f3f6;
}
.u-bg-orange {
  background-color: #0000BD;
  color: #B4DC32;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.u-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.u-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.u-py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.u-px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.u-my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.u-py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.u-px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u-my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u-py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.u-px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u-my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u-py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.u-px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u-my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.u-px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.u-my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.u-py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.u-px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u-my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.u-px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.u-my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.u-py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.u-px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u-my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.u-px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.u-my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.u-py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.u-px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.u-my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u-py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.u-px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.u-my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.u-py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.u-px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u-my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.u-px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.u-my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.u-py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.u-px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.u-my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.u-py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.u-px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.u-my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.u-py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.u-px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.u-my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.u-px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.u-my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.u-py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.u-px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.u-my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.u-py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.u-px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.u-my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.u-py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.u-px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.u-my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u-py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.u-mt-105 {
  margin-top: 105px !important;
}

.u-pt-105 {
  padding-top: 105px !important;
}

.u-mb-105 {
  margin-bottom: 105px !important;
}

.u-pb-105 {
  padding-bottom: 105px !important;
}

.u-ml-105 {
  margin-left: 105px !important;
}

.u-pl-105 {
  padding-left: 105px !important;
}

.u-mr-105 {
  margin-right: 105px !important;
}

.u-pr-105 {
  padding-right: 105px !important;
}

.u-mx-105 {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

.u-px-105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

.u-my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.u-py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.u-mt-110 {
  margin-top: 110px !important;
}

.u-pt-110 {
  padding-top: 110px !important;
}

.u-mb-110 {
  margin-bottom: 110px !important;
}

.u-pb-110 {
  padding-bottom: 110px !important;
}

.u-ml-110 {
  margin-left: 110px !important;
}

.u-pl-110 {
  padding-left: 110px !important;
}

.u-mr-110 {
  margin-right: 110px !important;
}

.u-pr-110 {
  padding-right: 110px !important;
}

.u-mx-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.u-px-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.u-my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.u-py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.u-mt-115 {
  margin-top: 115px !important;
}

.u-pt-115 {
  padding-top: 115px !important;
}

.u-mb-115 {
  margin-bottom: 115px !important;
}

.u-pb-115 {
  padding-bottom: 115px !important;
}

.u-ml-115 {
  margin-left: 115px !important;
}

.u-pl-115 {
  padding-left: 115px !important;
}

.u-mr-115 {
  margin-right: 115px !important;
}

.u-pr-115 {
  padding-right: 115px !important;
}

.u-mx-115 {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

.u-px-115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

.u-my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.u-py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.u-mt-120 {
  margin-top: 120px !important;
}

.u-pt-120 {
  padding-top: 120px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-pb-120 {
  padding-bottom: 120px !important;
}

.u-ml-120 {
  margin-left: 120px !important;
}

.u-pl-120 {
  padding-left: 120px !important;
}

.u-mr-120 {
  margin-right: 120px !important;
}

.u-pr-120 {
  padding-right: 120px !important;
}

.u-mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.u-px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.u-my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.u-py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.u-mt-125 {
  margin-top: 125px !important;
}

.u-pt-125 {
  padding-top: 125px !important;
}

.u-mb-125 {
  margin-bottom: 125px !important;
}

.u-pb-125 {
  padding-bottom: 125px !important;
}

.u-ml-125 {
  margin-left: 125px !important;
}

.u-pl-125 {
  padding-left: 125px !important;
}

.u-mr-125 {
  margin-right: 125px !important;
}

.u-pr-125 {
  padding-right: 125px !important;
}

.u-mx-125 {
  margin-left: 125px !important;
  margin-right: 125px !important;
}

.u-px-125 {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

.u-my-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.u-py-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.u-mt-130 {
  margin-top: 130px !important;
}

.u-pt-130 {
  padding-top: 130px !important;
}

.u-mb-130 {
  margin-bottom: 130px !important;
}

.u-pb-130 {
  padding-bottom: 130px !important;
}

.u-ml-130 {
  margin-left: 130px !important;
}

.u-pl-130 {
  padding-left: 130px !important;
}

.u-mr-130 {
  margin-right: 130px !important;
}

.u-pr-130 {
  padding-right: 130px !important;
}

.u-mx-130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

.u-px-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.u-my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.u-py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.u-mt-135 {
  margin-top: 135px !important;
}

.u-pt-135 {
  padding-top: 135px !important;
}

.u-mb-135 {
  margin-bottom: 135px !important;
}

.u-pb-135 {
  padding-bottom: 135px !important;
}

.u-ml-135 {
  margin-left: 135px !important;
}

.u-pl-135 {
  padding-left: 135px !important;
}

.u-mr-135 {
  margin-right: 135px !important;
}

.u-pr-135 {
  padding-right: 135px !important;
}

.u-mx-135 {
  margin-left: 135px !important;
  margin-right: 135px !important;
}

.u-px-135 {
  padding-left: 135px !important;
  padding-right: 135px !important;
}

.u-my-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}

.u-py-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

.u-mt-140 {
  margin-top: 140px !important;
}

.u-pt-140 {
  padding-top: 140px !important;
}

.u-mb-140 {
  margin-bottom: 140px !important;
}

.u-pb-140 {
  padding-bottom: 140px !important;
}

.u-ml-140 {
  margin-left: 140px !important;
}

.u-pl-140 {
  padding-left: 140px !important;
}

.u-mr-140 {
  margin-right: 140px !important;
}

.u-pr-140 {
  padding-right: 140px !important;
}

.u-mx-140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

.u-px-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.u-my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.u-py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.u-mt-145 {
  margin-top: 145px !important;
}

.u-pt-145 {
  padding-top: 145px !important;
}

.u-mb-145 {
  margin-bottom: 145px !important;
}

.u-pb-145 {
  padding-bottom: 145px !important;
}

.u-ml-145 {
  margin-left: 145px !important;
}

.u-pl-145 {
  padding-left: 145px !important;
}

.u-mr-145 {
  margin-right: 145px !important;
}

.u-pr-145 {
  padding-right: 145px !important;
}

.u-mx-145 {
  margin-left: 145px !important;
  margin-right: 145px !important;
}

.u-px-145 {
  padding-left: 145px !important;
  padding-right: 145px !important;
}

.u-my-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}

.u-py-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}

.u-mt-150 {
  margin-top: 150px !important;
}

.u-pt-150 {
  padding-top: 150px !important;
}

.u-mb-150 {
  margin-bottom: 150px !important;
}

.u-pb-150 {
  padding-bottom: 150px !important;
}

.u-ml-150 {
  margin-left: 150px !important;
}

.u-pl-150 {
  padding-left: 150px !important;
}

.u-mr-150 {
  margin-right: 150px !important;
}

.u-pr-150 {
  padding-right: 150px !important;
}

.u-mx-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.u-px-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.u-my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.u-py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.u-mt-155 {
  margin-top: 155px !important;
}

.u-pt-155 {
  padding-top: 155px !important;
}

.u-mb-155 {
  margin-bottom: 155px !important;
}

.u-pb-155 {
  padding-bottom: 155px !important;
}

.u-ml-155 {
  margin-left: 155px !important;
}

.u-pl-155 {
  padding-left: 155px !important;
}

.u-mr-155 {
  margin-right: 155px !important;
}

.u-pr-155 {
  padding-right: 155px !important;
}

.u-mx-155 {
  margin-left: 155px !important;
  margin-right: 155px !important;
}

.u-px-155 {
  padding-left: 155px !important;
  padding-right: 155px !important;
}

.u-my-155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important;
}

.u-py-155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}

.u-mt-160 {
  margin-top: 160px !important;
}

.u-pt-160 {
  padding-top: 160px !important;
}

.u-mb-160 {
  margin-bottom: 160px !important;
}

.u-pb-160 {
  padding-bottom: 160px !important;
}

.u-ml-160 {
  margin-left: 160px !important;
}

.u-pl-160 {
  padding-left: 160px !important;
}

.u-mr-160 {
  margin-right: 160px !important;
}

.u-pr-160 {
  padding-right: 160px !important;
}

.u-mx-160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.u-px-160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.u-my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.u-py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.u-mt-165 {
  margin-top: 165px !important;
}

.u-pt-165 {
  padding-top: 165px !important;
}

.u-mb-165 {
  margin-bottom: 165px !important;
}

.u-pb-165 {
  padding-bottom: 165px !important;
}

.u-ml-165 {
  margin-left: 165px !important;
}

.u-pl-165 {
  padding-left: 165px !important;
}

.u-mr-165 {
  margin-right: 165px !important;
}

.u-pr-165 {
  padding-right: 165px !important;
}

.u-mx-165 {
  margin-left: 165px !important;
  margin-right: 165px !important;
}

.u-px-165 {
  padding-left: 165px !important;
  padding-right: 165px !important;
}

.u-my-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
}

.u-py-165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}

.u-mt-170 {
  margin-top: 170px !important;
}

.u-pt-170 {
  padding-top: 170px !important;
}

.u-mb-170 {
  margin-bottom: 170px !important;
}

.u-pb-170 {
  padding-bottom: 170px !important;
}

.u-ml-170 {
  margin-left: 170px !important;
}

.u-pl-170 {
  padding-left: 170px !important;
}

.u-mr-170 {
  margin-right: 170px !important;
}

.u-pr-170 {
  padding-right: 170px !important;
}

.u-mx-170 {
  margin-left: 170px !important;
  margin-right: 170px !important;
}

.u-px-170 {
  padding-left: 170px !important;
  padding-right: 170px !important;
}

.u-my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

.u-py-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

.u-mt-175 {
  margin-top: 175px !important;
}

.u-pt-175 {
  padding-top: 175px !important;
}

.u-mb-175 {
  margin-bottom: 175px !important;
}

.u-pb-175 {
  padding-bottom: 175px !important;
}

.u-ml-175 {
  margin-left: 175px !important;
}

.u-pl-175 {
  padding-left: 175px !important;
}

.u-mr-175 {
  margin-right: 175px !important;
}

.u-pr-175 {
  padding-right: 175px !important;
}

.u-mx-175 {
  margin-left: 175px !important;
  margin-right: 175px !important;
}

.u-px-175 {
  padding-left: 175px !important;
  padding-right: 175px !important;
}

.u-my-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
}

.u-py-175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}

.u-mt-180 {
  margin-top: 180px !important;
}

.u-pt-180 {
  padding-top: 180px !important;
}

.u-mb-180 {
  margin-bottom: 180px !important;
}

.u-pb-180 {
  padding-bottom: 180px !important;
}

.u-ml-180 {
  margin-left: 180px !important;
}

.u-pl-180 {
  padding-left: 180px !important;
}

.u-mr-180 {
  margin-right: 180px !important;
}

.u-pr-180 {
  padding-right: 180px !important;
}

.u-mx-180 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

.u-px-180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.u-my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.u-py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.u-mt-185 {
  margin-top: 185px !important;
}

.u-pt-185 {
  padding-top: 185px !important;
}

.u-mb-185 {
  margin-bottom: 185px !important;
}

.u-pb-185 {
  padding-bottom: 185px !important;
}

.u-ml-185 {
  margin-left: 185px !important;
}

.u-pl-185 {
  padding-left: 185px !important;
}

.u-mr-185 {
  margin-right: 185px !important;
}

.u-pr-185 {
  padding-right: 185px !important;
}

.u-mx-185 {
  margin-left: 185px !important;
  margin-right: 185px !important;
}

.u-px-185 {
  padding-left: 185px !important;
  padding-right: 185px !important;
}

.u-my-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
}

.u-py-185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}

.u-mt-190 {
  margin-top: 190px !important;
}

.u-pt-190 {
  padding-top: 190px !important;
}

.u-mb-190 {
  margin-bottom: 190px !important;
}

.u-pb-190 {
  padding-bottom: 190px !important;
}

.u-ml-190 {
  margin-left: 190px !important;
}

.u-pl-190 {
  padding-left: 190px !important;
}

.u-mr-190 {
  margin-right: 190px !important;
}

.u-pr-190 {
  padding-right: 190px !important;
}

.u-mx-190 {
  margin-left: 190px !important;
  margin-right: 190px !important;
}

.u-px-190 {
  padding-left: 190px !important;
  padding-right: 190px !important;
}

.u-my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

.u-py-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.u-mt-195 {
  margin-top: 195px !important;
}

.u-pt-195 {
  padding-top: 195px !important;
}

.u-mb-195 {
  margin-bottom: 195px !important;
}

.u-pb-195 {
  padding-bottom: 195px !important;
}

.u-ml-195 {
  margin-left: 195px !important;
}

.u-pl-195 {
  padding-left: 195px !important;
}

.u-mr-195 {
  margin-right: 195px !important;
}

.u-pr-195 {
  padding-right: 195px !important;
}

.u-mx-195 {
  margin-left: 195px !important;
  margin-right: 195px !important;
}

.u-px-195 {
  padding-left: 195px !important;
  padding-right: 195px !important;
}

.u-my-195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important;
}

.u-py-195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}

.u-divider {
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%;
  margin: 40px 0;
}

.u-display--none {
  display: none;
}
.u-display--block {
  display: block;
}
.u-display--ib {
  display: inline-block;
}

.u-fw {
  width: 100%;
}

.u-size-12 {
  font-size: 12px;
}
.u-size-14 {
  font-size: 14px;
}
.u-size-16 {
  font-size: 16px;
}
.u-size-18 {
  font-size: 18px;
}
.u-size-16-20 {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .u-size-16-20 {
    font-size: 20px;
  }
}

.u-maxw-300 {
  max-width: 300px;
}
.u-maxw-350 {
  max-width: 350px;
}
.u-maxw-400 {
  max-width: 400px;
}
.u-maxw-550 {
  max-width: 550px;
}
.u-maxw-600 {
  max-width: 600px;
}
.u-maxw-700 {
  max-width: 700px;
}
.u-maxw-750 {
  max-width: 750px;
}
.u-maxw-800 {
  max-width: 800px;
}
.u-maxw-900 {
  max-width: 900px;
}
.u-maxw-1000 {
  max-width: 1000px;
}

@media (min-width: 430px) {
  .u-minw-430 {
    min-width: 430px;
  }
}

.u-minh-55 {
  min-height: 55px;
}

@media only screen and (max-width: 1023px) {
  .u-desk {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .u-tablet {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .u-mob {
    display: none;
  }
}

.alert-success {
  background-color: #003381;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}

.modal-share {
  padding: 80px 40px 56px;
  text-align: center;
}
.modal-share-title {
  font-size: 24px;
  font-weight: bold;
  color: #292b2c;
  margin-bottom: 40px;
}
.modal-share-title__success {
  color: #48cb11;
  margin-bottom: 90px;
}
.modal-share-social {
  margin: 0 auto 56px;
}
.modal-share-social__icon + .modal-share-social__icon {
  margin-left: 20px;
}
.modal-share-success {
  font-size: 90px;
  color: #48cb11;
  margin-bottom: 24px;
}

.modal-backdrop {
  z-index: 100;
}

.modal-footer {
  justify-content: center;
  padding-top: 20px;
}

#js-ods + .select2-container .select2-selection--single,
#js-team + .select2-container .select2-selection--single {
  height: 53px !important;
  overflow: hidden;
}
#js-ods + .select2-container .select2-selection--single .select2-selection__arrow,
#js-team + .select2-container .select2-selection--single .select2-selection__arrow {
  height: 52px !important;
}

@media print {
  *,
*::before,
*::after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  a[href^="javascript:"]::after,
a[href^="#"]::after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .c-main-header *,
.c-main-nav,
.c-main-footer,
aside {
    display: none !important;
  }

  .c-logo {
    display: block !important;
  }

  body,
article,
main {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.croppie-container {
  width: 100%;
  height: 100%;
}

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none;
}

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: "";
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px;
}

.croppie-container .cr-original-image {
  display: none;
}

.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none;
}

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center;
}

.croppie-result {
  position: relative;
  overflow: hidden;
}

.croppie-result img {
  position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */
  /*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

.cr-slider:focus {
  outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;
  /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

.cr-rotate-controls button {
  border: 0;
  background: none;
}

.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}

.cr-rotate-l i:before {
  content: "↺";
}

.cr-rotate-r i:before {
  content: "↻";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 5px;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.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;
}
@media (max-width: 768px) {
  .slick-slide {
    margin-right: 20px;
  }
}

.slick-arrow.slick-hidden {
  display: none;
}

.o-slick-arrow {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 70px;
  height: 100%;
  cursor: pointer;
  text-align: center;
  background-color: rgba(180, 220, 50, 0.4);
  top: 0;
}
.o-slick-arrow--secondary {
  background-color: transparent;
  height: 40px;
  width: 40px;
  top: 120px;
}
@media (max-width: 1023px) {
  .o-slick-arrow {
    display: none;
  }
}
.o-slick-arrow:after {
  content: "";
  background-image: url("../img/icons/arrow.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.u-bg-orange .o-slick-arrow:after {
  background-image: url("../img/icons/arrow-blue.svg");
}
.o-slick-arrow--prev {
  left: 0;
}
.o-slick-arrow--prev.o-slick-arrow--secondary {
  left: -15px;
}
.o-slick-arrow--next {
  right: 0;
}
.o-slick-arrow--next:after {
  transform: rotateY(180deg) translate(-50%, -50%);
  transform-origin: left;
}
.o-slick-arrow--next.o-slick-arrow--secondary {
  right: -15px;
}
.o-slick-arrow--onthefly {
  background-color: #34b687;
  margin: 0;
}
.o-slick-arrow--onthefly.o-slick-arrow--prev {
  left: 0;
}
.o-slick-arrow--onthefly.o-slick-arrow--next {
  left: initial;
  right: 0;
  transform: translate(50%, -50%);
}

.slick-dots {
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: #dcddde;
  border: 2px solid #fff;
  margin: 0 3px;
  border-radius: 50px;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background-color: #f1f2f2;
}

.dz-remove {
  color: #0000BD;
}
.dz-remove:hover {
  color: #00008a;
}

.dropzone.dz-started .dz-message {
  display: block !important;
}

.dropzone .dz-preview .dz-image {
  margin: 0 auto 10px;
}

.dropzone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.dropzone .dz-preview {
  width: 50%;
  margin: 0;
  padding: 10px;
}

.s-activities {
  min-height: 70vh;
  padding: 40px 0;
}

.s-home__banner {
  margin-top: 59px;
  width: 100%;
}

.s-home--title {
  margin: 60px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-home--title h1 {
  text-align: left;
  font-size: 40px;
  max-width: 376px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #0000BD;
  margin-bottom: 0;
}
.s-home--title p {
  text-align: left;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #333;
  width: 100%;
  max-width: 552px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .s-home--title {
    flex-direction: column;
  }
}

.s-home--challenges {
  background-color: #f6f6f6;
  position: relative;
}
.s-home--challenges .container {
  padding: 50px 20px 60px;
  background-color: #f6f6f6;
}
.s-home--challenges-subtitle {
  text-align: center;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  margin: 20px 0;
  color: #0000BD;
}
.s-home--challenges .o-cards {
  padding-top: 100px;
}
@media only screen and (min-width: 1050px) {
  .s-home--challenges .o-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.s-home--company {
  width: 100%;
  padding: 60px 0;
}
.s-home--company .container {
  display: flex;
}
@media (max-width: 780px) {
  .s-home--company .container {
    flex-direction: column;
    width: 90%;
  }
}
.s-home--company .container .card {
  flex: 1;
}
.s-home--company .container .card + .card {
  margin-left: 20px;
}
@media (max-width: 780px) {
  .s-home--company .container .card + .card {
    margin-left: 0;
    margin-top: 20px;
  }
}

.s-home--blog {
  padding-bottom: 50px;
}
.s-home--blog hr {
  margin-bottom: 50px;
}
.s-home--blog .o-col {
  max-width: 33%;
}
.s-home--blog .o-col + .o-col {
  padding-left: 20px;
}
.s-home--blog p {
  margin-bottom: 10px;
  font-size: 12px;
}
.s-home--blog h2 {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  margin-bottom: 20px;
}
.s-home--blog h3 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.s-home--blog-wrapper {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
}
.s-home--blog-text {
  flex: 1;
  max-width: 300px;
}
.s-home--blog-image {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (max-width: 990px) {
  .s-home--blog .o-row {
    flex-direction: column;
  }
  .s-home--blog .o-col {
    max-width: 100%;
    margin: 20px 0;
  }
  .s-home--blog .o-col + .o-col {
    padding-left: 0;
  }
}

.s-profile {
  padding: clamp(30px, 5vw, 50px) 0;
}
.s-profile .container {
  margin-top: 150px;
  padding-bottom: 40px;
}
.s-profile--cover {
  text-align: center;
  margin: 10px auto;
}
.s-profile--cover span {
  font-size: 80px;
  color: #0000BD;
  margin-bottom: 10px;
}
.s-profile--cover span:hover {
  cursor: pointer;
}
.s-profile--thumb {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.s-blog {
  min-height: 70vh;
}
.s-blog .container {
  margin-top: 80px;
}
.s-blog .container a {
  color: #0000BD !important;
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px !important;
  font-family: "Roboto", sans-serif !important;
}
.s-blog--item {
  display: flex;
  margin-bottom: 60px;
}
.s-blog--item-wrapper {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}
.s-blog--item-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.s-blog--item-date {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #4d4d4f;
  margin-bottom: 20px;
}
.s-blog--item-title {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  color: #0000BD;
  margin-bottom: 20px;
  width: 100%;
}
.s-blog--item-resume {
  font-size: 16px;
  font-family: "Roboto", sans-serif !important;
  color: #4d4d4f;
  width: 100%;
  max-width: 600px;
}
.s-blog--item a {
  color: #0000BD !important;
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px !important;
  font-family: "Roboto", sans-serif !important;
  text-decoration: none !important;
}
@media (max-width: 900px) {
  .s-blog--item {
    flex-direction: column;
  }
  .s-blog--item-wrapper {
    width: 100%;
  }
  .s-blog--item-date {
    padding-left: 0;
    margin-top: 5px;
  }
  .s-blog--item-title {
    padding-left: 0;
  }
  .s-blog--item-resume {
    padding-left: 0;
  }
}
.s-blog ul {
  list-style: disc;
  margin-left: 20px;
}
.s-blog--fullcover {
  width: 100%;
  max-width: 500px;
}
.s-blog p,
.s-blog span {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  line-height: 24px !important;
}
.s-blog .fa {
  font-family: "Font Awesome 5 Free" !important;
}
@media (max-width: 900px) {
  .s-blog img {
    width: 100%;
  }
  .s-blog td {
    display: block;
    width: 100% !important;
  }
}
.s-blog .o-cards {
  grid-template-columns: repeat(1, 1fr);
}

.s-faq {
  padding: 80px 0 200px;
}
@media (max-width: 768px) {
  .s-faq {
    padding-bottom: 300px;
  }
}

.s-about {
  min-height: 70vh;
  padding-bottom: 40px;
}
.s-about .container {
  margin-top: 40px;
  background-color: #fff;
  padding: 20px;
  width: 100%;
  max-width: 700px;
}
.s-about--title {
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  margin: 20px 0;
  font-weight: bold;
  color: #0000BD;
}
.s-about--description {
  font-size: 16px;
  color: #6f7779;
  font-family: "Roboto", sans-serif;
}
.s-about--description-small {
  font-size: 14px;
}
.s-about--subtitle {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  margin: 20px 0;
  font-weight: bold;
  color: #0000BD;
}
.s-about h3 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin: 20px 0;
  font-weight: bold;
  color: #0000BD;
}
.s-about--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s-about--card {
  box-sizing: border-box;
  flex: 0 0 31%;
  background-color: #0000BD;
  color: #fff;
  line-height: 100px;
  text-align: center;
  margin-bottom: 4%;
  transition: background-color 1s ease;
  font-family: "Roboto", sans-serif;
}
.s-about--card:hover {
  cursor: pointer;
  background-color: #00008a;
}
@media (max-width: 990px) {
  .s-about--card {
    flex: 0 0 48%;
  }
}
@media (max-width: 580px) {
  .s-about--card {
    flex: 0 0 100%;
  }
}

.s-pages {
  flex: 1;
  padding: 60px 0;
}
.s-pages .container {
  margin-top: 40px;
  background-color: #fff;
  padding: 20px;
  width: 100%;
  max-width: 700px;
}
.s-pages .container p,
.s-pages .container li,
.s-pages .container span {
  font-family: "Roboto", sans-serif !important;
  text-decoration-line: none !important;
}
.s-pages .container table {
  width: 100% !important;
  font-size: 14px;
}
.s-pages .container a {
  color: #0000BD !important;
  text-decoration: none !important;
  padding-bottom: 2px;
  border-bottom: 1px solid #0000BD;
}
.s-pages .container a:hover, .s-pages .container a:visited {
  color: #00008a;
  text-decoration: none;
}
.s-pages .container ol,
.s-pages .container ul {
  margin-left: 30px;
  margin-top: 30px;
  list-style: disc;
  font-size: 14px;
}
.s-pages .container ol li,
.s-pages .container ul li {
  margin-left: 20px;
}

.s-habilities {
  min-height: 70vh;
  margin-bottom: 40px;
}
.s-habilities--sidebar {
  box-sizing: border-box;
  max-width: 320px;
  margin-right: 20px;
  display: block;
}
.s-habilities--sidebar-title {
  font-size: 24px;
  color: #0000BD;
  font-weight: bold;
  margin-bottom: 30px;
}
.s-habilities--sidebar-form {
  padding: 20px;
  border: 1px solid #cccccc;
}
.s-habilities--sidebar-form select {
  width: 100%;
}
.s-habilities--sidebar .o-label {
  display: block;
}
.s-habilities .o-cards {
  width: 100%;
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  background-color: #f1f3f6;
  padding: 20px;
}
@media (max-width: 560px) {
  .s-habilities .o-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.s-habilities--card {
  background-color: #fff;
  margin-bottom: 20px;
}
.s-habilities--card-closed {
  height: 250px;
}
.s-habilities--card-header {
  display: flex;
  padding: 10px;
  margin-bottom: 20px;
  border-bottom: 0.5px solid #f1f3f6;
}
@media (max-width: 990px) {
  .s-habilities--card-header {
    flex-direction: column;
  }
}
.s-habilities--card-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 10px;
}
.s-habilities--card-cover {
  font-size: 50px;
  margin-right: 10px;
  color: #ccc;
}
.s-habilities .container {
  margin-top: 40px;
  padding: 20px;
  display: flex;
}
.s-habilities-title {
  text-align: center;
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  margin: 20px 0;
  font-weight: bold;
  color: #0000BD;
}
.s-habilities-support {
  text-align: center;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin: 20px auto 40px;
  color: #333;
  width: 100%;
  max-width: 600px;
}
.s-habilities-subtitle {
  text-align: center;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  margin: 20px 0;
  color: #0000BD;
}
.s-habilities--name {
  font-size: 16px;
  font-weight: bold;
  color: #0000BD;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
.s-habilities--city {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
.s-habilities--unity {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
.s-habilities--email {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
.s-habilities--list {
  padding: 10px;
}
.s-habilities--list-closed {
  max-height: 100px;
  overflow: hidden;
  position: relative;
}
.s-habilities--list__open {
  max-height: none;
}
.s-habilities--list-item {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  margin-left: 10px;
}
.s-habilities--list-item-category {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  font-weight: bold;
}
.s-habilities--see-more {
  position: absolute;
  bottom: -30px;
  background-color: #fff;
  z-index: 3;
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.s-habilities--see-more:hover {
  cursor: pointer;
}
.s-habilities .card-deck {
  margin-bottom: 40px;
}
.s-habilities .o-filter--buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.s-habilities .o-filter--buttons .o-btn {
  padding: 15px;
}
@media (max-width: 600px) {
  .s-habilities .container {
    flex-direction: column;
  }
  .s-habilities--sidebar {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: none;
  }
}

.s-materials {
  min-height: 70vh;
  padding: 40px 0;
  font-family: "Roboto", sans-serif;
}
.s-materials--sidebar {
  box-sizing: border-box;
  background-color: #0000BD;
  width: 100%;
  max-width: 340px;
  margin-right: 20px;
  display: block;
  padding: 20px;
  border-radius: 8px;
}
.s-materials--sidebar-title {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
.s-materials--sidebar-form {
  border-bottom: 1px solid #fff;
}
.s-materials--sidebar-form label {
  color: #fff;
}
.s-materials--sidebar-form select {
  width: 100%;
}
.s-materials--sidebar .o-label {
  display: block;
}
.s-materials--sidebar-category {
  margin: 20px 0 5px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.s-materials--sidebar-file {
  color: #fff;
  font-size: 14px;
  margin: 0 0 0 10px;
  cursor: pointer;
}
.s-materials--sidebar-file + .s-materials--sidebar-category {
  margin-top: 10px;
}
.s-materials--main {
  width: 100%;
}
.s-materials--main h2 {
  font-size: 24px;
  color: #0000BD;
  padding-left: 20px;
  margin-bottom: 20px;
}
.s-materials .o-cards {
  width: 100%;
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px;
}
@media (max-width: 560px) {
  .s-materials .o-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.s-materials--card {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px 20px 60px 20px;
  position: relative;
}
.s-materials .container {
  margin-top: 40px;
  padding: 20px;
  display: flex;
}
.s-materials--title {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-weight: bold;
  color: #0000BD;
}
.s-materials--support {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  padding-left: 20px;
  color: #333;
  width: 100%;
}
.s-materials-subtitle {
  text-align: center;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  margin: 20px 0;
  color: #0000BD;
}
.s-materials--name {
  font-size: 16px;
  font-weight: bold;
  color: #0000BD;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
.s-materials--city {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
.s-materials--unity {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
.s-materials--email {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
.s-materials--list {
  padding: 10px;
}
.s-materials--list-item {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  margin-left: 10px;
}
.s-materials--list-item-category {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  font-weight: bold;
}
.s-materials--info .o-btn {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}
.s-materials .card-deck {
  margin-bottom: 40px;
}
.s-materials .o-filter--buttons {
  display: flex;
}
.s-materials .o-filter--buttons .o-btn {
  padding: 15px;
}
@media (max-width: 600px) {
  .s-materials .container {
    flex-direction: column;
  }
  .s-materials--sidebar {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: none;
  }
}

.s-projects {
  flex: 1;
  padding-bottom: 40px;
  font-family: "Roboto", sans-serif;
}
.s-projects--main {
  width: 100%;
}
.s-projects--main h2 {
  font-size: 24px;
  color: #0000BD;
  margin-bottom: 20px;
}
.s-projects .o-cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  background-color: #f1f3f6;
}
.s-projects--card {
  background-color: #fff;
  margin-bottom: 20px;
  min-height: 300px;
  padding: 20px;
  display: flex;
}
@media (max-width: 768px) {
  .s-projects--card {
    flex-direction: column;
  }
}
.s-projects--cover {
  flex: 1 50%;
  width: 100%;
}
.s-projects--info {
  flex: 1 50%;
  padding: 0 0 0 20px;
}
@media (max-width: 768px) {
  .s-projects--info {
    padding-left: 0;
  }
}
.s-projects--title {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-weight: bold;
  color: #0000BD;
}
.s-projects--support {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #333;
  width: 100%;
}
.s-projects-subtitle {
  text-align: center;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  margin: 20px 0;
  color: #0000BD;
}
.s-projects--material-title {
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin: 40px 0 20px;
}
.s-projects--buttons {
  display: flex;
  align-items: center;
}
.s-projects--buttons .o-btn + .o-btn {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .s-projects--buttons {
    flex-direction: column;
  }
  .s-projects--buttons .o-btn + .o-btn {
    margin-left: 0;
  }
}

.s-share--buttons {
  display: flex;
  align-items: center;
}
.s-share--buttons a {
  font-size: 20px;
}
.s-share--buttons a + a {
  margin-left: 20px;
}

.s-highlights {
  background-color: #B4DC32;
  position: relative;
  width: 100%;
  padding: 60px 0 20px;
  z-index: 1;
}
.s-highlights::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 500px;
  top: -200px;
  left: 0;
  background-image: url("/images/cards/wave.svg");
  background-size: cover;
  z-index: -1;
}
@media (max-width: 768px) {
  .s-highlights::before {
    height: 160px;
    top: -100px;
  }
}
@media (min-width: 1600px) {
  .s-highlights::before {
    top: -260px;
  }
}
.s-highlights::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 500px;
  bottom: -200px;
  left: 0;
  background-image: url("/images/cards/wave.svg");
  background-size: cover;
  transform: rotateX(180deg) rotateY(180deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .s-highlights::after {
    height: 160px;
    bottom: -100px;
  }
}
@media (min-width: 1600px) {
  .s-highlights::after {
    bottom: -260px;
  }
}
.s-highlights--wave {
  fill: #B4DC32;
}
.s-highlights--title {
  color: #FFF;
  font-size: 32px;
  text-align: center;
  margin-bottom: 48px;
  margin-top: -80px;
}
.s-highlights .slick-initialized .slick-slide {
  box-sizing: border-box;
}

.s-teams {
  min-height: 100vh;
  background-color: #f5f5f5;
  margin-top: 0;
  padding: 60px 20px;
}
.s-teams__table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}
.s-teams__table td {
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  padding: 0.75rem 0;
}
@media only screen and (min-width: 1050px) {
  .s-teams__table td {
    padding: 0.75rem;
  }
}
.s-teams--sidebar {
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
}
.s-teams--sidebar-name {
  font-size: 20px;
  color: #0000BD;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.s-teams--sidebar-ranking {
  text-align: center;
}
.s-teams--sidebar-ranking-icon {
  width: 60px;
}
.s-teams--sidebar-ranking-points {
  font-weight: bold;
  font-size: 16px;
  color: #484747;
}
.s-teams--sidebar-ranking-position {
  font-weight: bold;
  font-size: 16px;
  color: #484747;
}
.s-teams--sidebar-ranking-extract {
  font-weight: bold;
  font-size: 16px;
  color: #484747;
  text-decoration: underline;
}
.s-teams--sidebar-steps-item {
  background-color: #f5f5f5;
  padding: 12px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.s-teams--sidebar-steps-item:hover {
  text-decoration: none;
  box-shadow: 0px 2px 4px rgba(21, 21, 34, 0.2);
  transition: box-shadow 0.2s linear;
}
.s-teams--sidebar-steps-item-cover {
  width: 56px;
  height: 56px;
  border-radius: 4px;
}
.s-teams--sidebar-steps-item-available {
  position: relative;
}
.s-teams--sidebar-steps-item-available:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: -8px;
  z-index: 1;
  background: url("/images/icons/track/_icon-available-2.svg") no-repeat;
  background-size: cover;
}
.s-teams--sidebar-steps-item-completed {
  position: relative;
}
.s-teams--sidebar-steps-item-completed:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: -8px;
  z-index: 1;
  background: url("/images/icons/track/_icon-completed.svg") no-repeat;
  background-size: cover;
}
.s-teams--sidebar-steps-item-waiting {
  position: relative;
}
.s-teams--sidebar-steps-item-waiting:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: -8px;
  z-index: 1;
  background: url("/images/icons/track/_icon-waiting-validation.svg") no-repeat;
  background-size: cover;
}
.s-teams--sidebar-steps-item-closed {
  position: relative;
}
.s-teams--sidebar-steps-item-closed:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: -8px;
  z-index: 1;
  background: url("/images/icons/track/_icon-closed.svg") no-repeat;
  background-size: cover;
}
.s-teams--sidebar-steps-item-blocked {
  position: relative;
}
.s-teams--sidebar-steps-item-blocked:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: -8px;
  z-index: 1;
  background: url("/images/icons/track/_icon-blocked.svg") no-repeat;
  background-size: cover;
}
.s-teams--sidebar-steps-item-blocked > img {
  filter: grayscale(1);
}
.s-teams--sidebar-steps-item-instructions {
  margin: 0 auto 0 15px;
  display: flex;
  align-items: center;
}
.s-teams--sidebar-steps-item-instructions-date {
  color: #484747;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.s-teams--sidebar-steps-item-instructions-description {
  color: #292b2c;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
.s-teams--sidebar-steps-item-points {
  text-align: center;
}
.s-teams--sidebar-steps-item-points-icon {
  width: 35px;
}
.s-teams--sidebar-steps-item-points-total {
  line-height: 14px;
  font-size: 14px;
  margin-bottom: 0;
  color: #292b2c;
}
.s-teams--sidebar-steps-item-points-description {
  line-height: 14px;
  font-size: 14px;
  margin-bottom: 0;
  color: #292b2c;
}
.s-teams--main {
  background-color: #fff;
  width: 100%;
  padding: 20px;
}
@media only screen and (min-width: 1050px) {
  .s-teams--main-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
.s-teams--main-header-title {
  font-size: 24px;
  font-weight: bold;
  color: #0000BD;
}
.s-teams--main-header-subtitle {
  font-size: 16px;
  color: #292b2c;
  max-width: 650px;
}
.s-teams--main-header-date {
  font-size: 12px;
  font-weight: 500;
  color: #484747;
  margin: 0 0 20px;
  text-align: right;
}
.s-teams--main-thumb {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 1050px) {
  .s-teams--main-thumb {
    width: 60px;
    height: 60px;
  }
}
.s-teams--container-cover {
  background-color: #c7e6f9;
  border-radius: 4px;
  width: 100%;
  display: block;
  padding: 10px;
  text-align: center;
  margin-bottom: 24px;
}
.s-teams--container-cover:hover {
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0px 2px 4px rgba(21, 21, 34, 0.2);
  transition: box-shadow 0.2s linear;
}
.s-teams--container-cover-text {
  font-size: 16px;
  color: #0000BD;
  font-weight: bold;
  margin: 40px auto 10px;
}
.s-teams--container-cover-text img {
  width: 50px;
}
.s-teams--container-cover-button {
  background-color: #fff;
  color: #0000BD;
  padding: 12px 18px;
  max-width: 180px;
  margin: 0 auto 40px;
  border-radius: 4px;
}
.s-teams--table-header-title {
  font-size: 12px;
  color: #484747;
  margin-bottom: 0;
}
.s-teams--table-body-title {
  font-size: 16px;
  color: #292b2c;
  margin-bottom: 0;
}
.s-teams--table-body-subtitle {
  font-size: 14px;
  color: #484747;
  margin-bottom: 0;
}
.s-teams--table-body-points-description {
  font-size: 12px;
  color: #292b2c;
  margin: 10px 0 0;
  line-height: 12px;
}

.s-quiz--tabs-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border: 2px solid #0000BD;
  padding: 5px 12px;
  color: #0000BD;
  border-radius: 25px;
  font-size: 20px;
}
.s-quiz--tabs-number + span {
  line-height: 1.2;
}
.s-quiz--tabs-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #292b2c;
  text-align: left;
  margin-bottom: 1em;
}
.s-quiz--tabs-title__highlight {
  color: #0000BD;
}
.s-quiz--tabs-answer {
  font-size: 14px;
  margin-bottom: 20px;
}
.s-quiz--tab {
  display: none;
}
.s-quiz--tab-active {
  display: block;
}
.s-quiz--tab-button .o-btn {
  margin: 20px auto;
  text-align: center;
}

.s-presence {
  min-height: 80vh;
}
@media (max-width: 768px) {
  .s-presence .subscribe-user p + p {
    margin-top: 10px;
    line-height: 1.2;
  }
}

.s-buttons {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  border-top: 1px solid #ccc;
}
