/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

/* Цвет фона калькулятора */
.calc-form {
    /*background-color: #f7f7f7 !important;*/
}

/* Цвет футера (для того, чтобы цвет футера отличался от основного фона) */
.calc-footer {
    /*background-color: #eeeeee !important;*/
}

/* Рамка */
.calc-form {
    /*border: 1px solid #eee !important;*/
}

/* Цвет ссылок */
.calc-form a {
    color: #777777 !important;
}

/* Цвет кнопки */
.calc-submit {
    background-color: mediumseagreen !important;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

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

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

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

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

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.ui-menu-icons {
  position: relative;
}

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

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

.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;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

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

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

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

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: 0;
}

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

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

.ui-controlgroup-vertical .ui-spinner-input {
  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: 0;
}

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

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

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

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

.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: 0;
  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-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  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-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);
  opacity: 0.25;
}

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

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

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

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

.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-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: 0;
  background: 0;
  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;
}

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

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

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

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}

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

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50%
    50% repeat-x;
  color: #222;
  font-weight: bold;
}

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

.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 #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50%
    repeat-x;
  font-weight: normal;
  color: #555;
}

.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: #555;
  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 #999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50%
    repeat-x;
  font-weight: normal;
  color: #212121;
}

.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: #212121;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #aaa;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50%
    repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #aaa;
  background-color: #212121;
}

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

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50%
    repeat-x;
  color: #363636;
}

.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50%
    repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.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);
  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);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_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_454545_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: -8px -8px 8px #aaa;
  box-shadow: -8px -8px 8px #aaa;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    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 #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot#iefix")
      format("embedded-opentype"),
    url("fonts/glyphicons-halflings-regular_1.woff2") format("woff2"),
    url("fonts/glyphicons-halflings-regular_1.woff") format("woff"),
    url("fonts/glyphicons-halflings-regular_1.ttf") format("truetype"),
    url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
      format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

/*-----Ea-------*/
.footer-row {
  padding-top: 54px;
  padding-bottom: 2.813vw;
  color: #555;
  font-size: 12px;
}

.footer-column-left {
  width: 300px;
  float: left;
}

.footer-column-right {
  width: 840px;
  float: right;
  height: 330px;
  border-radius: 10px;
  box-shadow: 0 0 1vw rgba(0, 0, 0, 0.5);
}

.footer-column-right2 {
  width: 790px;
  float: right;
  /* height: 330px; */
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-column-right2 .footer-title {
  font-size: 17px;
  font-weight: bold;
  color: black;
}

.footer-column-right2 .footer-subtitle {
  color: #078d41;
  font-size: 15px;
  text-transform: uppercase;
}

.footer-column-right2 ul.menu-item-parent {
  list-style: none;
}

.footer-column-right2 .footer-column:last-child {
  justify-content: space-between;
  display: flex;
  flex-flow: column;
}

.footer-column-right2 img.social-logo {
  width: 36px;
  height: 36px;
}

.footer-column-right2 .footer-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 164px;
  padding-bottom: 15px;
}

ul.menu-item-parent li {
  padding: 2px 0;
}

ul.menu-item-parent li a {
  font-size: 14px;
  color: black;
}

ul.menu-item-parent li a:hover {
  color: #078d41;
}

.footer__column-row2 {
  align-self: end;
}

.footer-logo img {
  width: 221px;
  margin-bottom: 40px;
}

.footer-title {
  font-size: 16px;
  padding-bottom: 6px;
}

.footer-phone a {
  color: #078d41;
  font-size: 24px;
}

.footer-phone {
  padding-bottom: 3px;
}

.footer-phone:before {
  content: "";
  margin-right: 4px;
  display: block;
  width: 9px;
  height: 15px;
  /*background: no-repeat center url(images/footer-phone.svg);*/
  background-size: contain;
  /*float: left;*/
}

/*.footer-address:before {
    content: "";
    margin-right: 3px;
    margin-top: 3px;
    display: block;
    width: 11px;
    height: 11px;
    background: no-repeat center url(images/footer-map.svg);
    background-size: contain;
    float: left;
}*/
.footer-address {
  font-size: 15px;
}

.footer-times:before {
  content: "";
  margin-right: 4px;
  display: block;
  width: 9px;
  height: 32px;
  background: no-repeat center url(images/footer-clock.svg);
  background-size: contain;
  float: left;
}

.footer-address span {
  /*margin-left: 14px;*/
}

.footer-address,
.footer-times {
  padding-bottom: 7px;
}

.footer__green-line {
  background-color: #078d41;
  height: 2px;
  width: 100%;
  margin: 10px 0;
}

.footer__policy {
  padding: 10px 0;
  color: black;
}

.footer__policy a {
  color: black;
}

.footer__copy {
  padding: 10px 0;
}

.footer-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95px;
}

img.social-logo {
  width: 20px;
  height: 20px;
}

footer hr {
  margin-top: 0;
}

.footer-bg {
  background-repeat: no-repeat;
  background-position: center;
  /*background-size: contain;*/
  height: 33vw;
}

.priambula-wrapper-new {
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

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

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #02be4c;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 99vw;
  }

  .footer-column-left {
    width: 209px;
    float: left;
  }

  /* .footer-column-right,
    .footer-column-right2 {
        
        height: 330px;
    } */

  .footer-bg {
    height: auto;
  }

  #offices-map > ymaps {
    border-radius: 10px;
    overflow: hidden;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row.sellrealty {
  display: flex;
  justify-content: center;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
}

table {
  background-color: transparent;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

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

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

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

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

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

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

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

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  font-size: 22px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 8px 22px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

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

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }

  .navbar {
    border-radius: 4px;
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }

  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-static-top {
    border-radius: 0;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

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

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

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

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

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

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

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

.progress-bar-info {
  background-color: #5bc0de;
}

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

.progress-bar-warning {
  background-color: #f0ad4e;
}

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

.progress-bar-danger {
  background-color: #d9534f;
}

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

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.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-16by9 {
  padding-bottom: 56.25%;
}

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

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

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out,
      -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

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

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

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

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

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

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

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

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.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;
  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 {
  position: relative;
}

.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;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: 0;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.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;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

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

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

.select2-container--open .select2-dropdown--below {
  border-top: 0;
  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;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/*!
 * @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
 * @version 2.1.3
 *
 * Additional CSS for Select2 for extra functionalities added by Krajee
 *
 * Author: Kartik Visweswaran
 * For more JQuery plugins visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */
.s2-togall-select .s2-unselect-label,
.s2-togall-unselect .s2-select-label {
  display: none;
}

.s2-togall-button {
  display: inline-block;
  font-weight: 400;
  color: #337ab7;
  padding: 0.5rem;
  cursor: pointer;
}

.s2-togall-button:focus,
.s2-togall-button:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.s2-togall-select .s2-select-label,
.s2-togall-unselect .s2-unselect-label {
  display: inline;
}

.s2-select-label,
.s2-unselect-label {
  line-height: 1.1;
  font-size: 13px;
}

.s2-togall-button .s2-select-label i,
.s2-togall-button .s2-unselect-label i {
  margin: auto 0.25rem;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont_1.eot#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff2") format("woff2"),
    url("fonts/fontawesome-webfont.woff") format("woff"),
    url("fonts/fontawesome-webfont.ttf") format("truetype"),
    url("fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.fancybox-wrap {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(/images/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/images/blank.gif);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/images/fancybox_overlay_1.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(/images/fancybox_sprite%402x.png);
    background-size: 44px 152px;
  }

  #fancybox-loading div {
    background-image: url(/images/fancybox_loading%402x.gif);
    background-size: 24px 24px;
  }
}

/*!
 * Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap)
 * Copyright 2012-2014 Arnold Daniels
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */
.container-smooth {
  max-width: 1170px;
}

@media (min-width: 1px) {
  .container-smooth {
    width: auto;
  }
}

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 12px;
  background: transparent;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}

.btn-label.btn-label-right {
  right: -12px;
  left: auto;
  border-radius: 0 3px 3px 0;
}

.btn-lg .btn-label {
  left: -16px;
  padding: 10px 16px;
  border-radius: 5px 0 0 5px;
}

.btn-lg .btn-label.btn-label-right {
  right: -16px;
  left: auto;
  border-radius: 0 5px 5px 0;
}

.btn-sm .btn-label {
  left: -10px;
  padding: 5px 10px;
  border-radius: 2px 0 0 2px;
}

.btn-sm .btn-label.btn-label-right {
  right: -10px;
  left: auto;
  border-radius: 0 2px 2px 0;
}

.btn-xs .btn-label {
  left: -5px;
  padding: 1px 5px;
  border-radius: 2px 0 0 2px;
}

.btn-xs .btn-label.btn-label-right {
  right: -5px;
  left: auto;
  border-radius: 0 2px 2px 0;
}

.nav-tabs-bottom {
  border-top: 1px solid #ddd;
  border-bottom: 0;
}

.nav-tabs-bottom > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.nav-tabs-bottom > li > a {
  border-radius: 0 0 4px 4px;
}

.nav-tabs-bottom > li > a:hover,
.nav-tabs-bottom > li > a:focus,
.nav-tabs-bottom > li.active > a,
.nav-tabs-bottom > li.active > a:hover,
.nav-tabs-bottom > li.active > a:focus {
  border: 1px solid #ddd;
  border-top-color: transparent;
}

.nav-tabs-left {
  border-right: 1px solid #ddd;
  border-bottom: 0;
}

.nav-tabs-left > li {
  float: none;
  margin-right: -1px;
  margin-bottom: 0;
}

.nav-tabs-left > li > a {
  margin-right: 0;
  margin-bottom: 2px;
  border-radius: 4px 0 0 4px;
}

.nav-tabs-left > li > a:hover,
.nav-tabs-left > li > a:focus,
.nav-tabs-left > li.active > a,
.nav-tabs-left > li.active > a:hover,
.nav-tabs-left > li.active > a:focus {
  border: 1px solid #ddd;
  border-right-color: transparent;
}

.row > .nav-tabs-left {
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 15px;
  margin-right: -1px;
}

.row > .nav-tabs-left + .tab-content {
  border-left: 1px solid #ddd;
}

.nav-tabs-right {
  border-bottom: 0;
  border-left: 1px solid #ddd;
}

.nav-tabs-right > li {
  float: none;
  margin-bottom: 0;
  margin-left: -1px;
}

.nav-tabs-right > li > a {
  margin-bottom: 2px;
  margin-left: 0;
  border-radius: 0 4px 4px 0;
}

.nav-tabs-right > li > a:hover,
.nav-tabs-right > li > a:focus,
.nav-tabs-right > li.active > a,
.nav-tabs-right > li.active > a:hover,
.nav-tabs-right > li.active > a:focus {
  border: 1px solid #ddd;
  border-left-color: transparent;
}

.row > .nav-tabs-right {
  padding-right: 15px;
  padding-left: 0;
}

.navmenu,
.navbar-offcanvas {
  width: 300px;
  height: auto;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}

.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1030;
  overflow-y: auto;
  border-radius: 0;
}

.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
  right: auto;
  left: 0;
  border-width: 0 1px 0 0;
}

.navmenu-fixed-right,
.navbar-offcanvas {
  right: 0;
  left: auto;
  border-width: 0 0 0 1px;
}

.navmenu-nav {
  margin-bottom: 10px;
}

.navmenu-nav.dropdown-menu {
  position: static;
  float: none;
  padding-top: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-offcanvas .navbar-nav {
  margin: 0;
}

@media (min-width: 768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }

  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

  .navbar-offcanvas .navmenu-brand {
    display: none;
  }
}

.navmenu-brand {
  display: block;
  padding: 10px 15px;
  margin: 10px 0;
  font-size: 18px;
  line-height: 20px;
}

.navmenu-brand:hover,
.navmenu-brand:focus {
  text-decoration: none;
}

.navmenu-default,
.navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navmenu-default .navmenu-brand,
.navbar-default .navbar-offcanvas .navmenu-brand {
  color: #777;
}

.navmenu-default .navmenu-brand:hover,
.navbar-default .navbar-offcanvas .navmenu-brand:hover,
.navmenu-default .navmenu-brand:focus,
.navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navmenu-default .navmenu-text,
.navbar-default .navbar-offcanvas .navmenu-text {
  color: #777;
}

.navmenu-default .navmenu-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-default .navmenu-nav > .dropdown > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.navmenu-default .navmenu-nav > .open > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-default .navmenu-nav > .open > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-default .navmenu-nav > .open > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navmenu-default .navmenu-nav > .open > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-default .navmenu-nav > .open > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-default .navmenu-nav > .open > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navmenu-default .navmenu-nav > .dropdown > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

.navmenu-default .navmenu-nav.dropdown-menu,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e7e7e7;
}

.navmenu-default .navmenu-nav.dropdown-menu > .divider,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #f8f8f8;
}

.navmenu-default .navmenu-nav.dropdown-menu > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-default
  .navbar-offcanvas
  .navmenu-nav.dropdown-menu
  > .active
  > a:hover,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-default
  .navbar-offcanvas
  .navmenu-nav.dropdown-menu
  > .active
  > a:focus {
  background-color: #d7d7d7;
}

.navmenu-default .navmenu-nav > li > a,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #777;
}

.navmenu-default .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navmenu-default .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-default .navmenu-nav > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-default .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navmenu-default .navmenu-nav > .disabled > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-default .navmenu-nav > .disabled > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-default .navmenu-nav > .disabled > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  background-color: #222;
  border-color: #080808;
}

.navmenu-inverse .navmenu-brand,
.navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #999;
}

.navmenu-inverse .navmenu-brand:hover,
.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
.navmenu-inverse .navmenu-brand:focus,
.navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navmenu-inverse .navmenu-text,
.navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #999;
}

.navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navmenu-inverse .navmenu-nav > .open > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-inverse .navmenu-nav > .open > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-inverse .navmenu-nav > .open > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

.navmenu-inverse .navmenu-nav > .open > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-inverse .navmenu-nav > .open > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-inverse .navmenu-nav > .open > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navmenu-inverse .navmenu-nav > .dropdown > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

.navmenu-inverse .navmenu-nav.dropdown-menu,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #080808;
}

.navmenu-inverse .navmenu-nav.dropdown-menu > .divider,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #222;
}

.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-inverse
  .navbar-offcanvas
  .navmenu-nav.dropdown-menu
  > .active
  > a:hover,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-inverse
  .navbar-offcanvas
  .navmenu-nav.dropdown-menu
  > .active
  > a:focus {
  background-color: #000;
}

.navmenu-inverse .navmenu-nav > li > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
  color: #999;
}

.navmenu-inverse .navmenu-nav > li > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-inverse .navmenu-nav > li > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navmenu-inverse .navmenu-nav > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-inverse .navmenu-nav > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-inverse .navmenu-nav > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navmenu-inverse .navmenu-nav > .disabled > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-inverse .navmenu-nav > .disabled > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-inverse .navmenu-nav > .disabled > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.alert-fixed-top,
.alert-fixed-bottom {
  position: fixed;
  left: 0;
  z-index: 1035;
  width: 100%;
  margin: 0;
  border-radius: 0;
}

.alert-fixed-top {
  top: 0;
  border-width: 0 0 1px 0;
}

.alert-fixed-bottom {
  bottom: 0;
  border-width: 1px 0 0 0;
}

.offcanvas {
  display: none;
}

.offcanvas.in {
  display: block;
}

@media (max-width: 767px) {
  .offcanvas-xs {
    display: none;
  }

  .offcanvas-xs.in {
    display: block;
  }
}

@media (max-width: 991px) {
  .offcanvas-sm {
    display: none;
  }

  .offcanvas-sm.in {
    display: block;
  }
}

@media (max-width: 1199px) {
  .offcanvas-md {
    display: none;
  }

  .offcanvas-md.in {
    display: block;
  }
}

.offcanvas-lg {
  display: none;
}

.offcanvas-lg.in {
  display: block;
}

.canvas-sliding {
  -webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
}

.offcanvas-clone {
  position: absolute !important;
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: none !important;
  opacity: 0 !important;
}

.table.rowlink td:not(.rowlink-skip),
.table .rowlink td:not(.rowlink-skip) {
  cursor: pointer;
}

.table.rowlink td:not(.rowlink-skip) a,
.table .rowlink td:not(.rowlink-skip) a {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
}

.table-hover.rowlink tr:hover td,
.table-hover .rowlink tr:hover td {
  background-color: #cfcfcf;
}

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr;
}

.fileinput {
  display: inline-block;
  margin-bottom: 9px;
}

.fileinput .form-control {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}

.fileinput .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.fileinput .thumbnail > img {
  max-height: 100%;
}

.fileinput .btn {
  vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.form-control .fileinput-filename {
  vertical-align: bottom;
}

.fileinput.input-group {
  display: table;
}

.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}

.fileinput.input-group > .btn-file {
  z-index: 1;
}

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}

.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}

.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}

.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}

.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}

.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}

.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}

.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}

.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
  border-left: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: flex;
  align-items: center;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  /*height: 100%;*/
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("/images/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot#iefix") format("embedded-opentype"),
    url("fonts/slick.woff") format("woff"),
    url("fonts/slick.ttf") format("truetype"),
    url("fonts/slick.svg#slick") format("svg");
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: 0;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: 0;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

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

@font-face {
  font-family: "Lato-Regular";
  src: url("fonts/lato-regular.eot");
  src: url("fonts/lato-regular.eot#iefix") format("embedded-opentype"),
    url("fonts/lato-regular.woff2") format("woff2"),
    url("fonts/lato-regular.woff") format("woff"),
    url("fonts/lato-regular.ttf") format("truetype"),
    url("fonts/lato-regular.svg#Lato-Regular") format("svg");
  src: local("Arial");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Italic";
  src: url("fonts/lato-italic.eot");
  src: url("fonts/lato-italic.eot#iefix") format("embedded-opentype"),
    url("fonts/lato-italic.woff2") format("woff2"),
    url("fonts/lato-italic.woff") format("woff"),
    url("fonts/lato-italic.ttf") format("truetype"),
    url("fonts/lato-italic.svg#Lato-Italic") format("svg");
  src: local("Arial");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Bold";
  src: url("fonts/lato-bold.eot");
  src: url("fonts/lato-bold.eot#iefix") format("embedded-opentype"),
    url("fonts/lato-bold.woff2") format("woff2"),
    url("fonts/lato-bold.woff") format("woff"),
    url("fonts/lato-bold.ttf") format("truetype"),
    url("fonts/lato-bold.svg#Lato-Bold") format("svg");
  src: local("Arial");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Black";
  src: url("fonts/lato-black.eot");
  src: url("fonts/lato-black.eot#iefix") format("embedded-opentype"),
    url("fonts/lato-black.woff2") format("woff2"),
    url("fonts/lato-black.woff") format("woff"),
    url("fonts/lato-black.ttf") format("truetype"),
    url("fonts/lato-black.svg#Lato-Black") format("svg");
  src: local("Arial");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Light";
  src: url("fonts/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Black";
  src: url("fonts/Roboto-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("fonts/glyphicons-halflings-regular_1.eot");
  src: url("fonts/glyphicons-halflings-regular_1.eot#iefix")
      format("embedded-opentype"),
    url("fonts/glyphicons-halflings-regular.woff2") format("woff2"),
    url("fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("fonts/glyphicons-halflings-regular_1.svg#glyphicons_halflingsregular")
      format("svg");
}

html,
body {
  height: 100%;
}

body {
  font-family: "Lato-Regular", Arial, "sans-serif";
  font-size: 16px;
  cursor: default;
  min-width: 320px;
  color: #3f4346;
}

.mt-0 {
  margin-top: 0;
}

.mt-15 {
  margin-top: 15px;
}

.mt-25 {
  margin-top: 25px;
}

html.fix {
  overflow: hidden !important;
}

body.overlay {
  overflow: hidden;
}

body.overlay:after {
  content: "";
  background: transparent url(/images/fancybox_overlay.png) repeat top left;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7000;
}

.wrapper {
  min-height: calc(90vh - 135px);
}

h1.page-title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 40px;
}

.help-block {
  font-size: 0.8em;
}

.slider-block .slider-block-item {
  display: none;
}

.slider-block .slider-block-item:first-child {
  display: block;
}

.slick-initialized.slick-slider .slider-block-item,
.slick-initialized.slick-slider .slider-block-item:first-child {
  display: block;
}

.slick-initialized.slick-slider .slider-block-item {
  /*height: 75px;*/
  padding: 0 20px;
  /*width: 120px !important;*/
  width: max-content;
}

header {
  padding: 10px 0 10px 0;
  position: relative;
}

header h4.header-title {
  font-family: "Roboto-Bold", Arial, Helvetica, Sans-Serif;
  font-size: 34px;
  text-transform: uppercase;
  margin: 12px 0;
  text-align: center;
  line-height: 1;
  color: #6b6b6b;
  font-weight: bold;
  grid-area: 1 / 1 / 4 / 3;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-align {
  display: flex;
  align-items: center;
}

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

.header-logo > a {
  display: inline-block;
  position: relative;
}

/*.header-logo > a:after {
    content: '';
    position: absolute;
    background: url("images/logo_box_shadow_left.png") no-repeat;
    width: 29px;
    height: 110px;
    right: -65px;
    top: 50%;
    margin-top: -55px;
    display: block
}*/

.city-name-wrapper,
.header-phone-wrapper,
.header-reviews {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-md-6.city-name-wrapper {
  text-align: center;
}

.city-name {
  display: inline-block;
  line-height: 1.1;
  vertical-align: middle;
}

.city-name > a {
  font-family: "Roboto-Black", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #6b6b6b;
  display: block;
  margin-bottom: 5px;
  padding-left: 35px;
  position: relative;
}

.city-name > a:before {
  content: "";
  position: absolute;
  background: url("images/icon-map-header.png") no-repeat;
  left: 0;
  width: 23px;
  height: 23px;
}

.city-name > p {
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  color: #817f7f;
  margin: 0;
  padding-left: 35px;
}

#current_city {
  cursor: pointer;
  text-decoration: underline;
  color: #078d41;
}

#current_city:hover {
  text-decoration: none;
}

.city-name > p > span.current_city {
  position: relative;
}

.city-name > p > span.current_city > i:before {
  font-size: 18px;
  padding-right: 5px;
  color: #9c9c9c;
}

/*.city-name > p > span.current_city:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #a6a5a5
}*/

/*.city-name span + span {
    padding-left: 10px
}*/

.col-md-6.header-phone-wrapper {
  text-align: center;
}

.col-md-4.header-phone-wrapper {
  text-align: center;
}

.header-phone-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background-color: #d5d5d5;
}

.header-phone {
  text-align: right;
  display: inline-block;
  line-height: 1.1;
  vertical-align: middle;
}

.header-phone > p {
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  color: #6f6f6f;
  margin: 0;
}

.header-phone > p > img {
  padding-right: 15px;
  vertical-align: top;
}

.header-phone > span.form-modal {
  font-family: "Roboto-Black", Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: block;
  cursor: pointer;
  color: #6b6b6b;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
}

.header-phone a {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: block;
  cursor: pointer;
  color: #6b6b6b;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
}

.header-phone > span.form-modal:before {
  content: "\f095";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 30px;
  left: -30px;
}

.header-phone > span.form-modal:hover {
  text-decoration: underline;
}

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

.header-reviews:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background-color: #d5d5d5;
}

.header-reviews > span {
  display: inline-block;
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-weight: bold;
  color: #6b6b6b;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
}

.header-reviews > span:before {
  content: "";
  position: absolute;
  background: url("images/icon-header-reviews.png") no-repeat;
  width: 22px;
  height: 19px;
  top: 50%;
  margin-top: -9px;
  left: -10px;
}

body.canvas-sliding,
body.canvas-slid {
  left: auto !important;
}

body.canvas-slid:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mobile-menu.navmenu-fixed-right {
  left: auto !important;
  overflow-y: scroll;
}

.mobile-menu,
.mobile-menu .mobile-menu-wrapper,
.mobile-menu .mobile-menu-footer {
  display: none;
}

.mobile-menu.in,
.mobile-menu.in .mobile-menu-wrapper,
.mobile-menu.in .mobile-menu-footer {
  display: block;
}

.mobile-main-menu .mobile-menu-item > a {
  display: block;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.mobile-main-menu .mobile-menu-item > a:hover,
.mobile-main-menu .mobile-menu-item > a:active,
.mobile-main-menu .mobile-menu-item > a:focus {
  text-decoration: none;
}

.mobile-main-menu .mobile-menu-item > a > i {
  font-size: 11px;
  vertical-align: middle;
}

.mobile-main-menu .mobile-menu-item .menu-item-parent-wrapper {
  display: none;
}

.mobile-main-menu .mobile-menu-item.open .menu-item-parent-wrapper {
  display: block;
}

.mobile-menu
  .mobile-menu-wrapper
  ul.mobile-main-menu
  > li.mobile-menu-item.open
  > .menu-item-parent-wrapper {
  padding-bottom: 10px;
}

.mobile-menu
  .mobile-menu-wrapper
  ul.mobile-main-menu
  > li.mobile-menu-item.open
  > .menu-item-parent-wrapper
  > ul.menu-item-parent {
  list-style: none;
}

.mobile-menu
  .mobile-menu-wrapper
  ul.mobile-main-menu
  > li.mobile-menu-item.open
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li {
  padding: 0 15px;
}

.mobile-menu
  .mobile-menu-wrapper
  ul.mobile-main-menu
  > li.mobile-menu-item.open
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li,
.mobile-menu
  .mobile-menu-wrapper
  ul.mobile-main-menu
  > li.mobile-menu-item.open
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a {
  color: #f3ad15;
  line-height: 30px;
}

.mobile-menu
  .mobile-menu-wrapper
  ul.mobile-main-menu
  > li.mobile-menu-item.open
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > .menu-item-parent-wrapper {
  margin: 0 -15px;
}

.mobile-menu
  .mobile-menu-wrapper
  ul.mobile-main-menu
  > li.mobile-menu-item.open
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > .menu-item-parent-wrapper
  > ul.menu-item-parent {
  padding: 0 25px;
  list-style: none;
}

.mobile-menu
  .mobile-menu-wrapper
  ul.mobile-main-menu
  > li.mobile-menu-item.open
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li {
  line-height: 1.3;
}

.mobile-menu
  .mobile-menu-wrapper
  ul.mobile-main-menu
  > li.mobile-menu-item.open
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a {
  color: #fff;
  font-size: 13px;
  display: block;
  padding: 5px 0;
  margin-bottom: 3px;
  z-index: 1;
  position: relative;
}

.mobile-menu
  .mobile-menu-wrapper
  ul.mobile-main-menu
  > li.mobile-menu-item.open
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a:hover:before,
.mobile-menu
  .mobile-menu-wrapper
  ul.mobile-main-menu
  > li.mobile-menu-item.open
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a:focus:before,
.mobile-menu
  .mobile-menu-wrapper
  ul.mobile-main-menu
  > li.mobile-menu-item.open
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a:active:before {
  content: "";
  position: absolute;
  left: -25px;
  right: -25px;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.mobile-menu
  .mobile-menu-wrapper
  ul.mobile-main-menu
  > li.mobile-menu-item.open
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a:hover,
.mobile-menu
  .mobile-menu-wrapper
  ul.mobile-main-menu
  > li.mobile-menu-item.open
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a:active,
.mobile-menu
  .mobile-menu-wrapper
  ul.mobile-main-menu
  > li.mobile-menu-item.open
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a:focus {
  text-decoration: none;
}

.mobile-menu .mobile-menu-phone a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  padding-bottom: 8px;
}

.menu-slider-wrapper {
  position: relative;
}

.main-menu-index-wrapper {
  position: absolute;
  width: 100%;
  z-index: 3;
}

.nav-wrapper {
  position: relative;
  z-index: 3;
}

.main-menu-wrapper {
  position: relative;
}

.main-menu-wrapper.main-menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  max-width: 100%;
  -webkit-box-shadow: 0 7px 4px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 4px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 4px -4px rgba(0, 0, 0, 0.2);
}

.main-menu-wrapper .main-menu-left {
  float: left;
  width: 77%;
  padding-left: 15px;
  position: relative;
}

.main-menu-wrapper .main-menu-right {
  float: right;
  width: 23%;
  position: relative;
}

.main-menu-wrapper .main-menu-left:before {
  content: "";
  position: absolute;
  height: 100%;
  right: 0;
  width: 800em;
}

.main-menu-wrapper .main-menu-right:before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
}

.main-menu-wrapper ul.main-menu {
  list-style: none;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}

.main-menu-wrapper ul.main-menu > li.menu-item {
  float: left;
  width: 14.28%;
  text-align: center;
}

.main-menu-wrapper ul.main-menu > li.menu-item > a {
  display: block;
  font-size: 12px;
  color: #fbfaf7;
  text-transform: uppercase;
  line-height: 48px;
  position: relative;
}

.main-menu-wrapper ul.main-menu > li.menu-item > a > i {
  font-size: 8px;
  line-height: 13px;
  vertical-align: middle;
  margin-left: 2px;
}

.main-menu-wrapper ul.main-menu > li.menu-item > .menu-item-parent-wrapper {
  z-index: -1;
}

.main-menu-wrapper ul.main-menu > li.menu-item > .menu-item-parent-wrapper {
  display: none;
  position: absolute;
  top: 5px;
}

.main-menu-wrapper
  ul.main-menu
  > li.menu-item:nth-of-type(6)
  > .menu-item-parent-wrapper,
.main-menu-wrapper
  ul.main-menu
  > li.menu-item:last-of-type
  > .menu-item-parent-wrapper {
  right: 0;
}

.main-menu-wrapper
  ul.main-menu
  > li.menu-item.active
  > .menu-item-parent-wrapper {
  display: block;
}

.main-menu-wrapper
  ul.main-menu
  > li.menu-item
  > .menu-item-parent-wrapper
  > ul.menu-item-parent {
  list-style: none;
  overflow: hidden;
  padding: 65px 30px 55px;
}

.main-menu-wrapper
  ul.main-menu
  > li.menu-item
  .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  min-width: 220px;
}

.main-menu-wrapper
  li.menu-item
  .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li,
.main-menu-wrapper
  li.menu-item
  .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a {
  font-size: 15px;
  color: #f3ad15;
  text-transform: uppercase;
}

.main-menu-wrapper
  li.menu-item
  .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a:hover,
.main-menu-wrapper
  li.menu-item
  .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a:active,
.main-menu-wrapper
  li.menu-item
  .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a:focus {
  text-decoration: none;
}

.main-menu-wrapper
  ul.main-menu
  > li.menu-item
  > .menu-item-parent-wrapper
  > .menu-item-parent
  > li
  .menu-item-parent-wrapper {
  display: none;
}

.main-menu-wrapper
  ul.main-menu
  > li.menu-item.active
  > .menu-item-parent-wrapper
  > .menu-item-parent
  > li
  .menu-item-parent-wrapper {
  display: block;
}

.main-menu-wrapper
  ul.main-menu
  > li.menu-item
  > .menu-item-parent-wrapper
  > .menu-item-parent
  > li
  .menu-item-parent-wrapper
  > ul.menu-item-parent {
  list-style: none;
  margin-top: 10px;
  padding-right: 25px;
}

.main-menu-wrapper
  ul.main-menu
  > li.menu-item
  .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li:last-child
  .menu-item-parent-wrapper
  > ul.menu-item-parent {
  padding-right: 0;
}

.main-menu-wrapper
  ul.main-menu
  > li.menu-item
  > .menu-item-parent-wrapper
  > .menu-item-parent
  > li
  .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li {
  display: block;
  text-align: left;
  position: relative;
  margin-left: -12px;
}

.main-menu-wrapper
  ul.main-menu
  > li.menu-item
  > .menu-item-parent-wrapper
  > .menu-item-parent
  > li
  .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-transform: none;
  padding: 6px 12px;
}

.contact-us-wrapper {
  position: relative;
}

.contact-us-wrapper > a.contact-us {
  display: block;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fbfaf7;
  text-align: center;
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
}

.contact-us-wrapper > a.contact-us:hover,
.contact-us-wrapper > a.contact-us:focus,
.contact-us-wrapper > a.contact-us:active {
  text-decoration: none;
  background-color: #ffc200;
  color: #5a502c;
}

.contact-us-wrapper > a.contact-us > i {
  padding-right: 5px;
}

p.policy-text {
  font-size: 12px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 0;
}

.wrapper {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  /*
    padding-bottom: 35px
    */
}

.wrapper .top-bg:before {
  position: absolute;
  content: "";
  background-image: url("images/bg-page-top.png");
  background-repeat: no-repeat;
  background-size: 100% 90%;
  background-position: top center;
  left: 0;
  height: 330px;
  width: 100%;
  z-index: -1;
  margin-top: 10px;
}

.wrapper.error {
  padding-bottom: 0;
}

.wrapper.error:before {
  display: none;
}

.wrapper.error .img-error {
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
}

.wrapper.error .img-error:before {
  content: "";
  position: absolute;
  background-image: url("images/404_track.png");
  background-repeat: no-repeat;
  width: 475px;
  height: 406px;
  top: 200px;
  z-index: -1;
}

.wrapper.error a {
  display: inline-block;
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
  color: #444242;
  text-transform: uppercase;
  text-decoration: underline;
}

.modal-cities-wrapper {
  position: absolute;
  top: -500px;
  width: 100%;
  background-color: #087b33;
  z-index: 7001;
  display: none;
}

.modal-cities {
  padding: 30px 0;
  z-index: 1;
  position: relative;
}

.modal-cities:before {
  content: "";
  position: absolute;
  background-color: #0a8b3a;
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
  transform: skewX(15deg);
  height: 100%;
  width: 100%;
  top: 0;
  display: block;
  z-index: -1;
}

.modal-cities-item {
  margin-left: 60px;
}

.modal-cities-item > p.modal-cities-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.modal-cities-item > a.city-item {
  display: inline-block;
  width: 33%;
  color: #fff;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

.modal-cities-item > a.city-item:before {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #0a8b3a;
}

.modal-cities-item > a.city-item:hover,
.modal-cities-item > a.city-item:active,
.modal-cities-item > a.city-item:focus {
  text-decoration: none;
}

.modal-cities-item > a.city-item.active:after,
.modal-cities-item > a.city-item:hover:after {
  content: "";
  position: absolute;
  left: 2px;
  background: #09cd56;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: 2px;
}

.modal-cities-map {
  position: relative;
}

a#modal-close-city-choose {
  position: absolute;
  background: url("images/btn-close-modal-city.png") no-repeat;
  width: 33px;
  height: 32px;
  right: 45px;
  top: 20px;
  opacity: 0.8;
  z-index: 10;
}

a#modal-close-city-choose:hover {
  opacity: 1;
}

.modal_geo {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #fff;
  z-index: 100;
  padding: 15px;
  border: 1px solid #ddd;
}

.modal_geo:before {
  content: "";
  border-style: solid;
  border-width: 10px 15px;
  position: absolute;
  top: -20px;
  left: 45%;
  margin-left: -10px;
  border-color: transparent transparent #ddd transparent;
}

.modal_geo:after {
  content: "";
  border-style: solid;
  border-width: 10px 15px;
  position: absolute;
  top: -19px;
  left: 45%;
  margin-left: -10px;
  border-color: transparent transparent #fff transparent;
}

#modal_geo .modal-body p.block-btn {
  margin: 0;
}

#modal_geo .modal-body p > button {
  margin-right: 15px;
}

.main-slider-wrapper {
  margin-top: 47px;
  z-index: 1;
}

.main-slider {
  z-index: 1;
}

.main-slider-nav-wrapper {
  position: relative;
  z-index: 2;
}

.main-slider-nav .slick-list {
  overflow: inherit;
}

.main-slider-nav .slick-track {
  margin: 0 auto;
}

.main-slider-item .main-slider-img {
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 31vw;
  /*496px*/
}

.main-slider-nav-item .main-slider-desc {
  display: none;
}

.main-slider-nav-item.slick-slide.slick-current.slick-active .main-slider-desc {
  display: block;
}

.main-slider-nav-item {
  position: relative;
}

.main-slider-nav-item .main-slider-desc {
  position: absolute;
  top: -200px;
  width: 450px;
  height: 100%;
  left: 10%;
  cursor: default;
}

.container-slid {
  margin: 0 auto;
  width: 57.7vw;
}

.main-slider-desc-new {
  padding-top: 7vw;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-slider-desc-new > div.column-left {
  height: 17.7vw;
  width: 14.7vw;
}

.main-slider-desc-new > div {
  width: 70%;
}

.main-slider-desc-new > div.column-right {
  width: 38vw;
}

.main-slider-nav-item .main-slider-desc.mat-cap {
  left: -40vw;
}

.main-slider-desc > div {
  position: absolute;
  top: -220px;
  width: 100%;
}

.main-slider-desc-new > div > h3.black-text {
  color: black;
}

.main-slider-desc-new > div > h3.green-text,
.main-slider-desc-new > div > h3 > span.green-text {
  color: #128e41;
}

.main-slider-desc > div > h3,
.main-slider-desc-new > div > h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
}

.main-slider-desc > div > h3,
.main-slider-desc-new > div > .text {
  padding: 15px 0;
  font-size: 24px;
}

.main-slider-desc > div > p,
.main-slider-desc-new > div > p {
  font-size: 13px;
  margin: 15px 0 0 0;
}

.main-slider-desc > div > ul,
.main-slider-desc-new > div > ul {
  padding-left: 18px;
  margin-top: 15px;
  font-size: 0.9vw;
  color: black;
}

.text-white {
  color: #fff;
}

.main-slider-desc-green {
  color: #128e41;
}

.main-slider-desc > div > a.btn-default,
.main-slider-desc-new > div > .btn-default,
.read {
  margin-top: 15px;
  color: #fff;
  background-color: #128e41;
  border-color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}

.main-slider-nav-item:nth-child(7):nth-last-child(1) .main-slider-desc,
.main-slider-nav-item:nth-child(6):nth-last-child(2) .main-slider-desc {
  text-align: right;
  left: auto;
  right: 10%;
}

.main-slider-nav-item:nth-child(7):nth-last-child(1)
  .main-slider-desc
  .check-img {
  margin: 15px 0 0 0;
  background-position: 86% 50%;
  width: 100%;
}

.main-slider-nav-item:nth-child(7):nth-last-child(1)
  .main-slider-desc
  .check-img:after {
  left: auto;
  right: 17.5%;
}

.main-slider-nav-item:nth-child(6):nth-last-child(2)
  .main-slider-desc
  .check-img {
  margin: 15px 0 0 0;
  background-position: 86% 50%;
  width: 100%;
}

.main-slider-nav-item:nth-child(6):nth-last-child(2)
  .main-slider-desc
  .check-img:after {
  left: auto;
  right: 17.5%;
}

.main-slider-desc .check-img {
  background: url("images/check_circle_main_slider.png") no-repeat;
  width: 42px;
  height: 42px;
  display: block;
  margin: 15px 0 0 45px;
  position: relative;
}

.main-slider-desc .check-img:after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #cfc3b7;
  top: 42px;
  bottom: -45px;
  left: 50%;
}

.main-slider-item.slick-slide,
.main-slider-nav-item.slick-slide.slick-current.slick-active {
  -webkit-transition: opacity 500ms ease 0s !important;
  -moz-transition: opacity 500ms ease 0s !important;
  -o-transition: opacity 500ms ease 0s !important;
  transition: opacity 500ms ease 0s !important;
}

.main-slider-nav-wrapper {
  padding-top: 10px;
  padding-bottom: 8px;
  position: relative;
  cursor: pointer;
}

.main-slider-nav-item-img {
  display: block;
  width: 81px;
  height: 82px;
  margin: 0 auto;
}

.main-slider-nav-item-title {
  color: #424141;
  font-size: 12px;
  text-transform: uppercase;
  height: 35px;
  display: block;
  overflow: hidden;
  /*width: 70%;*/
  text-align: center;
  margin: 10px auto 0 auto;
}

.main-slider-nav-item.slick-current .main-slider-nav-item-title {
  font-weight: bold;
}

.main-slider-nav-item:hover .main-slider-nav-item-img,
.main-slider-nav-item.slick-current.slick-active .main-slider-nav-item-img {
  background-position: -81px 0;
}

.main-slider-nav-item.slick-current.slick-active
  .main-slider-nav-wrapper:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10%;
  right: 10%;
  height: 6px;
}

.about-company-wrapper {
  background: url("images/bg-about.png") no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-company-wrapper .about-company-title {
  font-family: "Lato-Black", Arial, sans-serif;
  color: #424141;
  font-size: 34px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 0;
}

.about-company-wrapper p {
  font-size: 16px;
  text-align: center;
}

.about-company-desc {
  height: 110px;
  overflow: hidden;
  position: relative;
}

.about-company-desc.open {
  height: auto;
  transition: height 0.4s;
}

.about-company-desc:before {
  content: "";
  width: 100%;
  height: 65px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(10%, #fff),
    to(transparent)
  );
  background: linear-gradient(0deg, #fff 10%, transparent 100%);
}

.about-company-desc.open:before {
  display: none;
}

.about-company-desc ul,
.about-company-desc ol {
  padding-left: 50px;
}

.advantage-wrapper {
  display: table;
  width: 100%;
  margin: 0 auto;
}

.advantage-wrapper .advantage-left-wrapper,
.advantage-wrapper .advantage-right-wrapper {
  display: table-cell;
  position: relative;
  width: 50%;
}

.advantage-wrapper .advantage-left-wrapper:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}

.advantage-wrapper .advantage-right-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 20px;
  bottom: 0;
  z-index: -1;
}

.advantage-left {
  padding: 30px 0 20px 0;
  color: #fff;
  width: 40%;
  margin: 0 40px 0 auto;
}

.advantage-left h2 {
  margin-bottom: 50px;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.3;
  color: #fff;
}

.advantage-left h2 > span {
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
}

.advantage-left ul {
  margin-left: 40px;
  margin-bottom: 0;
}

.advantage-left ul > li {
  font-size: 17px;
  margin-bottom: 15px;
}

.advantage-right {
  padding: 25px 0 0 0;
  width: 60%;
  margin: 0 auto 0 40px;
}

.advantage-right h2 {
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
  color: #ffc200;
  margin-bottom: 20px;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.5;
}

.advantage-right a {
  margin-bottom: 15px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  position: relative;
  line-height: 1.3;
  padding: 10px 0 10px 80px;
  z-index: 1;
}

.advantage-right a:before {
  position: absolute;
  width: 68px;
  height: 69px;
  margin-left: -80px;
  top: 50%;
  margin-top: -34px;
}

.advantage-right a:nth-of-type(3) {
  display: table-cell;
  vertical-align: middle;
  height: 89px;
}

.advantage-right a:nth-of-type(1):before {
  content: url("images/advantage-1.png");
}

.advantage-right a:nth-of-type(2):before {
  content: url("images/advantage-2.png");
  top: 50%;
  margin-top: -35px;
}

.advantage-right a:nth-of-type(3):before {
  content: url("images/advantage-3.png");
  height: 43px;
  top: 50%;
  margin-top: -23px;
}

.advantage-right a > span {
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
}

.advantage-right a:hover {
  text-decoration: none;
}

.advantage-right a:hover:after {
  content: "";
  position: absolute;
  background: url("images/bg-advantage-link.png") no-repeat;
  background-size: cover;
  left: -40px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.only-rg-wrapper {
  background: url("images/bg-about.png") no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  padding: 50px 0 50px 0;
  position: relative;
}

.advantage-wrapper .consultation-button {
  margin-top: 30px;
  padding-bottom: 25px;
}

.advantage-wrapper span.get-consultation {
  position: relative;
  display: block;
  padding: 30px 15px;
  background-color: #ffc200;
  border-radius: 10px;
  color: #1e1e1e;
  font-size: 26px;
  cursor: pointer;
  padding-left: 110px;
  line-height: 1.1;
  text-transform: uppercase;
  width: 500px;
}

.advantage-wrapper span.get-consultation:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -35px;
  background-image: url("images/icon-consultation.png");
  background-repeat: no-repeat;
  width: 69px;
  height: 69px;
}

.only-rg-wrapper h2 {
  color: #323232;
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.only-rg-wrapper h2 span {
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
}

.only-rg-wrapper h3 a {
  line-height: 25px;
  color: #1b1b1b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin: 25px 0 3px 0;
}

.only-rg-wrapper p {
  color: #787878;
  margin: 0;
  font-size: 14px;
  line-height: normal;
}

.only-rg-wrapper a.only-rg-link {
  display: block;
  width: 135px;
  height: 135px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999px;
}

.only-rg-wrapper a.only-rg-link:before {
  content: "";
  position: absolute;
  left: 0;
  width: 135px;
  height: 135px;
}

.our-partners-wrapper {
  background: url("images/bg-our-partners.jpg") no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.our-partners-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 26px;
  padding: 50px 0;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
}

.our-partners-title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100em;
  z-index: -1;
}

.our-partner-slider {
  margin-left: 15px;
  margin-right: 15px;
  padding: 30px 0;
}

.slider-block-item img {
  margin: 0 auto;
}

.our-partner-slider .slick-prev,
.our-partner-slider .slick-next {
  width: 30px;
  height: 30px;
}

.our-partner-slider .slick-prev {
  left: -35px;
}

.our-partner-slider .slick-prev:before {
  content: "\f104";
  font: 30px/1 "FontAwesome";
  color: #838383;
  font-weight: bold;
}

.our-partner-slider .slick-next {
  right: -35px;
}

.our-partner-slider .slick-next:before {
  content: "\f105";
  font: 30px/1 "FontAwesome";
  color: #838383;
  font-weight: bold;
}

.smi-wrapper {
  padding: 70px 0;
}

.smi-tabs {
  text-align: center;
  border-bottom: 0;
  margin-bottom: 40px;
}

.nav-tabs.smi-tabs > li {
  float: none;
  margin-bottom: 0;
  display: inline-block;
}

.nav-tabs.smi-tabs > li > a {
  padding: 5px 25px;
  color: #69747b;
}

.nav-tabs.smi-tabs > li > a:hover {
  background-color: #fff;
  border-radius: 0;
}

.nav-tabs.smi-tabs > li.active > a {
  border-radius: 0;
}

.smi-content > .active {
  position: relative;
}

.smi-content a.url-page {
  position: absolute;
  right: 15px;
  top: -75px;
  color: #767676;
}

.smi-content a.url-page > i {
  margin-right: 10px;
}

.smi-content .item-img {
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}

.smi-content h3 {
  color: #1b1b1b;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1.4;
  height: 45px;
  overflow: hidden;
}

.smi-content h3 > a {
  text-decoration: none;
  display: block;
}

.smi-content h3 > a:hover {
  text-decoration: underline;
}

.smi-content p {
  color: #787878;
  font-size: 14px;
}

.smi-content a {
  color: #787878;
  text-decoration: underline;
}

.smi-content a:hover {
  text-decoration: none;
}

.smi-content a.more {
  margin-top: 15px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.smi-content a.more:hover {
  text-decoration: underline;
}

.btn-consultation-articles {
  position: relative;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin: 45px 0 25px 0;
}

.btn-consultation-articles span {
  font-family: "Roboto-Bold", Arial, Sans-Serif, Helvetica;
  font-size: 20px;
  text-transform: uppercase;
}

.btn-consultation-articles span:nth-of-type(3) {
  font-size: 24px;
}

p.btn-consultation-articles:before {
  content: "";
  position: absolute;
  background: url("images/btn-consultation-articles.png") no-repeat;
  height: 112px;
  z-index: -1;
  top: 50%;
  margin-top: -56px;
  background-position: center center;
  width: 100%;
  left: 0;
}

.map-index-btn-wrapper {
  position: relative;
}

.map-index-wrapper .map-index-btn {
  position: absolute;
  width: 186px;
  height: 41px;
  text-align: center;
  top: -41px;
  right: 0;
  display: block;
}

.read-more-wrapper {
  margin-top: 25px;
}

a.read-more {
  border-radius: 0;
  border-color: #4a4a4a;
  color: #616161;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 14px;
  line-height: normal;
}

.main-footer {
  color: #fff;
  padding: 25px 0;
}

a.logo-footer {
  display: inline-block;
}

ul.social-link {
  list-style: none;
  margin-bottom: 0;
}

ul.social-link > li {
  display: inline-block;
  min-width: 1%;
  margin-right: 20px;
}

ul.social-link > li > a {
  color: #fff;
  display: block;
}

ul.social-link > li > a > i {
  font-size: 32px;
  line-height: 50px;
}

.priambula-wrapper {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.priambula-wrapper > p {
  font-size: 12px;
  margin: 0;
}

.category-wrapper .read-also-title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}

.category-wrapper .item-wrapper {
  margin-bottom: 40px;
}

.category-wrapper .item-wrapper > a {
  display: block;
}

.category-wrapper .item-wrapper > a:hover {
  text-decoration: none;
}

.category-wrapper .item-wrapper > a:hover h2.item-title {
  text-decoration: underline;
}

.category-wrapper .item-wrapper span.item-date {
  color: #373737;
  margin-bottom: 10px;
  display: block;
}

.category-wrapper .item-wrapper .item-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 210px;
}

.category-wrapper .item-wrapper .item-title {
  font-size: 20px;
  font-weight: bold;
  color: #384048;
  height: 45px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}

.category-wrapper .item-wrapper .item-desc {
  position: relative;
  font-size: 14px;
  color: #787b80;
  padding-top: 15px;
  height: 75px;
  overflow: hidden;
}

.category-wrapper .item-wrapper .item-desc > p {
  font-size: 14px;
}

.category-wrapper .item-wrapper .item-desc:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background-color: #f1f1f1;
  width: 50%;
}

.category-wrapper .item-wrapper a.read {
  padding: 8px 20px;
  background-color: #03be4c;
  border-radius: 100px;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 10px;
}

.pagination-estate .pagination > li > a,
.pagination-estate .pagination > li > span {
  border: 0;
  margin-right: 5px;
  margin-left: 5px;
  color: #5c6164;
  font-size: 14px;
  width: 35px;
}

.pagination-estate .pagination > li.prev > a,
.pagination-estate .pagination > li.next > a {
  border-radius: 50%;
  padding: 0;
  width: 38px;
  height: 38px;
  line-height: 34px;
}

.pagination-estate .pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-estate .pagination > li.active > a {
  font-size: 16px;
  background-color: inherit;
  border-color: inherit;
  font-weight: bold;
}

.pagination-estate .pagination > li > a:hover,
.pagination-estate .pagination > li > a:focus,
.pagination-estate .pagination > li > a:active {
  background-color: inherit;
  border-color: inherit;
  font-weight: bold;
  font-size: 16px;
}

.pagination-estate .pagination > .disabled > span {
  display: none;
}

.view-wrapper ul,
.view-wrapper ol,
.view-wrapper dl {
  padding-left: 70px;
}

.view-wrapper {
  word-wrap: break-word;
}

.nav-user.nav-pills > li > a {
  color: #027830;
}

.nav-user.nav-pills > li.active > a,
.nav-user.nav-pills > li.active > a:focus,
.nav-user.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #027830;
  cursor: default;
}

.nav-user.nav-pills > li > a:focus,
.nav-user.nav-pills > li > a:hover {
  color: #fff;
  background-color: #02bd4b;
}

.theme-default .main-menu-index-wrapper,
.theme-default .main-menu-wrapper.main-menu-fixed,
.theme-default .nav-wrapper {
  background-color: #02bd4b;
}

.theme-default .main-menu-wrapper .main-menu-left:before {
  background: #02bd4b;
  background: linear-gradient(to right, #027830 90%, #02bd4b);
  background: -webkit-linear-gradient(0deg, #027830 90%, #02bd4b);
  background: -o-linear-gradient(0deg, #027830 90%, #02bd4b);
  background: -moz-linear-gradient(0deg, #027830 90%, #02bd4b);
}

.theme-default .main-menu-wrapper .main-menu-right:before {
  background: #02bd4b;
  background: linear-gradient(to left, #02bd4b 25%, #027830);
  background: -webkit-linear-gradient(180deg, #02bd4b 25%, #027830);
  background: -o-linear-gradient(180deg, #02bd4b 25%, #027830);
  background: -moz-linear-gradient(180deg, #02bd4b 25%, #027830);
}

.theme-default .main-menu-wrapper ul.main-menu > li.menu-item > a:hover,
.theme-default .main-menu-wrapper ul.main-menu > li.menu-item > a:active,
.theme-default .main-menu-wrapper ul.main-menu > li.menu-item > a:focus {
  text-decoration: none;
  background-color: #ffc200;
  color: #5a502c;
}

.theme-default
  .main-menu-wrapper
  ul.main-menu
  > li.menu-item
  > .menu-item-parent-wrapper {
  background: url("images/bg-menu-parent.png") no-repeat;
  background-size: 100% 95%;
  background-position: 0 -7px;
}

.theme-default
  .main-menu-wrapper
  ul.main-menu
  > li.menu-item
  > .menu-item-parent-wrapper
  > .menu-item-parent
  > li
  .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a:hover {
  text-decoration: none;
  background-color: #0a8b3a;
}

.theme-default
  .main-slider-nav-item.slick-current.slick-active
  .main-slider-nav-wrapper:after {
  background-color: #49c149;
}

.theme-default .advantage-wrapper .advantage-left-wrapper:before {
  background: url("images/bg-edin.jpg") no-repeat;
  background-size: cover;
}

.theme-default .advantage-wrapper .advantage-right-wrapper:before {
  background: url("images/bg-help-you.jpg") no-repeat;
  background-size: cover;
}

.theme-default .advantage-wrapper span.get-consultation:hover {
  -webkit-box-shadow: -10px 10px 5px 0 rgba(7, 94, 40, 0.7);
  -moz-box-shadow: -10px 10px 5px 0 rgba(7, 94, 40, 0.7);
  box-shadow: -10px 10px 5px 0 rgba(7, 94, 40, 0.7);
}

.theme-default .only-rg-wrapper a.only-rg-link.icon-db-estate:before {
  background-image: url("images/icon-db-estate.png");
}

.theme-default .only-rg-wrapper a.only-rg-link.icon-clear-deal:before {
  background-image: url("images/icon-clear-deal.png");
}

.theme-default .only-rg-wrapper a.only-rg-link.icon-search:before {
  background-image: url("images/icon-search.png");
}

.theme-default .only-rg-wrapper a.only-rg-link.icon-estate:before {
  background-image: url("images/icon-estate.png");
}

.theme-default .our-partners-title:after {
  background: rgba(9, 140, 58, 0.5);
}

.theme-default .nav-tabs.smi-tabs > li.active > a,
.theme-default .nav-tabs.smi-tabs > li > a:hover {
  color: #00b045;
  border: 1px solid #00b045;
}

.theme-default .smi-content a.url-page > i,
.theme-default .smi-content a.url-page:hover {
  color: #00b045;
}

.theme-default .smi-content a.more {
  color: #00b045;
}

.theme-default .map-index-wrapper .map-index-btn {
  background: url("images/btn-index-map.png") no-repeat center center;
}

.theme-default .main-footer {
  background: url("images/bg-footer.jpg") no-repeat center center;
  background-size: cover;
}

.theme-default a.policy-link {
  color: #0dbc4e;
  text-decoration: underline;
}

.theme-default .pagination-estate .pagination > li.prev > a,
.theme-default .pagination-estate .pagination > li.next > a {
  border: 2px solid #02be4c;
}

.theme-default .pagination-estate .pagination > li.prev > a > i:before,
.theme-default .pagination-estate .pagination > li.next > a > i:before {
  color: #02be4c;
}

.theme-default .pagination-estate .pagination > li.active > a,
.theme-default .pagination-estate .pagination > li > a:hover,
.theme-default .pagination-estate .pagination > li > a:focus,
.theme-default .pagination-estate .pagination > li > a:active {
  color: #02be4c;
  border-bottom: 2px solid #02be4c;
}

.theme-default .count > i {
  background-color: #02be4c;
}

.theme-default .panel-filter-object-class input[type="checkbox"] + label:hover,
.theme-default
  .panel-filter-object-class
  input[type="checkbox"]:checked
  + label,
.theme-default .panel-filter-material input[type="checkbox"] + label:hover,
.theme-default .panel-filter-material input[type="checkbox"]:checked + label,
.theme-default .panel-filter-district input[type="checkbox"] + label:hover,
.theme-default .panel-filter-district input[type="checkbox"]:checked + label,
.theme-default .filter-content .checkbox-check-all .check-all:hover,
.theme-default .filter-content .checkbox-check-all .check-all.check,
.theme-default .filter-content .checkbox-check-all .check-all:hover,
.theme-default .filter-content .checkbox-check-all .check-all.check {
  color: #02be4c;
}

.theme-default
  .panel-filter-object-class
  input[type="checkbox"]:checked
  + label:before,
.theme-default
  .panel-filter-material
  input[type="checkbox"]:checked
  + label:before,
.theme-default
  .panel-filter-district
  input[type="checkbox"]:checked
  + label:before,
.theme-default .filter-content .checkbox-check-all .check-all.check:before {
  border: 1px solid #56d086;
}

.theme-default
  .panel-filter-district
  .checkbox-block
  input[type="checkbox"]:checked
  + label:after,
.theme-default
  .panel-filter-material
  input[type="checkbox"]:checked
  + label:after,
.theme-default .filter-content .checkbox-check-all .check-all.check:after,
.theme-default .panel-filter-object-class input[type="checkbox"] + label:after {
  background-color: #02be4c;
}

.theme-default .form-group-rooms input[type="checkbox"] + label:before {
  background-color: #04b549;
  border: 1px solid #088337;
}

.theme-default .panel-filter .btn-filter {
  background-color: #02be4c;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(8, 102, 43, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(8, 102, 43, 1);
  box-shadow: 2px 4px 2px 0 rgba(8, 102, 43, 1);
}

.theme-default .panel-filter .btn-filter:hover {
  background-color: #02be4c;
}

.theme-default a.filter-office.active {
  background-color: #02be4c;
}

.theme-default a.filter-office:hover,
.theme-default a.filter-office:active,
.theme-default a.filter-office:focus {
  color: #fff;
  background-color: #02be4c;
}

.theme-default .block-content-more {
  color: #02be4c;
  border: 1px solid #02be4c;
}

.theme-default .block-content-more:hover,
.theme-default .block-content-more:active,
.theme-default .block-content-more:focus,
.theme-default .block-content-more.active {
  color: #fff;
  background-color: #02be4c;
}

.theme-default .top-wrapper:hover .top-button,
.theme-default .top-wrapper:hover .top-button i {
  color: #02be4c;
}

.theme-default .view-map.active,
.theme-default .view-map:hover,
.theme-default .view-map:active,
.theme-default .view-map:focus {
  color: #02be4c;
}

.theme-default .view-tablet span.icon-view-tablet:before,
.theme-default .view-tablet span.icon-view-list:before,
.theme-default .view-tablet.active span.icon-view-tablet:before,
.theme-default .view-tablet.active span.icon-view-list:before {
  background-image: url("images/icon-catalog-panel-header.jpg");
  background-repeat: no-repeat;
}

.theme-default .nav-object > li.map a:hover,
.theme-default .nav-object > li.map.active a,
.theme-default .object-right .estate-object-button-hypothec > a:hover,
.theme-default .object-right .estate-object-button-msc > a:hover {
  border: 1px solid #02993d;
  background-color: #02bf4c;
  -webkit-box-shadow: inset -7px -7px 0 0 rgba(2, 153, 61, 1);
  -moz-box-shadow: inset -7px -7px 0 0 rgba(2, 153, 61, 1);
  box-shadow: inset -7px -7px 0 0 rgba(2, 153, 61, 1);
  color: #fff;
}

.theme-default .nav-object li.images a:hover,
.theme-default .nav-object li.images a:focus,
.theme-default .nav-object li.images a:active {
  background-color: inherit !important;
  color: #02bf4c;
}

.theme-default .object-right .estate-object-button-hypothec > a:before,
.theme-default .object-right .estate-object-button-msc > a:before {
  background-image: url("images/estate-object-one-buttons_arrows.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.theme-default .object-right .estate-object-button-hypothec > a:hover:before,
.theme-default .object-right .estate-object-button-msc > a:hover:before {
  background-position: 0 -58px;
}

.theme-default .btn-object-consultation {
  background-image: url("images/button_order_konsult.gif");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.theme-default .btn-object-consultation:hover,
.theme-default .btn-object-consultation:active,
.theme-default .btn-object-consultation:focus {
  color: #51565a;
  background-color: #ebebeb;
  background-image: none;
  -webkit-box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
  -moz-box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
  box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
}

.theme-default .similar-objects-slider ul.slick-dots li button:before {
  color: #02be4c;
  font-size: 16px;
}

.theme-default
  .similar-objects-slider
  ul.slick-dots
  li.slick-active
  button:before {
  color: #02be4c;
}

.theme-default .new-building-grid a.button-hot-deals,
.theme-default .new-building-list a.button-hot-deals,
.theme-default .estate-grid a.button-hot-deals,
.theme-default .objects-list a.button-hot-deals {
  background-image: url("images/bg-button-hot-deals.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.theme-default .new-building-grid span.button-tour,
.theme-default .new-building-list span.button-tour,
.theme-default .estate-grid span.button-tour,
.theme-default .objects-list span.button-tour {
  background-image: url("images/bg-button-tour.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.theme-default .new-building-grid a.button-ipoteka,
.theme-default .new-building-list a.button-ipoteka,
.theme-default .estate-grid a.button-ipoteka,
.theme-default .objects-list a.button-ipoteka {
  background-image: url("images/bg-button-ipoteka.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.theme-default
  .form-survey-wrapper
  input[type="checkbox"]:checked
  + label:before,
.theme-default
  .form-sell-apartment-wrapper
  input[type="checkbox"]:checked
  + label:before,
.theme-default
  .form-refinancing-wrapper
  input[type="checkbox"]:checked
  + label:before {
  color: #fff;
  font-weight: bold;
  background-color: #10a624;
  border: 3px solid #10a624;
}

.theme-default .form-survey-wrapper button[type="submit"] {
  color: #fff;
  background-color: #0d9b42;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(8, 102, 43, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(8, 102, 43, 1);
  box-shadow: 2px 4px 2px 0 rgba(8, 102, 43, 1);
}

.block-interestinglies-wrapper .slick-slider .slick-track {
  flex-wrap: wrap;
}

.block-interestinglie-item.slider-block-item.text-center.slick-slide.slick-current.slick-active,
.block-interestinglie-item.slider-block-item.text-center.slick-slide.slick-active {
  width: 28%;
}

.theme-default
  .block-interestinglie-item
  .block-interestinglie-item-img
  > a:hover:before {
  border: 4px solid #0d9b42;
}

.theme-default .form-sell-apartment-wrapper {
  padding: 50px 0;
}

.theme-default .form-sell-apartment-wrapper button[type="submit"],
.theme-default .form-refinancing-wrapper button[type="submit"] {
  color: #fff;
  background-color: #0d9b42;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(8, 102, 43, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(8, 102, 43, 1);
  box-shadow: 2px 4px 2px 0 rgba(8, 102, 43, 1);
}

.theme-default .form-sell-apartment-wrapper input[type="radio"] + label:before {
  background-color: #04b549;
}

.theme-default #slider-range-priceEstate > span,
.theme-default #slider-range-balanceDebt > span {
  background: #097531;
  border-color: #097531;
}

.theme-default #slider-range-priceEstate .ui-widget-header,
.theme-default #slider-range-balanceDebt .ui-widget-header {
  background: #02be4c;
  border-color: #02be4c;
}

.theme-default .work-wrapper .work-section-title h2:before,
.theme-default .work-wrapper .section-scope ul li:hover:before {
  background-color: #00af44;
}

.theme-default
  .vacancy-wrapper
  .vacancy-items
  .panel
  .panel-heading-right
  h2.panel-title
  a:hover,
.theme-default
  .vacancy-wrapper
  .vacancy-items
  .panel
  .panel-heading-right
  h2.panel-title
  a[aria-expanded="true"] {
  color: #03be4c;
}

.theme-default
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .responsibility-item-wrapper
  h4,
.theme-default
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .demands-item-wrapper
  h4 {
  color: #03be4c;
}

.theme-default
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .responsibility-item-wrapper
  h4:before,
.theme-default
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .demands-item-wrapper
  h4:before {
  background-image: url("images/bg-vacancy-left.png");
  background-repeat: no-repeat;
}

.theme-default .department-item .department-title a:hover:before,
.theme-default .department-item .department-title a.active:before {
  background-color: #03bb4b;
}

.theme-default .worker-information .info-detail .worker-contacts p.phone span,
.theme-default .worker-information .info-detail .worker-contacts p > a:hover,
.theme-default .worker-information .info-detail .worker-contacts p > a:focus,
.theme-default
  .department-description-wrapper
  .department-description
  .department-description-header
  h1 {
  color: #03bb4b;
}

.theme-default
  .department-description-wrapper
  .department-description
  .department-description-footer
  a.department-link {
  color: #04b348;
  border: 2px solid #04b348;
}

.theme-default .modal-callback {
  background: url("images/bg-modal-callback.png") no-repeat;
  background-size: 100% 100%;
}

.theme-default .modal-reviews-wrapper .modal-reviews {
  background: url("images/bg-modal-callback.png") no-repeat;
  background-size: cover;
}

.theme-default .reviews-slider-main .owl-nav .owl-prev:hover:before,
.theme-default .reviews-slider-main .owl-nav .owl-next:hover:before,
.theme-default .reviews-slider-nav .owl-nav .owl-prev:hover:before,
.theme-default .reviews-slider-nav .owl-nav .owl-next:hover:after,
.theme-default .reviews-slider-main .owl-nav .owl-next:hover:after,
.theme-default .reviews-slider-nav .owl-nav .owl-next:hover:after {
  color: #04b348;
}

.theme-default .reviews-slider-nav .owl-dots .owl-dot.active span,
.theme-default .reviews-slider-nav .owl-dots .owl-dot:hover span {
  background: #04b348;
}

.theme-default .green {
  background-color: #093;
  color: #fff;
}

.theme-default button.hypothec-button {
  color: #fff;
  background-color: #0d9b42;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(8, 102, 43, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(8, 102, 43, 1);
  box-shadow: 2px 4px 2px 0 rgba(8, 102, 43, 1);
}

@media screen and (max-width: 991px) {
  .theme-default .mobile-filter {
    background-color: #02be4c;
    color: #fff;
  }

  .theme-default .mobile-filter:hover,
  .theme-default .mobile-filter:active,
  .theme-default .mobile-filter:focus {
    color: #fff;
    background-color: #027830;
  }

  .theme-default .panel-filter .filter-close {
    border: 1px solid #02be4c;
    -webkit-box-shadow: 2px 4px 2px 0 rgba(8, 102, 43, 1);
    -moz-box-shadow: 2px 4px 2px 0 rgba(8, 102, 43, 1);
    box-shadow: 2px 4px 2px 0 rgba(8, 102, 43, 1);
  }

  .theme-default .mobile-btn-consult-wrapper {
    background-color: #02bf4c;
  }

  .theme-default .our-partners-wrapper:before {
    background: rgba(9, 140, 58, 0.5);
  }
}

@media screen and (max-width: 767px) {
  .theme-default .m-header-wrapper {
    background-color: #02bd4b;
  }

  .block-interestinglie-item.slider-block-item.text-center.slick-slide.slick-current.slick-active,
  .block-interestinglie-item.slider-block-item.text-center.slick-slide.slick-active {
    width: 100%;
  }

  .theme-default .mobile-menu {
    background-color: #027830;
    border-color: #027830;
  }

  .theme-default .mobile-main-menu .mobile-menu-item > a {
    background-color: #027830;
    border-bottom: 1px solid #005012;
    color: #fff;
  }

  .theme-default
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper {
    background-color: #006621;
  }

  .theme-default
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent {
    background-color: #005012;
  }

  .theme-default
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper {
    background-color: #006621;
  }

  .theme-default
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a:hover:before,
  .theme-default
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a:focus:before,
  .theme-default
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a:active:before {
    background-color: #0a8b3a;
  }
}

.theme-red .main-menu-index-wrapper,
.theme-red .main-menu-wrapper.main-menu-fixed,
.theme-red .nav-wrapper {
  background-color: #b30004;
}

.theme-red .main-menu-wrapper .main-menu-left:before {
  background: #b30004;
  background: linear-gradient(to right, #660001 90%, #b30004);
  background: -webkit-linear-gradient(0deg, #660001 90%, #b30004);
  background: -o-linear-gradient(0deg, #660001 90%, #b30004);
  background: -moz-linear-gradient(0deg, #660001 90%, #b30004);
}

.theme-red .main-menu-wrapper .main-menu-right:before {
  background: #b30004;
  background: linear-gradient(to left, #b30004 25%, #660001);
  background: -webkit-linear-gradient(180deg, #b30004 25%, #660001);
  background: -o-linear-gradient(180deg, #b30004 25%, #660001);
  background: -moz-linear-gradient(180deg, #b30004 25%, #660001);
}

.theme-red .main-menu-wrapper ul.main-menu > li.menu-item > a:hover,
.theme-red .main-menu-wrapper ul.main-menu > li.menu-item > a:active,
.theme-red .main-menu-wrapper ul.main-menu > li.menu-item > a:focus {
  text-decoration: none;
  background-color: #ffc200;
  color: #5a502c;
}

.theme-red
  .main-menu-wrapper
  ul.main-menu
  > li.menu-item
  > .menu-item-parent-wrapper {
  background: url("images/bg-menu-parent_1.png") no-repeat;
  background-size: 100% 95%;
  background-position: 0 -7px;
}

.theme-red
  .main-menu-wrapper
  ul.main-menu
  > li.menu-item
  > .menu-item-parent-wrapper
  > .menu-item-parent
  > li
  .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a:hover {
  text-decoration: none;
  background-color: #b30004;
}

.theme-red
  .main-slider-nav-item.slick-current.slick-active
  .main-slider-nav-wrapper:after {
  background-color: #b30004;
}

.theme-red .advantage-wrapper .advantage-left-wrapper:before {
  background: url("images/bg-edin_1.jpg") no-repeat;
  background-size: cover;
}

.theme-red .advantage-wrapper .advantage-right-wrapper:before {
  background: url("images/bg-help-you_1.jpg") no-repeat;
  background-size: cover;
}

.theme-red .advantage-wrapper span.get-consultation:hover {
  -webkit-box-shadow: -10px 10px 5px 0 rgba(179, 0, 4, 0.8);
  -moz-box-shadow: -10px 10px 5px 0 rgba(179, 0, 4, 0.8);
  box-shadow: -10px 10px 5px 0 rgba(179, 0, 4, 0.8);
}

.theme-red .only-rg-wrapper a.only-rg-link.icon-db-estate:before {
  background-image: url("images/icon-db-estate_1.png");
}

.theme-red .only-rg-wrapper a.only-rg-link.icon-clear-deal:before {
  background-image: url("images/icon-clear-deal_1.png");
}

.theme-red .only-rg-wrapper a.only-rg-link.icon-search:before {
  background-image: url("images/icon-search_1.png");
}

.theme-red .only-rg-wrapper a.only-rg-link.icon-estate:before {
  background-image: url("images/icon-estate_1.png");
}

.theme-red .our-partners-title:after {
  background: rgba(179, 0, 4, 0.5);
}

.theme-red .nav-tabs.smi-tabs > li.active > a,
.theme-red .nav-tabs.smi-tabs > li > a:hover {
  color: #b30004;
  border: 1px solid #b30004;
}

.theme-red .smi-content a.url-page > i,
.theme-red .smi-content a.url-page:hover {
  color: #b30004;
}

.theme-red .smi-content a.more {
  color: #b30004;
}

.theme-red .map-index-wrapper {
  border-top: 5px solid #6e0e00;
}

.theme-red .map-index-wrapper .map-index-btn {
  background: url("images/btn-index-map_1.png") no-repeat center center;
}

.theme-red .main-footer {
  background: url("images/bg-footer_1.jpg") no-repeat center center;
  background-size: cover;
}

.theme-red a.policy-link {
  color: #b30004;
  text-decoration: underline;
}

.theme-red .pagination-estate .pagination > li.prev > a,
.theme-red .pagination-estate .pagination > li.next > a {
  border: 2px solid #b30004;
}

.theme-red .pagination-estate .pagination > li.prev > a > i:before,
.theme-red .pagination-estate .pagination > li.next > a > i:before {
  color: #b30004;
}

.theme-red .pagination-estate .pagination > li.active > a,
.theme-red .pagination-estate .pagination > li > a:hover,
.theme-red .pagination-estate .pagination > li > a:focus,
.theme-red .pagination-estate .pagination > li > a:active {
  color: #b30004;
  border-bottom: 2px solid #b30004;
}

.theme-red .count > i {
  background-color: #b30004;
}

.theme-red .panel-filter-object-class input[type="checkbox"] + label:hover,
.theme-red .panel-filter-object-class input[type="checkbox"]:checked + label,
.theme-red .panel-filter-material input[type="checkbox"] + label:hover,
.theme-red .panel-filter-material input[type="checkbox"]:checked + label,
.theme-red .panel-filter-district input[type="checkbox"] + label:hover,
.theme-red .panel-filter-district input[type="checkbox"]:checked + label,
.theme-red .filter-content .checkbox-check-all .check-all:hover,
.theme-red .filter-content .checkbox-check-all .check-all.check {
  color: #b30004;
}

.theme-red
  .panel-filter-object-class
  input[type="checkbox"]:checked
  + label:before,
.theme-red .panel-filter-material input[type="checkbox"]:checked + label:before,
.theme-red .panel-filter-district input[type="checkbox"]:checked + label:before,
.theme-red .filter-content .checkbox-check-all .check-all.check:before {
  border: 1px solid #b30004;
}

.theme-red
  .panel-filter-district
  .checkbox-block
  input[type="checkbox"]:checked
  + label:after,
.theme-red .panel-filter-material input[type="checkbox"]:checked + label:after,
.theme-red .filter-content .checkbox-check-all .check-all.check:after,
.theme-red .panel-filter-object-class input[type="checkbox"] + label:after {
  background-color: #b30004;
}

.theme-red .form-group-rooms input[type="checkbox"] + label:before {
  background-color: #b30004;
  border: 1px solid #990100;
}

.theme-red .panel-filter .btn-filter {
  background-color: #b30004;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(110, 14, 0, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(110, 14, 0, 1);
  box-shadow: 2px 4px 2px 0 rgba(110, 14, 0, 1);
}

.theme-red a.filter-office.active {
  background-color: #b30004;
}

.theme-red a.filter-office:hover,
.theme-red a.filter-office:active,
.theme-red a.filter-office:focus {
  color: #fff;
  background-color: #b30004;
}

.theme-red .block-content-more {
  color: #b30004;
  border: 1px solid #b30004;
}

.theme-red .block-content-more:hover,
.theme-red .block-content-more:active,
.theme-red .block-content-more:focus,
.theme-red .block-content-more.active {
  color: #fff;
  background-color: #b30004;
}

.theme-red .top-wrapper:hover .top-button,
.theme-red .top-wrapper:hover .top-button i {
  color: #b30004;
}

.theme-red .view-map.active,
.theme-red .view-map:hover,
.theme-red .view-map:active,
.theme-red .view-map:focus {
  color: #b30004;
}

.theme-red .view-tablet span.icon-view-tablet:before,
.theme-red .view-tablet span.icon-view-list:before,
.theme-red .view-tablet.active span.icon-view-tablet:before,
.theme-red .view-tablet.active span.icon-view-list:before {
  background-image: url("images/icon-catalog-panel-header_1.jpg");
  background-repeat: no-repeat;
}

.theme-red .nav-object > li.map a:hover,
.theme-red .nav-object > li.map.active a,
.theme-red .object-right .estate-object-button-hypothec > a:hover,
.theme-red .object-right .estate-object-button-msc > a:hover {
  border: 1px solid #990100;
  background-color: #b30004;
  -webkit-box-shadow: inset -7px -7px 0 0 rgba(153, 1, 0, 1);
  -moz-box-shadow: inset -7px -7px 0 0 rgba(153, 1, 0, 1);
  box-shadow: inset -7px -7px 0 0 rgba(153, 1, 0, 1);
  color: #fff;
}

.theme-red .nav-object li.images a:hover,
.theme-red .nav-object li.images a:focus,
.theme-red .nav-object li.images a:active {
  background-color: inherit !important;
  color: #b30004;
}

.theme-red .object-right .estate-object-button-hypothec > a:before,
.theme-red .object-right .estate-object-button-msc > a:before {
  background-image: url("images/estate-object-one-buttons_arrows_1.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.theme-red .object-right .estate-object-button-hypothec > a:hover:before,
.theme-red .object-right .estate-object-button-msc > a:hover:before {
  background-position: 0 -58px;
}

.theme-red .btn-object-consultation {
  background-image: url("images/button_order_konsult.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.theme-red .btn-object-consultation:hover,
.theme-red .btn-object-consultation:active,
.theme-red .btn-object-consultation:focus {
  color: #51565a;
  background-color: #ebebeb;
  background-image: none;
  -webkit-box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
  -moz-box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
  box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
}

.theme-red .similar-objects-slider ul.slick-dots li button:before {
  color: #b30004;
  font-size: 16px;
}

.theme-red .similar-objects-slider ul.slick-dots li.slick-active button:before {
  color: #b30004;
}

.theme-red .new-building-grid a.button-hot-deals,
.theme-red .new-building-list a.button-hot-deals,
.theme-red .estate-grid a.button-hot-deals,
.theme-red .objects-list a.button-hot-deals {
  background-image: url("images/bg-button-hot-deals_1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.theme-red .new-building-grid span.button-tour,
.theme-red .new-building-list span.button-tour,
.theme-red .estate-grid span.button-tour,
.theme-red .objects-list span.button-tour {
  background-image: url("images/bg-button-tour_1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.theme-red .new-building-grid a.button-ipoteka,
.theme-red .new-building-list a.button-ipoteka,
.theme-red .estate-grid a.button-ipoteka,
.theme-red .objects-list a.button-ipoteka {
  background-image: url("images/bg-button-ipoteka_1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.theme-red .form-survey-wrapper input[type="checkbox"]:checked + label:before {
  color: #fff;
  font-weight: bold;
  background-color: #b30004;
  border: 3px solid #b30004;
}

.theme-red .form-survey-wrapper button[type="submit"] {
  color: #fff;
  background-color: #b30004;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(153, 1, 0, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(153, 1, 0, 1);
  box-shadow: 2px 4px 2px 0 rgba(153, 1, 0, 1);
}

.theme-red
  .block-interestinglie-item
  .block-interestinglie-item-img
  > a:hover:before {
  border: 4px solid #b30004;
}

.theme-red .form-sell-apartment-wrapper button[type="submit"],
.theme-red .form-refinancing-wrapper button[type="submit"] {
  color: #fff;
  background-color: #b30004;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(110, 14, 0, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(110, 14, 0, 1);
  box-shadow: 2px 4px 2px 0 rgba(110, 14, 0, 1);
}

.theme-red .form-sell-apartment-wrapper input[type="radio"] + label:before {
  background-color: #b30004;
}

.theme-red #slider-range-priceEstate > span,
.theme-red #slider-range-balanceDebt > span {
  background: #b30004;
  border-color: #b30004;
}

.theme-red #slider-range-priceEstate .ui-widget-header,
.theme-red #slider-range-balanceDebt .ui-widget-header {
  background: #e64145;
  border-color: #e64145;
}

.theme-red .work-wrapper .work-section-title h2:before,
.theme-red .work-wrapper .section-scope ul li:hover:before {
  background-color: #b30004;
}

.theme-red
  .vacancy-wrapper
  .vacancy-items
  .panel
  .panel-heading-right
  h2.panel-title
  a:hover,
.theme-red
  .vacancy-wrapper
  .vacancy-items
  .panel
  .panel-heading-right
  h2.panel-title
  a[aria-expanded="true"] {
  color: #b30004;
}

.theme-red
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .responsibility-item-wrapper
  h4,
.theme-red
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .demands-item-wrapper
  h4 {
  color: #b30004;
}

.theme-red
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .responsibility-item-wrapper
  h4:before,
.theme-red
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .demands-item-wrapper
  h4:before {
  background-image: url("images/bg-vacancy-left_1.png");
  background-repeat: no-repeat;
}

.theme-red .department-item .department-title a:hover:before,
.theme-red .department-item .department-title a.active:before {
  background-color: #a50000;
}

.theme-red .worker-information .info-detail .worker-contacts p.phone span,
.theme-red .worker-information .info-detail .worker-contacts p > a:hover,
.theme-red .worker-information .info-detail .worker-contacts p > a:focus,
.theme-red
  .department-description-wrapper
  .department-description
  .department-description-header
  h1 {
  color: #b30004;
}

.theme-red
  .department-description-wrapper
  .department-description
  .department-description-footer
  a.department-link {
  color: #b30004;
  border: 2px solid #b30004;
}

.theme-red .modal-callback {
  background: url("images/bg-modal-callback_1.png") no-repeat;
  background-size: 100% 100%;
}

.theme-red .modal-reviews-wrapper .modal-reviews {
  background: url("images/bg-modal-callback_1.png") no-repeat;
  background-size: cover;
}

.theme-red .reviews-slider-main .owl-nav .owl-prev:hover:before,
.theme-red .reviews-slider-main .owl-nav .owl-next:hover:before,
.theme-red .reviews-slider-nav .owl-nav .owl-prev:hover:before,
.theme-red .reviews-slider-nav .owl-nav .owl-next:hover:after,
.theme-red .reviews-slider-main .owl-nav .owl-next:hover:after,
.theme-red .reviews-slider-nav .owl-nav .owl-next:hover:after {
  color: #b30004;
}

.theme-red .reviews-slider-nav .owl-dots .owl-dot.active span,
.theme-red .reviews-slider-nav .owl-dots .owl-dot:hover span {
  background: #b30004;
}

.theme-red .green {
  background-color: #b30004;
  color: #fff;
}

.theme-red button.hypothec-button {
  color: #fff;
  background-color: #b30004;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(153, 1, 0, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(153, 1, 0, 1);
  box-shadow: 2px 4px 2px 0 rgba(153, 1, 0, 1);
}

@media screen and (max-width: 991px) {
  .theme-red .mobile-filter {
    background-color: #b30004;
    color: #fff;
  }

  .theme-red .mobile-filter:hover,
  .theme-red .mobile-filter:active,
  .theme-red .mobile-filter:focus {
    color: #fff;
    background-color: #660001;
  }

  .theme-red .panel-filter .filter-close {
    border: 1px solid #b30004;
    -webkit-box-shadow: 2px 4px 2px 0 rgba(110, 14, 0, 1);
    -moz-box-shadow: 2px 4px 2px 0 rgba(110, 14, 0, 1);
    box-shadow: 2px 4px 2px 0 rgba(110, 14, 0, 1);
  }

  .theme-red .mobile-btn-consult-wrapper {
    background-color: #b30004;
  }

  .theme-red .our-partners-wrapper:before {
    background: rgba(179, 0, 4, 0.5);
  }
}

@media screen and (max-width: 767px) {
  .theme-red .m-header-wrapper {
    background-color: #b30004;
  }

  .theme-red .mobile-menu {
    background-color: #990100;
    border-color: #660001;
  }

  .theme-red .mobile-main-menu .mobile-menu-item > a {
    background-color: #990100;
    border-bottom: 1px solid #660001;
    color: #fff;
  }

  .theme-red
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper {
    background-color: #af292b;
  }

  .theme-red
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent {
    background-color: #660001;
  }

  .theme-red
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper {
    background-color: #af292b;
  }

  .theme-red
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a:hover:before,
  .theme-red
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a:focus:before,
  .theme-red
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a:active:before {
    background-color: #b30004;
  }
}

.theme-architect .main-menu-index-wrapper,
.theme-architect .main-menu-wrapper.main-menu-fixed,
.theme-architect .nav-wrapper {
  background-color: #c39501;
}

.theme-architect .main-menu-wrapper .main-menu-left:before {
  background: #c39501;
  background: linear-gradient(to right, #a16300 90%, #c39501);
  background: -webkit-linear-gradient(0deg, #a16300 90%, #c39501);
  background: -o-linear-gradient(0deg, #a16300 90%, #c39501);
  background: -moz-linear-gradient(0deg, #a16300 90%, #c39501);
}

.theme-architect .main-menu-wrapper .main-menu-right:before {
  background: #c39501;
  background: linear-gradient(to left, #c39501 25%, #a16300);
  background: -webkit-linear-gradient(180deg, #c39501 25%, #a16300);
  background: -o-linear-gradient(180deg, #c39501 25%, #a16300);
  background: -moz-linear-gradient(180deg, #c39501 25%, #a16300);
}

.theme-architect .main-menu-wrapper ul.main-menu > li.menu-item > a:hover,
.theme-architect .main-menu-wrapper ul.main-menu > li.menu-item > a:active,
.theme-architect .main-menu-wrapper ul.main-menu > li.menu-item > a:focus {
  text-decoration: none;
  background-color: #ffc200;
  color: #5a502c;
}

.theme-architect
  .main-menu-wrapper
  ul.main-menu
  > li.menu-item
  > .menu-item-parent-wrapper {
  background: url("images/bg-menu-parent_2.png") no-repeat;
  background-size: 100% 95%;
  background-position: 0 -7px;
}

.theme-architect
  .main-menu-wrapper
  ul.main-menu
  > li.menu-item
  > .menu-item-parent-wrapper
  > .menu-item-parent
  > li
  .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a:hover {
  text-decoration: none;
  background-color: #ffc200;
}

.theme-architect
  .main-slider-nav-item.slick-current.slick-active
  .main-slider-nav-wrapper:after {
  background-color: #c39501;
}

.theme-architect .advantage-wrapper .advantage-left-wrapper:before {
  background: url("images/bg-edin_2.jpg") no-repeat;
  background-size: cover;
}

.theme-architect .advantage-wrapper .advantage-right-wrapper:before {
  background: url("images/bg-help-you_2.jpg") no-repeat;
  background-size: cover;
}

.theme-architect .advantage-wrapper span.get-consultation:hover {
  -webkit-box-shadow: -10px 10px 5px 0 rgba(159, 96, 0, 0.7);
  -moz-box-shadow: -10px 10px 5px 0 rgba(159, 96, 0, 0.7);
  box-shadow: -10px 10px 5px 0 rgba(159, 96, 0, 0.7);
}

.theme-architect .only-rg-wrapper a.only-rg-link.icon-db-estate:before {
  background-image: url("images/icon-db-estate_2.png");
}

.theme-architect .only-rg-wrapper a.only-rg-link.icon-clear-deal:before {
  background-image: url("images/icon-clear-deal_2.png");
}

.theme-architect .only-rg-wrapper a.only-rg-link.icon-search:before {
  background-image: url("images/icon-search_2.png");
}

.theme-architect .only-rg-wrapper a.only-rg-link.icon-estate:before {
  background-image: url("images/icon-estate_2.png");
}

.theme-architect .our-partners-title:after {
  background: rgba(185, 144, 0, 0.5);
}

.theme-architect .nav-tabs.smi-tabs > li.active > a,
.theme-architect .nav-tabs.smi-tabs > li > a:hover {
  color: #c9a302;
  border: 1px solid #c9a302;
}

.theme-architect .smi-content a.url-page > i,
.theme-architect .smi-content a.url-page:hover {
  color: #c9a302;
}

.theme-architect .smi-content a.more {
  color: #c9a302;
}

.theme-architect .map-index-wrapper {
  border-top: 5px solid #a16300;
}

.theme-architect .map-index-wrapper .map-index-btn {
  background: url("images/btn-index-map_2.png") no-repeat center center;
}

.theme-architect .main-footer {
  background: url("images/bg-footer_2.jpg") no-repeat center center;
  background-size: cover;
}

.theme-architect a.policy-link {
  color: #c9a302;
  text-decoration: underline;
}

.theme-architect .pagination-estate .pagination > li.prev > a,
.theme-architect .pagination-estate .pagination > li.next > a {
  border: 2px solid #c9a302;
}

.theme-architect .pagination-estate .pagination > li.prev > a > i:before,
.theme-architect .pagination-estate .pagination > li.next > a > i:before {
  color: #c9a302;
}

.theme-architect .pagination-estate .pagination > li.active > a,
.theme-architect .pagination-estate .pagination > li > a:hover,
.theme-architect .pagination-estate .pagination > li > a:focus,
.theme-architect .pagination-estate .pagination > li > a:active {
  color: #c9a302;
  border-bottom: 2px solid #c9a302;
}

.theme-architect .count > i {
  background-color: #c9a302;
}

.theme-architect
  .panel-filter-object-class
  input[type="checkbox"]
  + label:hover,
.theme-architect
  .panel-filter-object-class
  input[type="checkbox"]:checked
  + label,
.theme-architect .panel-filter-material input[type="checkbox"] + label:hover,
.theme-architect .panel-filter-material input[type="checkbox"]:checked + label,
.theme-architect .panel-filter-district input[type="checkbox"] + label:hover,
.theme-architect .panel-filter-district input[type="checkbox"]:checked + label,
.theme-architect .filter-content .checkbox-check-all .check-all:hover,
.theme-architect .filter-content .checkbox-check-all .check-all.check,
.theme-architect .filter-content .checkbox-check-all .check-all:hover,
.theme-architect .filter-content .checkbox-check-all .check-all.check {
  color: #c9a302;
}

.theme-architect
  .panel-filter-object-class
  input[type="checkbox"]:checked
  + label:before,
.theme-architect
  .panel-filter-material
  input[type="checkbox"]:checked
  + label:before,
.theme-architect
  .panel-filter-district
  input[type="checkbox"]:checked
  + label:before,
.theme-architect .filter-content .checkbox-check-all .check-all.check:before {
  border: 1px solid #c9a302;
}

.theme-architect
  .panel-filter-district
  .checkbox-block
  input[type="checkbox"]:checked
  + label:after,
.theme-architect
  .panel-filter-material
  input[type="checkbox"]:checked
  + label:after,
.theme-architect .filter-content .checkbox-check-all .check-all.check:after,
.theme-architect
  .panel-filter-object-class
  input[type="checkbox"]
  + label:after {
  background-color: #c9a302;
}

.theme-architect .form-group-rooms input[type="checkbox"] + label:before {
  background-color: #c9a302;
  border: 1px solid #c9a302;
}

.theme-architect .panel-filter .btn-filter {
  background-color: #c9a302;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(161, 99, 0, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(161, 99, 0, 1);
  box-shadow: 2px 4px 2px 0 rgba(161, 99, 0, 1);
}

.theme-architect a.filter-office.active {
  background-color: #c9a302;
}

.theme-architect a.filter-office:hover,
.theme-architect a.filter-office:active,
.theme-architect a.filter-office:focus {
  color: #fff;
  background-color: #c9a302;
}

.theme-architect .block-content-more {
  color: #c9a302;
  border: 1px solid #c9a302;
}

.theme-architect .block-content-more:hover,
.theme-architect .block-content-more:active,
.theme-architect .block-content-more:focus,
.theme-architect .block-content-more.active {
  color: #fff;
  background-color: #c9a302;
}

.theme-architect .top-wrapper:hover .top-button,
.theme-architect .top-wrapper:hover .top-button i {
  color: #c9a302;
}

.theme-architect .view-map.active,
.theme-architect .view-map:hover,
.theme-architect .view-map:active,
.theme-architect .view-map:focus {
  color: #c9a302;
}

.theme-architect .view-tablet span.icon-view-tablet:before,
.theme-architect .view-tablet span.icon-view-list:before,
.theme-architect .view-tablet.active span.icon-view-tablet:before,
.theme-architect .view-tablet.active span.icon-view-list:before {
  background-image: url("images/icon-catalog-panel-header_2.jpg");
  background-repeat: no-repeat;
}

.theme-architect .nav-object > li.map a:hover,
.theme-architect .nav-object > li.map.active a,
.theme-architect .object-right .estate-object-button-hypothec > a:hover,
.theme-architect .object-right .estate-object-button-msc > a:hover {
  border: 1px solid #b07c00;
  background-color: #c9a302;
  -webkit-box-shadow: inset -7px -7px 0 0 rgba(195, 149, 1, 1);
  -moz-box-shadow: inset -7px -7px 0 0 rgba(195, 149, 1, 1);
  box-shadow: inset -7px -7px 0 0 rgba(195, 149, 1, 1);
  color: #fff;
}

.theme-architect .nav-object li.images a:hover,
.theme-architect .nav-object li.images a:focus,
.theme-architect .nav-object li.images a:active {
  background-color: inherit !important;
  color: #c9a302;
}

.theme-architect .object-right .estate-object-button-hypothec > a:before,
.theme-architect .object-right .estate-object-button-msc > a:before {
  background-image: url("images/estate-object-one-buttons_arrows_2.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.theme-architect .object-right .estate-object-button-hypothec > a:hover:before,
.theme-architect .object-right .estate-object-button-msc > a:hover:before {
  background-position: 0 -58px;
}

.theme-architect .btn-object-consultation {
  background-image: url("images/button_order_konsult_1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.theme-architect .btn-object-consultation:hover,
.theme-architect .btn-object-consultation:active,
.theme-architect .btn-object-consultation:focus {
  color: #51565a;
  background-color: #ebebeb;
  background-image: none;
  -webkit-box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
  -moz-box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
  box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
}

.theme-architect .similar-objects-slider ul.slick-dots li button:before {
  color: #c9a302;
  font-size: 16px;
}

.theme-architect
  .similar-objects-slider
  ul.slick-dots
  li.slick-active
  button:before {
  color: #c9a302;
}

.theme-architect .new-building-grid a.button-hot-deals,
.theme-architect .new-building-list a.button-hot-deals,
.theme-architect .estate-grid a.button-hot-deals,
.theme-architect .objects-list a.button-hot-deals {
  background-image: url("images/bg-button-hot-deals_2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.theme-architect .new-building-grid span.button-tour,
.theme-architect .new-building-list span.button-tour,
.theme-architect .estate-grid span.button-tour,
.theme-architect .objects-list span.button-tour {
  background-image: url("images/bg-button-tour_2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.theme-architect .new-building-grid a.button-ipoteka,
.theme-architect .new-building-list a.button-ipoteka,
.theme-architect .estate-grid a.button-ipoteka,
.theme-architect .objects-list a.button-ipoteka {
  background-image: url("images/bg-button-ipoteka_2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.theme-architect
  .form-survey-wrapper
  input[type="checkbox"]:checked
  + label:before {
  color: #fff;
  font-weight: bold;
  background-color: #c9a302;
  border: 3px solid #c9a302;
}

.theme-architect .form-survey-wrapper button[type="submit"] {
  color: #fff;
  background-color: #c9a302;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(176, 124, 0, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(176, 124, 0, 1);
  box-shadow: 2px 4px 2px 0 rgba(176, 124, 0, 1);
}

.theme-architect
  .block-interestinglie-item
  .block-interestinglie-item-img
  > a:hover:before {
  border: 4px solid #c9a302;
}

.theme-architect .form-sell-apartment-wrapper button[type="submit"],
.theme-architect .form-refinancing-wrapper button[type="submit"] {
  color: #fff;
  background-color: #c9a302;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(176, 124, 0, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(176, 124, 0, 1);
  box-shadow: 2px 4px 2px 0 rgba(176, 124, 0, 1);
}

.theme-architect
  .form-sell-apartment-wrapper
  input[type="radio"]
  + label:before {
  background-color: #c9a302;
}

.theme-architect #slider-range-priceEstate > span,
.theme-architect #slider-range-balanceDebt > span {
  background: #b07c00;
  border-color: #b07c00;
}

.theme-architect #slider-range-priceEstate .ui-widget-header,
.theme-architect #slider-range-balanceDebt .ui-widget-header {
  background: #c9a302;
  border-color: #c9a302;
}

.theme-architect .work-wrapper .work-section-title h2:before,
.theme-architect .work-wrapper .section-scope ul li:hover:before {
  background-color: #c9a302;
}

.theme-architect
  .vacancy-wrapper
  .vacancy-items
  .panel
  .panel-heading-right
  h2.panel-title
  a:hover,
.theme-architect
  .vacancy-wrapper
  .vacancy-items
  .panel
  .panel-heading-right
  h2.panel-title
  a[aria-expanded="true"] {
  color: #c9a302;
}

.theme-architect
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .responsibility-item-wrapper
  h4,
.theme-architect
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .demands-item-wrapper
  h4 {
  color: #c9a302;
}

.theme-architect
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .responsibility-item-wrapper
  h4:before,
.theme-architect
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .demands-item-wrapper
  h4:before {
  background-image: url("images/bg-vacancy-left_2.png");
  background-repeat: no-repeat;
}

.theme-architect .department-item .department-title a:hover:before,
.theme-architect .department-item .department-title a.active:before {
  background-color: #c9a302;
}

.theme-architect .worker-information .info-detail .worker-contacts p.phone span,
.theme-architect .worker-information .info-detail .worker-contacts p > a:hover,
.theme-architect .worker-information .info-detail .worker-contacts p > a:focus,
.theme-architect
  .department-description-wrapper
  .department-description
  .department-description-header
  h1 {
  color: #c9a302;
}

.theme-architect
  .department-description-wrapper
  .department-description
  .department-description-footer
  a.department-link {
  color: #c9a302;
  border: 2px solid #c9a302;
}

.theme-architect .modal-callback {
  background: url("images/bg-modal-callback_2.png") no-repeat;
  background-size: 100% 100%;
}

.theme-architect .modal-reviews-wrapper .modal-reviews {
  background: url("images/bg-modal-callback_2.png") no-repeat;
  background-size: cover;
}

.theme-architect .reviews-slider-main .owl-nav .owl-prev:hover:before,
.theme-architect .reviews-slider-main .owl-nav .owl-next:hover:before,
.theme-architect .reviews-slider-nav .owl-nav .owl-prev:hover:before,
.theme-architect .reviews-slider-nav .owl-nav .owl-next:hover:after,
.theme-architect .reviews-slider-main .owl-nav .owl-next:hover:after,
.theme-architect .reviews-slider-nav .owl-nav .owl-next:hover:after {
  color: #c9a302;
}

.theme-architect .reviews-slider-nav .owl-dots .owl-dot.active span,
.theme-architect .reviews-slider-nav .owl-dots .owl-dot:hover span {
  background: #c9a302;
}

.theme-architect .green {
  background-color: #c9a302;
  color: #fff;
}

.theme-architect button.hypothec-button {
  color: #fff;
  background-color: #c9a302;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(176, 124, 0, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(176, 124, 0, 1);
  box-shadow: 2px 4px 2px 0 rgba(176, 124, 0, 1);
}

@media screen and (max-width: 991px) {
  .theme-architect .mobile-filter {
    background-color: #c39501;
    color: #fff;
  }

  .theme-architect .mobile-filter:hover,
  .theme-architect .mobile-filter:active,
  .theme-architect .mobile-filter:focus {
    color: #fff;
    background-color: #a16300;
  }

  .theme-architect .panel-filter .filter-close {
    border: 1px solid #c39501;
    -webkit-box-shadow: 2px 4px 2px 0 rgba(161, 99, 0, 1);
    -moz-box-shadow: 2px 4px 2px 0 rgba(161, 99, 0, 1);
    box-shadow: 2px 4px 2px 0 rgba(161, 99, 0, 1);
  }

  .theme-architect .mobile-btn-consult-wrapper {
    background-color: #c39501;
  }

  .theme-architect .our-partners-wrapper:before {
    background: rgba(185, 144, 0, 0.5);
  }
}

@media screen and (max-width: 767px) {
  .theme-architect .m-header-wrapper {
    background-color: #c39501;
  }

  .theme-architect .mobile-menu {
    background-color: #c39501;
    border-color: #a16300;
  }

  .theme-architect .mobile-main-menu .mobile-menu-item > a {
    background-color: #c39501;
    border-bottom: 1px solid #a16300;
    color: #fff;
  }

  .theme-architect
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper {
    background-color: #c6a94b;
  }

  .theme-architect
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent {
    background-color: #a27b00;
  }

  .theme-architect
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper {
    background-color: #c6a94b;
  }

  .theme-architect
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a:hover:before,
  .theme-architect
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a:focus:before,
  .theme-architect
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a:active:before {
    background-color: #ffc200;
  }
}

.theme-compass .main-menu-index-wrapper,
.theme-compass .main-menu-wrapper.main-menu-fixed,
.theme-compass .nav-wrapper {
  background-color: #004c7e;
}

.theme-compass .main-menu-wrapper .main-menu-left:before {
  background: #004c7e;
  background: linear-gradient(to right, #012c5f 90%, #004c7e);
  background: -webkit-linear-gradient(0deg, #012c5f 90%, #004c7e);
  background: -o-linear-gradient(0deg, #012c5f 90%, #004c7e);
  background: -moz-linear-gradient(0deg, #012c5f 90%, #004c7e);
}

.theme-compass .main-menu-wrapper .main-menu-right:before {
  background: #004c7e;
  background: linear-gradient(to left, #004c7e 25%, #012c5f);
  background: -webkit-linear-gradient(180deg, #004c7e 25%, #012c5f);
  background: -o-linear-gradient(180deg, #004c7e 25%, #012c5f);
  background: -moz-linear-gradient(180deg, #004c7e 25%, #012c5f);
}

.theme-compass .main-menu-wrapper ul.main-menu > li.menu-item > a:hover,
.theme-compass .main-menu-wrapper ul.main-menu > li.menu-item > a:active,
.theme-compass .main-menu-wrapper ul.main-menu > li.menu-item > a:focus {
  text-decoration: none;
  background-color: #ffc200;
  color: #5a502c;
}

.theme-compass
  .main-menu-wrapper
  ul.main-menu
  > li.menu-item
  > .menu-item-parent-wrapper {
  background: url("images/bg-menu-parent_3.png") no-repeat;
  background-size: 100% 95%;
  background-position: 0 -7px;
}

.theme-compass
  .main-menu-wrapper
  ul.main-menu
  > li.menu-item
  > .menu-item-parent-wrapper
  > .menu-item-parent
  > li
  .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a:hover {
  text-decoration: none;
  background-color: #ffc200;
}

.theme-compass
  .main-slider-nav-item.slick-current.slick-active
  .main-slider-nav-wrapper:after {
  background-color: #004c7e;
}

.theme-compass .advantage-wrapper .advantage-left-wrapper:before {
  background: url("images/bg-edin_3.jpg") no-repeat;
  background-size: cover;
}

.theme-compass .advantage-wrapper .advantage-right-wrapper:before {
  background: url("images/bg-help-you_3.jpg") no-repeat;
  background-size: cover;
}

.theme-compass .advantage-wrapper span.get-consultation:hover {
  -webkit-box-shadow: -10px 10px 5px 0 rgba(1, 44, 95, 0.7);
  -moz-box-shadow: -10px 10px 5px 0 rgba(1, 44, 95, 0.7);
  box-shadow: -10px 10px 5px 0 rgba(1, 44, 95, 0.7);
}

.theme-compass .only-rg-wrapper a.only-rg-link.icon-db-estate:before {
  background-image: url("images/icon-db-estate_3.png");
}

.theme-compass .only-rg-wrapper a.only-rg-link.icon-clear-deal:before {
  background-image: url("images/icon-clear-deal_3.png");
}

.theme-compass .only-rg-wrapper a.only-rg-link.icon-search:before {
  background-image: url("images/icon-search_3.png");
}

.theme-compass .only-rg-wrapper a.only-rg-link.icon-estate:before {
  background-image: url("images/icon-estate_3.png");
}

.theme-compass .our-partners-title:after {
  background: rgba(1, 44, 95, 0.5);
}

.theme-compass .nav-tabs.smi-tabs > li.active > a,
.theme-compass .nav-tabs.smi-tabs > li > a:hover {
  color: #004c7e;
  border: 1px solid #004c7e;
}

.theme-compass .smi-content a.url-page > i,
.theme-compass .smi-content a.url-page:hover {
  color: #004c7e;
}

.theme-compass .smi-content a.more {
  color: #004c7e;
}

.theme-compass .map-index-wrapper {
  border-top: 5px solid #004770;
}

.theme-compass .map-index-wrapper .map-index-btn {
  background: url("images/btn-index-map_3.png") no-repeat center center;
}

.theme-compass .main-footer {
  background: url("images/bg-footer_3.jpg") no-repeat center center;
  background-size: cover;
}

.theme-compass a.policy-link {
  color: #004c7e;
  text-decoration: underline;
}

.theme-compass .pagination-estate .pagination > li.prev > a,
.theme-compass .pagination-estate .pagination > li.next > a {
  border: 2px solid #004c7e;
}

.theme-compass .pagination-estate .pagination > li.prev > a > i:before,
.theme-compass .pagination-estate .pagination > li.next > a > i:before {
  color: #004c7e;
}

.theme-compass .pagination-estate .pagination > li.active > a,
.theme-compass .pagination-estate .pagination > li > a:hover,
.theme-compass .pagination-estate .pagination > li > a:focus,
.theme-compass .pagination-estate .pagination > li > a:active {
  color: #004c7e;
  border-bottom: 2px solid #004c7e;
}

.theme-compass .count > i {
  background-color: #004c7e;
}

.theme-compass .panel-filter-object-class input[type="checkbox"] + label:hover,
.theme-compass
  .panel-filter-object-class
  input[type="checkbox"]:checked
  + label,
.theme-compass .panel-filter-material input[type="checkbox"] + label:hover,
.theme-compass .panel-filter-material input[type="checkbox"]:checked + label,
.theme-compass .panel-filter-district input[type="checkbox"] + label:hover,
.theme-compass .panel-filter-district input[type="checkbox"]:checked + label,
.theme-compass .filter-content .checkbox-check-all .check-all:hover,
.theme-compass .filter-content .checkbox-check-all .check-all.check,
.theme-compass .filter-content .checkbox-check-all .check-all:hover,
.theme-compass .filter-content .checkbox-check-all .check-all.check {
  color: #004c7e;
}

.theme-compass
  .panel-filter-object-class
  input[type="checkbox"]:checked
  + label:before,
.theme-compass
  .panel-filter-material
  input[type="checkbox"]:checked
  + label:before,
.theme-compass
  .panel-filter-district
  input[type="checkbox"]:checked
  + label:before,
.theme-compass .filter-content .checkbox-check-all .check-all.check:before {
  border: 1px solid #004c7e;
}

.theme-compass
  .panel-filter-district
  .checkbox-block
  input[type="checkbox"]:checked
  + label:after,
.theme-compass
  .panel-filter-material
  input[type="checkbox"]:checked
  + label:after,
.theme-compass .filter-content .checkbox-check-all .check-all.check:after,
.theme-compass .panel-filter-object-class input[type="checkbox"] + label:after {
  background-color: #004c7e;
}

.theme-compass .form-group-rooms input[type="checkbox"] + label:before {
  background-color: #004c7e;
  border: 1px solid #004c7e;
}

.theme-compass .panel-filter .btn-filter {
  background-color: #004c7e;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(1, 44, 95, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(1, 44, 95, 1);
  box-shadow: 2px 4px 2px 0 rgba(1, 44, 95, 1);
}

.theme-compass a.filter-office.active {
  background-color: #004c7e;
}

.theme-compass a.filter-office:hover,
.theme-compass a.filter-office:active,
.theme-compass a.filter-office:focus {
  color: #fff;
  background-color: #004c7e;
}

.theme-compass .block-content-more {
  color: #004c7e;
  border: 1px solid #004c7e;
}

.theme-compass .block-content-more:hover,
.theme-compass .block-content-more:active,
.theme-compass .block-content-more:focus,
.theme-compass .block-content-more.active {
  color: #fff;
  background-color: #004c7e;
}

.theme-compass .top-wrapper:hover .top-button,
.theme-compass .top-wrapper:hover .top-button i {
  color: #004c7e;
}

.theme-compass .view-map.active,
.theme-compass .view-map:hover,
.theme-compass .view-map:active,
.theme-compass .view-map:focus {
  color: #0074c1;
}

.theme-compass .view-tablet span.icon-view-tablet:before,
.theme-compass .view-tablet span.icon-view-list:before,
.theme-compass .view-tablet.active span.icon-view-tablet:before,
.theme-compass .view-tablet.active span.icon-view-list:before {
  background-image: url("images/icon-catalog-panel-header_3.jpg");
  background-repeat: no-repeat;
}

.theme-compass .nav-object > li.map a:hover,
.theme-compass .nav-object > li.map.active a,
.theme-compass .object-right .estate-object-button-hypothec > a:hover,
.theme-compass .object-right .estate-object-button-msc > a:hover {
  border: 1px solid #00476c;
  background-color: #005c87;
  -webkit-box-shadow: inset -7px -7px 0 0 rgba(0, 71, 108, 1);
  -moz-box-shadow: inset -7px -7px 0 0 rgba(0, 71, 108, 1);
  box-shadow: inset -7px -7px 0 0 rgba(0, 71, 108, 1);
  color: #fff;
}

.theme-compass .nav-object li.images a:hover,
.theme-compass .nav-object li.images a:focus,
.theme-compass .nav-object li.images a:active {
  background-color: inherit !important;
  color: #004c7e;
}

.theme-compass .object-right .estate-object-button-hypothec > a:before,
.theme-compass .object-right .estate-object-button-msc > a:before {
  background-image: url("images/estate-object-one-buttons_arrows_3.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.theme-compass .object-right .estate-object-button-hypothec > a:hover:before,
.theme-compass .object-right .estate-object-button-msc > a:hover:before {
  background-position: 0 -58px;
}

.theme-compass .btn-object-consultation {
  background-image: url("images/button_order_konsult_2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.theme-compass .btn-object-consultation:hover,
.theme-compass .btn-object-consultation:active,
.theme-compass .btn-object-consultation:focus {
  color: #51565a;
  background-color: #ebebeb;
  background-image: none;
  -webkit-box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
  -moz-box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
  box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
}

.theme-compass .similar-objects-slider ul.slick-dots li button:before {
  color: #004c7e;
  font-size: 16px;
}

.theme-compass
  .similar-objects-slider
  ul.slick-dots
  li.slick-active
  button:before {
  color: #004c7e;
}

.theme-compass .new-building-grid a.button-hot-deals,
.theme-compass .new-building-list a.button-hot-deals,
.theme-compass .estate-grid a.button-hot-deals,
.theme-compass .objects-list a.button-hot-deals {
  background-image: url("images/bg-button-hot-deals_3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.theme-compass .new-building-grid span.button-tour,
.theme-compass .new-building-list span.button-tour,
.theme-compass .estate-grid span.button-tour,
.theme-compass .objects-list span.button-tour {
  background-image: url("images/bg-button-tour_3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.theme-compass .new-building-grid a.button-ipoteka,
.theme-compass .new-building-list a.button-ipoteka,
.theme-compass .estate-grid a.button-ipoteka,
.theme-compass .objects-list a.button-ipoteka {
  background-image: url("images/bg-button-ipoteka_3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.theme-compass
  .form-survey-wrapper
  input[type="checkbox"]:checked
  + label:before {
  color: #fff;
  font-weight: bold;
  background-color: #004c7e;
  border: 3px solid #004c7e;
}

.theme-compass .form-survey-wrapper button[type="submit"] {
  color: #fff;
  background-color: #004c7e;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(1, 44, 95, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(1, 44, 95, 1);
  box-shadow: 2px 4px 2px 0 rgba(1, 44, 95, 1);
}

.theme-compass
  .block-interestinglie-item
  .block-interestinglie-item-img
  > a:hover:before {
  border: 4px solid #004c7e;
}

.theme-compass .form-sell-apartment-wrapper button[type="submit"],
.theme-compass .form-refinancing-wrapper button[type="submit"] {
  color: #fff;
  background-color: #004c7e;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(1, 44, 95, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(1, 44, 95, 1);
  box-shadow: 2px 4px 2px 0 rgba(1, 44, 95, 1);
}

.theme-compass .form-sell-apartment-wrapper input[type="radio"] + label:before {
  background-color: #004c7e;
}

.theme-compass #slider-range-priceEstate > span,
.theme-compass #slider-range-balanceDebt > span {
  background: #004c7e;
  border-color: #004c7e;
}

.theme-compass #slider-range-priceEstate .ui-widget-header,
.theme-compass #slider-range-balanceDebt .ui-widget-header {
  background: #4180aa;
  border-color: #4180aa;
}

.theme-compass .work-wrapper .work-section-title h2:before,
.theme-compass .work-wrapper .section-scope ul li:hover:before {
  background-color: #004c7e;
}

.theme-compass
  .vacancy-wrapper
  .vacancy-items
  .panel
  .panel-heading-right
  h2.panel-title
  a:hover,
.theme-compass
  .vacancy-wrapper
  .vacancy-items
  .panel
  .panel-heading-right
  h2.panel-title
  a[aria-expanded="true"] {
  color: #004c7e;
}

.theme-compass
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .responsibility-item-wrapper
  h4,
.theme-compass
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .demands-item-wrapper
  h4 {
  color: #004c7e;
}

.theme-compass
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .responsibility-item-wrapper
  h4:before,
.theme-compass
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .demands-item-wrapper
  h4:before {
  background-image: url("images/bg-vacancy-left_3.png");
  background-repeat: no-repeat;
}

.theme-compass .department-item .department-title a:hover:before,
.theme-compass .department-item .department-title a.active:before {
  background-color: #004c7e;
}

.theme-compass .worker-information .info-detail .worker-contacts p.phone span,
.theme-compass .worker-information .info-detail .worker-contacts p > a:hover,
.theme-compass .worker-information .info-detail .worker-contacts p > a:focus,
.theme-compass
  .department-description-wrapper
  .department-description
  .department-description-header
  h1 {
  color: #004c7e;
}

.theme-compass
  .department-description-wrapper
  .department-description
  .department-description-footer
  a.department-link {
  color: #004c7e;
  border: 2px solid #004c7e;
}

.theme-compass .modal-callback {
  background: url("images/bg-modal-callback_3.png") no-repeat;
  background-size: 100% 100%;
}

.theme-compass .modal-reviews-wrapper .modal-reviews {
  background: url("images/bg-modal-callback_3.png") no-repeat;
  background-size: cover;
}

.theme-compass .reviews-slider-main .owl-nav .owl-prev:hover:before,
.theme-compass .reviews-slider-main .owl-nav .owl-next:hover:before,
.theme-compass .reviews-slider-nav .owl-nav .owl-prev:hover:before,
.theme-compass .reviews-slider-nav .owl-nav .owl-next:hover:after,
.theme-compass .reviews-slider-main .owl-nav .owl-next:hover:after,
.theme-compass .reviews-slider-nav .owl-nav .owl-next:hover:after {
  color: #004c7e;
}

.theme-compass .reviews-slider-nav .owl-dots .owl-dot.active span,
.theme-compass .reviews-slider-nav .owl-dots .owl-dot:hover span {
  background: #004c7e;
}

.theme-compass .green {
  background-color: #004c7e;
  color: #fff;
}

.theme-compass button.hypothec-button {
  color: #fff;
  background-color: #004c7e;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(1, 44, 95, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(1, 44, 95, 1);
  box-shadow: 2px 4px 2px 0 rgba(1, 44, 95, 1);
}

@media screen and (max-width: 991px) {
  .theme-compass .mobile-filter {
    background-color: #004c7e;
    color: #fff;
  }

  .theme-compass .mobile-filter:hover,
  .theme-compass .mobile-filter:active,
  .theme-compass .mobile-filter:focus {
    color: #fff;
    background-color: #012c5f;
  }

  .theme-compass .panel-filter .filter-close {
    border: 1px solid #004c7e;
    -webkit-box-shadow: 2px 4px 2px 0 rgba(1, 44, 95, 1);
    -moz-box-shadow: 2px 4px 2px 0 rgba(1, 44, 95, 1);
    box-shadow: 2px 4px 2px 0 rgba(1, 44, 95, 1);
  }

  .theme-compass .mobile-btn-consult-wrapper {
    background-color: #004c7e;
  }

  .theme-compass .our-partners-wrapper:before {
    background: rgba(1, 44, 95, 0.5);
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    margin-top: 0;
  }

  .theme-compass .m-header-wrapper {
    background-color: #004c7e;
  }

  .theme-compass .mobile-menu {
    background-color: #004c7e;
    border-color: #012c5f;
  }

  .theme-compass .mobile-main-menu .mobile-menu-item > a {
    background-color: #004c7e;
    border-bottom: 1px solid #012c5f;
    color: #fff;
  }

  .theme-compass
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper {
    background-color: #0c5f95;
  }

  .theme-compass
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent {
    background-color: #012c5f;
  }

  .theme-compass
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper {
    background-color: #0c5f95;
  }

  .theme-compass
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a:hover:before,
  .theme-compass
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a:focus:before,
  .theme-compass
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a:active:before {
    background-color: #ffc200;
  }
}

.theme-exclusive .main-menu-index-wrapper,
.theme-exclusive .main-menu-wrapper.main-menu-fixed,
.theme-exclusive .nav-wrapper {
  background-color: #642b8b;
}

.theme-exclusive .main-menu-wrapper .main-menu-left:before {
  background: #642b8b;
  background: linear-gradient(to right, #42264e 90%, #642b8b);
  background: -webkit-linear-gradient(0deg, #42264e 90%, #642b8b);
  background: -o-linear-gradient(0deg, #42264e 90%, #642b8b);
  background: -moz-linear-gradient(0deg, #42264e 90%, #642b8b);
}

.theme-exclusive .main-menu-wrapper .main-menu-right:before {
  background: #642b8b;
  background: linear-gradient(to left, #642b8b 25%, #42264e);
  background: -webkit-linear-gradient(180deg, #642b8b 25%, #42264e);
  background: -o-linear-gradient(180deg, #642b8b 25%, #42264e);
  background: -moz-linear-gradient(180deg, #642b8b 25%, #42264e);
}

.theme-exclusive .main-menu-wrapper ul.main-menu > li.menu-item > a:hover,
.theme-exclusive .main-menu-wrapper ul.main-menu > li.menu-item > a:active,
.theme-exclusive .main-menu-wrapper ul.main-menu > li.menu-item > a:focus {
  text-decoration: none;
  background-color: #ffc200;
  color: #5a502c;
}

.theme-exclusive
  .main-menu-wrapper
  ul.main-menu
  > li.menu-item
  > .menu-item-parent-wrapper {
  background: url("images/bg-menu-parent_4.png") no-repeat;
  background-size: 100% 95%;
  background-position: 0 -7px;
}

.theme-exclusive
  .main-menu-wrapper
  ul.main-menu
  > li.menu-item
  > .menu-item-parent-wrapper
  > .menu-item-parent
  > li
  .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a:hover {
  text-decoration: none;
  background-color: #642b8b;
}

.theme-exclusive
  .main-slider-nav-item.slick-current.slick-active
  .main-slider-nav-wrapper:after {
  background-color: #642b8b;
}

.theme-exclusive .advantage-wrapper .advantage-left-wrapper:before {
  background: url("images/bg-edin_4.jpg") no-repeat;
  background-size: cover;
}

.theme-exclusive .advantage-wrapper .advantage-right-wrapper:before {
  background: url("images/bg-help-you_4.jpg") no-repeat;
  background-size: cover;
}

.theme-exclusive .advantage-wrapper span.get-consultation:hover {
  -webkit-box-shadow: -10px 10px 5px 0 rgba(42, 24, 49, 0.8);
  -moz-box-shadow: -10px 10px 5px 0 rgba(42, 24, 49, 0.8);
  box-shadow: -10px 10px 5px 0 rgba(42, 24, 49, 0.8);
}

.theme-exclusive .only-rg-wrapper a.only-rg-link.icon-db-estate:before {
  background-image: url("images/icon-db-estate_4.png");
}

.theme-exclusive .only-rg-wrapper a.only-rg-link.icon-clear-deal:before {
  background-image: url("images/icon-clear-deal_4.png");
}

.theme-exclusive .only-rg-wrapper a.only-rg-link.icon-search:before {
  background-image: url("images/icon-search_4.png");
}

.theme-exclusive .only-rg-wrapper a.only-rg-link.icon-estate:before {
  background-image: url("images/icon-estate_4.png");
}

.theme-exclusive .our-partners-title:after {
  background: rgba(77, 34, 106, 0.5);
}

.theme-exclusive .nav-tabs.smi-tabs > li.active > a,
.theme-exclusive .nav-tabs.smi-tabs > li > a:hover {
  color: #642b8b;
  border: 1px solid #642b8b;
}

.theme-exclusive .smi-content a.url-page > i,
.theme-exclusive .smi-content a.url-page:hover {
  color: #642b8b;
}

.theme-exclusive .smi-content a.more {
  color: #642b8b;
}

.theme-exclusive .map-index-wrapper {
  border-top: 5px solid #3c0651;
}

.theme-exclusive .map-index-wrapper .map-index-btn {
  background: url("images/btn-index-map_4.png") no-repeat center center;
}

.theme-exclusive .main-footer {
  background: url("images/bg-footer_4.jpg") no-repeat center center;
  background-size: cover;
}

.theme-exclusive a.policy-link {
  color: #642b8b;
  text-decoration: underline;
}

.theme-exclusive .pagination-estate .pagination > li.prev > a,
.theme-exclusive .pagination-estate .pagination > li.next > a {
  border: 2px solid #642b8b;
}

.theme-exclusive .pagination-estate .pagination > li.prev > a > i:before,
.theme-exclusive .pagination-estate .pagination > li.next > a > i:before {
  color: #642b8b;
}

.theme-exclusive .pagination-estate .pagination > li.active > a,
.theme-exclusive .pagination-estate .pagination > li > a:hover,
.theme-exclusive .pagination-estate .pagination > li > a:focus,
.theme-exclusive .pagination-estate .pagination > li > a:active {
  color: #642b8b;
  border-bottom: 2px solid #642b8b;
}

.theme-exclusive .count > i {
  background-color: #642b8b;
}

.theme-exclusive
  .panel-filter-object-class
  input[type="checkbox"]
  + label:hover,
.theme-exclusive
  .panel-filter-object-class
  input[type="checkbox"]:checked
  + label,
.theme-exclusive .panel-filter-material input[type="checkbox"] + label:hover,
.theme-exclusive .panel-filter-material input[type="checkbox"]:checked + label,
.theme-exclusive .panel-filter-district input[type="checkbox"] + label:hover,
.theme-exclusive .panel-filter-district input[type="checkbox"]:checked + label,
.theme-exclusive .filter-content .checkbox-check-all .check-all:hover,
.theme-exclusive .filter-content .checkbox-check-all .check-all.check {
  color: #642b8b;
}

.theme-exclusive
  .panel-filter-object-class
  input[type="checkbox"]:checked
  + label:before,
.theme-exclusive
  .panel-filter-material
  input[type="checkbox"]:checked
  + label:before,
.theme-exclusive
  .panel-filter-district
  input[type="checkbox"]:checked
  + label:before,
.theme-exclusive .filter-content .checkbox-check-all .check-all.check:before {
  border: 1px solid #642b8b;
}

.theme-exclusive
  .panel-filter-district
  .checkbox-block
  input[type="checkbox"]:checked
  + label:after,
.theme-exclusive
  .panel-filter-material
  input[type="checkbox"]:checked
  + label:after,
.theme-exclusive .filter-content .checkbox-check-all .check-all.check:after,
.theme-exclusive
  .panel-filter-object-class
  input[type="checkbox"]
  + label:after {
  background-color: #642b8b;
}

.theme-exclusive .form-group-rooms input[type="checkbox"] + label:before {
  background-color: #642b8b;
  border: 1px solid #642b8b;
}

.theme-exclusive .panel-filter .btn-filter {
  background-color: #642b8b;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(66, 38, 78, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(66, 38, 78, 1);
  box-shadow: 2px 4px 2px 0 rgba(66, 38, 78, 1);
}

.theme-exclusive a.filter-office.active {
  background-color: #642b8b;
}

.theme-exclusive a.filter-office:hover,
.theme-exclusive a.filter-office:active,
.theme-exclusive a.filter-office:focus {
  color: #fff;
  background-color: #642b8b;
}

.theme-exclusive .block-content-more {
  color: #642b8b;
  border: 1px solid #642b8b;
}

.theme-exclusive .block-content-more:hover,
.theme-exclusive .block-content-more:active,
.theme-exclusive .block-content-more:focus,
.theme-exclusive .block-content-more.active {
  color: #fff;
  background-color: #642b8b;
}

.theme-exclusive .top-wrapper:hover .top-button,
.theme-exclusive .top-wrapper:hover .top-button i {
  color: #642b8b;
}

.theme-exclusive .view-map.active,
.theme-exclusive .view-map:hover,
.theme-exclusive .view-map:active,
.theme-exclusive .view-map:focus {
  color: #6729ba;
}

.theme-exclusive .view-tablet span.icon-view-tablet:before,
.theme-exclusive .view-tablet span.icon-view-list:before,
.theme-exclusive .view-tablet.active span.icon-view-tablet:before,
.theme-exclusive .view-tablet.active span.icon-view-list:before {
  background-image: url("images/icon-catalog-panel-header_4.jpg");
  background-repeat: no-repeat;
}

.theme-exclusive .nav-object > li.map a:hover,
.theme-exclusive .nav-object > li.map.active a,
.theme-exclusive .object-right .estate-object-button-hypothec > a:hover,
.theme-exclusive .object-right .estate-object-button-msc > a:hover {
  border: 1px solid #5a116e;
  background-color: #72168b;
  -webkit-box-shadow: inset -7px -7px 0 0 rgba(90, 17, 110, 1);
  -moz-box-shadow: inset -7px -7px 0 0 rgba(90, 17, 110, 1);
  box-shadow: inset -7px -7px 0 0 rgba(90, 17, 110, 1);
  color: #fff;
}

.theme-exclusive .nav-object li.images a:hover,
.theme-exclusive .nav-object li.images a:focus,
.theme-exclusive .nav-object li.images a:active {
  background-color: inherit !important;
  color: #642b8b;
}

.theme-exclusive .object-right .estate-object-button-hypothec > a:before,
.theme-exclusive .object-right .estate-object-button-msc > a:before {
  background-image: url("images/estate-object-one-buttons_arrows_4.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.theme-exclusive .object-right .estate-object-button-hypothec > a:hover:before,
.theme-exclusive .object-right .estate-object-button-msc > a:hover:before {
  background-position: 0 -58px;
}

.theme-exclusive .btn-object-consultation {
  background-image: url("images/button_order_konsult_3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.theme-exclusive .btn-object-consultation:hover,
.theme-exclusive .btn-object-consultation:active,
.theme-exclusive .btn-object-consultation:focus {
  color: #51565a;
  background-color: #ebebeb;
  background-image: none;
  -webkit-box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
  -moz-box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
  box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
}

.theme-exclusive .similar-objects-slider ul.slick-dots li button:before {
  color: #642b8b;
  font-size: 16px;
}

.theme-exclusive
  .similar-objects-slider
  ul.slick-dots
  li.slick-active
  button:before {
  color: #642b8b;
}

.theme-exclusive .new-building-grid a.button-hot-deals,
.theme-exclusive .new-building-list a.button-hot-deals,
.theme-exclusive .estate-grid a.button-hot-deals,
.theme-exclusive .objects-list a.button-hot-deals {
  background-image: url("images/bg-button-hot-deals_4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.theme-exclusive .new-building-grid span.button-tour,
.theme-exclusive .new-building-list span.button-tour,
.theme-exclusive .estate-grid span.button-tour,
.theme-exclusive .objects-list span.button-tour {
  background-image: url("images/bg-button-tour_4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.theme-exclusive .new-building-grid a.button-ipoteka,
.theme-exclusive .new-building-list a.button-ipoteka,
.theme-exclusive .estate-grid a.button-ipoteka,
.theme-exclusive .objects-list a.button-ipoteka {
  background-image: url("images/bg-button-ipoteka_4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.theme-exclusive
  .form-survey-wrapper
  input[type="checkbox"]:checked
  + label:before {
  color: #fff;
  font-weight: bold;
  background-color: #642b8b;
  border: 3px solid #642b8b;
}

.theme-exclusive .form-survey-wrapper button[type="submit"] {
  color: #fff;
  background-color: #642b8b;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(66, 38, 78, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(66, 38, 78, 1);
  box-shadow: 2px 4px 2px 0 rgba(66, 38, 78, 1);
}

.theme-exclusive
  .block-interestinglie-item
  .block-interestinglie-item-img
  > a:hover:before {
  border: 4px solid #642b8b;
}

.theme-exclusive .form-sell-apartment-wrapper button[type="submit"],
.theme-exclusive .form-refinancing-wrapper button[type="submit"] {
  color: #fff;
  background-color: #642b8b;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(66, 38, 78, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(66, 38, 78, 1);
  box-shadow: 2px 4px 2px 0 rgba(66, 38, 78, 1);
}

.theme-exclusive
  .form-sell-apartment-wrapper
  input[type="radio"]
  + label:before {
  background-color: #642b8b;
}

.theme-exclusive #slider-range-priceEstate > span,
.theme-exclusive #slider-range-balanceDebt > span {
  background: #642b8b;
  border-color: #642b8b;
}

.theme-exclusive #slider-range-priceEstate .ui-widget-header,
.theme-exclusive #slider-range-balanceDebt .ui-widget-header {
  background: #805c99;
  border-color: #805c99;
}

.theme-exclusive .work-wrapper .work-section-title h2:before,
.theme-exclusive .work-wrapper .section-scope ul li:hover:before {
  background-color: #642b8b;
}

.theme-exclusive
  .vacancy-wrapper
  .vacancy-items
  .panel
  .panel-heading-right
  h2.panel-title
  a:hover,
.theme-exclusive
  .vacancy-wrapper
  .vacancy-items
  .panel
  .panel-heading-right
  h2.panel-title
  a[aria-expanded="true"] {
  color: #642b8b;
}

.theme-exclusive
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .responsibility-item-wrapper
  h4,
.theme-exclusive
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .demands-item-wrapper
  h4 {
  color: #642b8b;
}

.theme-exclusive
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .responsibility-item-wrapper
  h4:before,
.theme-exclusive
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .demands-item-wrapper
  h4:before {
  background-image: url("images/bg-vacancy-left_4.png");
  background-repeat: no-repeat;
}

.theme-exclusive .department-item .department-title a:hover:before,
.theme-exclusive .department-item .department-title a.active:before {
  background-color: #642b8b;
}

.theme-exclusive .worker-information .info-detail .worker-contacts p.phone span,
.theme-exclusive .worker-information .info-detail .worker-contacts p > a:hover,
.theme-exclusive .worker-information .info-detail .worker-contacts p > a:focus,
.theme-exclusive
  .department-description-wrapper
  .department-description
  .department-description-header
  h1 {
  color: #642b8b;
}

.theme-exclusive
  .department-description-wrapper
  .department-description
  .department-description-footer
  a.department-link {
  color: #642b8b;
  border: 2px solid #642b8b;
}

.theme-exclusive .modal-callback {
  background: url("images/bg-modal-callback_4.png") no-repeat;
  background-size: 100% 100%;
}

.theme-exclusive .modal-reviews-wrapper .modal-reviews {
  background: url("images/bg-modal-callback_4.png") no-repeat;
  background-size: cover;
}

.theme-exclusive .reviews-slider-main .owl-nav .owl-prev:hover:before,
.theme-exclusive .reviews-slider-main .owl-nav .owl-next:hover:before,
.theme-exclusive .reviews-slider-nav .owl-nav .owl-prev:hover:before,
.theme-exclusive .reviews-slider-nav .owl-nav .owl-next:hover:after,
.theme-exclusive .reviews-slider-main .owl-nav .owl-next:hover:after,
.theme-exclusive .reviews-slider-nav .owl-nav .owl-next:hover:after {
  color: #642b8b;
}

.theme-exclusive .reviews-slider-nav .owl-dots .owl-dot.active span,
.theme-exclusive .reviews-slider-nav .owl-dots .owl-dot:hover span {
  background: #642b8b;
}

.theme-exclusive .green {
  background-color: #642b8b;
  color: #fff;
}

.theme-exclusive button.hypothec-button {
  color: #fff;
  background-color: #642b8b;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(66, 38, 78, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(66, 38, 78, 1);
  box-shadow: 2px 4px 2px 0 rgba(66, 38, 78, 1);
}

@media screen and (max-width: 991px) {
  .theme-exclusive .mobile-filter {
    background-color: #642b8b;
    color: #fff;
  }

  .theme-exclusive .mobile-filter:hover,
  .theme-exclusive .mobile-filter:active,
  .theme-exclusive .mobile-filter:focus {
    color: #fff;
    background-color: #42264e;
  }

  .theme-exclusive .panel-filter .filter-close {
    border: 1px solid #642b8b;
    -webkit-box-shadow: 2px 4px 2px 0 rgba(66, 38, 78, 1);
    -moz-box-shadow: 2px 4px 2px 0 rgba(66, 38, 78, 1);
    box-shadow: 2px 4px 2px 0 rgba(66, 38, 78, 1);
  }

  .theme-exclusive .mobile-btn-consult-wrapper {
    background-color: #642b8b;
  }

  .theme-exclusive .our-partners-wrapper:before {
    background: rgba(77, 34, 106, 0.5);
  }
}

@media screen and (max-width: 767px) {
  .theme-exclusive .m-header-wrapper {
    background-color: #642b8b;
  }

  .theme-exclusive .mobile-menu {
    background-color: #642b8b;
    border-color: #571374;
  }

  .theme-exclusive .mobile-main-menu .mobile-menu-item > a {
    background-color: #642b8b;
    border-bottom: 1px solid #571374;
    color: #fff;
  }

  .theme-exclusive
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper {
    background-color: #7e27a4;
  }

  .theme-exclusive
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent {
    background-color: #571374;
  }

  .theme-exclusive
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper {
    background-color: #7e27a4;
  }

  .theme-exclusive
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a:hover:before,
  .theme-exclusive
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a:focus:before,
  .theme-exclusive
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a:active:before {
    background-color: #ffc200;
  }
}

.theme-brown .main-menu-index-wrapper,
.theme-brown .main-menu-wrapper.main-menu-fixed,
.theme-brown .nav-wrapper {
  background-color: #c4a287;
}

.theme-brown .main-menu-wrapper .main-menu-left:before {
  background: #c4a287;
  background: linear-gradient(to right, #6e3221 90%, #c4a287);
  background: -webkit-linear-gradient(0deg, #6e3221 90%, #c4a287);
  background: -o-linear-gradient(0deg, #6e3221 90%, #c4a287);
  background: -moz-linear-gradient(0deg, #6e3221 90%, #c4a287);
}

.theme-brown .main-menu-wrapper .main-menu-right:before {
  background: #c4a287;
  background: linear-gradient(to left, #c4a287 25%, #6e3221);
  background: -webkit-linear-gradient(180deg, #c4a287 25%, #6e3221);
  background: -o-linear-gradient(180deg, #c4a287 25%, #6e3221);
  background: -moz-linear-gradient(180deg, #c4a287 25%, #6e3221);
}

.theme-brown .main-menu-wrapper ul.main-menu > li.menu-item > a:hover,
.theme-brown .main-menu-wrapper ul.main-menu > li.menu-item > a:active,
.theme-brown .main-menu-wrapper ul.main-menu > li.menu-item > a:focus {
  text-decoration: none;
  background-color: #6e2a00;
  color: #fff;
}

.theme-brown .contact-us-wrapper > a.contact-us:hover,
.theme-brown .contact-us-wrapper > a.contact-us:focus,
.theme-brown .contact-us-wrapper > a.contact-us:active {
  text-decoration: none;
  background-color: #6e2a00;
  color: #fff;
}

.theme-brown
  .main-menu-wrapper
  li.menu-item
  .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li,
.theme-brown
  .main-menu-wrapper
  li.menu-item
  .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a {
  color: #6e2a00;
}

.theme-brown
  .main-menu-wrapper
  ul.main-menu
  > li.menu-item
  > .menu-item-parent-wrapper {
  background: url("images/bg-menu-parent_5.png") no-repeat;
  background-size: 100% 95%;
  background-position: 0 -7px;
}

.theme-brown
  .main-menu-wrapper
  ul.main-menu
  > li.menu-item
  > .menu-item-parent-wrapper
  > .menu-item-parent
  > li
  .menu-item-parent-wrapper
  > ul.menu-item-parent
  > li
  > a:hover {
  text-decoration: none;
  background-color: #6e2a00;
}

.theme-brown
  .main-slider-nav-item.slick-current.slick-active
  .main-slider-nav-wrapper:after {
  background-color: #6e2a00;
}

.theme-brown .advantage-right h2 {
  color: #fff;
}

.theme-brown .advantage-wrapper .advantage-left-wrapper:before {
  background: url("images/bg-edin_5.jpg") no-repeat;
  background-size: cover;
}

.theme-brown .advantage-wrapper .advantage-right-wrapper:before {
  background: url("images/bg-help-you_5.jpg") no-repeat;
  background-size: cover;
}

.theme-brown .advantage-wrapper span.get-consultation {
  background-color: #6e2a00;
  color: #fff;
}

.theme-brown .advantage-wrapper span.get-consultation::before {
  background-image: url("images/icon-consultation_1.png");
}

.theme-brown .advantage-wrapper span.get-consultation:hover {
  -webkit-box-shadow: -10px 10px 5px 0 rgba(68, 37, 30, 0.7);
  -moz-box-shadow: -10px 10px 5px 0 rgba(68, 37, 30, 0.7);
  box-shadow: -10px 10px 5px 0 rgba(68, 37, 30, 0.7);
}

.theme-brown .only-rg-wrapper a.only-rg-link.icon-db-estate:before {
  background-image: url("images/icon-db-estate_5.png");
}

.theme-brown .only-rg-wrapper a.only-rg-link.icon-clear-deal:before {
  background-image: url("images/icon-clear-deal_5.png");
}

.theme-brown .only-rg-wrapper a.only-rg-link.icon-search:before {
  background-image: url("images/icon-search_5.png");
}

.theme-brown .only-rg-wrapper a.only-rg-link.icon-estate:before {
  background-image: url("images/icon-estate_5.png");
}

.theme-brown .our-partners-title:after {
  background: rgba(185, 144, 0, 0.5);
}

.theme-brown .nav-tabs.smi-tabs > li.active > a,
.theme-brown .nav-tabs.smi-tabs > li > a:hover {
  color: #6e2a00;
  border: 1px solid #6e2a00;
}

.theme-brown .smi-content a.url-page > i,
.theme-brown .smi-content a.url-page:hover,
.theme-brown .smi-content a.more {
  color: #6e2a00;
}

.theme-brown .map-index-wrapper {
  border-top: 5px solid #6e2a00;
}

.theme-brown .map-index-wrapper .map-index-btn {
  background: url("images/btn-index-map_5.png") no-repeat center center;
}

.theme-brown .main-footer {
  background: url("images/bg-footer_5.jpg") no-repeat center center;
  background-size: cover;
}

.theme-brown a.policy-link {
  color: #6e2a00;
  text-decoration: underline;
}

.theme-brown .pagination-estate .pagination > li.prev > a,
.theme-brown .pagination-estate .pagination > li.next > a {
  border: 2px solid #6e2a00;
}

.theme-brown .pagination-estate .pagination > li.prev > a > i:before,
.theme-brown .pagination-estate .pagination > li.next > a > i:before {
  color: #6e2a00;
}

.theme-brown .pagination-estate .pagination > li.active > a,
.theme-brown .pagination-estate .pagination > li > a:hover,
.theme-brown .pagination-estate .pagination > li > a:focus,
.theme-brown .pagination-estate .pagination > li > a:active {
  color: #6e2a00;
  border-bottom: 2px solid #6e2a00;
}

.theme-brown .count > i {
  background-color: #6e2a00;
}

.theme-brown .panel-filter-object-class input[type="checkbox"] + label:hover,
.theme-brown .panel-filter-object-class input[type="checkbox"]:checked + label,
.theme-brown .panel-filter-material input[type="checkbox"] + label:hover,
.theme-brown .panel-filter-material input[type="checkbox"]:checked + label,
.theme-brown .panel-filter-district input[type="checkbox"] + label:hover,
.theme-brown .panel-filter-district input[type="checkbox"]:checked + label,
.theme-brown .filter-content .checkbox-check-all .check-all:hover,
.theme-brown .filter-content .checkbox-check-all .check-all.check,
.theme-brown .filter-content .checkbox-check-all .check-all:hover,
.theme-brown .filter-content .checkbox-check-all .check-all.check {
  color: #6e2a00;
}

.theme-brown
  .panel-filter-object-class
  input[type="checkbox"]:checked
  + label:before,
.theme-brown
  .panel-filter-material
  input[type="checkbox"]:checked
  + label:before,
.theme-brown
  .panel-filter-district
  input[type="checkbox"]:checked
  + label:before,
.theme-brown .filter-content .checkbox-check-all .check-all.check:before {
  border: 1px solid #6e2a00;
}

.theme-brown
  .panel-filter-district
  .checkbox-block
  input[type="checkbox"]:checked
  + label:after,
.theme-brown
  .panel-filter-material
  input[type="checkbox"]:checked
  + label:after,
.theme-brown .filter-content .checkbox-check-all .check-all.check:after,
.theme-brown .panel-filter-object-class input[type="checkbox"] + label:after {
  background-color: #6e2a00;
}

.theme-brown .form-group-rooms input[type="checkbox"] + label:before {
  background-color: #6e2a00;
  border: 1px solid #6e2a00;
}

.theme-brown .modal-callback .btn-modal {
  color: #fff;
}

.theme-brown .panel-filter .btn-filter,
.theme-brown .modal-callback .btn-modal {
  background-color: #6e2a00;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(68, 37, 30, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(68, 37, 30, 1);
  box-shadow: 2px 4px 2px 0 rgba(68, 37, 30, 1);
}

.theme-brown a.filter-office.active {
  background-color: #6e2a00;
}

.theme-brown a.filter-office:hover,
.theme-brown a.filter-office:active,
.theme-brown a.filter-office:focus {
  color: #fff;
  background-color: #6e2a00;
}

.theme-brown .block-content-more {
  color: #6e2a00;
  border: 1px solid #6e2a00;
}

.theme-brown .block-content-more:hover,
.theme-brown .block-content-more:active,
.theme-brown .block-content-more:focus,
.theme-brown .block-content-more.active {
  color: #fff;
  background-color: #6e2a00;
}

.theme-brown .top-wrapper:hover .top-button,
.theme-brown .top-wrapper:hover .top-button i {
  color: #6e2a00;
}

.theme-brown .view-map.active,
.theme-brown .view-map:hover,
.theme-brown .view-map:active,
.theme-brown .view-map:focus {
  color: #6e2a00;
}

.theme-brown .view-tablet span.icon-view-tablet:before,
.theme-brown .view-tablet span.icon-view-list:before,
.theme-brown .view-tablet.active span.icon-view-tablet:before,
.theme-brown .view-tablet.active span.icon-view-list:before {
  background-image: url("images/icon-catalog-panel-header_5.jpg");
  background-repeat: no-repeat;
}

.theme-brown .nav-object > li.map a:hover,
.theme-brown .nav-object > li.map.active a,
.theme-brown .object-right .estate-object-button-hypothec > a:hover,
.theme-brown .object-right .estate-object-button-msc > a:hover {
  border: 1px solid #6e3221;
  background-color: #6e3221;
  -webkit-box-shadow: inset -7px -7px 0 0 rgba(89, 40, 27, 1);
  -moz-box-shadow: inset -7px -7px 0 0 rgba(89, 40, 27, 1);
  box-shadow: inset -7px -7px 0 0 rgba(89, 40, 27, 1);
  color: #fff;
}

.theme-brown .nav-object li.images a:hover,
.theme-brown .nav-object li.images a:focus,
.theme-brown .nav-object li.images a:active {
  background-color: inherit !important;
  color: #6e2a00;
}

.theme-brown .object-right .estate-object-button-hypothec > a:before,
.theme-brown .object-right .estate-object-button-msc > a:before {
  background-image: url("images/estate-object-one-buttons_arrows_5.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.theme-brown .object-right .estate-object-button-hypothec > a:hover:before,
.theme-brown .object-right .estate-object-button-msc > a:hover:before {
  background-position: 0 -58px;
}

.theme-brown .btn-object-consultation {
  background-image: url("images/button_order_konsult_4.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.theme-brown .btn-object-consultation:hover,
.theme-brown .btn-object-consultation:active,
.theme-brown .btn-object-consultation:focus {
  color: #51565a;
  background-color: #ebebeb;
  background-image: none;
  -webkit-box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
  -moz-box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
  box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
}

.theme-brown .similar-objects-slider ul.slick-dots li button:before {
  color: #6e2a00;
  font-size: 16px;
}

.theme-brown
  .similar-objects-slider
  ul.slick-dots
  li.slick-active
  button:before {
  color: #6e2a00;
}

.theme-brown .new-building-grid a.button-hot-deals,
.theme-brown .new-building-list a.button-hot-deals,
.theme-brown .estate-grid a.button-hot-deals,
.theme-brown .objects-list a.button-hot-deals {
  background-image: url("images/bg-button-hot-deals_5.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.theme-brown .new-building-grid span.button-tour,
.theme-brown .new-building-list span.button-tour,
.theme-brown .estate-grid span.button-tour,
.theme-brown .objects-list span.button-tour {
  background-image: url("images/bg-button-tour_5.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.theme-brown .new-building-grid a.button-ipoteka,
.theme-brown .new-building-list a.button-ipoteka,
.theme-brown .estate-grid a.button-ipoteka,
.theme-brown .objects-list a.button-ipoteka {
  background-image: url("images/bg-button-ipoteka_5.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.theme-brown
  .form-survey-wrapper
  input[type="checkbox"]:checked
  + label:before {
  color: #fff;
  font-weight: bold;
  background-color: #6e2a00;
  border: 3px solid #6e2a00;
}

.theme-brown .form-survey-wrapper button[type="submit"] {
  color: #fff;
  background-color: #6e2a00;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(68, 37, 30, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(68, 37, 30, 1);
  box-shadow: 2px 4px 2px 0 rgba(68, 37, 30, 1);
}

.theme-brown
  .block-interestinglie-item
  .block-interestinglie-item-img
  > a:hover:before {
  border: 4px solid #6e2a00;
}

.theme-brown .form-sell-apartment-wrapper button[type="submit"],
.theme-brown .form-refinancing-wrapper button[type="submit"] {
  color: #fff;
  background-color: #6e2a00;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(68, 37, 30, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(68, 37, 30, 1);
  box-shadow: 2px 4px 2px 0 rgba(68, 37, 30, 1);
}

.theme-brown .form-sell-apartment-wrapper input[type="radio"] + label:before {
  background-color: #6e2a00;
}

.theme-brown #slider-range-priceEstate > span,
.theme-brown #slider-range-balanceDebt > span {
  background: #c4a287;
  border-color: #c4a287;
}

.theme-brown #slider-range-priceEstate .ui-widget-header,
.theme-brown #slider-range-balanceDebt .ui-widget-header {
  background: #6e2a00;
  border-color: #6e2a00;
}

.theme-brown .work-wrapper .work-section-title h2:before,
.theme-brown .work-wrapper .section-scope ul li:hover:before {
  background-color: #6e2a00;
}

.theme-brown
  .vacancy-wrapper
  .vacancy-items
  .panel
  .panel-heading-right
  h2.panel-title
  a:hover,
.theme-brown
  .vacancy-wrapper
  .vacancy-items
  .panel
  .panel-heading-right
  h2.panel-title
  a[aria-expanded="true"] {
  color: #6e2a00;
}

.theme-brown
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .responsibility-item-wrapper
  h4,
.theme-brown
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .demands-item-wrapper
  h4 {
  color: #6e2a00;
}

.theme-brown
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .responsibility-item-wrapper
  h4:before,
.theme-brown
  .vacancy-wrapper
  .vacancy-items
  .panel-body
  .demands-item-wrapper
  h4:before {
  background-image: url("images/bg-vacancy-left_5.png");
  background-repeat: no-repeat;
}

.theme-brown .department-item .department-title a:hover:before,
.theme-brown .department-item .department-title a.active:before {
  background-color: #6e2a00;
}

.theme-brown .worker-information .info-detail .worker-contacts p.phone span,
.theme-brown .worker-information .info-detail .worker-contacts p > a:hover,
.theme-brown .worker-information .info-detail .worker-contacts p > a:focus,
.theme-brown
  .department-description-wrapper
  .department-description
  .department-description-header
  h1 {
  color: #6e2a00;
}

.theme-brown
  .department-description-wrapper
  .department-description
  .department-description-footer
  a.department-link {
  color: #6e2a00;
  border: 2px solid #6e2a00;
}

.theme-brown .modal-callback {
  background: url("images/bg-modal-callback_5.png") no-repeat;
  background-size: 100% 100%;
}

.theme-brown .modal-reviews-wrapper .modal-reviews {
  background: url("images/bg-modal-callback_5.png") no-repeat;
  background-size: cover;
}

.theme-brown .reviews-slider-main .owl-nav .owl-prev:hover:before,
.theme-brown .reviews-slider-main .owl-nav .owl-next:hover:before,
.theme-brown .reviews-slider-nav .owl-nav .owl-prev:hover:before,
.theme-brown .reviews-slider-nav .owl-nav .owl-next:hover:after,
.theme-brown .reviews-slider-main .owl-nav .owl-next:hover:after,
.theme-brown .reviews-slider-nav .owl-nav .owl-next:hover:after {
  color: #6e2a00;
}

.theme-brown .reviews-slider-nav .owl-dots .owl-dot.active span,
.theme-brown .reviews-slider-nav .owl-dots .owl-dot:hover span {
  background: #6e2a00;
}

.theme-brown .green {
  background-color: #6e2a00;
  color: #fff;
}

.theme-brown button.hypothec-button {
  color: #fff;
  background-color: #6e2a00;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(68, 37, 30, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(68, 37, 30, 1);
  box-shadow: 2px 4px 2px 0 rgba(68, 37, 30, 1);
}

.styles_wrap__jmM55 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 388px;
}

@media (min-width: 768px) {
  .styles_wrap__jmM55 {
    min-height: 320px;
  }
}

.styles_wrap__pOBpt {
  width: 100%;
}

.styles_title__QOwZm {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #242629;
  margin-bottom: 16px;
}

.styles_content__poxKc {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.styles_dateSelects__Bk2vG {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
}

@media (min-width: 768px) {
  .styles_dateSelects__Bk2vG {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    grid-column-gap: 16px;
  }
}

.styles_wrap__Yco14 {
  width: 100%;
}

.styles_label__efoqs {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #737476;
  margin-bottom: 8px;
}

.styles_group__BpzyE {
  display: grid;
  grid-column-gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.styles_button__KIVjS {
  width: 100%;
}

@media (min-width: 768px) {
  .styles_button__KIVjS {
    width: min-content;
    margin-left: auto;
  }
}

.styles_typeSelects__JKevg {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
}

@media (min-width: 768px) {
  .styles_typeSelects__JKevg {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
  }
}

.styles_title__jxQM- {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #242629;
}

.styles_hintChildren__yUOIJ {
  cursor: pointer;
  position: relative;
}

.styles_hiddenBtn__Z6Orh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  color: transparent;
  background-color: transparent;
  cursor: pointer;
  z-index: 0;
}

.styles_title__xWXz0 {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #242629;
  margin-bottom: 16px;
}

.styles_info__2-Cxq {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.styles_list__C61FN {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.styles_item__4q1jx {
  width: 45%;
}

.styles_item__4q1jx:nth-child(odd) {
  padding-right: 10px;
}

.styles_item__4q1jx:not(:last-child):not(:nth-last-child(2)) {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .styles_item__4q1jx:not(:last-child):not(:nth-last-child(2)) {
    margin-bottom: 24px;
  }
}

.styles_label__0AZyt {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 12px;
  line-height: 1.33;
  color: #a7a8a9;
  text-align: left;
}

@media (min-width: 768px) {
  .styles_label__0AZyt {
    font-size: 14px;
  }
}

.styles_value__U8bv3 {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  margin-top: 6px;
  font-weight: 500;
  color: #242629;
}

@media (min-width: 768px) {
  .styles_value__U8bv3 {
    font-size: 18px;
  }
}

.styles_list__dLWjR {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .styles_list__dLWjR {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, min-content);
    grid-column-gap: 32px;
    grid-row-gap: 8px;
  }
}

.styles_item__n9qGj {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
}

.styles_item__n9qGj:not(:first-child) {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .styles_item__n9qGj {
    flex-direction: column;
    width: auto;
  }

  .styles_item__n9qGj:not(:first-child) {
    margin-top: 0;
  }
}

.styles_item--inverted__Z8yIg .styles_label__CcrAl {
  font-size: 18px;
  line-height: 24px;
  color: #242629;
}

.styles_item--inverted__Z8yIg .styles_value__ee2KU {
  font-size: 14px;
}

@media (min-width: 768px) {
  .styles_item--inverted__Z8yIg {
    margin-bottom: 0;
  }

  .styles_item--inverted__Z8yIg .styles_label__CcrAl {
    font-size: 16px;
    line-height: 20px;
  }

  .styles_item--inverted__Z8yIg .styles_value__ee2KU {
    color: #737476;
  }
}

.styles_label__CcrAl {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  color: #737476;
}

.styles_valueWrap__lk1vb {
  display: block;
  text-align: end;
}

@media (min-width: 768px) {
  .styles_valueWrap__lk1vb {
    display: grid;
    grid-column-gap: 8px;
    grid-template-columns: auto auto;
    text-align: start;
  }
}

.styles_value__ee2KU {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  color: #242629;
}

.styles_value--accent__6xhWH {
  color: #53b374;
}

.styles_value--flex__flTiu {
  display: grid;
  grid-column-gap: 16px;
}

@media (min-width: 768px) {
  .styles_value__ee2KU {
    font-size: 16px;
  }
}

.styles_oldValue__GUkn- {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  text-decoration: line-through;
  color: #737476;
  font-size: 12px;
}

@media (min-width: 768px) {
  .styles_oldValue__GUkn- {
    font-size: 16px;
  }
}

.styles_hintWrap__P9-qI {
  display: grid;
  align-items: center;
  grid-column-gap: 8px;
  grid-template-columns: min-content min-content;
}

.styles_alert__3-xIr {
  background-color: #fef8ed;
  border-radius: 5px;
  display: grid;
  grid-row-gap: 8px;
  grid-column-gap: 9px;
  padding: 12px;
  grid-template-columns: 1fr;
  justify-content: center;
}

@media (min-width: 768px) {
  .styles_alert__3-xIr {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
}

.styles_alert--row__Ya7lb {
  grid-template-columns: auto auto;
  justify-content: start;
}

@media (min-width: 768px) {
  .styles_alert--row__Ya7lb {
    justify-content: space-between;
  }
}

.styles_alert--row__Ya7lb .styles_title__s8BJi {
  text-align: left;
}

.styles_alert--row__Ya7lb .styles_message__1Nitt {
  text-align: left;
}

.styles_alert--error__jNm-z {
  background-color: rgba(255, 106, 89, 0.1);
}

.styles_alert--error__jNm-z .styles_title__s8BJi {
  color: #ff6a59;
}

.styles_title__s8BJi {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  font-weight: 500;
  color: #f6a623;
  display: flex;
  text-align: center;
  justify-self: center;
}

.styles_message__1Nitt {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  font-weight: 500;
  color: #737476;
  text-align: center;
}

.styles_icon__oopMN {
  margin-right: 9px;
}

.styles_btn__vfxCD {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  font-weight: 500;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.styles_alerts__kb2nN {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
}

.styles_header__WYXez {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 16px;
  grid-row-gap: 32px;
}

@media (min-width: 768px) {
  .styles_header__WYXez {
    margin-top: 30px;
  }
}

.styles_credit__K8aeK {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
}

@media (min-width: 768px) {
  .styles_credit__K8aeK {
    grid-row-gap: 24px;
  }
}

@media (min-width: 1248px) {
  .styles_credit__K8aeK {
    grid-template-columns: 1fr auto;
    justify-content: space-between;
  }
}

.styles_prepayment__7VAtO {
  padding: 20px 16px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.styles_prepayment__7VAtO:not(:first-child) {
  margin-top: 16px;
}

@media (min-width: 1024px) {
  .styles_prepayment__7VAtO {
    padding: 16px 0;
    box-shadow: none;
    border-radius: 0;
  }

  .styles_prepayment__7VAtO:not(:first-child) {
    margin-top: 0;
    border-top: 1px solid #e5e5e5;
  }

  .styles_prepayment__7VAtO:hover .styles_title__OM-la {
    color: #53b374;
  }
}

.styles_header__pVvFi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4px;
}

.styles_deleteBtn__goche {
  background: none;
  border: 0;
  padding: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 1;
  position: relative;
  color: #a7a8a9;
  order: 1;
}

.styles_deleteBtn__goche::after {
  position: absolute;
  content: "";
  height: 200%;
  width: 200%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
  .styles_deleteBtn__goche:hover {
    color: #505154;
  }

  .styles_deleteBtn__goche:hover ~ .styles_title__OM-la {
    color: #242629;
  }
}

.styles_title__OM-la {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #53b374;
}

@media (min-width: 1024px) {
  .styles_title__OM-la {
    color: #242629;
  }
}

.styles_schedule__LvsW2 {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  color: #737476;
}

.styles_conditions__V--kN {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 4px;
}

@media (min-width: 768px) {
  .styles_conditions__V--kN {
    margin-top: 16px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: column;
  }
}

@media (min-width: 1024px) {
  .styles_conditions__V--kN {
    grid-template-columns: 1fr;
    grid-auto-flow: unset;
  }
}

@media (min-width: 1248px) {
  .styles_conditions__V--kN {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 50px;
  }
}

.styles_condition__ovYI8 {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .styles_condition__ovYI8 {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .styles_condition__ovYI8 {
    flex-direction: row;
  }
}

@media (min-width: 1248px) {
  .styles_condition__ovYI8 {
    flex-direction: column;
  }
}

.styles_label__Dsxak {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  color: #737476;
}

.styles_value__JSX8O {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
}

.styles_cardBtn__PwDU4 {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  border: none;
  color: transparent;
  background-color: transparent;
  cursor: pointer;
}

.styles_btn__ErJro {
  display: none;
}

@media (min-width: 1024px) {
  .styles_btn__ErJro {
    display: block;
    color: #a7a8a9;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
    height: 100%;
    padding: 0;
    position: relative;
  }

  .styles_btn__ErJro:hover:not(:disabled) {
    color: #505154;
  }

  .styles_btn__ErJro:disabled {
    cursor: not-allowed;
  }

  .styles_btn__ErJro::after {
    position: absolute;
    display: block;
    content: "";
    height: 32px;
    width: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.styles_list__sp4QX {
  position: relative;
  display: none;
  order: 1;
}

@media (min-width: 1024px) {
  .styles_list__sp4QX {
    display: block;
    border-radius: 5px;
    padding: 24px 0 0;
    border: 1px solid #edeeee;
    order: 2;
  }
}

.styles_list--used__Rhelz {
  display: flex;
  flex-direction: column;
}

.styles_titleWrap__Vhoj5 {
  display: flex;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .styles_titleWrap__Vhoj5 {
    margin: 0 24px 16px;
  }
}

.styles_title__a8D9t {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #242629;
  margin-right: auto;
}

.styles_notFound__8xoAR {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.styles_desc__t0vt- {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  text-align: center;
  margin-top: 23px;
  color: #737476;
}

.styles_fade__-Iqgj {
  position: absolute;
  width: 100%;
  height: 24px;
  pointer-events: none;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

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

@media (min-width: 1024px) {
  .styles_content__RNC4W {
    overflow-y: scroll;
    padding: 0 24px;
    height: 355px;
    margin: 0;
    flex-shrink: 1;
    flex-grow: 1;
  }
}

.styles_options__E4QO8 {
  display: flex;
  justify-content: space-between;
}

.styles_iconsColor__Pqze9 {
  color: #53b374;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #edeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
}

@media (min-width: 768px) {
  .styles_iconsColor__Pqze9 {
    margin: 0 2px;
  }
}

.styles_group__WqsEp {
  display: flex;
  justify-content: space-between;
  margin: 48px 0 12px;
}

@media (min-width: 768px) {
  .styles_group__WqsEp {
    margin: 48px 0 0;
  }
}

.styles_wrap__6YDSO {
  touch-action: manipulation;
}

.styles_btn__dIyYt {
  font-family: SeroPro, sans-serif;
  font-style: normal;
  letter-spacing: normal;
  font-stretch: normal;
  text-decoration: none;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: normal;
  border: none;
  text-align: left;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
}

.styles_btn__dIyYt:hover .styles_text__TWCIb {
  border-bottom-color: #242629;
}

.styles_btn__dIyYt::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 40px;
  top: 0;
  transform: translateY(-25%);
}

.styles_btn--prev__qsaA- {
  padding-left: 24px;
}

.styles_btn--prev__qsaA-::after {
  left: 0;
}

.styles_btn--prev__qsaA- .styles_iconWrap__x65t4 {
  left: 0;
}

.styles_btn--next__iWrFi {
  padding-right: 24px;
}

.styles_btn--next__iWrFi::after {
  right: 0;
}

.styles_btn--next__iWrFi .styles_iconWrap__x65t4 {
  right: 0;
}

.styles_text__TWCIb {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  font-family: SeroPro, sans-serif;
  font-style: normal;
  letter-spacing: normal;
  font-stretch: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  border-bottom: 1px solid rgba(83, 179, 116, 0.4);
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  border-bottom-color: rgba(36, 38, 41, 0.12);
  color: #242629;
}

.styles_iconWrap__x65t4 {
  font-size: medium;
  color: #242629;
  display: block;
  position: absolute;
  top: 2px;
}

.styles_title__ALQgm {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #242629;
  margin: 0 0 24px;
}

.styles_block__-q-OP:not(:first-child) {
  margin-top: 20px;
}

.styles_label__iBWE2 {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  margin: 0 0 4px;
  color: #737476;
}

.styles_value__tt5Fj {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  font-weight: 500;
}

.styles_value--base__3Ju4d {
  color: #737476;
  text-decoration: line-through;
}

.styles_value--green__6lUpF {
  color: #53b374;
}

.styles_text__PrVxx {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  margin: 8px 0;
}

.styles_text--title__99vAN {
  font-weight: 500;
  margin: 32px 0 0;
}

.styles_payment__FuQv6 {
  order: 2;
  border-radius: 5px;
  padding: 20px 16px;
  background-color: #f7f8fa;
}

.styles_payment--not-found__NBvQp {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

@media (min-width: 1024px) {
  .styles_payment--not-found__NBvQp {
    border: 1px solid #edeeee;
  }
}

@media (min-width: 768px) {
  .styles_payment__FuQv6 {
    padding: 24px 16px;
  }
}

@media (min-width: 1024px) {
  .styles_payment__FuQv6 {
    order: 1;
    padding: 24px;
  }
}

.styles_header__YH8LD {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
}

.styles_title__XpC0v {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  color: #737476;
}

.styles_amount__jbIlu {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #242629;
  position: relative;
  width: min-content;
  white-space: nowrap;
  display: grid;
  grid-column-gap: 8px;
  grid-auto-flow: column;
  align-items: baseline;
}

.styles_amount--prepayments__HnF82 {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  color: #737476;
}

.styles_hintIcon__SRh4A {
  position: relative;
  top: 1px;
}

.styles_hintIcon__SRh4A * {
  min-width: 14px;
  min-height: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
}

.styles_info__4F7pw {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 4px;
}

@media (min-width: 768px) {
  .styles_info__4F7pw {
    width: min-content;
    grid-template-columns: unset;
    grid-auto-flow: column;
    grid-column-gap: 24px;
  }
}

@media (min-width: 1024px) {
  .styles_info__4F7pw {
    margin-top: 16px;
  }
}

.styles_row__944Iu {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: baseline;
}

@media (min-width: 768px) {
  .styles_row__944Iu {
    justify-content: flex-start;
    grid-column-gap: 8px;
    white-space: nowrap;
  }

  .styles_row--outside__gLBup {
    justify-content: space-between;
  }
}

.styles_row--outside__gLBup {
  margin-bottom: 16px;
  grid-template-columns: 1fr;
  grid-row-gap: 4px;
}

@media (min-width: 480px) {
  .styles_row--outside__gLBup {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
}

.styles_label__Ryguh {
  font-size: 14px;
  color: #242629;
}

.styles_value__zqdtb {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  display: flex;
}

.styles_value--green__NLrmE {
  color: #53b374;
  font-weight: 500;
}

.styles_value--orange__pqJTp {
  color: #f6a623;
  font-weight: 500;
}

.styles_value--gray__DTM8Y {
  color: #737476;
}

.styles_value--right__UPgCL {
  padding-left: 10px;
}

.styles_paidOff__iwuKu {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}

.styles_infoWrap__XZfg3 {
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  .styles_infoWrap__XZfg3 {
    margin-bottom: 58px;
  }
}

.styles_wrap__DjGq9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .styles_wrap__DjGq9 {
    padding-top: 144px;
    padding-bottom: 160px;
  }
}

.styles_title__AQ3qU {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #242629;
  text-align: center;
}

.styles_text__KmkRV {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  margin-top: 12px;
  margin-bottom: 8px;
  text-align: center;
}

.styles_request__xETVh {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  text-align: center;
}

.styles_btnGroup__aMwEL {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .styles_btnGroup__aMwEL {
    width: auto;
    grid-template-columns: min-content min-content;
  }
}

.styles_bold__-DEBj {
  font-weight: 500;
}

.styles_pensionForm__mTJhI {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
}

.styles_title__j0wU6 {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.styles_grid__NR0LB {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  grid-column-gap: 16px;
}

@media (min-width: 768px) {
  .styles_grid__NR0LB {
    width: min-content;
  }
}

.styles_text__KQN0I {
  order: 1;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .styles_text__KQN0I {
    order: 2;
  }
}

.styles_wrap__JZL1I {
  display: flex;
  order: 2;
}

@media (min-width: 768px) {
  .styles_wrap__JZL1I {
    order: 1;
  }
}

.styles_title__4QDRc {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
}

.styles_subTitle__eBtXJ {
  display: grid;
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  margin-top: 4px;
}

.styles_date__WjotR {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
  color: #737476;
}

.styles_changeBtn__ehQ6- {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
}

.styles_wrap__2q2aD {
  display: flex;
}

.styles_title__cDyo5 {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #242629;
}

.styles_fileButton__BMUkc {
  width: 100%;
}

.styles_fileButton__BMUkc:not(:first-child) {
  margin-left: 12px;
}

.styles_cell__VS444 {
  flex-basis: 0;
  flex-shrink: 0;
  flex-grow: 1;
  min-width: 100px;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #242629;
  white-space: nowrap;
}

.styles_cell--left__8IUn9 {
  text-align: left;
}

.styles_cell--white__0hBIt {
  color: #fff;
}

.styles_cell--gray__4h3sh {
  color: #737476;
}

.styles_cell--green__D1wey {
  color: #53b374;
}

.styles_cell--bold__15OWT {
  font-weight: 500;
}

.styles_cell--minWidth__DKv4P {
  min-width: 150px;
}

.styles_cell--paymentAmount__Ci8D4 {
  display: flex;
  justify-content: flex-end;
}

.styles_text__AGfzD {
  font-size: 14px;
  line-height: 20px;
  color: #242629;
}

.styles_text--gray__52V3B {
  color: #737476;
}

.styles_text--bold__OHAJb {
  font-weight: 500;
}

.styles_text--green__-aY5Z {
  color: #53b374;
}

.styles_text--white__r3zwi {
  color: #fff;
}

.styles_header__5I-eK {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}

.styles_wrap__q0Evy {
  font-family: "SeroPro", sans-serif;
  overflow: auto;
  position: relative;
  max-height: 70vh;
}

@media (min-width: 768px) {
  .styles_wrap__q0Evy {
    max-height: none;
  }
}

@media (min-width: 1024px) {
  .styles_wrap__q0Evy {
    max-height: 70vh;
  }
}

.styles_row__b6i0i {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background-color: #f7f8fa;
}

.styles_row--year__rXRsq {
  padding: 6px 16px;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 45px;
}

.styles_row--prepayment__P5nKy {
  background-color: #f1f9f4;
}

.styles_row--payment-even__74bXu {
  background-color: #fff;
}

.styles_row--pension__jy7ti {
  background-color: #53b374;
}

.styles_rowMobile__YuZnt {
  background-color: #f7f8fa;
  padding: 12px 8px;
}

.styles_rowMobile--year__-6q-c {
  background-color: #fff;
  padding: 6px 8px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.styles_rowMobile--prepayment__YguSc {
  background-color: #f1f9f4;
  padding: 4px 8px;
}

.styles_rowMobile--payment-even__V7BoB {
  background-color: #fff;
}

.styles_rowMobile--pension__m0vQ6 {
  background-color: #53b374;
  padding: 8px;
}

.styles_rowMobile--maternal__v-Re8 {
  padding: 8px;
}

.styles_prepaymentRowMobile__ZlcGV {
  display: flex;
  justify-content: space-between;
}

.styles_prepaymentRowMobile__ZlcGV:not(:first-child) {
  margin-top: 4px;
}

.styles_prepaymentRowMobile--first__U-gAS {
  margin-bottom: 12px;
}

.styles_title__TkP28 {
  margin: 0;
  font-family: "SeroPro", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #242629;
}

.styles_loader__CznJh {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.styles_layout__sbZsH {
  box-sizing: border-box;
  position: relative;
  font-family: "SeroPro", sans-serif;
  color: #242629;
}

.styles_layout__sbZsH *,
.styles_layout__sbZsH *::before,
.styles_layout__sbZsH *::after {
  box-sizing: inherit;
}

.styles_plates__z8kxe {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 32px;
  margin-top: 32px;
}

@media (min-width: 1024px) {
  .styles_plates__z8kxe {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
}

.styles_controls__3cFxS {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 32px;
}

@media (min-width: 768px) {
  .styles_controls__3cFxS {
    justify-content: space-between;
    align-items: center;
    grid-template-columns: auto auto;
  }
}

.styles_buttons__uFwal {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 32px;
}

@media (min-width: 768px) {
  .styles_buttons__uFwal {
    grid-column-gap: 32px;
    grid-template-columns: auto auto;
  }
}

.modal-root-11-2-4 {
  background: var(--dc-color-white, #fff);
  border-radius: 5px;
  box-shadow: 0 8px 24px rgba(36, 38, 41, 0.12);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  left: 50%;
  padding: 32px;
  position: absolute;
  transform: translate(-50%);
}

.modal-root--vertical-centering-11-2-4 {
  margin: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-root--no-padding-top-11-2-4 {
  padding-top: 8px;
}

@media (max-width: 767px) {
  .modal-root-11-2-4 {
    margin: 0 auto;
  }
}

@media (max-width: 1023px) {
  .modal-root-11-2-4 {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .modal-root-11-2-4 {
    padding: 40px 16px 24px;
  }
}

.modal-title-11-2-4 {
  color: var(--dc-color-afro, #242629);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .modal-title-11-2-4 {
    font-size: 18px;
    line-height: 24px;
  }
}

.modal-subtitle-11-2-4 {
  color: var(--dc-color-afro, #242629);
  color: var(--dc-color-grey-640, #737476);
  font: normal 14px/20px SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.modal-title-11-2-4 + .modal-subtitle-11-2-4 {
  margin-top: -8px;
}

.modal-content-11-2-4 {
  flex-grow: 1;
  margin: 0 -32px;
  padding: 0 32px;
}

@media (max-width: 1023px) {
  .modal-content-11-2-4 {
    margin: 0 -24px;
    padding: 0 24px;
  }
}

@media (max-width: 767px) {
  .modal-content-11-2-4 {
    margin: 0 -16px;
    padding: 0 16px;
  }
}

.modal-content--no-indents-11-2-4 {
  padding: 0;
}

.modal-content--flex-column-11-2-4 {
  display: flex;
  flex-direction: column;
}

.modal-embedded-11-2-4 {
  margin: 0 -32px;
}

@media (max-width: 1023px) {
  .modal-embedded-11-2-4 {
    margin: 0 -24px;
  }
}

@media (max-width: 767px) {
  .modal-embedded-11-2-4 {
    margin: 0 -16px;
  }
}

.modal-root-11-2-4:not(.modal-root--with-footer-11-2-4)
  .modal-embedded-11-2-4:last-child {
  margin-bottom: -32px;
}

@media (max-width: 1023px) {
  .modal-root-11-2-4:not(.modal-root--with-footer-11-2-4)
    .modal-embedded-11-2-4:last-child {
    margin-bottom: -24px;
  }
}

.modal-close-11-2-4 {
  background: transparent;
  border: 0;
  color: var(--dc-color-grey-400, #a7a8a9);
  cursor: pointer;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: color 0.15s ease-in-out;
  width: 40px;
  z-index: 10;
}

.modal-close-11-2-4:active,
.modal-close-11-2-4:focus,
.modal-close-11-2-4:hover {
  color: var(--dc-color-afro, #242629);
}

.modal-header-11-2-4 {
  margin-bottom: 16px;
}

.modal-header--banner-11-2-4 {
  border-radius: 5px 5px 0 0;
  margin: -32px -32px 8px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .modal-header--banner-11-2-4 {
    margin: -24px -24px 8px;
  }
}

@media (max-width: 767px) {
  .modal-header--banner-11-2-4 {
    margin: -40px -16px 8px;
  }
}

.modal-left-section-11-2-4 {
  border-radius: 5px 0 0 5px;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 200px;
}

.modal-footer-11-2-4 {
  margin: 0 -32px;
  padding: 16px 32px 0;
}

@media (max-width: 1023px) {
  .modal-footer-11-2-4 {
    margin: 0 -24px;
    padding: 16px 24px 0;
  }
}

@media (max-width: 767px) {
  .modal-footer-11-2-4 {
    margin: 0 -16px;
    padding: 16px 16px 0;
  }
}

.modal-footer--no-indents-11-2-4 {
  margin-bottom: -32px;
  padding: 0;
}

@media (max-width: 1023px) {
  .modal-footer--no-indents-11-2-4 {
    margin-bottom: -24px;
  }
}

.modal-footer-buttons-11-2-4 {
  display: flex;
  justify-content: flex-end;
}

.modal-footer-buttons-11-2-4 .modal-footer-button-11-2-4:first-child {
  margin-left: 0;
}

.modal-footer-buttons--left-11-2-4 {
  justify-content: flex-start;
}

.modal-footer-buttons--horizontal-inverted-11-2-4 {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.modal-footer-buttons--horizontal-inverted-11-2-4.modal-footer-buttons--left-11-2-4 {
  justify-content: flex-end;
}

.modal-footer-buttons--horizontal-inverted-11-2-4
  .modal-footer-button-11-2-4:first-child {
  margin-left: 8px;
}

.modal-footer-buttons--horizontal-inverted-11-2-4
  .modal-footer-button-11-2-4:last-child {
  margin-left: 0;
}

.modal-footer-buttons--center-11-2-4 {
  justify-content: center;
}

.modal-footer-buttons--vertical-11-2-4 {
  flex-direction: column;
}

.modal-footer-buttons--vertical-11-2-4 .modal-footer-button-11-2-4 {
  margin-bottom: 8px;
  margin-left: 0;
}

.modal-footer-buttons--vertical-11-2-4 .modal-footer-button-11-2-4:last-child {
  margin-bottom: 0;
}

.modal-footer-button-11-2-4 {
  margin-left: 8px;
}

.modal-buttons-divider-11-2-4 {
  color: var(--dc-color-afro, #242629);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.modal-overlay-11-2-4 {
  background: rgba(36, 38, 41, 0.64);
  left: 0;
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1400;
}

.modal-overlay--hidden-11-2-4,
.modal-overlay-11-2-4[data-dc-modal="hidden"] {
  display: none;
}

.modal-sentinel-11-2-4 {
  height: 0;
  overflow: hidden;
  width: 0;
}

.modal-root--with-left-section-11-2-4 .modal-header--banner-11-2-4 {
  border-radius: 0 5px 0 0;
}

.modal-root--small-11-2-4 {
  width: 380px;
}

@media (max-width: 767px) {
  .modal-root--small-11-2-4 {
    width: calc(100% - 32px);
  }
}

.modal-root--medium-11-2-4 {
  width: 580px;
}

.modal-root--large-11-2-4 {
  width: 780px;
}

.modal-root--extralarge-11-2-4 {
  max-width: 1080px;
  width: calc(100% - 68px);
}

.modal-root--wide-11-2-4 {
  max-width: 1180px;
  width: calc(100% - 68px);
}

.modal-root--with-left-section-11-2-4 {
  padding-left: 232px;
}

.modal-root--fullscreen-11-2-4 {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-height: 100%;
  min-height: 100%;
  top: 0;
  transform: none;
  width: 100%;
}

.modal-root--higher-than-window-11-2-4 {
  left: 0;
  position: relative;
  transform: none;
}

@media (max-width: 1023px) {
  .modal-root--fullscreen-11-2-4:not(.modal-root--with-footer-11-2-4)
    .modal-content-11-2-4 {
    margin-bottom: -24px;
    padding-bottom: 24px;
  }
}

.modal-root--fullscreen-11-2-4:not(.modal-root--with-footer-11-2-4)
  .modal-embedded-11-2-4:last-child:not(:first-child) {
  margin-bottom: -48px;
}

.modal-root--fullscreen-11-2-4 .modal-header--banner-11-2-4 {
  border-radius: 0;
}

.modal-root--fullscreen-11-2-4 .modal-content-11-2-4,
.modal-root--with-height-11-2-4 .modal-content-11-2-4 {
  overflow-y: auto;
}

.modal-root--fullscreen-11-2-4
  .modal-content-11-2-4:not(.modal-content--no-scroll-11-2-4),
.modal-root--with-height-11-2-4
  .modal-content-11-2-4:not(.modal-content--no-scroll-11-2-4) {
  overflow-y: scroll;
  overflow-y: auto;
}

.modal-root--fullscreen-11-2-4
  .modal-content-11-2-4:not(
    .modal-content--no-scroll-11-2-4
  )::-webkit-scrollbar,
.modal-root--with-height-11-2-4
  .modal-content-11-2-4:not(
    .modal-content--no-scroll-11-2-4
  )::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
}

.modal-root--fullscreen-11-2-4
  .modal-content-11-2-4:not(
    .modal-content--no-scroll-11-2-4
  )::-webkit-scrollbar-track,
.modal-root--with-height-11-2-4
  .modal-content-11-2-4:not(
    .modal-content--no-scroll-11-2-4
  )::-webkit-scrollbar-track {
  background-color: transparent;
}

.modal-root--fullscreen-11-2-4
  .modal-content-11-2-4:not(
    .modal-content--no-scroll-11-2-4
  )::-webkit-scrollbar-thumb,
.modal-root--with-height-11-2-4
  .modal-content-11-2-4:not(
    .modal-content--no-scroll-11-2-4
  )::-webkit-scrollbar-thumb {
  background-color: var(--dc-color-grey-640, #737476);
  border-radius: 19px;
}

.modal-root--fullscreen-11-2-4
  .modal-content-11-2-4:not(
    .modal-content--no-scroll-11-2-4
  )::-webkit-scrollbar-button,
.modal-root--with-height-11-2-4
  .modal-content-11-2-4:not(
    .modal-content--no-scroll-11-2-4
  )::-webkit-scrollbar-button {
  display: none;
}

.modal-root--fullscreen-11-2-4 .modal-fade-wrapper-11-2-4,
.modal-root--with-height-11-2-4 .modal-fade-wrapper-11-2-4 {
  height: 0;
  pointer-events: none;
  position: relative;
}

.modal-root--fullscreen-11-2-4 .modal-fade-bottom-11-2-4,
.modal-root--fullscreen-11-2-4 .modal-fade-top-11-2-4,
.modal-root--with-height-11-2-4 .modal-fade-bottom-11-2-4,
.modal-root--with-height-11-2-4 .modal-fade-top-11-2-4 {
  height: 40px;
  left: 0;
  margin: 0 -16px;
  opacity: 0;
  position: absolute;
  right: 0;
}

.modal-root--fullscreen-11-2-4 .modal-fade-top-11-2-4,
.modal-root--with-height-11-2-4 .modal-fade-top-11-2-4 {
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  top: -1px;
}

.modal-root--fullscreen-11-2-4 .modal-fade-bottom-11-2-4,
.modal-root--with-height-11-2-4 .modal-fade-bottom-11-2-4 {
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  bottom: 0;
}

.modal-root--fullscreen-11-2-4:not(.modal-root--with-footer-11-2-4)
  .modal-fade-bottom-11-2-4,
.modal-root--with-height-11-2-4:not(.modal-root--with-footer-11-2-4)
  .modal-fade-bottom-11-2-4 {
  display: none;
}

.modal-root--fullscreen-11-2-4:not(.modal-root--vertical-align-center-11-2-4)
  .modal-footer-11-2-4,
.modal-root--with-height-11-2-4:not(.modal-root--vertical-align-center-11-2-4)
  .modal-footer-11-2-4 {
  box-shadow: inset 0 1px 0 #e5e5e5;
}

.modal-root--fullscreen-11-2-4:not(.modal-root--vertical-align-center-11-2-4)
  .modal-footer-11-2-4:not(.modal-footer--no-indents-11-2-4),
.modal-root--with-height-11-2-4:not(.modal-root--vertical-align-center-11-2-4)
  .modal-footer-11-2-4:not(.modal-footer--no-indents-11-2-4) {
  padding-top: 32px;
}

@media (max-width: 1023px) {
  .modal-root--fullscreen-11-2-4:not(.modal-root--vertical-align-center-11-2-4)
    .modal-footer-11-2-4:not(.modal-footer--no-indents-11-2-4),
  .modal-root--with-height-11-2-4:not(.modal-root--vertical-align-center-11-2-4)
    .modal-footer-11-2-4:not(.modal-footer--no-indents-11-2-4) {
    padding-top: 24px;
  }
}

.modal-root--vertical-align-center-11-2-4 .modal-content-11-2-4 {
  flex-grow: 0;
}

.modal-root--vertical-align-center-11-2-4.modal-root--with-header-11-2-4
  .modal-header-11-2-4 {
  margin-top: auto;
}

.modal-root--vertical-align-center-11-2-4.modal-root--with-footer-11-2-4
  .modal-footer-11-2-4 {
  margin-bottom: auto;
}

.modal-root--vertical-align-center-11-2-4:not(.modal-root--with-header-11-2-4)
  .modal-title-11-2-4,
.modal-root--vertical-align-center-11-2-4:not(
    .modal-root--with-header-11-2-4
  ):not(.modal-root--with-title-11-2-4)
  .modal-content-11-2-4 {
  margin-top: auto;
}

.modal-root--vertical-align-center-11-2-4:not(.modal-root--with-footer-11-2-4)
  .modal-content-11-2-4 {
  margin-bottom: auto;
}

.modal-root--vertical-align-center-11-2-4 .modal-fade-wrapper-11-2-4 {
  display: none;
}

.modal-dc-dialog-11-2-4 :focus:not(.modal-focus-visible-11-2-4) {
  outline: none;
}

.icon-root-4-2-1 {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  min-height: 16px;
  min-width: 16px;
  overflow: hidden;
  width: 16px;
}

.icon-root-4-2-1:hover {
  transition: color 0.15s ease-in-out;
}

.icon-root--24-4-2-1 {
  height: 24px;
  line-height: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.icon-root--32-4-2-1 {
  height: 32px;
  line-height: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.icon-root--48-4-2-1 {
  height: 48px;
  line-height: 48px;
  min-height: 48px;
  min-width: 48px;
  width: 48px;
}

.overlay-root-3-0-3 {
  position: absolute;
  z-index: 1400;
}

.overlay-inner-3-0-3 {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  outline: none;
  overflow-y: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

.overlay-inner--hidden-3-0-3 {
  display: none;
}

.f-cl-root-2-1-1 {
  outline: none;
}

.f-cl-sentinel-2-1-1 {
  height: 0;
  overflow: hidden;
  width: 0;
}

.dc-bottom-sheet-4-1-0 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}

.dc-bottom-sheet-4-1-0::-moz-focus-inner {
  border: none;
}

.dc-bottom-sheet-4-1-0:focus {
  outline: none;
}

.dc-bottom-sheet-4-1-0 {
  box-shadow: 0 8px 24px rgba(36, 38, 41, 0.12);
}

.dc-bottom-sheet__cion-container-4-1-0,
.dc-bottom-sheet__content-4-1-0,
.dc-bottom-sheet__fade-wrapper-4-1-0,
.dc-bottom-sheet__footer-4-1-0,
.dc-bottom-sheet__header-4-1-0,
.dc-bottom-sheet__subtitle-4-1-0,
.dc-bottom-sheet__title-4-1-0 {
  width: 100%;
  max-width: 420px;
}

.dc-bottom-sheet-4-1-0 {
  position: absolute;
  display: flex;
  bottom: 0;
  height: auto;
  max-height: calc(100% - 52px);
  width: 100%;
  padding: 0 16px 34px;
  flex-direction: column;
  background: var(--dc-color-white, #fff);
  border-radius: 5px 5px 0 0;
  animation-name: dc-bottom-sheet-animate-opening-4-1-0;
  animation-duration: 0.2s;
  align-items: center;
}

.dc-bottom-sheet--no-content-indents-4-1-0 {
  padding-left: 0;
  padding-right: 0;
}

.dc-bottom-sheet__overlay-4-1-0 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  max-height: 100%;
  background: rgba(36, 38, 41, 0.64);
  z-index: 1300;
  overflow-y: hidden;
}

.dc-bottom-sheet__overlay--hidden-4-1-0 {
  display: none;
}

.dc-bottom-sheet__cion-container-4-1-0 {
  padding: 10px 10px 26px;
  box-sizing: border-box;
}

.dc-bottom-sheet__cion-4-1-0 {
  width: 52px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--dc-color-grey-200, #d3d4d4);
  margin: 0 auto;
}

.dc-bottom-sheet__content-4-1-0 {
  flex-grow: 1;
  overflow-y: scroll;
  overflow-y: auto;
}

.dc-bottom-sheet__content-4-1-0::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
}

.dc-bottom-sheet__content-4-1-0::-webkit-scrollbar-track {
  background-color: transparent;
}

.dc-bottom-sheet__content-4-1-0::-webkit-scrollbar-thumb {
  background-color: var(--dc-color-grey-640, #737476);
  border-radius: 19px;
}

.dc-bottom-sheet__content-4-1-0::-webkit-scrollbar-button {
  display: none;
}

.dc-bottom-sheet__content-4-1-0::-webkit-scrollbar-thumb {
  background-color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-bottom-sheet__content--no-indents-4-1-0 {
  padding: 0;
}

.dc-bottom-sheet__fade-wrapper-4-1-0 {
  position: relative;
  height: 0;
  margin: 0 -16px;
  pointer-events: none;
}

.dc-bottom-sheet__fade-bottom-4-1-0,
.dc-bottom-sheet__fade-top-4-1-0 {
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  z-index: 1;
}

.dc-bottom-sheet__fade-top-4-1-0 {
  top: -1px;
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
}

.dc-bottom-sheet__fade-top--hidden-4-1-0 {
  display: none;
}

.dc-bottom-sheet__fade-bottom-4-1-0 {
  bottom: -1px;
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
}

.dc-bottom-sheet-4-1-0:not(.dc-bottom-sheet--with-footer-4-1-0)
  .dc-bottom-sheet__content-4-1-0 {
  margin-bottom: -34px;
  padding-bottom: 34px;
}

.dc-bottom-sheet-4-1-0:not(.dc-bottom-sheet--with-footer-4-1-0)
  .dc-bottom-sheet__content--no-indents-4-1-0 {
  padding-bottom: 0;
}

.dc-bottom-sheet-4-1-0:not(.dc-bottom-sheet--with-footer-4-1-0)
  .dc-bottom-sheet__fade-bottom-4-1-0 {
  display: none;
}

.dc-bottom-sheet__header-4-1-0 {
  margin-bottom: 16px;
}

.dc-bottom-sheet__header--banner-4-1-0 {
  margin-left: -16px;
  margin-right: -16px;
  overflow: hidden;
}

.dc-bottom-sheet__close-4-1-0 {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.dc-bottom-sheet__title-4-1-0 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: 500 18px/24px SeroPro, sans-serif;
}

.dc-bottom-sheet--with-content-4-1-0:not(.dc-bottom-sheet--with-subtitle-4-1-0)
  .dc-bottom-sheet__title-4-1-0 {
  margin-bottom: 16px;
}

.dc-bottom-sheet__subtitle-4-1-0 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: normal 14px/20px SeroPro, sans-serif;
  color: var(--dc-color-grey-640, #737476);
}

.dc-bottom-sheet--with-title-4-1-0 .dc-bottom-sheet__subtitle-4-1-0 {
  margin-top: 4px;
}

.dc-bottom-sheet--with-content-4-1-0 .dc-bottom-sheet__subtitle-4-1-0 {
  margin-bottom: 16px;
}

.dc-bottom-sheet__footer-4-1-0 {
  margin-top: 16px;
}

.dc-bottom-sheet__footer-buttons-4-1-0 {
  display: flex;
  flex-direction: column;
}

.dc-bottom-sheet__footer-button-4-1-0,
.dc-bottom-sheet__footer-buttons-4-1-0:not(:last-child) {
  margin-bottom: 8px;
}

.dc-bottom-sheet__footer-button-4-1-0:last-child {
  margin-bottom: 0;
}

.dc-bottom-sheet__buttons-divider-4-1-0 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: normal 14px/20px SeroPro, sans-serif;
  text-align: center;
}

.dc-bottom-sheet-4-1-0 :focus:not(.focus-visible-4-1-0) {
  outline: none;
}

@keyframes dc-bottom-sheet-animate-opening-4-1-0 {
  0% {
    max-height: 0;
  }

  to {
    max-height: calc(100% - 52px);
  }
}

.overlay-root-3-0-1 {
  position: absolute;
  z-index: 1400;
}

.overlay-inner-3-0-1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  outline: none;
}

.overlay-inner--hidden-3-0-1 {
  display: none;
}

.f-cl-root-2-0-1 {
  outline: none;
}

.f-cl-sentinel-2-0-1 {
  width: 0;
  height: 0;
  overflow: hidden;
}

.loader-dc-loader-5-0-2 {
  display: inline-block;
}

.loader-dc-loader--extra-large-5-0-2 {
  width: 48px;
  height: 48px;
}

.loader-dc-loader--large-5-0-2 {
  width: 32px;
  height: 32px;
}

.loader-dc-loader--medium-5-0-2 {
  width: 24px;
  height: 24px;
}

.loader-dc-loader--small-5-0-2 {
  width: 16px;
  height: 16px;
}

.loader-dc-loader--large-deprecated-5-0-2 {
  width: 96px;
  height: 96px;
}

.loader-dc-loader--medium-deprecated-5-0-2 {
  width: 48px;
  height: 48px;
}

.loader-dc-loader--small-deprecated-5-0-2 {
  width: 24px;
  height: 24px;
}

.loader-dc-loader--extra-small-deprecated-5-0-2 {
  width: 16px;
  height: 16px;
}

.loader-dc-loader__svg-5-0-2 {
  animation: loader-svgRotate-5-0-2 1.6s linear infinite;
}

.loader-dc-loader__svg-5-0-2 .loader-dc-loader__circle-inner-5-0-2,
.loader-dc-loader__svg-5-0-2 .loader-dc-loader__circle-outer-5-0-2 {
  fill: transparent;
  stroke-dashoffset: 30;
  stroke-width: 5px;
}

.loader-dc-loader__svg-5-0-2 .loader-dc-loader__circle-inner-5-0-2 {
  stroke: var(--dc-color-green, #53b374);
  stroke-dasharray: 180;
  stroke-linecap: round;
  transform-origin: center;
  animation: loader-circleBorder-5-0-2 3.2s linear infinite;
}

@keyframes loader-svgRotate-5-0-2 {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes loader-circleBorder-5-0-2 {
  0% {
    stroke-dashoffset: 30;
  }

  50% {
    stroke-dashoffset: 180;
    transform: rotate(180deg);
  }

  to {
    stroke-dashoffset: 30;
    transform: rotate(1turn);
  }
}

.inpt-root-8-0-1 .inpt-label-8-0-1,
.inpt-root__input-8-0-1,
.inpt-root__left-section-8-0-1,
.inpt-root__right-section-8-0-1 {
  font-family: SBSans, SeroPro, sans-serif;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.iframe-container {
  position: relative;
}

#iFrameResizer0 {
  position: relative;
  z-index: 1;
}

#calculator-root1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.inpt-root-8-0-1 {
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
}

.inpt-root-8-0-1::-moz-focus-inner {
  border: none;
}

.inpt-root-8-0-1:focus {
  outline: none;
}

.inpt-root-8-0-1 {
  align-items: center;
  background-color: var(--dc-color-white, #fff);
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  position: relative;
  transition: border-color 0.2s;
  vertical-align: middle;
}

.inpt-root--fluid-8-0-1 {
  width: 100%;
}

.inpt-root--has-label-8-0-1 .inpt-root__input-8-0-1:-webkit-autofill,
.inpt-root--has-label-8-0-1 .inpt-root__input-8-0-1:-webkit-autofill:active,
.inpt-root--has-label-8-0-1 .inpt-root__input-8-0-1:-webkit-autofill:focus,
.inpt-root--has-label-8-0-1 .inpt-root__input-8-0-1:-webkit-autofill:hover {
  padding-top: 26px;
}

.inpt-root__input-8-0-1 {
  background-color: transparent;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--dc-color-afro, #242629);
  font-size: 16px;
  height: calc(100% - 2px);
  margin: 1px 0;
  outline: none;
  padding: 11px 12px;
  text-overflow: ellipsis;
  width: 100%;
}

.inpt-root__input-8-0-1::placeholder {
  color: var(--dc-color-grey-640, #737476);
  font-size: 16px;
}

.inpt-root__input-8-0-1::placeholder {
  opacity: 1;
}

.inpt-root__input-8-0-1:-webkit-autofill,
.inpt-root__input-8-0-1:-webkit-autofill:active,
.inpt-root__input-8-0-1:-webkit-autofill:focus,
.inpt-root__input-8-0-1:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--dc-color-afro, #242629);
  box-shadow: 0 0 0 50px var(--dc-color-white, #fff) inset;
  font-size: 16px;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .inpt-root-8-0-1:hover {
    border-color: var(--dc-color-afro, #242629);
  }

  .inpt-root-8-0-1:hover .inpt-root__clear-icon-8-0-1,
  .inpt-root-8-0-1:hover .inpt-root__left-section-8-0-1,
  .inpt-root-8-0-1:hover .inpt-root__right-section-8-0-1 {
    color: var(--dc-color-grey-800, #505154);
  }
}

.inpt-root--hover-8-0-1 {
  border-color: var(--dc-color-afro, #242629);
}

.inpt-root__left-section-8-0-1,
.inpt-root__right-section-8-0-1 {
  align-items: center;
  border: 0;
  box-shadow: none;
  color: var(--dc-color-grey-400, #a7a8a9);
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  line-height: normal;
  transition: 0.2s;
  white-space: nowrap;
}

.inpt-root__left-section-8-0-1 {
  padding-left: 12px;
}

.inpt-root__right-section-8-0-1 {
  padding-right: 12px;
}

.inpt-root-8-0-1 .inpt-label-8-0-1 {
  color: var(--dc-color-grey-640, #737476);
  cursor: text;
  font-size: 16px;
  left: 12px;
  line-height: 20px;
  overflow: hidden;
  pointer-events: auto;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  top: 16.5px;
  transform-origin: left;
  transition: 0.2s;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: calc(100% - 24px);
}

.inpt-root-8-0-1 .inpt-label__without-labelId-8-0-1 {
  pointer-events: none;
}

.inpt-root-8-0-1.inpt-root--focus-8-0-1:not(.inpt-root--readonly-8-0-1):not(
    .inpt-root--not-editable-8-0-1
  )
  .inpt-label-8-0-1,
.inpt-root-8-0-1.inpt-root--not-empty-8-0-1 .inpt-label-8-0-1 {
  transform: scale(0.75) translateY(-16px);
  width: calc(133% - 24px);
}

.inpt-root__input-8-0-1:-webkit-autofill + .inpt-label-8-0-1 {
  transform: scale(0.75) translateY(-14px);
  width: calc(133% - 24px);
}

.inpt-root__left-section-8-0-1
  + .inpt-root__input-container-8-0-1
  > .inpt-label-8-0-1 {
  left: 0;
}

.inpt-root__input-container-8-0-1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
}

.inpt-root-8-0-1.inpt-root--has-label-8-0-1.inpt-root--focus-8-0-1
  .inpt-root__input-8-0-1,
.inpt-root-8-0-1.inpt-root--has-label-8-0-1.inpt-root--not-empty-8-0-1
  .inpt-root__input-8-0-1 {
  padding-top: 29px;
}

.inpt-root--focus-8-0-1 {
  border-color: var(--dc-color-afro, #242629);
}

.inpt-root--invalid-8-0-1,
.inpt-root--invalid-8-0-1:focus,
.inpt-root--invalid-8-0-1:focus:hover,
.inpt-root--invalid-8-0-1:hover {
  border-color: var(--dc-color-red, #ff6a59);
}

.inpt-root--valid-8-0-1,
.inpt-root--valid-8-0-1:focus,
.inpt-root--valid-8-0-1:focus:hover,
.inpt-root--valid-8-0-1:hover {
  border-color: var(--dc-color-green, #53b374);
}

.inpt-root--focus-8-0-1:not(.inpt-root--invalid-8-0-1) {
  border-color: var(--dc-color-afro, #242629);
}

.inpt-root--disabled-8-0-1,
.inpt-root--disabled-8-0-1:focus,
.inpt-root--disabled-8-0-1:focus:hover,
.inpt-root--disabled-8-0-1:hover {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
}

.inpt-root--disabled-8-0-1 .inpt-root__input-8-0-1,
.inpt-root--disabled-8-0-1 .inpt-root__input-8-0-1:-webkit-autofill,
.inpt-root--disabled-8-0-1 .inpt-root__input-8-0-1:-webkit-autofill:active,
.inpt-root--disabled-8-0-1 .inpt-root__input-8-0-1:-webkit-autofill:focus,
.inpt-root--disabled-8-0-1 .inpt-root__input-8-0-1:-webkit-autofill:hover,
.inpt-root--disabled-8-0-1:focus .inpt-root__input-8-0-1,
.inpt-root--disabled-8-0-1:focus .inpt-root__input-8-0-1:-webkit-autofill,
.inpt-root--disabled-8-0-1:focus
  .inpt-root__input-8-0-1:-webkit-autofill:active,
.inpt-root--disabled-8-0-1:focus .inpt-root__input-8-0-1:-webkit-autofill:focus,
.inpt-root--disabled-8-0-1:focus .inpt-root__input-8-0-1:-webkit-autofill:hover,
.inpt-root--disabled-8-0-1:focus:hover .inpt-root__input-8-0-1,
.inpt-root--disabled-8-0-1:focus:hover .inpt-root__input-8-0-1:-webkit-autofill,
.inpt-root--disabled-8-0-1:focus:hover
  .inpt-root__input-8-0-1:-webkit-autofill:active,
.inpt-root--disabled-8-0-1:focus:hover
  .inpt-root__input-8-0-1:-webkit-autofill:focus,
.inpt-root--disabled-8-0-1:focus:hover
  .inpt-root__input-8-0-1:-webkit-autofill:hover,
.inpt-root--disabled-8-0-1:hover .inpt-root__input-8-0-1,
.inpt-root--disabled-8-0-1:hover .inpt-root__input-8-0-1:-webkit-autofill,
.inpt-root--disabled-8-0-1:hover
  .inpt-root__input-8-0-1:-webkit-autofill:active,
.inpt-root--disabled-8-0-1:hover .inpt-root__input-8-0-1:-webkit-autofill:focus,
.inpt-root--disabled-8-0-1:hover
  .inpt-root__input-8-0-1:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--dc-color-grey-400, #a7a8a9);
  box-shadow: 0 0 0 50px var(--dc-color-grey-80, #edeeee) inset;
  color: var(--dc-color-grey-400, #a7a8a9);
  opacity: 1;
  -webkit-opacity: 1;
}

.inpt-root--disabled-8-0-1 .inpt-label-8-0-1,
.inpt-root--disabled-8-0-1 .inpt-root__clear-icon-8-0-1,
.inpt-root--disabled-8-0-1 .inpt-root__left-section-8-0-1,
.inpt-root--disabled-8-0-1 .inpt-root__right-section-8-0-1,
.inpt-root--disabled-8-0-1:focus .inpt-label-8-0-1,
.inpt-root--disabled-8-0-1:focus .inpt-root__clear-icon-8-0-1,
.inpt-root--disabled-8-0-1:focus .inpt-root__left-section-8-0-1,
.inpt-root--disabled-8-0-1:focus .inpt-root__right-section-8-0-1,
.inpt-root--disabled-8-0-1:focus:hover .inpt-label-8-0-1,
.inpt-root--disabled-8-0-1:focus:hover .inpt-root__clear-icon-8-0-1,
.inpt-root--disabled-8-0-1:focus:hover .inpt-root__left-section-8-0-1,
.inpt-root--disabled-8-0-1:focus:hover .inpt-root__right-section-8-0-1,
.inpt-root--disabled-8-0-1:hover .inpt-label-8-0-1,
.inpt-root--disabled-8-0-1:hover .inpt-root__clear-icon-8-0-1,
.inpt-root--disabled-8-0-1:hover .inpt-root__left-section-8-0-1,
.inpt-root--disabled-8-0-1:hover .inpt-root__right-section-8-0-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.inpt-root--disabled-8-0-1 .inpt-root__clear-icon-8-0-1,
.inpt-root--disabled-8-0-1:focus .inpt-root__clear-icon-8-0-1,
.inpt-root--disabled-8-0-1:focus:hover .inpt-root__clear-icon-8-0-1,
.inpt-root--disabled-8-0-1:hover .inpt-root__clear-icon-8-0-1 {
  cursor: default;
}

.inpt-root--readonly-8-0-1,
.inpt-root--readonly-8-0-1:focus,
.inpt-root--readonly-8-0-1:focus:hover,
.inpt-root--readonly-8-0-1:hover {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
  cursor: default;
  pointer-events: none;
}

.inpt-root--readonly-8-0-1 .inpt-root__input-8-0-1,
.inpt-root--readonly-8-0-1 .inpt-root__input-8-0-1:-webkit-autofill,
.inpt-root--readonly-8-0-1 .inpt-root__input-8-0-1:-webkit-autofill:active,
.inpt-root--readonly-8-0-1 .inpt-root__input-8-0-1:-webkit-autofill:focus,
.inpt-root--readonly-8-0-1 .inpt-root__input-8-0-1:-webkit-autofill:hover,
.inpt-root--readonly-8-0-1:focus .inpt-root__input-8-0-1,
.inpt-root--readonly-8-0-1:focus .inpt-root__input-8-0-1:-webkit-autofill,
.inpt-root--readonly-8-0-1:focus
  .inpt-root__input-8-0-1:-webkit-autofill:active,
.inpt-root--readonly-8-0-1:focus .inpt-root__input-8-0-1:-webkit-autofill:focus,
.inpt-root--readonly-8-0-1:focus .inpt-root__input-8-0-1:-webkit-autofill:hover,
.inpt-root--readonly-8-0-1:focus:hover .inpt-root__input-8-0-1,
.inpt-root--readonly-8-0-1:focus:hover .inpt-root__input-8-0-1:-webkit-autofill,
.inpt-root--readonly-8-0-1:focus:hover
  .inpt-root__input-8-0-1:-webkit-autofill:active,
.inpt-root--readonly-8-0-1:focus:hover
  .inpt-root__input-8-0-1:-webkit-autofill:focus,
.inpt-root--readonly-8-0-1:focus:hover
  .inpt-root__input-8-0-1:-webkit-autofill:hover,
.inpt-root--readonly-8-0-1:hover .inpt-root__input-8-0-1,
.inpt-root--readonly-8-0-1:hover .inpt-root__input-8-0-1:-webkit-autofill,
.inpt-root--readonly-8-0-1:hover
  .inpt-root__input-8-0-1:-webkit-autofill:active,
.inpt-root--readonly-8-0-1:hover .inpt-root__input-8-0-1:-webkit-autofill:focus,
.inpt-root--readonly-8-0-1:hover
  .inpt-root__input-8-0-1:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--dc-color-grey-640, #737476);
  box-shadow: 0 0 0 50px var(--dc-color-grey-80, #edeeee) inset;
  color: var(--dc-color-grey-640, #737476);
  opacity: 1;
  -webkit-opacity: 1;
}

.inpt-root--readonly-8-0-1 .inpt-root__left-section-8-0-1,
.inpt-root--readonly-8-0-1:focus .inpt-root__left-section-8-0-1,
.inpt-root--readonly-8-0-1:focus:hover .inpt-root__left-section-8-0-1,
.inpt-root--readonly-8-0-1:hover .inpt-root__left-section-8-0-1 {
  color: var(--dc-color-grey-640, #737476);
}

.inpt-root--readonly-8-0-1 .inpt-root__clear_icon-8-0-1,
.inpt-root--readonly-8-0-1 .inpt-root__right-section-8-0-1,
.inpt-root--readonly-8-0-1:focus .inpt-root__clear_icon-8-0-1,
.inpt-root--readonly-8-0-1:focus .inpt-root__right-section-8-0-1,
.inpt-root--readonly-8-0-1:focus:hover .inpt-root__clear_icon-8-0-1,
.inpt-root--readonly-8-0-1:focus:hover .inpt-root__right-section-8-0-1,
.inpt-root--readonly-8-0-1:hover .inpt-root__clear_icon-8-0-1,
.inpt-root--readonly-8-0-1:hover .inpt-root__right-section-8-0-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.inpt-root--readonly-8-0-1 .inpt-root__clear_icon-8-0-1,
.inpt-root--readonly-8-0-1:focus .inpt-root__clear_icon-8-0-1,
.inpt-root--readonly-8-0-1:focus:hover .inpt-root__clear_icon-8-0-1,
.inpt-root--readonly-8-0-1:hover .inpt-root__clear_icon-8-0-1 {
  cursor: default;
}

.inpt-root--not-editable-8-0-1 .inpt-label-8-0-1,
.inpt-root--not-editable-8-0-1 .inpt-root__input-8-0-1 {
  cursor: default;
  pointer-events: none;
}

.inpt-root--webview-8-0-1:not(.inpt-root--invalid-8-0-1) {
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  padding-bottom: 1px;
}

.inpt-root--webview-focus-8-0-1:not(.inpt-root--invalid-8-0-1) {
  border-bottom: 2px solid var(--dc-color-green, #53b374);
  padding-bottom: 0;
}

.inpt-root--webview-disabled-8-0-1,
.inpt-root--webview-disabled-8-0-1:hover,
.inpt-root--webview-disabled-8-0-1:not(.inpt-root--invalid-8-0-1) {
  background-color: #f2f6f9;
  border-color: transparent;
  border-width: 1px;
  padding-bottom: 1px;
}

.inpt-root--webview-disabled-8-0-1 .inpt-root__clear-icon-8-0-1,
.inpt-root--webview-disabled-8-0-1 .inpt-root__left-section-8-0-1,
.inpt-root--webview-disabled-8-0-1 .inpt-root__right-section-8-0-1,
.inpt-root--webview-disabled-8-0-1:hover .inpt-root__clear-icon-8-0-1,
.inpt-root--webview-disabled-8-0-1:hover .inpt-root__left-section-8-0-1,
.inpt-root--webview-disabled-8-0-1:hover .inpt-root__right-section-8-0-1,
.inpt-root--webview-disabled-8-0-1:not(.inpt-root--invalid-8-0-1)
  .inpt-root__clear-icon-8-0-1,
.inpt-root--webview-disabled-8-0-1:not(.inpt-root--invalid-8-0-1)
  .inpt-root__left-section-8-0-1,
.inpt-root--webview-disabled-8-0-1:not(.inpt-root--invalid-8-0-1)
  .inpt-root__right-section-8-0-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.inpt-root--webview-disabled-8-0-1 .inpt-root__input-8-0-1,
.inpt-root--webview-disabled-8-0-1 .inpt-root__input-8-0-1:-webkit-autofill,
.inpt-root--webview-disabled-8-0-1
  .inpt-root__input-8-0-1:-webkit-autofill:active,
.inpt-root--webview-disabled-8-0-1
  .inpt-root__input-8-0-1:-webkit-autofill:focus,
.inpt-root--webview-disabled-8-0-1
  .inpt-root__input-8-0-1:-webkit-autofill:hover,
.inpt-root--webview-disabled-8-0-1:hover .inpt-root__input-8-0-1,
.inpt-root--webview-disabled-8-0-1:hover
  .inpt-root__input-8-0-1:-webkit-autofill,
.inpt-root--webview-disabled-8-0-1:hover
  .inpt-root__input-8-0-1:-webkit-autofill:active,
.inpt-root--webview-disabled-8-0-1:hover
  .inpt-root__input-8-0-1:-webkit-autofill:focus,
.inpt-root--webview-disabled-8-0-1:hover
  .inpt-root__input-8-0-1:-webkit-autofill:hover,
.inpt-root--webview-disabled-8-0-1:not(.inpt-root--invalid-8-0-1)
  .inpt-root__input-8-0-1,
.inpt-root--webview-disabled-8-0-1:not(.inpt-root--invalid-8-0-1)
  .inpt-root__input-8-0-1:-webkit-autofill,
.inpt-root--webview-disabled-8-0-1:not(.inpt-root--invalid-8-0-1)
  .inpt-root__input-8-0-1:-webkit-autofill:active,
.inpt-root--webview-disabled-8-0-1:not(.inpt-root--invalid-8-0-1)
  .inpt-root__input-8-0-1:-webkit-autofill:focus,
.inpt-root--webview-disabled-8-0-1:not(.inpt-root--invalid-8-0-1)
  .inpt-root__input-8-0-1:-webkit-autofill:hover {
  box-shadow: inset 0 0 0 50px #f2f6f9;
}

.inpt-root--webview-readonly-8-0-1,
.inpt-root--webview-readonly-8-0-1:hover,
.inpt-root--webview-readonly-8-0-1:not(.inpt-root--invalid-8-0-1) {
  background-color: #f2f6f9;
  border-color: transparent;
  border-width: 1px;
  padding-bottom: 1px;
}

.inpt-root--webview-readonly-8-0-1 .inpt-root__left-section-8-0-1,
.inpt-root--webview-readonly-8-0-1:hover .inpt-root__left-section-8-0-1,
.inpt-root--webview-readonly-8-0-1:not(.inpt-root--invalid-8-0-1)
  .inpt-root__left-section-8-0-1 {
  color: var(--dc-color-grey-640, #737476);
}

.inpt-root--webview-readonly-8-0-1 .inpt-root__clear-icon-8-0-1,
.inpt-root--webview-readonly-8-0-1 .inpt-root__right-section-8-0-1,
.inpt-root--webview-readonly-8-0-1:hover .inpt-root__clear-icon-8-0-1,
.inpt-root--webview-readonly-8-0-1:hover .inpt-root__right-section-8-0-1,
.inpt-root--webview-readonly-8-0-1:not(.inpt-root--invalid-8-0-1)
  .inpt-root__clear-icon-8-0-1,
.inpt-root--webview-readonly-8-0-1:not(.inpt-root--invalid-8-0-1)
  .inpt-root__right-section-8-0-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.inpt-root--webview-readonly-8-0-1 .inpt-root__input-8-0-1,
.inpt-root--webview-readonly-8-0-1 .inpt-root__input-8-0-1:-webkit-autofill,
.inpt-root--webview-readonly-8-0-1
  .inpt-root__input-8-0-1:-webkit-autofill:active,
.inpt-root--webview-readonly-8-0-1
  .inpt-root__input-8-0-1:-webkit-autofill:focus,
.inpt-root--webview-readonly-8-0-1
  .inpt-root__input-8-0-1:-webkit-autofill:hover,
.inpt-root--webview-readonly-8-0-1:hover .inpt-root__input-8-0-1,
.inpt-root--webview-readonly-8-0-1:hover
  .inpt-root__input-8-0-1:-webkit-autofill,
.inpt-root--webview-readonly-8-0-1:hover
  .inpt-root__input-8-0-1:-webkit-autofill:active,
.inpt-root--webview-readonly-8-0-1:hover
  .inpt-root__input-8-0-1:-webkit-autofill:focus,
.inpt-root--webview-readonly-8-0-1:hover
  .inpt-root__input-8-0-1:-webkit-autofill:hover,
.inpt-root--webview-readonly-8-0-1:not(.inpt-root--invalid-8-0-1)
  .inpt-root__input-8-0-1,
.inpt-root--webview-readonly-8-0-1:not(.inpt-root--invalid-8-0-1)
  .inpt-root__input-8-0-1:-webkit-autofill,
.inpt-root--webview-readonly-8-0-1:not(.inpt-root--invalid-8-0-1)
  .inpt-root__input-8-0-1:-webkit-autofill:active,
.inpt-root--webview-readonly-8-0-1:not(.inpt-root--invalid-8-0-1)
  .inpt-root__input-8-0-1:-webkit-autofill:focus,
.inpt-root--webview-readonly-8-0-1:not(.inpt-root--invalid-8-0-1)
  .inpt-root__input-8-0-1:-webkit-autofill:hover {
  box-shadow: inset 0 0 0 50px #f2f6f9;
}

.inpt-root--webview-not-empty-8-0-1:not(.inpt-root--invalid-8-0-1):not(
    .inpt-root--webview-disabled-8-0-1
  ):not(.inpt-root--webview-focus-8-0-1) {
  background-color: #f2f6f9;
  border-color: transparent;
  caret-color: var(--dc-color-green, #53b374);
}

.inpt-root--webview-invalid-8-0-1,
.inpt-root--webview-invalid-8-0-1:hover {
  border-width: 2px;
  border-left: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-right: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-top: 1px solid var(--dc-color-grey-200, #d3d4d4);
  padding-bottom: 0;
}

.inpt-root--webview-valid-8-0-1:hover,
.inpt-root--webview-valid-8-0-1:not(.inpt-root--invalid-8-0-1):not(
    .inpt-root--webview-disabled-8-0-1
  ) {
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-bottom: 2px solid var(--dc-color-green, #53b374);
  padding-bottom: 0;
}

.inpt-root--webview-8-0-1 .inpt-root__input-container-8-0-1 {
  height: 52px;
}

.inpt-root--with-left-section-8-0-1 .inpt-root__input-8-0-1 {
  padding-left: 0;
}

.inpt-root--with-left-section-8-0-1 .inpt-root__left-section-8-0-1 {
  padding-right: 8px;
}

.inpt-root--with-right-section-8-0-1 .inpt-root__input-8-0-1 {
  padding-right: 0;
}

.inpt-root--with-right-section-8-0-1 .inpt-root__right-section-8-0-1 {
  padding-left: 8px;
}

.inpt-root--right-section-with-action-8-0-1 .inpt-root__right-section-8-0-1 {
  align-items: center;
  background: transparent;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  display: flex;
  height: 100%;
  outline-style: none;
  padding-bottom: 0;
  padding-top: 0;
}

.inpt-root--as-button-8-0-1 {
  cursor: pointer;
}

.inpt-root--as-button-8-0-1 .inpt-root__input-8-0-1,
.inpt-root--as-button-8-0-1 .inpt-root__input-container-8-0-1,
.inpt-root--as-button-8-0-1 .inpt-root__left-section-8-0-1,
.inpt-root--as-button-8-0-1 .inpt-root__right-section-8-0-1 {
  pointer-events: none;
}

.inpt-root--as-button-8-0-1.inpt-root--disabled-8-0-1 {
  cursor: default;
}

.inpt-root--medium-8-0-1,
.inpt-root--medium-8-0-1 .inpt-root__input-container-8-0-1 {
  height: 40px;
}

.inpt-root--large-8-0-1,
.inpt-root--large-8-0-1 .inpt-root__input-container-8-0-1 {
  height: 52px;
}

.inpt-root--large-8-0-1 .inpt-root__input-8-0-1::placeholder {
  line-height: 29px;
}

.inpt-root-8-0-1.inpt-root--large-8-0-1.inpt-root--has-label-8-0-1
  .inpt-root__input-8-0-1::-moz-placeholder {
  line-height: 16px;
}

.inpt-root--webview-8-0-1 {
  height: 64px;
}

.inpt-root__clear-icon-wrapper-8-0-1 {
  -webkit-touch-callout: none;
  height: 16px;
  margin-left: 8px;
  margin-right: 12px;
  -webkit-user-select: none;
  user-select: none;
  width: 16px;
}

.inpt-root__clear-icon-8-0-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
  cursor: pointer;
  transition: 0.2s;
}

.inpt-root__clear-icon--with-RS-8-0-1 {
  margin-right: 0;
}

.icon-root-5-0-1 {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  min-height: 16px;
  min-width: 16px;
  overflow: hidden;
  width: 16px;
}

.icon-root-5-0-1:hover {
  transition: color 0.15s ease-in-out;
}

.icon-root--24-5-0-1 {
  height: 24px;
  line-height: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.icon-root--32-5-0-1 {
  height: 32px;
  line-height: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.icon-root--48-5-0-1 {
  height: 48px;
  line-height: 48px;
  min-height: 48px;
  min-width: 48px;
  width: 48px;
}

.label-4-0-1 {
  color: var(--dc-color-afro, #242629);
  color: var(--dc-color-grey-640, #737476);
  display: block;
  font: normal 14px/20px SBSans, SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.nmbr-input-root-9-0-2 input::-webkit-inner-spin-button,
.nmbr-input-root-9-0-2 input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  display: none;
  margin: 0;
}

.dropdown-root-7-4-1 {
  -webkit-touch-callout: none;
  display: inline-block;
  flex-grow: 1;
  outline: none;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}

.dropdown-root-7-4-1:not(.dropdown-root--disabled-7-4-1):not(
    .dropdown-root--readonly-7-4-1
  ) {
  cursor: pointer;
}

.dropdown-root--fluid-7-4-1 {
  width: 100%;
}

.dropdown-root-7-4-1 .dropdown-item--disabled-7-4-1 {
  cursor: default;
}

.dropdown-input-right-section-7-4-1 {
  display: inline-flex;
  margin-right: 8px;
}

.dropdown-button-arrow-7-4-1 {
  display: flex;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.dropdown-root--webview-7-4-1.dropdown-root--disabled-7-4-1
  .dropdown-button-arrow-7-4-1 {
  color: var(--dc-color-grey-200, #d3d4d4);
}

.dropdown-button-arrow-up-7-4-1,
.dropdown-root--open-7-4-1 .dropdown-button-arrow-7-4-1 {
  transform: rotate(180deg);
}

.dropdown-loading-7-4-1 {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 52px;
  padding: 12px;
}

.dropdown-listbox-7-4-1 {
  margin: 0 -16px;
}

.dropdown-modal-header-7-4-1 {
  margin-bottom: -4px;
}

.ppr-root--shadow-small-7-1-4 {
  box-shadow: 0 4px 12px rgba(36, 38, 41, 0.08);
}

.ppr-root--shadow-medium-7-1-4 {
  box-shadow: 0 6px 20px rgba(36, 38, 41, 0.1);
}

.ppr-root--shadow-large-7-1-4 {
  box-shadow: 0 8px 24px rgba(36, 38, 41, 0.12);
}

.ppr-container-7-1-4 {
  position: relative;
}

.ppr-root-7-1-4 {
  background-color: var(--dc-color-white, #fff);
  border-radius: 5px;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  transition-duration: 0ms;
  transition: opacity 0.2s ease-in;
  z-index: 1600;
}

.ppr-root--in-portal-7-1-4 {
  top: 0;
}

.ppr-root--has-arrow-7-1-4 {
  border-color: var(--dc-color-white, #fff);
  overflow: visible;
}

.ppr-root--has-arrow-7-1-4:after {
  border-color: inherit;
  border-style: solid;
  content: "";
  position: absolute;
}

.ppr-root--top-7-1-4:after {
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-width: 4px;
}

.ppr-root--bottom-7-1-4:after {
  border-left-color: transparent;
  border-right-color: transparent;
  border-width: 4px;
  border-top: none;
}

.ppr-root--left-7-1-4:after {
  border-bottom-color: transparent;
  border-right: none;
  border-top-color: transparent;
  border-width: 4px;
}

.ppr-root--right-7-1-4:after {
  border-bottom-color: transparent;
  border-left: none;
  border-top-color: transparent;
  border-width: 4px;
}

.ppr-root--top-7-1-4:after {
  bottom: -4px;
}

.ppr-root--bottom-7-1-4:after {
  top: -4px;
}

.ppr-root--left-7-1-4:after {
  right: -4px;
}

.ppr-root--right-7-1-4:after {
  left: -4px;
}

.ppr-root--bottom-7-1-4.ppr-root--align-center-7-1-4:after,
.ppr-root--top-7-1-4.ppr-root--align-center-7-1-4:after {
  left: 50%;
  transform: translateX(-4px);
}

.ppr-root--bottom-7-1-4.ppr-root--align-left-7-1-4:after,
.ppr-root--top-7-1-4.ppr-root--align-left-7-1-4:after {
  right: 16px;
}

.ppr-root--bottom-7-1-4.ppr-root--align-right-7-1-4:after,
.ppr-root--top-7-1-4.ppr-root--align-right-7-1-4:after {
  left: 16px;
}

.ppr-root--left-7-1-4.ppr-root--align-center-7-1-4:after,
.ppr-root--right-7-1-4.ppr-root--align-center-7-1-4:after {
  top: 50%;
  transform: translateY(-4px);
}

.ppr-root--left-7-1-4.ppr-root--align-top-7-1-4:after,
.ppr-root--right-7-1-4.ppr-root--align-top-7-1-4:after {
  bottom: 16px;
}

.ppr-root--left-7-1-4.ppr-root--align-bottom-7-1-4:after,
.ppr-root--right-7-1-4.ppr-root--align-bottom-7-1-4:after {
  top: 16px;
}

.inpt-root__input-6-3-4,
.inpt-root__label-6-3-4,
.inpt-root__left-section-6-3-4,
.inpt-root__right-section-6-3-4 {
  font-family: SeroPro, sans-serif;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.inpt-root-6-3-4 {
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
}

.inpt-root-6-3-4::-moz-focus-inner {
  border: none;
}

.inpt-root-6-3-4:focus {
  outline: none;
}

.inpt-root-6-3-4 {
  align-items: center;
  background-color: var(--dc-color-white, #fff);
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  position: relative;
  transition: border-color 0.2s;
  vertical-align: middle;
}

.inpt-root--fluid-6-3-4 {
  width: 100%;
}

.inpt-root--has-label-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--has-label-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--has-label-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--has-label-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill:hover {
  padding-top: 26px;
}

.inpt-root__input-6-3-4 {
  background-color: transparent;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--dc-color-afro, #242629);
  font-size: 16px;
  height: calc(100% - 2px);
  margin: 1px 0;
  outline: none;
  padding: 11px 12px;
  text-overflow: ellipsis;
  width: 100%;
}

.inpt-root__input-6-3-4::placeholder {
  color: var(--dc-color-grey-640, #737476);
  font-size: 16px;
}

.inpt-root__input-6-3-4::-moz-placeholder {
  opacity: 1;
}

.inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root__input-6-3-4:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--dc-color-afro, #242629);
  -webkit-box-shadow: 0 0 0 50px var(--dc-color-white, #fff) inset;
  font-size: 16px;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .inpt-root-6-3-4:hover {
    border-color: var(--dc-color-afro, #242629);
  }

  .inpt-root-6-3-4:hover .inpt-root__clear-icon-6-3-4,
  .inpt-root-6-3-4:hover .inpt-root__left-section-6-3-4,
  .inpt-root-6-3-4:hover .inpt-root__right-section-6-3-4 {
    color: var(--dc-color-grey-800, #505154);
  }
}

.inpt-root--hover-6-3-4 {
  border-color: var(--dc-color-afro, #242629);
}

.inpt-root__left-section-6-3-4,
.inpt-root__right-section-6-3-4 {
  align-items: center;
  border: 0;
  box-shadow: none;
  color: var(--dc-color-grey-400, #a7a8a9);
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  line-height: normal;
  transition: 0.2s;
  white-space: nowrap;
}

.inpt-root__left-section-6-3-4 {
  padding-left: 12px;
}

.inpt-root__right-section-6-3-4 {
  padding-right: 12px;
}

.inpt-root__label-6-3-4 {
  color: var(--dc-color-grey-640, #737476);
  font-size: 16px;
  left: 12px;
  line-height: 20px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  top: 16.5px;
  transform-origin: left;
  transition: 0.2s;
  white-space: nowrap;
  width: calc(100% - 24px);
}

.inpt-root-6-3-4.inpt-root--focus-6-3-4:not(.inpt-root--readonly-6-3-4):not(
    .inpt-root--not-editable-6-3-4
  )
  .inpt-root__label-6-3-4,
.inpt-root-6-3-4.inpt-root--not-empty-6-3-4 .inpt-root__label-6-3-4 {
  transform: scale(0.75) translateY(-16px);
  width: calc(133% - 24px);
}

.inpt-root__input-6-3-4:-webkit-autofill + .inpt-root__label-6-3-4 {
  transform: scale(0.75) translateY(-14px);
  width: calc(133% - 24px);
}

.inpt-root__left-section-6-3-4
  + .inpt-root__input-container-6-3-4
  > .inpt-root__label-6-3-4 {
  left: 0;
}

.inpt-root__input-container-6-3-4 {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
}

.inpt-root-6-3-4.inpt-root--has-label-6-3-4.inpt-root--focus-6-3-4
  .inpt-root__input-6-3-4,
.inpt-root-6-3-4.inpt-root--has-label-6-3-4.inpt-root--not-empty-6-3-4
  .inpt-root__input-6-3-4 {
  padding-top: 29px;
}

.inpt-root--focus-6-3-4 {
  border-color: var(--dc-color-afro, #242629);
}

.inpt-root--invalid-6-3-4,
.inpt-root--invalid-6-3-4:focus,
.inpt-root--invalid-6-3-4:focus:hover,
.inpt-root--invalid-6-3-4:hover {
  border-color: var(--dc-color-red, #ff6a59);
}

.inpt-root--valid-6-3-4,
.inpt-root--valid-6-3-4:focus,
.inpt-root--valid-6-3-4:focus:hover,
.inpt-root--valid-6-3-4:hover {
  border-color: var(--dc-color-green, #53b374);
}

.inpt-root--focus-6-3-4:not(.inpt-root--invalid-6-3-4) {
  border-color: var(--dc-color-afro, #242629);
}

.inpt-root--disabled-6-3-4,
.inpt-root--disabled-6-3-4:focus,
.inpt-root--disabled-6-3-4:focus:hover,
.inpt-root--disabled-6-3-4:hover {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
}

.inpt-root--disabled-6-3-4 .inpt-root__input-6-3-4,
.inpt-root--disabled-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--disabled-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--disabled-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--disabled-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--disabled-6-3-4:focus .inpt-root__input-6-3-4,
.inpt-root--disabled-6-3-4:focus .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--disabled-6-3-4:focus
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--disabled-6-3-4:focus .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--disabled-6-3-4:focus .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--disabled-6-3-4:focus:hover .inpt-root__input-6-3-4,
.inpt-root--disabled-6-3-4:focus:hover .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--disabled-6-3-4:focus:hover
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--disabled-6-3-4:focus:hover
  .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--disabled-6-3-4:focus:hover
  .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--disabled-6-3-4:hover .inpt-root__input-6-3-4,
.inpt-root--disabled-6-3-4:hover .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--disabled-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--disabled-6-3-4:hover .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--disabled-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--dc-color-grey-400, #a7a8a9);
  -webkit-box-shadow: 0 0 0 50px var(--dc-color-grey-80, #edeeee) inset;
  color: var(--dc-color-grey-400, #a7a8a9);
  opacity: 1;
  -webkit-opacity: 1;
}

.inpt-root--disabled-6-3-4 .inpt-root__clear-icon-6-3-4,
.inpt-root--disabled-6-3-4 .inpt-root__label-6-3-4,
.inpt-root--disabled-6-3-4 .inpt-root__left-section-6-3-4,
.inpt-root--disabled-6-3-4 .inpt-root__right-section-6-3-4,
.inpt-root--disabled-6-3-4:focus .inpt-root__clear-icon-6-3-4,
.inpt-root--disabled-6-3-4:focus .inpt-root__label-6-3-4,
.inpt-root--disabled-6-3-4:focus .inpt-root__left-section-6-3-4,
.inpt-root--disabled-6-3-4:focus .inpt-root__right-section-6-3-4,
.inpt-root--disabled-6-3-4:focus:hover .inpt-root__clear-icon-6-3-4,
.inpt-root--disabled-6-3-4:focus:hover .inpt-root__label-6-3-4,
.inpt-root--disabled-6-3-4:focus:hover .inpt-root__left-section-6-3-4,
.inpt-root--disabled-6-3-4:focus:hover .inpt-root__right-section-6-3-4,
.inpt-root--disabled-6-3-4:hover .inpt-root__clear-icon-6-3-4,
.inpt-root--disabled-6-3-4:hover .inpt-root__label-6-3-4,
.inpt-root--disabled-6-3-4:hover .inpt-root__left-section-6-3-4,
.inpt-root--disabled-6-3-4:hover .inpt-root__right-section-6-3-4 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.inpt-root--disabled-6-3-4 .inpt-root__clear-icon-6-3-4,
.inpt-root--disabled-6-3-4:focus .inpt-root__clear-icon-6-3-4,
.inpt-root--disabled-6-3-4:focus:hover .inpt-root__clear-icon-6-3-4,
.inpt-root--disabled-6-3-4:hover .inpt-root__clear-icon-6-3-4 {
  cursor: default;
}

.inpt-root--readonly-6-3-4,
.inpt-root--readonly-6-3-4:focus,
.inpt-root--readonly-6-3-4:focus:hover,
.inpt-root--readonly-6-3-4:hover {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
  cursor: default;
  pointer-events: none;
}

.inpt-root--readonly-6-3-4 .inpt-root__input-6-3-4,
.inpt-root--readonly-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--readonly-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--readonly-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--readonly-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--readonly-6-3-4:focus .inpt-root__input-6-3-4,
.inpt-root--readonly-6-3-4:focus .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--readonly-6-3-4:focus
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--readonly-6-3-4:focus .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--readonly-6-3-4:focus .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--readonly-6-3-4:focus:hover .inpt-root__input-6-3-4,
.inpt-root--readonly-6-3-4:focus:hover .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--readonly-6-3-4:focus:hover
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--readonly-6-3-4:focus:hover
  .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--readonly-6-3-4:focus:hover
  .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--readonly-6-3-4:hover .inpt-root__input-6-3-4,
.inpt-root--readonly-6-3-4:hover .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--readonly-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--readonly-6-3-4:hover .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--readonly-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--dc-color-grey-640, #737476);
  box-shadow: 0 0 0 50px var(--dc-color-grey-80, #edeeee) inset;
  color: var(--dc-color-grey-640, #737476);
  opacity: 1;
  -webkit-opacity: 1;
}

.inpt-root--readonly-6-3-4 .inpt-root__left-section-6-3-4,
.inpt-root--readonly-6-3-4:focus .inpt-root__left-section-6-3-4,
.inpt-root--readonly-6-3-4:focus:hover .inpt-root__left-section-6-3-4,
.inpt-root--readonly-6-3-4:hover .inpt-root__left-section-6-3-4 {
  color: var(--dc-color-grey-640, #737476);
}

.inpt-root--readonly-6-3-4 .inpt-root__clear_icon-6-3-4,
.inpt-root--readonly-6-3-4 .inpt-root__right-section-6-3-4,
.inpt-root--readonly-6-3-4:focus .inpt-root__clear_icon-6-3-4,
.inpt-root--readonly-6-3-4:focus .inpt-root__right-section-6-3-4,
.inpt-root--readonly-6-3-4:focus:hover .inpt-root__clear_icon-6-3-4,
.inpt-root--readonly-6-3-4:focus:hover .inpt-root__right-section-6-3-4,
.inpt-root--readonly-6-3-4:hover .inpt-root__clear_icon-6-3-4,
.inpt-root--readonly-6-3-4:hover .inpt-root__right-section-6-3-4 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.inpt-root--readonly-6-3-4 .inpt-root__clear_icon-6-3-4,
.inpt-root--readonly-6-3-4:focus .inpt-root__clear_icon-6-3-4,
.inpt-root--readonly-6-3-4:focus:hover .inpt-root__clear_icon-6-3-4,
.inpt-root--readonly-6-3-4:hover .inpt-root__clear_icon-6-3-4 {
  cursor: default;
}

.inpt-root--not-editable-6-3-4 .inpt-root__input-6-3-4 {
  cursor: default;
  pointer-events: none;
}

.inpt-root--webview-6-3-4:not(.inpt-root--invalid-6-3-4) {
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  padding-bottom: 1px;
}

.inpt-root--webview-focus-6-3-4:not(.inpt-root--invalid-6-3-4) {
  border-bottom: 2px solid var(--dc-color-green, #53b374);
  padding-bottom: 0;
}

.inpt-root--webview-disabled-6-3-4,
.inpt-root--webview-disabled-6-3-4:hover,
.inpt-root--webview-disabled-6-3-4:not(.inpt-root--invalid-6-3-4) {
  background-color: #f2f6f9;
  border-color: transparent;
  border-width: 1px;
  padding-bottom: 1px;
}

.inpt-root--webview-disabled-6-3-4 .inpt-root__clear-icon-6-3-4,
.inpt-root--webview-disabled-6-3-4 .inpt-root__left-section-6-3-4,
.inpt-root--webview-disabled-6-3-4 .inpt-root__right-section-6-3-4,
.inpt-root--webview-disabled-6-3-4:hover .inpt-root__clear-icon-6-3-4,
.inpt-root--webview-disabled-6-3-4:hover .inpt-root__left-section-6-3-4,
.inpt-root--webview-disabled-6-3-4:hover .inpt-root__right-section-6-3-4,
.inpt-root--webview-disabled-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__clear-icon-6-3-4,
.inpt-root--webview-disabled-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__left-section-6-3-4,
.inpt-root--webview-disabled-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__right-section-6-3-4 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.inpt-root--webview-disabled-6-3-4 .inpt-root__input-6-3-4,
.inpt-root--webview-disabled-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--webview-disabled-6-3-4
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--webview-disabled-6-3-4
  .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--webview-disabled-6-3-4
  .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--webview-disabled-6-3-4:hover .inpt-root__input-6-3-4,
.inpt-root--webview-disabled-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--webview-disabled-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--webview-disabled-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--webview-disabled-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--webview-disabled-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4,
.inpt-root--webview-disabled-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--webview-disabled-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--webview-disabled-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--webview-disabled-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 50px #f2f6f9;
}

.inpt-root--webview-readonly-6-3-4,
.inpt-root--webview-readonly-6-3-4:hover,
.inpt-root--webview-readonly-6-3-4:not(.inpt-root--invalid-6-3-4) {
  background-color: #f2f6f9;
  border-color: transparent;
  border-width: 1px;
  padding-bottom: 1px;
}

.inpt-root--webview-readonly-6-3-4 .inpt-root__left-section-6-3-4,
.inpt-root--webview-readonly-6-3-4:hover .inpt-root__left-section-6-3-4,
.inpt-root--webview-readonly-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__left-section-6-3-4 {
  color: var(--dc-color-grey-640, #737476);
}

.inpt-root--webview-readonly-6-3-4 .inpt-root__clear-icon-6-3-4,
.inpt-root--webview-readonly-6-3-4 .inpt-root__right-section-6-3-4,
.inpt-root--webview-readonly-6-3-4:hover .inpt-root__clear-icon-6-3-4,
.inpt-root--webview-readonly-6-3-4:hover .inpt-root__right-section-6-3-4,
.inpt-root--webview-readonly-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__clear-icon-6-3-4,
.inpt-root--webview-readonly-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__right-section-6-3-4 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.inpt-root--webview-readonly-6-3-4 .inpt-root__input-6-3-4,
.inpt-root--webview-readonly-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--webview-readonly-6-3-4
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--webview-readonly-6-3-4
  .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--webview-readonly-6-3-4
  .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--webview-readonly-6-3-4:hover .inpt-root__input-6-3-4,
.inpt-root--webview-readonly-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--webview-readonly-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--webview-readonly-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--webview-readonly-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--webview-readonly-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4,
.inpt-root--webview-readonly-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--webview-readonly-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--webview-readonly-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--webview-readonly-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4:-webkit-autofill:hover {
  box-shadow: inset 0 0 0 50px #f2f6f9;
}

.inpt-root--webview-not-empty-6-3-4:not(.inpt-root--invalid-6-3-4):not(
    .inpt-root--webview-disabled-6-3-4
  ):not(.inpt-root--webview-focus-6-3-4) {
  background-color: #f2f6f9;
  border-color: transparent;
  caret-color: var(--dc-color-green, #53b374);
}

.inpt-root--webview-invalid-6-3-4,
.inpt-root--webview-invalid-6-3-4:hover {
  border-width: 2px;
  border-left: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-right: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-top: 1px solid var(--dc-color-grey-200, #d3d4d4);
  padding-bottom: 0;
}

.inpt-root--webview-valid-6-3-4:hover,
.inpt-root--webview-valid-6-3-4:not(.inpt-root--invalid-6-3-4):not(
    .inpt-root--webview-disabled-6-3-4
  ) {
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-bottom: 2px solid var(--dc-color-green, #53b374);
  padding-bottom: 0;
}

.inpt-root--webview-6-3-4 .inpt-root__input-container-6-3-4 {
  height: 52px;
}

.inpt-root--with-left-section-6-3-4 .inpt-root__input-6-3-4 {
  padding-left: 0;
}

.inpt-root--with-left-section-6-3-4 .inpt-root__left-section-6-3-4 {
  padding-right: 8px;
}

.inpt-root--with-right-section-6-3-4 .inpt-root__input-6-3-4 {
  padding-right: 0;
}

.inpt-root--with-right-section-6-3-4 .inpt-root__right-section-6-3-4 {
  padding-left: 8px;
}

.inpt-root--right-section-with-action-6-3-4 .inpt-root__right-section-6-3-4 {
  align-items: center;
  background: transparent;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  display: flex;
  height: 100%;
  outline-style: none;
  padding-bottom: 0;
  padding-top: 0;
}

.inpt-root--as-button-6-3-4 {
  cursor: pointer;
}

.inpt-root--as-button-6-3-4 .inpt-root__input-6-3-4,
.inpt-root--as-button-6-3-4 .inpt-root__input-container-6-3-4,
.inpt-root--as-button-6-3-4 .inpt-root__left-section-6-3-4,
.inpt-root--as-button-6-3-4 .inpt-root__right-section-6-3-4 {
  pointer-events: none;
}

.inpt-root--as-button-6-3-4.inpt-root--disabled-6-3-4 {
  cursor: default;
}

.inpt-root--medium-6-3-4,
.inpt-root--medium-6-3-4 .inpt-root__input-container-6-3-4 {
  height: 40px;
}

.inpt-root--large-6-3-4,
.inpt-root--large-6-3-4 .inpt-root__input-container-6-3-4 {
  height: 52px;
}

.inpt-root--large-6-3-4 .inpt-root__input-6-3-4::-moz-placeholder {
  line-height: 29px;
}

.inpt-root-6-3-4.inpt-root--large-6-3-4.inpt-root--has-label-6-3-4
  .inpt-root__input-6-3-4::-moz-placeholder {
  line-height: 16px;
}

.inpt-root--webview-6-3-4 {
  height: 64px;
}

.inpt-root__clear-icon-wrapper-6-3-4 {
  -webkit-touch-callout: none;
  height: 16px;
  margin-left: 8px;
  margin-right: 12px;
  -webkit-user-select: none;
  user-select: none;
  width: 16px;
}

.inpt-root__clear-icon-6-3-4 {
  color: var(--dc-color-grey-400, #a7a8a9);
  cursor: pointer;
  transition: 0.2s;
}

.inpt-root__clear-icon--with-RS-6-3-4 {
  margin-right: 0;
}

.label-3-1-1 {
  color: var(--dc-color-afro, #242629);
  color: var(--dc-color-grey-640, #737476);
  display: block;
  font: normal 14px/20px SBSans, SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.modal-root-11-2-3 {
  background: var(--dc-color-white, #fff);
  border-radius: 5px;
  box-shadow: 0 8px 24px rgba(36, 38, 41, 0.12);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  left: 50%;
  padding: 32px;
  position: absolute;
  transform: translate(-50%);
}

.modal-root--vertical-centering-11-2-3 {
  margin: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-root--no-padding-top-11-2-3 {
  padding-top: 8px;
}

@media (max-width: 767px) {
  .modal-root-11-2-3 {
    margin: 0 auto;
  }
}

@media (max-width: 1023px) {
  .modal-root-11-2-3 {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .modal-root-11-2-3 {
    padding: 40px 16px 24px;
  }
}

.modal-title-11-2-3 {
  color: var(--dc-color-afro, #242629);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .modal-title-11-2-3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.modal-subtitle-11-2-3 {
  color: var(--dc-color-afro, #242629);
  color: var(--dc-color-grey-640, #737476);
  font: normal 14px/20px SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.modal-title-11-2-3 + .modal-subtitle-11-2-3 {
  margin-top: -8px;
}

.modal-content-11-2-3 {
  flex-grow: 1;
  margin: 0 -32px;
  padding: 0 32px;
}

@media (max-width: 1023px) {
  .modal-content-11-2-3 {
    margin: 0 -24px;
    padding: 0 24px;
  }
}

@media (max-width: 767px) {
  .modal-content-11-2-3 {
    margin: 0 -16px;
    padding: 0 16px;
  }
}

.modal-content--no-indents-11-2-3 {
  padding: 0;
}

.modal-content--flex-column-11-2-3 {
  display: flex;
  flex-direction: column;
}

.modal-embedded-11-2-3 {
  margin: 0 -32px;
}

@media (max-width: 1023px) {
  .modal-embedded-11-2-3 {
    margin: 0 -24px;
  }
}

@media (max-width: 767px) {
  .modal-embedded-11-2-3 {
    margin: 0 -16px;
  }
}

.modal-root-11-2-3:not(.modal-root--with-footer-11-2-3)
  .modal-embedded-11-2-3:last-child {
  margin-bottom: -32px;
}

@media (max-width: 1023px) {
  .modal-root-11-2-3:not(.modal-root--with-footer-11-2-3)
    .modal-embedded-11-2-3:last-child {
    margin-bottom: -24px;
  }
}

.modal-close-11-2-3 {
  background: transparent;
  border: 0;
  color: var(--dc-color-grey-400, #a7a8a9);
  cursor: pointer;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: color 0.15s ease-in-out;
  width: 40px;
  z-index: 10;
}

.modal-close-11-2-3:active,
.modal-close-11-2-3:focus,
.modal-close-11-2-3:hover {
  color: var(--dc-color-afro, #242629);
}

.modal-header-11-2-3 {
  margin-bottom: 16px;
}

.modal-header--banner-11-2-3 {
  border-radius: 5px 5px 0 0;
  margin: -32px -32px 8px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .modal-header--banner-11-2-3 {
    margin: -24px -24px 8px;
  }
}

@media (max-width: 767px) {
  .modal-header--banner-11-2-3 {
    margin: -40px -16px 8px;
  }
}

.modal-left-section-11-2-3 {
  border-radius: 5px 0 0 5px;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 200px;
}

.modal-footer-11-2-3 {
  margin: 0 -32px;
  padding: 16px 32px 0;
}

@media (max-width: 1023px) {
  .modal-footer-11-2-3 {
    margin: 0 -24px;
    padding: 16px 24px 0;
  }
}

@media (max-width: 767px) {
  .modal-footer-11-2-3 {
    margin: 0 -16px;
    padding: 16px 16px 0;
  }
}

.modal-footer--no-indents-11-2-3 {
  margin-bottom: -32px;
  padding: 0;
}

@media (max-width: 1023px) {
  .modal-footer--no-indents-11-2-3 {
    margin-bottom: -24px;
  }
}

.modal-footer-buttons-11-2-3 {
  display: flex;
  justify-content: flex-end;
}

.modal-footer-buttons-11-2-3 .modal-footer-button-11-2-3:first-child {
  margin-left: 0;
}

.modal-footer-buttons--left-11-2-3 {
  justify-content: flex-start;
}

.modal-footer-buttons--horizontal-inverted-11-2-3 {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.modal-footer-buttons--horizontal-inverted-11-2-3.modal-footer-buttons--left-11-2-3 {
  justify-content: flex-end;
}

.modal-footer-buttons--horizontal-inverted-11-2-3
  .modal-footer-button-11-2-3:first-child {
  margin-left: 8px;
}

.modal-footer-buttons--horizontal-inverted-11-2-3
  .modal-footer-button-11-2-3:last-child {
  margin-left: 0;
}

.modal-footer-buttons--center-11-2-3 {
  justify-content: center;
}

.modal-footer-buttons--vertical-11-2-3 {
  flex-direction: column;
}

.modal-footer-buttons--vertical-11-2-3 .modal-footer-button-11-2-3 {
  margin-bottom: 8px;
  margin-left: 0;
}

.modal-footer-buttons--vertical-11-2-3 .modal-footer-button-11-2-3:last-child {
  margin-bottom: 0;
}

.modal-footer-button-11-2-3 {
  margin-left: 8px;
}

.modal-buttons-divider-11-2-3 {
  color: var(--dc-color-afro, #242629);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.modal-overlay-11-2-3 {
  background: rgba(36, 38, 41, 0.64);
  left: 0;
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1400;
}

.modal-overlay--hidden-11-2-3,
.modal-overlay-11-2-3[data-dc-modal="hidden"] {
  display: none;
}

.modal-sentinel-11-2-3 {
  height: 0;
  overflow: hidden;
  width: 0;
}

.modal-root--with-left-section-11-2-3 .modal-header--banner-11-2-3 {
  border-radius: 0 5px 0 0;
}

.modal-root--small-11-2-3 {
  width: 380px;
}

@media (max-width: 767px) {
  .modal-root--small-11-2-3 {
    width: calc(100% - 32px);
  }
}

.modal-root--medium-11-2-3 {
  width: 580px;
}

.modal-root--large-11-2-3 {
  width: 780px;
}

.modal-root--extralarge-11-2-3 {
  max-width: 1080px;
  width: calc(100% - 68px);
}

.modal-root--wide-11-2-3 {
  max-width: 1180px;
  width: calc(100% - 68px);
}

.modal-root--with-left-section-11-2-3 {
  padding-left: 232px;
}

.modal-root--fullscreen-11-2-3 {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-height: 100%;
  min-height: 100%;
  top: 0;
  transform: none;
  width: 100%;
}

.modal-root--higher-than-window-11-2-3 {
  left: 0;
  position: relative;
  transform: none;
}

@media (max-width: 1023px) {
  .modal-root--fullscreen-11-2-3:not(.modal-root--with-footer-11-2-3)
    .modal-content-11-2-3 {
    margin-bottom: -24px;
    padding-bottom: 24px;
  }
}

.modal-root--fullscreen-11-2-3:not(.modal-root--with-footer-11-2-3)
  .modal-embedded-11-2-3:last-child:not(:first-child) {
  margin-bottom: -48px;
}

.modal-root--fullscreen-11-2-3 .modal-header--banner-11-2-3 {
  border-radius: 0;
}

.modal-root--fullscreen-11-2-3 .modal-content-11-2-3,
.modal-root--with-height-11-2-3 .modal-content-11-2-3 {
  overflow-y: auto;
}

.modal-root--fullscreen-11-2-3
  .modal-content-11-2-3:not(.modal-content--no-scroll-11-2-3),
.modal-root--with-height-11-2-3
  .modal-content-11-2-3:not(.modal-content--no-scroll-11-2-3) {
  overflow-y: scroll;
  overflow-y: auto;
}

.modal-root--fullscreen-11-2-3
  .modal-content-11-2-3:not(
    .modal-content--no-scroll-11-2-3
  )::-webkit-scrollbar,
.modal-root--with-height-11-2-3
  .modal-content-11-2-3:not(
    .modal-content--no-scroll-11-2-3
  )::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
}

.modal-root--fullscreen-11-2-3
  .modal-content-11-2-3:not(
    .modal-content--no-scroll-11-2-3
  )::-webkit-scrollbar-track,
.modal-root--with-height-11-2-3
  .modal-content-11-2-3:not(
    .modal-content--no-scroll-11-2-3
  )::-webkit-scrollbar-track {
  background-color: transparent;
}

.modal-root--fullscreen-11-2-3
  .modal-content-11-2-3:not(
    .modal-content--no-scroll-11-2-3
  )::-webkit-scrollbar-thumb,
.modal-root--with-height-11-2-3
  .modal-content-11-2-3:not(
    .modal-content--no-scroll-11-2-3
  )::-webkit-scrollbar-thumb {
  background-color: var(--dc-color-grey-640, #737476);
  border-radius: 19px;
}

.modal-root--fullscreen-11-2-3
  .modal-content-11-2-3:not(
    .modal-content--no-scroll-11-2-3
  )::-webkit-scrollbar-button,
.modal-root--with-height-11-2-3
  .modal-content-11-2-3:not(
    .modal-content--no-scroll-11-2-3
  )::-webkit-scrollbar-button {
  display: none;
}

.modal-root--fullscreen-11-2-3 .modal-fade-wrapper-11-2-3,
.modal-root--with-height-11-2-3 .modal-fade-wrapper-11-2-3 {
  height: 0;
  pointer-events: none;
  position: relative;
}

.modal-root--fullscreen-11-2-3 .modal-fade-bottom-11-2-3,
.modal-root--fullscreen-11-2-3 .modal-fade-top-11-2-3,
.modal-root--with-height-11-2-3 .modal-fade-bottom-11-2-3,
.modal-root--with-height-11-2-3 .modal-fade-top-11-2-3 {
  height: 40px;
  left: 0;
  margin: 0 -16px;
  opacity: 0;
  position: absolute;
  right: 0;
}

.modal-root--fullscreen-11-2-3 .modal-fade-top-11-2-3,
.modal-root--with-height-11-2-3 .modal-fade-top-11-2-3 {
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  top: -1px;
}

.modal-root--fullscreen-11-2-3 .modal-fade-bottom-11-2-3,
.modal-root--with-height-11-2-3 .modal-fade-bottom-11-2-3 {
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  bottom: 0;
}

.modal-root--fullscreen-11-2-3:not(.modal-root--with-footer-11-2-3)
  .modal-fade-bottom-11-2-3,
.modal-root--with-height-11-2-3:not(.modal-root--with-footer-11-2-3)
  .modal-fade-bottom-11-2-3 {
  display: none;
}

.modal-root--fullscreen-11-2-3:not(.modal-root--vertical-align-center-11-2-3)
  .modal-footer-11-2-3,
.modal-root--with-height-11-2-3:not(.modal-root--vertical-align-center-11-2-3)
  .modal-footer-11-2-3 {
  box-shadow: inset 0 1px 0 #e5e5e5;
}

.modal-root--fullscreen-11-2-3:not(.modal-root--vertical-align-center-11-2-3)
  .modal-footer-11-2-3:not(.modal-footer--no-indents-11-2-3),
.modal-root--with-height-11-2-3:not(.modal-root--vertical-align-center-11-2-3)
  .modal-footer-11-2-3:not(.modal-footer--no-indents-11-2-3) {
  padding-top: 32px;
}

@media (max-width: 1023px) {
  .modal-root--fullscreen-11-2-3:not(.modal-root--vertical-align-center-11-2-3)
    .modal-footer-11-2-3:not(.modal-footer--no-indents-11-2-3),
  .modal-root--with-height-11-2-3:not(.modal-root--vertical-align-center-11-2-3)
    .modal-footer-11-2-3:not(.modal-footer--no-indents-11-2-3) {
    padding-top: 24px;
  }
}

.modal-root--vertical-align-center-11-2-3 .modal-content-11-2-3 {
  flex-grow: 0;
}

.modal-root--vertical-align-center-11-2-3.modal-root--with-header-11-2-3
  .modal-header-11-2-3 {
  margin-top: auto;
}

.modal-root--vertical-align-center-11-2-3.modal-root--with-footer-11-2-3
  .modal-footer-11-2-3 {
  margin-bottom: auto;
}

.modal-root--vertical-align-center-11-2-3:not(.modal-root--with-header-11-2-3)
  .modal-title-11-2-3,
.modal-root--vertical-align-center-11-2-3:not(
    .modal-root--with-header-11-2-3
  ):not(.modal-root--with-title-11-2-3)
  .modal-content-11-2-3 {
  margin-top: auto;
}

.modal-root--vertical-align-center-11-2-3:not(.modal-root--with-footer-11-2-3)
  .modal-content-11-2-3 {
  margin-bottom: auto;
}

.modal-root--vertical-align-center-11-2-3 .modal-fade-wrapper-11-2-3 {
  display: none;
}

.modal-dc-dialog-11-2-3 :focus:not(.modal-focus-visible-11-2-3) {
  outline: none;
}

.overlay-root-3-0-2 {
  position: absolute;
  z-index: 1400;
}

.overlay-inner-3-0-2 {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  outline: none;
  overflow-y: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

.overlay-inner--hidden-3-0-2 {
  display: none;
}

.button-root-8-3-0 {
  -webkit-touch-callout: none;
  align-items: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  color: var(--dc-color-white, #fff);
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: background-color 0.15s;
  -webkit-user-select: none;
  user-select: none;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .button-root-8-3-0:focus {
    outline: none;
  }
}

.button-root--type-button-reset-8-3-0 {
  -webkit-appearance: button;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}

.button-root--type-button-reset-8-3-0::-moz-focus-inner {
  border: none;
}

.button-root--type-button-reset-8-3-0:focus {
  outline: none;
}

.button-root--type-link-reset-8-3-0 {
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
}

.button-root--type-link-reset-8-3-0::-moz-focus-inner {
  border: none;
}

.button-root--type-link-reset-8-3-0:focus {
  outline: none;
}

.button-root__text-8-3-0 {
  font-family: SeroPro, sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  overflow: hidden;
  text-decoration: none;
  text-indent: 0;
  text-overflow: ellipsis;
  text-shadow: none;
  text-transform: none;
  transition: color 0.15s;
  white-space: nowrap;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button-root__text-8-3-0 {
    flex-basis: auto;
  }
}

.button-root__icon-8-3-0 {
  color: var(--dc-color-white, #fff);
  display: block;
  height: 16px;
  transition: 0.15s;
  width: 16px;
}

.button-root__icon--left-8-3-0 {
  margin-right: 8px;
  order: -1;
}

.button-root__icon--right-8-3-0 {
  margin-left: 8px;
  order: 1;
}

.button-root--large-8-3-0 {
  height: 52px;
  padding: 0 16px;
}

.button-root--large-8-3-0.button-root--icon-only-8-3-0 {
  min-width: 52px;
  width: 52px;
}

.button-root--medium-8-3-0 {
  height: 40px;
  padding: 0 16px;
}

.button-root--medium-8-3-0.button-root--icon-only-8-3-0 {
  min-width: 40px;
  width: 40px;
}

.button-root--small-8-3-0 {
  height: 32px;
  padding: 0 16px;
}

.button-root--small-8-3-0.button-root--icon-only-8-3-0 {
  min-width: 32px;
  width: 32px;
}

.button-root--primary-8-3-0 {
  background-color: var(--dc-color-afro, #242629);
  border-color: transparent;
  transition: background-color 0.5s;
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--primary-8-3-0:focus.focus-visible,
  .button-root--primary-8-3-0:hover {
    background-color: var(--dc-color-green, #53b374);
  }
}

.button-root--primary-8-3-0:active {
  background-color: var(--dc-color-dark-green-200, #4a9765);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--primary-8-3-0:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .button-root--primary-8-3-0:hover {
    border-color: transparent;
  }
}

.button-root--primary-8-3-0:active {
  border-color: var(--dc-color-dark-green-200, #4a9765);
}

.button-root--primary-8-3-0:link,
.button-root--primary-8-3-0:visited {
  color: var(--dc-color-white, #fff);
}

.button-root--primary-outline-8-3-0 {
  background-color: var(--dc-color-white, #fff);
  border-color: var(--dc-color-grey-200, #d3d4d4);
  transition: background-color 0.5s;
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--primary-outline-8-3-0:focus.focus-visible {
    background-color: var(--dc-color-white, #fff);
  }

  .button-root--primary-outline-8-3-0:hover {
    background-color: var(--dc-color-grey-120, #e5e5e5);
  }
}

.button-root--primary-outline-8-3-0:active {
  background-color: var(--dc-color-grey-200, #d3d4d4);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--primary-outline-8-3-0:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .button-root--primary-outline-8-3-0:hover {
    border-color: transparent;
  }
}

.button-root--primary-outline-8-3-0:active {
  border-color: transparent;
}

.button-root--primary-outline-8-3-0:link,
.button-root--primary-outline-8-3-0:visited {
  color: var(--dc-color-afro, #242629);
}

.button-root--primary-outline-8-3-0 .button-root__icon-8-3-0 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.button-root--primary-outline-8-3-0 .button-root__text-8-3-0 {
  color: var(--dc-color-afro, #242629);
}

.button-root--secondary-8-3-0 {
  background-color: var(--dc-color-green, #53b374);
  border-color: transparent;
  transition: background-color 0.5s;
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--secondary-8-3-0:focus.focus-visible {
    background-color: var(--dc-color-green, #53b374);
  }

  .button-root--secondary-8-3-0:hover {
    background-color: var(--dc-color-dark-green-200, #4a9765);
  }
}

.button-root--secondary-8-3-0:active {
  background-color: var(--dc-color-dark-green-200, #4a9765);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--secondary-8-3-0:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .button-root--secondary-8-3-0:hover {
    border-color: transparent;
  }
}

.button-root--secondary-8-3-0:active {
  border-color: var(--dc-color-dark-green-640, #355944);
}

.button-root--secondary-8-3-0:link,
.button-root--secondary-8-3-0:visited {
  color: var(--dc-color-white, #fff);
}

.button-root--secondary-outline-8-3-0 {
  background-color: var(--dc-color-white, #fff);
  border-color: var(--dc-color-green, #53b374);
  transition: background-color 0.5s;
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--secondary-outline-8-3-0:focus.focus-visible {
    background-color: var(--dc-color-white, #fff);
  }

  .button-root--secondary-outline-8-3-0:hover {
    background-color: var(--dc-color-green-200, #ddf0e3);
  }
}

.button-root--secondary-outline-8-3-0:active {
  background-color: var(--dc-color-green-640, #91cea6);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--secondary-outline-8-3-0:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .button-root--secondary-outline-8-3-0:hover {
    border-color: transparent;
  }
}

.button-root--secondary-outline-8-3-0:active {
  border-color: transparent;
}

.button-root--secondary-outline-8-3-0 .button-root__icon-8-3-0,
.button-root--secondary-outline-8-3-0 .button-root__text-8-3-0,
.button-root--secondary-outline-8-3-0:link,
.button-root--secondary-outline-8-3-0:visited {
  color: var(--dc-color-green, #53b374);
}

.button-root--secondary-outline-8-3-0:active .button-root__icon-8-3-0,
.button-root--secondary-outline-8-3-0:active .button-root__text-8-3-0,
.button-root--secondary-outline-8-3-0:hover .button-root__icon-8-3-0,
.button-root--secondary-outline-8-3-0:hover .button-root__text-8-3-0 {
  color: var(--dc-color-dark-green-400, #407b56);
}

.button-root--warning-8-3-0 {
  background-color: var(--dc-color-orange, #f6a623);
  border-color: transparent;
  transition: background-color 0.5s;
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--warning-8-3-0:focus.focus-visible {
    background-color: var(--dc-color-orange, #f6a623);
  }

  .button-root--warning-8-3-0:hover {
    background-color: var(--dc-color-dark-orange-200, #cc8c24);
  }
}

.button-root--warning-8-3-0:active {
  background-color: var(--dc-color-dark-orange-200, #cc8c24);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--warning-8-3-0:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .button-root--warning-8-3-0:hover {
    border-color: transparent;
  }
}

.button-root--warning-8-3-0:active {
  border-color: var(--dc-color-dark-orange-640, #705427);
}

.button-root--warning-8-3-0:link,
.button-root--warning-8-3-0:visited {
  color: var(--dc-color-white, #fff);
}

.button-root--warning-outline-8-3-0 {
  background-color: var(--dc-color-white, #fff);
  border-color: var(--dc-color-orange, #f6a623);
  transition: background-color 0.5s;
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--warning-outline-8-3-0:focus.focus-visible {
    background-color: var(--dc-color-white, #fff);
  }

  .button-root--warning-outline-8-3-0:hover {
    background-color: var(--dc-color-orange-200, #fdedd3);
  }
}

.button-root--warning-outline-8-3-0:active {
  background-color: var(--dc-color-orange-400, #fbdba7);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--warning-outline-8-3-0:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .button-root--warning-outline-8-3-0:hover {
    border-color: transparent;
  }
}

.button-root--warning-outline-8-3-0:active {
  border-color: transparent;
}

.button-root--warning-outline-8-3-0 .button-root__icon-8-3-0,
.button-root--warning-outline-8-3-0 .button-root__text-8-3-0,
.button-root--warning-outline-8-3-0:link,
.button-root--warning-outline-8-3-0:visited {
  color: var(--dc-color-orange, #f6a623);
}

.button-root--warning-outline-8-3-0:active .button-root__icon-8-3-0,
.button-root--warning-outline-8-3-0:hover .button-root__icon-8-3-0 {
  color: var(--dc-color-dark-orange-200, #cc8c24);
}

.button-root--warning-outline-8-3-0:active .button-root__text-8-3-0,
.button-root--warning-outline-8-3-0:hover .button-root__text-8-3-0 {
  color: var(--dc-color-dark-orange-400, #a27325);
}

.button-root--alert-outline-8-3-0 {
  background-color: var(--dc-color-white, #fff);
  border-color: var(--dc-color-red, #ff6a59);
  transition: background-color 0.5s;
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--alert-outline-8-3-0:focus.focus-visible {
    background-color: var(--dc-color-white, #fff);
  }

  .button-root--alert-outline-8-3-0:hover {
    background-color: var(--dc-color-red-200, #ffe1de);
  }
}

.button-root--alert-outline-8-3-0:active {
  background-color: var(--dc-color-red-640, #ffa095);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--alert-outline-8-3-0:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .button-root--alert-outline-8-3-0:hover {
    border-color: transparent;
  }
}

.button-root--alert-outline-8-3-0:active {
  border-color: transparent;
}

.button-root--alert-outline-8-3-0 .button-root__icon-8-3-0,
.button-root--alert-outline-8-3-0 .button-root__text-8-3-0,
.button-root--alert-outline-8-3-0:link,
.button-root--alert-outline-8-3-0:visited {
  color: var(--dc-color-red, #ff6a59);
}

.button-root--alert-outline-8-3-0:active .button-root__icon-8-3-0,
.button-root--alert-outline-8-3-0:active .button-root__text-8-3-0,
.button-root--alert-outline-8-3-0:hover .button-root__icon-8-3-0,
.button-root--alert-outline-8-3-0:hover .button-root__text-8-3-0 {
  color: var(--dc-color-dark-red-400, #a74f46);
}

.button-root--disabled-8-3-0,
.button-root--disabled-8-3-0:active,
.button-root--disabled-8-3-0:hover,
.button-root--loading-8-3-0,
.button-root--loading-8-3-0:active,
.button-root--loading-8-3-0:hover {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
  transition: background-color 0.5s;
  transition: border-color 0.5s;
}

.button-root--disabled-8-3-0 .button-root__icon-8-3-0,
.button-root--disabled-8-3-0:active .button-root__icon-8-3-0,
.button-root--disabled-8-3-0:hover .button-root__icon-8-3-0,
.button-root--loading-8-3-0 .button-root__icon-8-3-0,
.button-root--loading-8-3-0:active .button-root__icon-8-3-0,
.button-root--loading-8-3-0:hover .button-root__icon-8-3-0 {
  color: var(--dc-color-grey-200, #d3d4d4);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--disabled-8-3-0:active:focus.focus-visible,
  .button-root--disabled-8-3-0:active:hover,
  .button-root--disabled-8-3-0:focus.focus-visible,
  .button-root--disabled-8-3-0:hover,
  .button-root--disabled-8-3-0:hover:focus.focus-visible,
  .button-root--disabled-8-3-0:hover:hover,
  .button-root--loading-8-3-0:active:focus.focus-visible,
  .button-root--loading-8-3-0:active:hover,
  .button-root--loading-8-3-0:focus.focus-visible,
  .button-root--loading-8-3-0:hover,
  .button-root--loading-8-3-0:hover:focus.focus-visible,
  .button-root--loading-8-3-0:hover:hover {
    background-color: var(--dc-color-grey-80, #edeeee);
  }
}

.button-root--disabled-8-3-0:active,
.button-root--disabled-8-3-0:active:active,
.button-root--disabled-8-3-0:hover:active,
.button-root--loading-8-3-0:active,
.button-root--loading-8-3-0:active:active,
.button-root--loading-8-3-0:hover:active {
  background-color: var(--dc-color-grey-80, #edeeee);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--disabled-8-3-0:active:focus.focus-visible,
  .button-root--disabled-8-3-0:active:hover,
  .button-root--disabled-8-3-0:focus.focus-visible,
  .button-root--disabled-8-3-0:hover,
  .button-root--disabled-8-3-0:hover:focus.focus-visible,
  .button-root--disabled-8-3-0:hover:hover,
  .button-root--loading-8-3-0:active:focus.focus-visible,
  .button-root--loading-8-3-0:active:hover,
  .button-root--loading-8-3-0:focus.focus-visible,
  .button-root--loading-8-3-0:hover,
  .button-root--loading-8-3-0:hover:focus.focus-visible,
  .button-root--loading-8-3-0:hover:hover {
    border-color: transparent;
  }
}

.button-root--disabled-8-3-0:active,
.button-root--disabled-8-3-0:active:active,
.button-root--disabled-8-3-0:hover:active,
.button-root--loading-8-3-0:active,
.button-root--loading-8-3-0:active:active,
.button-root--loading-8-3-0:hover:active {
  border-color: transparent;
}

.button-root--disabled-8-3-0 .button-root__text-8-3-0,
.button-root--disabled-8-3-0:active .button-root__text-8-3-0,
.button-root--disabled-8-3-0:hover .button-root__text-8-3-0,
.button-root--loading-8-3-0 .button-root__text-8-3-0,
.button-root--loading-8-3-0:active .button-root__text-8-3-0,
.button-root--loading-8-3-0:hover .button-root__text-8-3-0 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.button-root--disabled-8-3-0 {
  cursor: not-allowed;
}

.button-root--with-icon-left-8-3-0 {
  padding-left: 12px;
}

.button-root--with-icon-right-8-3-0 {
  padding-right: 12px;
}

.button-root--icon-only-8-3-0 {
  justify-content: center;
  padding: 0;
}

.button-root--icon-only-8-3-0 .button-root__icon-8-3-0 {
  margin: 0;
}

.button-root--fluid-8-3-0 {
  justify-content: center;
  width: 100%;
}

.button-root--fluid-8-3-0.button-root--icon-only-8-3-0 {
  width: 100%;
}

.button-root__loader-container-8-3-0 {
  overflow: hidden;
}

.button-root__loader-8-3-0 {
  vertical-align: text-bottom;
}

.button-root--loading-8-3-0,
.button-root--loading-8-3-0:active,
.button-root--loading-8-3-0:focus,
.button-root--loading-8-3-0:hover {
  cursor: default;
}

.button-root--loading-8-3-0 .button-root__loader-container-8-3-0,
.button-root--loading-8-3-0:active .button-root__loader-container-8-3-0,
.button-root--loading-8-3-0:focus .button-root__loader-container-8-3-0,
.button-root--loading-8-3-0:hover .button-root__loader-container-8-3-0 {
  height: 16px;
  opacity: 0;
  width: 24px;
}

.button-root--loading-8-3-0 .button-root__loader-container--default-8-3-0,
.button-root--loading-8-3-0:active
  .button-root__loader-container--default-8-3-0,
.button-root--loading-8-3-0:focus .button-root__loader-container--default-8-3-0,
.button-root--loading-8-3-0:hover
  .button-root__loader-container--default-8-3-0 {
  align-items: center;
  background-color: var(--dc-color-grey-80, #edeeee);
  border-radius: 5px;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}

.button-root--loading-8-3-0 .button-root__loader-container--with-title-8-3-0,
.button-root--loading-8-3-0:active
  .button-root__loader-container--with-title-8-3-0,
.button-root--loading-8-3-0:focus
  .button-root__loader-container--with-title-8-3-0,
.button-root--loading-8-3-0:hover
  .button-root__loader-container--with-title-8-3-0 {
  display: flex;
  justify-content: flex-start;
  opacity: 1;
}

.button-root--loading-with-title-8-3-0 {
  padding-left: 12px;
}

.button-root--loading-with-title-fluid-8-3-0 {
  justify-content: center;
}

.button-root--loading-with-title-fluid-8-3-0:active
  .button-root__loader-container--with-title-8-3-0,
.button-root--loading-with-title-fluid-8-3-0:active
  .button-root__loader-container-8-3-0,
.button-root--loading-with-title-fluid-8-3-0:focus
  .button-root__loader-container--with-title-8-3-0,
.button-root--loading-with-title-fluid-8-3-0:focus
  .button-root__loader-container-8-3-0,
.button-root--loading-with-title-fluid-8-3-0:hover
  .button-root__loader-container--with-title-8-3-0,
.button-root--loading-with-title-fluid-8-3-0:hover
  .button-root__loader-container-8-3-0 {
  display: inline-flex;
}

.button-root--loading-with-title-fluid-8-3-0
  .button-root__loader-container--with-title-8-3-0 {
  display: inline-flex;
  order: -1;
}

.button-root--loading-with-title-fluid-8-3-0 .button-root__text-8-3-0 {
  flex: 0 0 auto;
}

.loader-dc-loader-5-0-4 {
  display: inline-block;
}

.loader-dc-loader--extra-large-5-0-4 {
  height: 48px;
  width: 48px;
}

.loader-dc-loader--large-5-0-4 {
  height: 32px;
  width: 32px;
}

.loader-dc-loader--medium-5-0-4 {
  height: 24px;
  width: 24px;
}

.loader-dc-loader--small-5-0-4 {
  height: 16px;
  width: 16px;
}

.loader-dc-loader--large-deprecated-5-0-4 {
  height: 96px;
  width: 96px;
}

.loader-dc-loader--medium-deprecated-5-0-4 {
  height: 48px;
  width: 48px;
}

.loader-dc-loader--small-deprecated-5-0-4 {
  height: 24px;
  width: 24px;
}

.loader-dc-loader--extra-small-deprecated-5-0-4 {
  height: 16px;
  width: 16px;
}

.loader-dc-loader__svg-5-0-4 {
  animation: loader-svgRotate-5-0-4 1.6s linear infinite;
}

.loader-dc-loader__svg-5-0-4 .loader-dc-loader__circle-inner-5-0-4,
.loader-dc-loader__svg-5-0-4 .loader-dc-loader__circle-outer-5-0-4 {
  fill: transparent;
  stroke-dashoffset: 30;
  stroke-width: 5px;
}

.loader-dc-loader__svg-5-0-4 .loader-dc-loader__circle-inner-5-0-4 {
  stroke: var(--dc-color-green, #53b374);
  stroke-dasharray: 180;
  stroke-linecap: round;
  animation: loader-circleBorder-5-0-4 3.2s linear infinite;
  transform-origin: center;
}

@keyframes loader-svgRotate-5-0-4 {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes loader-circleBorder-5-0-4 {
  0% {
    stroke-dashoffset: 30;
  }

  50% {
    stroke-dashoffset: 180;
    transform: rotate(180deg);
  }

  to {
    stroke-dashoffset: 30;
    transform: rotate(1turn);
  }
}

.lb_e5bac-6-2-8 .lb_fa232-6-2-8 {
  background: transparent;
  color: var(--dc-color-grey-400, #a7a8a9);
}

.lb_e5bac-6-2-8 .lb_5a371-6-2-8 {
  color: var(--dc-color-afro, #242629);
  font: 500 14px/20px SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.lb_aaaee-6-2-8 {
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  min-height: 48px;
  padding: 0 12px;
  width: 100%;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .lb_aaaee-6-2-8:not(.lb_95496-6-2-8):hover {
    background-color: var(--dc-color-green-80, #f1f9f4);
    border-color: transparent;
    transition: 0.2s;
  }
}

.lb_aaaee-6-2-8:not(.lb_95496-6-2-8).lb_346b5-6-2-8 {
  background-color: var(--dc-color-green, #53b374);
  border-color: transparent;
  transition: 0.2s;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .lb_aaaee-6-2-8:not(.lb_95496-6-2-8):hover.lb_aaaee-6-2-8:not(
      .lb_95496-6-2-8
    ).lb_346b5-6-2-8 {
    background-color: var(--dc-color-dark-green-200, #4a9765);
    border-color: transparent;
    transition: 0.2s;
  }
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .lb_aaaee-6-2-8:not(.lb_95496-6-2-8):hover .lb_40f3a-6-2-8,
  .lb_aaaee-6-2-8:not(.lb_95496-6-2-8):hover .lb_9281b-6-2-8 {
    color: var(--dc-color-grey-800, #505154);
  }
}

.lb_aaaee-6-2-8:not(.lb_95496-6-2-8):active {
  background-color: var(--dc-color-green-200, #ddf0e3);
  border-color: transparent;
  transition: 0.2s;
}

.lb_aaaee-6-2-8:not(.lb_95496-6-2-8):active .lb_40f3a-6-2-8,
.lb_aaaee-6-2-8:not(.lb_95496-6-2-8):active .lb_9281b-6-2-8 {
  color: var(--dc-color-grey-800, #505154);
}

.lb_aaaee-6-2-8:not(.lb_95496-6-2-8).lb_346b5-6-2-8 .lb_40f3a-6-2-8,
.lb_aaaee-6-2-8:not(.lb_95496-6-2-8).lb_346b5-6-2-8 .lb_57efa-6-2-8,
.lb_aaaee-6-2-8:not(.lb_95496-6-2-8).lb_346b5-6-2-8 .lb_9281b-6-2-8,
.lb_aaaee-6-2-8:not(.lb_95496-6-2-8).lb_346b5-6-2-8 .lb_ce5d5-6-2-8 {
  color: var(--dc-color-white, #fff);
}

.lb_aaaee-6-2-8:not(.lb_95496-6-2-8).lb_6a77a-6-2-8 {
  background-color: var(--dc-color-green-80, #f1f9f4);
  border-color: transparent;
  transition: 0.2s;
}

.lb_aaaee-6-2-8:not(.lb_95496-6-2-8).lb_6a77a-6-2-8.lb_346b5-6-2-8 {
  background-color: #53b374;
}

@media (min-width: 421px) and (max-width: 767px) {
  .lb_aaaee-6-2-8:not(.lb_b799b-6-2-8) {
    border-radius: 5px;
  }
}

.lb_95496-6-2-8 {
  cursor: default;
}

.lb_aaaee-6-2-8 .lb_f32ba-6-2-8 {
  padding-right: 12px;
  pointer-events: none;
}

.lb_aaaee-6-2-8 .lb_e5cac-6-2-8 {
  padding-left: 12px;
  pointer-events: none;
}

.lb_40f3a-6-2-8,
.lb_9281b-6-2-8 {
  align-items: center;
  border: 0;
  box-shadow: none;
  color: var(--dc-color-grey-400, #a7a8a9);
  display: flex;
  height: 100%;
  justify-content: center;
  line-height: 0;
  transition: 0.2s;
}

.lb_9281b-6-2-8 {
  padding-right: 8px;
}

.lb_40f3a-6-2-8 {
  color: var(--dc-color-afro, #242629);
  color: var(--dc-color-grey-400, #a7a8a9);
  font: 500 14px/20px SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0 0 0 8px;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.lb_57efa-6-2-8 {
  font-size: 14px;
  position: relative;
  width: 100%;
}

.lb_47489-6-2-8 {
  margin: 10px 0;
}

.lb_ce5d5-6-2-8 {
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  color: var(--dc-color-afro, #242629);
  display: block;
  display: -webkit-box;
  flex-grow: 1;
  font: normal 14px/20px SeroPro, sans-serif;
  letter-spacing: normal;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-overflow: ellipsis;
  text-shadow: none;
  text-transform: none;
  word-break: break-word;
}

.lb_95496-6-2-8 .lb_ce5d5-6-2-8 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.lb_dcc6d-6-2-8 {
  font-weight: 500;
}

.lb_19dfa-6-2-8 {
  display: block;
  flex-grow: 1;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lb_19dfa-6-2-8 + .lb_ce5d5-6-2-8 {
  -webkit-line-clamp: 1;
  margin-top: 4px;
}

.lb_f67d2-6-2-8:focus {
  outline: none;
}

.lb_b5b1b-6-2-8 {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 12px;
  width: 100%;
}

.lb_109e1-6-2-8 {
  background-color: var(--dc-color-white, #fff);
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 1;
}

.lb_90b7b-6-2-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lb_aa09b-6-2-8 {
  line-height: 0;
  margin-right: 8px;
}

.lb_aa09b-6-2-8 .lb_167aa-6-2-8 {
  color: var(--dc-color-grey-400, #a7a8a9);
  transform: translateY(3px);
}

.checkbox-root-5-0-4 {
  align-items: flex-start;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: flex-start;
  line-height: 22px;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}

.checkbox-root-5-0-4::-moz-focus-inner {
  border: none;
}

.checkbox-root-5-0-4:focus {
  outline: none;
}

.checkbox-root-5-0-4 .checkbox-input-5-0-4 {
  border: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 0;
  z-index: 1;
}

.checkbox-root-5-0-4
  .checkbox-input-5-0-4:focus.focus-visible
  + .checkbox-icon_container-5-0-4 {
  background-color: var(--dc-color-green-80, #f1f9f4);
  border-color: var(--dc-color-afro, #242629);
}

.checkbox-root-5-0-4 .checkbox-text-5-0-4 {
  font-family: SeroPro, sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin-left: 8px;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  -webkit-user-select: none;
  user-select: none;
}

.checkbox-root-5-0-4 .checkbox-text--left-5-0-4 {
  margin-left: 0;
  margin-right: 8px;
}

.checkbox-root-5-0-4 .checkbox-icon-5-0-4 {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 100%;
  min-width: 100%;
  transform: scale(0);
  transition: 0.32s;
  -moz-transition: 0s;
  width: 100%;
}

.checkbox-root-5-0-4 .checkbox-icon_container-5-0-4 {
  background-color: #fff;
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  box-sizing: border-box;
  flex-shrink: 0;
  transition: 0.32s;
}

.checkbox-root--hovered-5-0-4 .checkbox-icon_container-5-0-4 {
  background-color: var(--dc-color-green-80, #f1f9f4);
  border-color: var(--dc-color-green, #53b374);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .checkbox-root-5-0-4:hover .checkbox-icon_container-5-0-4 {
    background-color: var(--dc-color-green-80, #f1f9f4);
    border-color: var(--dc-color-green, #53b374);
  }
}

.checkbox-root--focused-5-0-4 .checkbox-icon_container-5-0-4 {
  background: var(--dc-color-green-80, #f1f9f4);
  border-color: var(--dc-color-afro, #242629);
}

.checkbox-root--limit-string-5-0-4 .checkbox-text-5-0-4 {
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkbox-root--small-5-0-4 .checkbox-icon_container-5-0-4 {
  border-radius: 3px;
  height: 16px;
  width: 16px;
}

.checkbox-root--small-5-0-4 .checkbox-text-5-0-4 {
  margin-top: -3px;
}

.checkbox-root--small-5-0-4 .checkbox-icon-5-0-4 svg {
  height: 6px;
  width: 8px;
}

.checkbox-root--medium-5-0-4 .checkbox-text-5-0-4 {
  margin-top: 1px;
}

.checkbox-root--medium-5-0-4 .checkbox-icon_container-5-0-4 {
  border-radius: 6px;
  height: 24px;
  width: 24px;
}

.checkbox-root--medium-5-0-4
  .checkbox-icon_container-5-0-4
  .checkbox-icon-5-0-4
  svg {
  height: 8px;
  width: 14px;
}

.checkbox-root--medium-5-0-4
  .checkbox-icon_container-5-0-4
  .checkbox-icon-5-0-4
  svg
  path {
  stroke-width: 1.4;
}

.checkbox-root--large-5-0-4 .checkbox-icon_container-5-0-4 {
  border-radius: 8px;
  height: 32px;
  width: 32px;
}

.checkbox-root--large-5-0-4 .checkbox-icon-5-0-4 svg {
  height: 11px;
  width: 16px;
}

.checkbox-root--large-5-0-4 .checkbox-icon-5-0-4 svg path {
  stroke-width: 1.4;
}

.checkbox-root--large-5-0-4 .checkbox-text-5-0-4 {
  font-size: 16px;
  margin-top: 6px;
}

.checkbox-root--invalid-5-0-4 .checkbox-icon_container-5-0-4,
.checkbox-root--invalid-5-0-4:hover .checkbox-icon_container-5-0-4 {
  background-color: #fff;
  border-color: var(--dc-color-red, #ff6a59);
}

.checkbox-root--readonly-5-0-4 {
  pointer-events: none;
}

.checkbox-root--checked-5-0-4 .checkbox-icon_container-5-0-4 {
  background-color: var(--dc-color-green, #53b374);
  border-color: var(--dc-color-green, #53b374);
}

.checkbox-root--checked--hovered-5-0-4 .checkbox-icon_container-5-0-4 {
  background-color: var(--dc-color-green, #53b374);
  border-color: var(--dc-color-dark-green-400, #407b56);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .checkbox-root--checked-5-0-4:hover .checkbox-icon_container-5-0-4 {
    background-color: var(--dc-color-green, #53b374);
    border-color: var(--dc-color-dark-green-400, #407b56);
  }
}

.checkbox-root--checked--focused-5-0-4 + .checkbox-root__icon_container-5-0-4,
.checkbox-root--checked-5-0-4
  .checkbox-input-5-0-4:focus.focus-visible
  + .checkbox-root__icon_container-5-0-4 {
  background-color: var(--dc-color-green, #53b374);
  border-color: var(--dc-color-afro, #242629);
}

.checkbox-root--checked-5-0-4 .checkbox-icon-5-0-4 {
  transform: scale(1);
}

.checkbox-root--disabled-5-0-4,
.checkbox-root--disabled-5-0-4:hover {
  cursor: default;
}

.checkbox-root--disabled-5-0-4 .checkbox-icon_container-5-0-4,
.checkbox-root--disabled-5-0-4:hover .checkbox-icon_container-5-0-4 {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: var(--dc-color-grey-200, #d3d4d4);
}

.checkbox-root--disabled-5-0-4 .checkbox-icon-5-0-4,
.checkbox-root--disabled-5-0-4:hover .checkbox-icon-5-0-4 {
  color: var(--dc-color-grey-200, #d3d4d4);
}

.checkbox-root--disabled-5-0-4 .checkbox-text-5-0-4,
.checkbox-root--disabled-5-0-4:hover .checkbox-text-5-0-4 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.checkbox-list-5-0-4 {
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  outline: none;
}

.checkbox-list-5-0-4::-moz-focus-inner {
  border: none;
}

.checkbox-list-5-0-4:focus {
  outline: none;
}

.checkbox-list--horizontal-5-0-4 {
  flex-direction: row;
}

.checkbox-list--horizontal-5-0-4 .checkbox-checkbox-5-0-4 {
  align-items: self-start;
  max-width: 296px;
}

.checkbox-list--horizontal-5-0-4 .checkbox-checkbox-5-0-4:not(:last-child) {
  margin-right: 32px;
}

.checkbox-list--vertical-5-0-4 .checkbox-checkbox--left-label-5-0-4 {
  justify-content: space-between;
}

.checkbox-list--small-5-0-4.checkbox-list--vertical-5-0-4
  .checkbox-checkbox-5-0-4:not(:last-child) {
  margin-bottom: 12px;
}

.checkbox-list--large-5-0-4.checkbox-list--vertical-5-0-4
  .checkbox-checkbox-5-0-4,
.checkbox-list--medium-5-0-4.checkbox-list--vertical-5-0-4
  .checkbox-checkbox-5-0-4 {
  align-items: self-start;
}

.checkbox-list--large-5-0-4.checkbox-list--vertical-5-0-4
  .checkbox-checkbox-5-0-4:not(:last-child),
.checkbox-list--medium-5-0-4.checkbox-list--vertical-5-0-4
  .checkbox-checkbox-5-0-4:not(:last-child) {
  margin-bottom: 16px;
}

.checkbox-list-5-0-4 .checkbox-column-5-0-4 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.checkbox-list--vertical-5-0-4.checkbox-list--columns-5-0-4 {
  flex-direction: row;
}

.checkbox-label-5-0-4 {
  color: #242629;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px;
}

.loader-dc-loader-5-0-4 {
  display: inline-block;
}

.loader-dc-loader--extra-large-5-0-4 {
  height: 48px;
  width: 48px;
}

.loader-dc-loader--large-5-0-4 {
  height: 32px;
  width: 32px;
}

.loader-dc-loader--medium-5-0-4 {
  height: 24px;
  width: 24px;
}

.loader-dc-loader--small-5-0-4 {
  height: 16px;
  width: 16px;
}

.loader-dc-loader--large-deprecated-5-0-4 {
  height: 96px;
  width: 96px;
}

.loader-dc-loader--medium-deprecated-5-0-4 {
  height: 48px;
  width: 48px;
}

.loader-dc-loader--small-deprecated-5-0-4 {
  height: 24px;
  width: 24px;
}

.loader-dc-loader--extra-small-deprecated-5-0-4 {
  height: 16px;
  width: 16px;
}

.loader-dc-loader__svg-5-0-4 {
  animation: loader-svgRotate-5-0-4 1.6s linear infinite;
}

.loader-dc-loader__svg-5-0-4 .loader-dc-loader__circle-inner-5-0-4,
.loader-dc-loader__svg-5-0-4 .loader-dc-loader__circle-outer-5-0-4 {
  fill: transparent;
  stroke-dashoffset: 30;
  stroke-width: 5px;
}

.loader-dc-loader__svg-5-0-4 .loader-dc-loader__circle-inner-5-0-4 {
  stroke: var(--dc-color-green, #53b374);
  stroke-dasharray: 180;
  stroke-linecap: round;
  animation: loader-circleBorder-5-0-4 3.2s linear infinite;
  transform-origin: center;
}

@keyframes loader-svgRotate-5-0-4 {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes loader-circleBorder-5-0-4 {
  0% {
    stroke-dashoffset: 30;
  }

  50% {
    stroke-dashoffset: 180;
    transform: rotate(180deg);
  }

  to {
    stroke-dashoffset: 30;
    transform: rotate(1turn);
  }
}

.btm-sht-root-4-1-5 {
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
}

.btm-sht-root-4-1-5::-moz-focus-inner {
  border: none;
}

.btm-sht-root-4-1-5:focus {
  outline: none;
}

.btm-sht-root-4-1-5 {
  box-shadow: 0 8px 24px rgba(36, 38, 41, 0.12);
}

.btm-sht-cion-container-4-1-5,
.btm-sht-content-4-1-5,
.btm-sht-fade-wrapper-4-1-5,
.btm-sht-footer-4-1-5,
.btm-sht-header-4-1-5,
.btm-sht-subtitle-4-1-5,
.btm-sht-title-4-1-5 {
  max-width: 420px;
  width: 100%;
}

.btm-sht-root-4-1-5 {
  align-items: center;
  animation-duration: 0.2s;
  animation-name: btm-sht-dc-bottom-sheet-animate-opening-4-1-5;
  background: var(--dc-color-white, #fff);
  border-radius: 5px 5px 0 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: calc(100% - 52px);
  padding: 0 16px 34px;
  position: absolute;
  width: 100%;
}

.btm-sht-root-4-1-5:not(.btm-sht-root--with-footer-4-1-5)
  .btm-sht-content-4-1-5 {
  margin-bottom: -34px;
  padding-bottom: 34px;
}

.btm-sht-root-4-1-5:not(.btm-sht-root--with-footer-4-1-5)
  .btm-sht-content--no-indents-4-1-5 {
  padding-bottom: 0;
}

.btm-sht-root-4-1-5:not(.btm-sht-root--with-footer-4-1-5)
  .btm-sht-fade-bottom-4-1-5 {
  display: none;
}

.btm-sht-root--no-content-indents-4-1-5 {
  padding-left: 0;
  padding-right: 0;
}

.btm-sht-overlay-4-1-5 {
  background: rgba(36, 38, 41, 0.64);
  left: 0;
  max-height: 100%;
  min-height: 100%;
  overflow-y: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1300;
}

.btm-sht-overlay--hidden-4-1-5 {
  display: none;
}

.btm-sht-cion-container-4-1-5 {
  box-sizing: border-box;
  padding: 10px 10px 26px;
}

.btm-sht-cion-4-1-5 {
  background-color: var(--dc-color-grey-200, #d3d4d4);
  border-radius: 2px;
  height: 4px;
  margin: 0 auto;
  width: 52px;
}

.btm-sht-content-4-1-5 {
  flex-grow: 1;
  overflow-y: scroll;
  overflow-y: auto;
}

.btm-sht-content-4-1-5::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
}

.btm-sht-content-4-1-5::-webkit-scrollbar-track {
  background-color: transparent;
}

.btm-sht-content-4-1-5::-webkit-scrollbar-thumb {
  background-color: var(--dc-color-grey-640, #737476);
  border-radius: 19px;
}

.btm-sht-content-4-1-5::-webkit-scrollbar-button {
  display: none;
}

.btm-sht-content-4-1-5::-webkit-scrollbar-thumb {
  background-color: var(--dc-color-grey-400, #a7a8a9);
}

.btm-sht-content--no-indents-4-1-5 {
  padding: 0;
}

.btm-sht-fade-wrapper-4-1-5 {
  height: 0;
  margin: 0 -16px;
  pointer-events: none;
  position: relative;
}

.btm-sht-fade-bottom-4-1-5,
.btm-sht-fade-top-4-1-5 {
  height: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.btm-sht-fade-top-4-1-5 {
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  top: -1px;
}

.btm-sht-fade-top--hidden-4-1-5 {
  display: none;
}

.btm-sht-fade-bottom-4-1-5 {
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  bottom: -1px;
}

.btm-sht-header-4-1-5 {
  margin-bottom: 16px;
}

.btm-sht-header--banner-4-1-5 {
  margin-left: -16px;
  margin-right: -16px;
  overflow: hidden;
}

.btm-sht-close-4-1-5 {
  clip: rect(0 0 0 0);
  border: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.btm-sht-title-4-1-5 {
  color: var(--dc-color-afro, #242629);
  font: 500 18px/24px SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.btm-sht-root--with-content-4-1-5:not(.btm-sht-root--with-subtitle-4-1-5)
  .btm-sht-title-4-1-5 {
  margin-bottom: 16px;
}

.btm-sht-subtitle-4-1-5 {
  color: var(--dc-color-afro, #242629);
  color: var(--dc-color-grey-640, #737476);
  font: normal 14px/20px SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.btm-sht-root--with-title-4-1-5 .btm-sht-subtitle-4-1-5 {
  margin-top: 4px;
}

.btm-sht-root--with-content-4-1-5 .btm-sht-subtitle-4-1-5 {
  margin-bottom: 16px;
}

.btm-sht-footer-4-1-5 {
  margin-top: 16px;
}

.btm-sht-footer-buttons-4-1-5 {
  display: flex;
  flex-direction: column;
}

.btm-sht-footer-button-4-1-5,
.btm-sht-footer-buttons-4-1-5:not(:last-child) {
  margin-bottom: 8px;
}

.btm-sht-footer-button-4-1-5:last-child {
  margin-bottom: 0;
}

.btm-sht-buttons-divider-4-1-5 {
  color: var(--dc-color-afro, #242629);
  font: normal 14px/20px SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.btm-sht-dc-bottom-sheet-4-1-5 :focus:not(.btm-sht-focus-visible-4-1-5) {
  outline: none;
}

@keyframes btm-sht-dc-bottom-sheet-animate-opening-4-1-5 {
  0% {
    max-height: 0;
  }

  to {
    max-height: calc(100% - 52px);
  }
}

.icon-4-0-1 {
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
  overflow: hidden;
}

.icon-4-0-1:hover {
  transition: color 0.15s ease-in-out;
}

.icon--24-4-0-1 {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  line-height: 24px;
}

.icon--32-4-0-1 {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  line-height: 32px;
}

.icon--48-4-0-1 {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  line-height: 48px;
}

.hint-root-0-9-5 {
  box-sizing: border-box;
  color: var(--dc-color-afro, #242629);
  font: normal 14px/20px SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 24px 16px;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.hint-root--normal-0-9-5 {
  width: 180px;
}

.hint-root--wide-0-9-5 {
  width: 280px;
}

.hint-target-0-9-5 {
  display: inline-flex;
}

.hint-close-0-9-5 {
  color: var(--dc-color-grey-400, #a7a8a9);
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 8px;
}

.hint-banner-0-9-5 {
  margin-bottom: 8px;
}

.hint-banner-0-9-5 + .hint-content-0-9-5 {
  padding-top: 0;
}

.hint-image-0-9-5 {
  margin-right: 12px;
}

.hint-title-0-9-5 {
  color: var(--dc-color-afro, #242629);
  display: flex;
  font: 500 18px/24px SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.hint-title-content-0-9-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hint-text-0-9-5 {
  color: var(--dc-color-afro, #242629);
  color: var(--dc-color-grey-640, #737476);
  font: normal 14px/20px SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.hint-text-wrap-0-9-5 {
  width: 100%;
}

.hint-text-wrap-0-9-5 + .hint-text-wrap-0-9-5 {
  margin-top: 4px;
}

.hint-footer-0-9-5,
.hint-head-0-9-5 + .hint-content-0-9-5 {
  margin-top: 12px;
}

.hint-buttons-0-9-5 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-top: -8px;
}

.hint-buttons--with_footer-0-9-5 {
  margin-bottom: 8px;
}

.hint-button-0-9-5 {
  margin-left: 8px;
  margin-top: 8px;
}

.hint-button--fluid-0-9-5 {
  width: 100%;
}

.ppr-root--shadow-small-6-0-1 {
  box-shadow: 0 4px 12px rgba(36, 38, 41, 0.08);
}

.ppr-root--shadow-medium-6-0-1 {
  box-shadow: 0 6px 20px rgba(36, 38, 41, 0.1);
}

.ppr-root--shadow-large-6-0-1 {
  box-shadow: 0 8px 24px rgba(36, 38, 41, 0.12);
}

.ppr-container-6-0-1 {
  position: relative;
}

.ppr-container--inline-6-0-1 {
  display: inline-flex;
}

.ppr-target-6-0-1 {
  display: inherit;
}

.ppr-root-6-0-1 {
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 5px;
  background-color: var(--dc-color-white, #fff);
  transition-duration: 0ms;
  z-index: 1600;
  position: absolute;
  top: 100%;
  left: 0;
  transition: opacity 0.2s ease-in;
}

.ppr-root--in-portal-6-0-1 {
  top: 0;
}

.ppr-root--has-arrow-6-0-1 {
  overflow: visible;
  border-color: var(--dc-color-white, #fff);
}

.ppr-root--has-arrow-6-0-1:after {
  content: "";
  position: absolute;
  border-color: inherit;
  border-style: solid;
}

.ppr-root--top-6-0-1:after {
  border-width: 4px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: none;
}

.ppr-root--bottom-6-0-1:after {
  border-width: 4px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
}

.ppr-root--left-6-0-1:after {
  border-width: 4px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right: none;
}

.ppr-root--right-6-0-1:after {
  border-width: 4px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: none;
}

.ppr-root--top-6-0-1:after {
  bottom: -4px;
}

.ppr-root--bottom-6-0-1:after {
  top: -4px;
}

.ppr-root--left-6-0-1:after {
  right: -4px;
}

.ppr-root--right-6-0-1:after {
  left: -4px;
}

.ppr-root--bottom-6-0-1.ppr-root--align-center-6-0-1:after,
.ppr-root--top-6-0-1.ppr-root--align-center-6-0-1:after {
  left: 50%;
  transform: translateX(-4px);
}

.ppr-root--bottom-6-0-1.ppr-root--align-left-6-0-1:after,
.ppr-root--top-6-0-1.ppr-root--align-left-6-0-1:after {
  right: 16px;
}

.ppr-root--bottom-6-0-1.ppr-root--align-right-6-0-1:after,
.ppr-root--top-6-0-1.ppr-root--align-right-6-0-1:after {
  left: 16px;
}

.ppr-root--left-6-0-1.ppr-root--align-center-6-0-1:after,
.ppr-root--right-6-0-1.ppr-root--align-center-6-0-1:after {
  top: 50%;
  transform: translateY(-4px);
}

.ppr-root--left-6-0-1.ppr-root--align-top-6-0-1:after,
.ppr-root--right-6-0-1.ppr-root--align-top-6-0-1:after {
  bottom: 16px;
}

.ppr-root--left-6-0-1.ppr-root--align-bottom-6-0-1:after,
.ppr-root--right-6-0-1.ppr-root--align-bottom-6-0-1:after {
  top: 16px;
}

.bdg-root-9-1-0 {
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
  font-family: SeroPro, sans-serif;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  outline: none;
  overflow: hidden;
  text-decoration: none;
  text-indent: 0;
  text-overflow: ellipsis;
  text-shadow: none;
  text-transform: none;
  white-space: nowrap;
}

.bdg-root-9-1-0::-moz-focus-inner {
  border: none;
}

.bdg-root-9-1-0:focus {
  outline: none;
}

.bdg-root--large-9-1-0 {
  border-radius: 16px;
  font-size: 16px;
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
}

.bdg-root--large-9-1-0 .bdg-icon-9-1-0 {
  margin-top: 8px;
}

.bdg-root--large-9-1-0 .bdg-icon--left-9-1-0 {
  margin-right: 6px;
}

.bdg-root--large-9-1-0 .bdg-icon--right-9-1-0 {
  margin-left: 6px;
}

.bdg-root--medium-9-1-0 {
  border-radius: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
}

.bdg-root--small-9-1-0 {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
}

.bdg-root--small-9-1-0 .bdg-icon-9-1-0 {
  margin-top: 2px;
}

.bdg-root--small-9-1-0 .bdg-icon--left-9-1-0 {
  margin-right: 4px;
}

.bdg-root--small-9-1-0 .bdg-icon--right-9-1-0 {
  margin-left: 4px;
}

.bdg-root--mini-9-1-0 {
  border-radius: 8px;
  height: 16px;
  line-height: 16px;
  padding: 0 8px;
}

.bdg-root--mini-9-1-0 .bdg-icon-9-1-0 {
  margin-top: 0;
}

.bdg-root--mini-9-1-0 .bdg-icon--left-9-1-0 {
  margin-right: 4px;
}

.bdg-root--mini-9-1-0 .bdg-icon--right-9-1-0 {
  margin-left: 4px;
}

.bdg-root--mini-9-1-0.bdg-root--counter-9-1-0 {
  padding: 0;
  text-align: center;
  width: 28px;
}

.bdg-root--grey-9-1-0 {
  background-color: var(--dc-color-grey-640, #737476);
  color: var(--dc-color-white, #fff);
}

.bdg-root--grey-9-1-0 .bdg-icon-9-1-0 {
  color: inherit;
}

.bdg-root--orange-9-1-0 {
  background-color: var(--dc-color-orange, #f6a623);
  color: var(--dc-color-white, #fff);
}

.bdg-root--orange-9-1-0 .bdg-icon-9-1-0 {
  color: inherit;
}

.bdg-root--green-9-1-0 {
  background-color: var(--dc-color-green, #53b374);
  color: var(--dc-color-white, #fff);
}

.bdg-root--green-9-1-0 .bdg-icon-9-1-0 {
  color: inherit;
}

.bdg-root--red-9-1-0 {
  background-color: var(--dc-color-red, #ff6a59);
  color: var(--dc-color-white, #fff);
}

.bdg-root--red-9-1-0 .bdg-icon-9-1-0 {
  color: inherit;
}

.bdg-root--grey-9-1-0.bdg-root--light-9-1-0 {
  background-color: var(--dc-color-grey-80, #edeeee);
  color: var(--dc-color-grey-640, #737476);
}

.bdg-root--grey-9-1-0.bdg-root--light-9-1-0 .bdg-icon-9-1-0 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.bdg-root--orange-9-1-0.bdg-root--light-9-1-0 {
  background-color: var(--dc-color-orange-200, #fdedd3);
  color: var(--dc-color-dark-orange-640, #705427);
}

.bdg-root--orange-9-1-0.bdg-root--light-9-1-0 .bdg-icon-9-1-0 {
  color: var(--dc-color-orange, #f6a623);
}

.bdg-root--red-9-1-0.bdg-root--light-9-1-0 {
  background-color: var(--dc-color-red-200, #ffe1de);
  color: var(--dc-color-dark-red-640, #733e3a);
}

.bdg-root--red-9-1-0.bdg-root--light-9-1-0 .bdg-icon-9-1-0 {
  color: var(--dc-color-red, #ff6a59);
}

.bdg-root--green-9-1-0.bdg-root--light-9-1-0 {
  background-color: var(--dc-color-green-200, #ddf0e3);
  color: var(--dc-color-dark-green-640, #355944);
}

.bdg-root--green-9-1-0.bdg-root--light-9-1-0 .bdg-icon-9-1-0 {
  color: var(--dc-color-green, #53b374);
}

.bdg-root--orange-9-1-0.bdg-root--alt-bg-9-1-0 {
  background-color: var(--dc-color-white, #fff);
  color: var(--dc-color-orange, #f6a623);
}

.bdg-root--orange-9-1-0.bdg-root--alt-bg-9-1-0 .bdg-icon-9-1-0 {
  color: inherit;
}

.bdg-root--red-9-1-0.bdg-root--alt-bg-9-1-0 {
  background-color: var(--dc-color-white, #fff);
  color: var(--dc-color-red, #ff6a59);
}

.bdg-root--red-9-1-0.bdg-root--alt-bg-9-1-0 .bdg-icon-9-1-0 {
  color: inherit;
}

.bdg-root--green-9-1-0.bdg-root--alt-bg-9-1-0 {
  background-color: var(--dc-color-white, #fff);
  color: var(--dc-color-green, #53b374);
}

.bdg-root--green-9-1-0.bdg-root--alt-bg-9-1-0 .bdg-icon-9-1-0 {
  color: inherit;
}

.bdg-root--grey-9-1-0.bdg-root--alt-bg-9-1-0 {
  background-color: var(--dc-color-white, #fff);
  color: var(--dc-color-grey-640, #737476);
}

.bdg-root--grey-9-1-0.bdg-root--alt-bg-9-1-0 .bdg-icon-9-1-0 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.bdg-root--tag-9-1-0 {
  background-color: var(--dc-color-grey-80, #edeeee);
  color: var(--dc-color-afro, #242629);
}

.bdg-root--tag-9-1-0 .bdg-icon-9-1-0 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.bdg-root--tag-9-1-0:not(.bdg-root--counter-9-1-0) {
  max-width: 100%;
  padding-right: 29px;
  position: relative;
}

.bdg-root--tag-9-1-0:not(.bdg-root--counter-9-1-0) .bdg-icon--right-9-1-0 {
  position: absolute;
  right: 8px;
}

.bdg-root--tag-9-1-0:not(.bdg-root--counter-9-1-0).bdg-root--small-9-1-0 {
  padding-right: 25px;
}

.bdg-root--tag-9-1-0:not(.bdg-root--counter-9-1-0).bdg-root--small-9-1-0
  .bdg-icon--right-9-1-0 {
  right: 4px;
}

.bdg-root--tag-9-1-0.bdg-root--counter-9-1-0 {
  background-color: var(--dc-color-green, #53b374);
  color: var(--dc-color-white, #fff);
}

.bdg-root--tag-9-1-0.bdg-root--counter-9-1-0 .bdg-icon-9-1-0 {
  color: inherit;
}

.bdg-root--tag-9-1-0.bdg-root--disabled-9-1-0 {
  background-color: var(--dc-color-grey-200, #d3d4d4);
  color: var(--dc-color-grey-400, #a7a8a9);
}

.bdg-root--tag-9-1-0.bdg-root--disabled-9-1-0 .bdg-icon-9-1-0 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.bdg-root--tag-9-1-0.bdg-root--counter-9-1-0.bdg-root--disabled-9-1-0 {
  background-color: var(--dc-color-grey-400, #a7a8a9);
  color: var(--dc-color-white, #fff);
}

.bdg-root--tag-9-1-0.bdg-root--counter-9-1-0.bdg-root--disabled-9-1-0
  .bdg-icon-9-1-0 {
  color: inherit;
}

.bdg-root--tag-9-1-0.bdg-root--alt-bg-9-1-0 {
  background-color: rgba(36, 38, 41, 0.64);
  color: var(--dc-color-white, #fff);
}

.bdg-root--tag-9-1-0.bdg-root--alt-bg-9-1-0 .bdg-icon-9-1-0 {
  color: hsla(0, 0%, 100%, 0.64);
}

.bdg-root--tag-9-1-0.bdg-root--alt-bg-9-1-0.bdg-root--counter-9-1-0 {
  background-color: rgba(36, 38, 41, 0.8);
  color: var(--dc-color-white, #fff);
}

.bdg-root--tag-9-1-0.bdg-root--alt-bg-9-1-0.bdg-root--counter-9-1-0
  .bdg-icon-9-1-0 {
  color: inherit;
}

.bdg-root--tag-9-1-0.bdg-root--alt-bg-9-1-0.bdg-root--disabled-9-1-0 {
  background-color: rgba(36, 38, 41, 0.64);
  color: hsla(0, 0%, 100%, 0.4);
}

.bdg-root--tag-9-1-0.bdg-root--alt-bg-9-1-0.bdg-root--disabled-9-1-0
  .bdg-icon-9-1-0 {
  color: hsla(0, 0%, 100%, 0.4);
}

.bdg-root--tag-9-1-0.bdg-root--alt-bg-9-1-0.bdg-root--counter-9-1-0.bdg-root--disabled-9-1-0 {
  background-color: rgba(36, 38, 41, 0.8);
  color: hsla(0, 0%, 100%, 0.4);
}

.bdg-root--tag-9-1-0.bdg-root--alt-bg-9-1-0.bdg-root--counter-9-1-0.bdg-root--disabled-9-1-0
  .bdg-icon-9-1-0 {
  color: inherit;
}

.bdg-root--tag-9-1-0.bdg-root--alt-bg-9-1-0:not(.bdg-root--disabled-9-1-0)
  .bdg-icon--right-9-1-0,
.bdg-root--tag-9-1-0:not(.bdg-root--disabled-9-1-0) .bdg-icon--right-9-1-0 {
  cursor: pointer;
  transition: color 0.2s;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .bdg-root--tag-9-1-0.bdg-root--alt-bg-9-1-0:not(.bdg-root--disabled-9-1-0)
    .bdg-icon--right-9-1-0:hover,
  .bdg-root--tag-9-1-0:not(.bdg-root--disabled-9-1-0)
    .bdg-icon--right-9-1-0:hover {
    color: var(--dc-color-red, #ff6a59);
  }
}

.bdg-root--tag-9-1-0.bdg-root--alt-bg-9-1-0:not(.bdg-root--disabled-9-1-0)
  .bdg-icon--right-9-1-0:active,
.bdg-root--tag-9-1-0:not(.bdg-root--disabled-9-1-0)
  .bdg-icon--right-9-1-0:active {
  color: var(--dc-color-dark-red-200, #d35c4f);
}

.bdg-root--tag-9-1-0.bdg-root--alt-bg-9-1-0:not(.bdg-root--disabled-9-1-0)
  .bdg-icon--right-9-1-0:focus.focus-visible,
.bdg-root--tag-9-1-0:not(.bdg-root--disabled-9-1-0)
  .bdg-icon--right-9-1-0:focus.focus-visible {
  color: var(--dc-color-red, #ff6a59);
}

.bdg-icon-9-1-0 {
  display: inline-block;
  font-size: 0;
  height: 16px;
  margin-top: 4px;
  outline: none;
  vertical-align: top;
  width: 16px;
}

.bdg-icon--left-9-1-0 {
  margin-right: 8px;
}

.bdg-icon--right-9-1-0 {
  margin-left: 8px;
}

.tltp-root-5-1-2 {
  box-sizing: border-box;
  color: var(--dc-color-afro, #242629);
  color: #fff;
  font: normal 14px/20px SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 16px;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.tltp-root--tiny-5-1-2 {
  max-width: 180px;
  white-space: nowrap;
}

.tltp-root--small-5-1-2 {
  display: table-caption;
  max-width: 180px;
}

.tltp-root--normal-5-1-2 {
  width: 180px;
}

.tltp-root--wide-5-1-2 {
  width: 280px;
}

.tltp-root--mobile-5-1-2 {
  background-color: rgba(36, 38, 41, 0.92);
  border-radius: 5px;
  left: 16px;
  position: fixed;
  right: 16px;
}

.tltp-root--top-5-1-2 {
  top: 16px;
}

.tltp-root--bottom-5-1-2 {
  bottom: 16px;
}

.tltp-hidden-5-1-2 {
  color: var(--dc-color-afro, #242629);
  font: normal 14px/20px SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  max-width: 148px;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.tltp-hidden--small-5-1-2 {
  display: table-caption;
}

.ppr-root--shadow-small-6-0-4 {
  box-shadow: 0 4px 12px rgba(36, 38, 41, 0.08);
}

.ppr-root--shadow-medium-6-0-4 {
  box-shadow: 0 6px 20px rgba(36, 38, 41, 0.1);
}

.ppr-root--shadow-large-6-0-4 {
  box-shadow: 0 8px 24px rgba(36, 38, 41, 0.12);
}

.ppr-container-6-0-4 {
  position: relative;
}

.ppr-container--inline-6-0-4 {
  display: inline-flex;
}

.ppr-target-6-0-4 {
  display: inherit;
}

.ppr-root-6-0-4 {
  background-color: var(--dc-color-white, #fff);
  border-radius: 5px;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  transition-duration: 0ms;
  transition: opacity 0.2s ease-in;
  z-index: 1600;
}

.ppr-root--in-portal-6-0-4 {
  top: 0;
}

.ppr-root--has-arrow-6-0-4 {
  border-color: var(--dc-color-white, #fff);
  overflow: visible;
}

.ppr-root--has-arrow-6-0-4:after {
  border-color: inherit;
  border-style: solid;
  content: "";
  position: absolute;
}

.ppr-root--top-6-0-4:after {
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-width: 4px;
}

.ppr-root--bottom-6-0-4:after {
  border-left-color: transparent;
  border-right-color: transparent;
  border-width: 4px;
  border-top: none;
}

.ppr-root--left-6-0-4:after {
  border-bottom-color: transparent;
  border-right: none;
  border-top-color: transparent;
  border-width: 4px;
}

.ppr-root--right-6-0-4:after {
  border-bottom-color: transparent;
  border-left: none;
  border-top-color: transparent;
  border-width: 4px;
}

.ppr-root--top-6-0-4:after {
  bottom: -4px;
}

.ppr-root--bottom-6-0-4:after {
  top: -4px;
}

.ppr-root--left-6-0-4:after {
  right: -4px;
}

.ppr-root--right-6-0-4:after {
  left: -4px;
}

.ppr-root--bottom-6-0-4.ppr-root--align-center-6-0-4:after,
.ppr-root--top-6-0-4.ppr-root--align-center-6-0-4:after {
  left: 50%;
  transform: translateX(-4px);
}

.ppr-root--bottom-6-0-4.ppr-root--align-left-6-0-4:after,
.ppr-root--top-6-0-4.ppr-root--align-left-6-0-4:after {
  right: 16px;
}

.ppr-root--bottom-6-0-4.ppr-root--align-right-6-0-4:after,
.ppr-root--top-6-0-4.ppr-root--align-right-6-0-4:after {
  left: 16px;
}

.ppr-root--left-6-0-4.ppr-root--align-center-6-0-4:after,
.ppr-root--right-6-0-4.ppr-root--align-center-6-0-4:after {
  top: 50%;
  transform: translateY(-4px);
}

.ppr-root--left-6-0-4.ppr-root--align-top-6-0-4:after,
.ppr-root--right-6-0-4.ppr-root--align-top-6-0-4:after {
  bottom: 16px;
}

.ppr-root--left-6-0-4.ppr-root--align-bottom-6-0-4:after,
.ppr-root--right-6-0-4.ppr-root--align-bottom-6-0-4:after {
  top: 16px;
}

.slider-input-root-4-1-6:after,
.slider-input-root-4-1-6:before,
.slider-root-4-1-6:after,
.slider-root-4-1-6:before {
  font-family: SeroPro, sans-serif;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.slider-axis-4-1-6,
.slider-circle-4-1-6,
.slider-root-4-1-6 {
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
}

.slider-axis-4-1-6::-moz-focus-inner,
.slider-circle-4-1-6::-moz-focus-inner,
.slider-root-4-1-6::-moz-focus-inner {
  border: none;
}

.slider-axis-4-1-6:focus,
.slider-circle-4-1-6:focus,
.slider-root-4-1-6:focus {
  outline: none;
}

.slider-counter-4-1-6 {
  font: 500 14px/20px SeroPro, sans-serif;
}

.slider-counter-4-1-6,
.slider-root--with-label-4-1-6 .slider-label-4-1-6 {
  color: var(--dc-color-afro, #242629);
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.slider-root--with-label-4-1-6 .slider-label-4-1-6 {
  font: normal 14px/20px SeroPro, sans-serif;
}

.slider-root-4-1-6 {
  display: flex;
  height: 24px;
  min-width: 180px;
  position: relative;
  width: 100%;
}

.slider-root-4-1-6:after,
.slider-root-4-1-6:before {
  bottom: -20px;
  content: "";
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  pointer-events: none;
  position: absolute;
}

.slider-root-4-1-6:before {
  content: attr(data-left-hint);
  left: 0;
}

.slider-root-4-1-6:after {
  content: attr(data-right-hint);
  right: 0;
}

.slider-root-4-1-6:focus.focus-visible {
  cursor: pointer;
}

.slider-root-4-1-6:focus.focus-visible .slider-axis-4-1-6:before {
  background-color: var(--dc-color-grey-400, #a7a8a9);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .slider-root-4-1-6:hover {
    cursor: pointer;
  }

  .slider-root-4-1-6:hover .slider-axis-4-1-6:before {
    background-color: var(--dc-color-grey-400, #a7a8a9);
  }
}

.slider-root--active-4-1-6 {
  cursor: pointer;
}

.slider-root--active-4-1-6 .slider-axis-4-1-6:before {
  background-color: var(--dc-color-grey-400, #a7a8a9);
}

.slider-root--active-4-1-6 .slider-circle-inner-4-1-6 {
  transition: 0s;
}

.slider-root--active-4-1-6 .slider-axis--fill-4-1-6 {
  background-color: var(--dc-color-dark-green-400, #407b56);
  transition: 0s;
}

.slider-root--disabled-4-1-6,
.slider-root--disabled-4-1-6:hover {
  cursor: not-allowed;
}

.slider-root--disabled-4-1-6 .slider-axis-4-1-6:before,
.slider-root--disabled-4-1-6:hover .slider-axis-4-1-6:before {
  background-color: var(--dc-color-grey-200, #d3d4d4);
}

.slider-root--disabled-4-1-6 .slider-axis--fill-4-1-6,
.slider-root--disabled-4-1-6:hover .slider-axis--fill-4-1-6 {
  background-color: var(--dc-color-grey-640, #737476);
}

.slider-root--with-counter-4-1-6 {
  margin-top: 20px;
}

.slider-root--with-hint-4-1-6,
.slider-root--with-small-hints-4-1-6 {
  margin-bottom: 20px;
}

.slider-root--with-label-4-1-6 {
  margin-top: 40px;
}

.slider-root--with-label-4-1-6 .slider-label-4-1-6 {
  color: var(--dc-color-grey-640, #737476);
  height: 20px;
  left: 0;
  position: absolute;
  top: -40px;
  white-space: nowrap;
}

.slider-root--with-hint-4-1-6:before {
  bottom: -22px;
  color: var(--dc-color-grey-640, #737476);
  font-size: 12px;
  height: 16px;
  line-height: 16px;
}

.slider-root--invalid-4-1-6.slider-root--with-hint-4-1-6:before {
  color: var(--dc-color-red, #ff6a59);
}

.slider-root--input-slider-mode-4-1-6 {
  bottom: -12px;
  position: absolute;
}

.slider-root--input-slider-mode-4-1-6 .slider-axis-4-1-6 {
  height: 8px;
}

.slider-root--input-slider-mode-4-1-6 .slider-axis--fill-4-1-6,
.slider-root--input-slider-mode-4-1-6 .slider-axis-4-1-6:before {
  border-radius: 0 0 5px 5px;
}

.slider-root--input-slider-mode-4-1-6 .slider-circle-4-1-6 {
  top: -1px;
}

.slider-root--webview-disabled-4-1-6 .slider-axis--fill-4-1-6,
.slider-root--webview-disabled-4-1-6 .slider-axis-4-1-6:before,
.slider-root--webview-disabled-4-1-6:hover .slider-axis--fill-4-1-6,
.slider-root--webview-disabled-4-1-6:hover .slider-axis-4-1-6:before {
  background-color: var(--dc-color-grey-200, #d3d4d4);
  border-radius: 8px;
}

.slider-root--webview-4-1-6 {
  color: var(--dc-color-grey-640, #737476);
  position: relative;
}

.slider-root--webview-4-1-6 .slider-axis-4-1-6 {
  height: 4px;
}

.slider-root--webview-4-1-6 .slider-axis--fill-4-1-6,
.slider-root--webview-4-1-6 .slider-axis-4-1-6:before {
  border-radius: 8px;
}

.slider-root--webview-4-1-6 .slider-circle-4-1-6 {
  top: -3px;
}

.slider-root--webview-4-1-6:after,
.slider-root--webview-4-1-6:before {
  color: var(--dc-color-grey-640, #737476);
}

.slider-user-select-none-4-1-6 * {
  -webkit-user-select: none;
  user-select: none;
}

.slider-axis-4-1-6 {
  height: 4px;
  left: -10px;
  position: absolute;
  top: 10px;
  width: calc(100% + 20px);
}

.slider-axis-4-1-6:before {
  background-color: var(--dc-color-grey-200, #d3d4d4);
  border-radius: 8px;
  content: "";
  height: 100%;
  left: 10px;
  position: absolute;
  top: 0;
  transition: background-color 0.2s linear;
  width: calc(100% - 20px);
}

.slider-axis--fill-4-1-6 {
  background-color: var(--dc-color-green, #53b374);
  border-radius: 3px 0 0 3px;
  height: 100%;
  left: 10px;
  position: absolute;
  top: 0;
  transition: 0.2s;
}

.slider-root--disabled-4-1-6 .slider-circle-inner-4-1-6,
.slider-root--disabled-4-1-6:hover .slider-circle-inner-4-1-6 {
  background-color: var(--dc-color-grey-200, #d3d4d4);
}

.slider-root--disabled-4-1-6 .slider-circle-inner-4-1-6:before,
.slider-root--disabled-4-1-6:hover .slider-circle-inner-4-1-6:before {
  background-color: var(--dc-color-grey-200, #d3d4d4);
  transform: none;
}

.slider-root--disabled-4-1-6 .slider-counter-4-1-6,
.slider-root--disabled-4-1-6:hover .slider-counter-4-1-6 {
  background-color: var(--dc-color-grey-80, #edeeee);
  color: var(--dc-color-grey-640, #737476);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .slider-root-4-1-6:not(.slider-root--disabled-4-1-6):focus.focus-visible
    .slider-circle-inner-4-1-6:before,
  .slider-root-4-1-6:not(.slider-root--disabled-4-1-6):hover
    .slider-circle-inner-4-1-6:before {
    transform: scale(1.2);
  }
}

.slider-root--active-4-1-6 .slider-circle-inner-4-1-6:before {
  transform: scale(1.2);
}

.slider-circle-4-1-6 {
  display: flex;
  height: 30px;
  justify-content: center;
  left: -15px;
  position: absolute;
  top: -3px;
  width: 30px;
}

.slider-circle-inner-4-1-6 {
  background-color: #fff;
  bottom: 5px;
  left: 5px;
  right: 5px;
  top: 5px;
}

.slider-circle-inner-4-1-6,
.slider-circle-inner-4-1-6:before {
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(36, 38, 41, 0.24);
  position: absolute;
  transition: 0.2s;
}

.slider-circle-inner-4-1-6:before {
  background-color: var(--dc-color-white, #fff);
  content: "";
  height: 20px;
  left: 0;
  top: 0;
  width: 20px;
}

.slider-counter-4-1-6 {
  align-items: center;
  background-color: var(--dc-color-green-200, #ddf0e3);
  border-radius: 12px;
  color: var(--dc-color-dark-green-640, #355944);
  display: flex;
  height: 20px;
  justify-content: center;
  line-height: normal;
  padding: 0 4px;
  position: relative;
  text-align: center;
  top: -21px;
  transition: right 0.1s;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.slider-counter--min-value-4-1-6 {
  left: -12px;
  position: absolute;
  top: -24px;
}

.slider-counter--max-value-4-1-6 {
  position: absolute;
  right: -12px;
  top: -24px;
}

.slider-input-root-4-1-6 {
  display: flex;
  flex-direction: column;
  min-width: 180px;
  position: relative;
  width: 100%;
}

.slider-input-root-4-1-6:after,
.slider-input-root-4-1-6:before {
  bottom: -30px;
  content: "";
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  position: absolute;
}

.slider-input-root-4-1-6:before {
  content: attr(data-left-hint);
  left: 0;
}

.slider-input-root-4-1-6:after {
  content: attr(data-right-hint);
  right: 0;
}

.slider-input-root--with-hint-4-1-6,
.slider-input-root--with-small-hints-4-1-6 {
  margin-bottom: 30px;
}

.slider-input-root--with-hint-4-1-6:before {
  color: var(--dc-color-grey-640, #737476);
  font-size: 12px;
  height: 16px;
  line-height: 16px;
}

.slider-input-root--webview-4-1-6 .slider-input-4-1-6 {
  border-radius: 5px;
  height: 64px;
}

.slider-input-root--webview-4-1-6 .slider-input-root--disabled-4-1-6,
.slider-input-root--webview-4-1-6 .slider-input-root--disabled-4-1-6:hover {
  background-color: #f2f6f9;
}

.slider-input-root--webview-4-1-6 .slider-input-root--input-slider-mode-4-1-6 {
  bottom: -32px;
}

.slider-input-root--webview-4-1-6
  .slider-input-root--input-slider-mode-4-1-6
  .slider-axis-4-1-6 {
  height: 4px;
}

.slider-input-root--invalid-4-1-6.slider-input-root--with-hint-4-1-6:before {
  color: var(--dc-color-red, #ff6a59);
}

.slider-input-4-1-6 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  height: 52px !important;
}

.inpt-root__input-6-3-4,
.inpt-root__label-6-3-4,
.inpt-root__left-section-6-3-4,
.inpt-root__right-section-6-3-4 {
  font-family: SeroPro, sans-serif;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.inpt-root-6-3-4 {
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
}

.inpt-root-6-3-4::-moz-focus-inner {
  border: none;
}

.inpt-root-6-3-4:focus {
  outline: none;
}

.inpt-root-6-3-4 {
  align-items: center;
  background-color: var(--dc-color-white, #fff);
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  position: relative;
  transition: border-color 0.2s;
  vertical-align: middle;
}

.inpt-root--fluid-6-3-4 {
  width: 100%;
}

.inpt-root--has-label-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--has-label-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--has-label-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--has-label-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill:hover {
  padding-top: 26px;
}

.inpt-root__input-6-3-4 {
  background-color: transparent;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--dc-color-afro, #242629);
  font-size: 16px;
  height: calc(100% - 2px);
  margin: 1px 0;
  outline: none;
  padding: 11px 12px;
  text-overflow: ellipsis;
  width: 100%;
}

.inpt-root__input-6-3-4::placeholder {
  color: var(--dc-color-grey-640, #737476);
  font-size: 16px;
}

.inpt-root__input-6-3-4::-moz-placeholder {
  opacity: 1;
}

.inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root__input-6-3-4:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--dc-color-afro, #242629);
  -webkit-box-shadow: 0 0 0 50px var(--dc-color-white, #fff) inset;
  font-size: 16px;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .inpt-root-6-3-4:hover {
    border-color: var(--dc-color-afro, #242629);
  }

  .inpt-root-6-3-4:hover .inpt-root__clear-icon-6-3-4,
  .inpt-root-6-3-4:hover .inpt-root__left-section-6-3-4,
  .inpt-root-6-3-4:hover .inpt-root__right-section-6-3-4 {
    color: var(--dc-color-grey-800, #505154);
  }
}

.inpt-root--hover-6-3-4 {
  border-color: var(--dc-color-afro, #242629);
}

.inpt-root__left-section-6-3-4,
.inpt-root__right-section-6-3-4 {
  align-items: center;
  border: 0;
  box-shadow: none;
  color: var(--dc-color-grey-400, #a7a8a9);
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  line-height: normal;
  transition: 0.2s;
  white-space: nowrap;
}

.inpt-root__left-section-6-3-4 {
  padding-left: 12px;
}

.inpt-root__right-section-6-3-4 {
  padding-right: 12px;
}

.inpt-root__label-6-3-4 {
  color: var(--dc-color-grey-640, #737476);
  font-size: 16px;
  left: 12px;
  line-height: 20px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  top: 16.5px;
  transform-origin: left;
  transition: 0.2s;
  white-space: nowrap;
  width: calc(100% - 24px);
}

.inpt-root-6-3-4.inpt-root--focus-6-3-4:not(.inpt-root--readonly-6-3-4):not(
    .inpt-root--not-editable-6-3-4
  )
  .inpt-root__label-6-3-4,
.inpt-root-6-3-4.inpt-root--not-empty-6-3-4 .inpt-root__label-6-3-4 {
  transform: scale(0.75) translateY(-16px);
  width: calc(133% - 24px);
}

.inpt-root__input-6-3-4:-webkit-autofill + .inpt-root__label-6-3-4 {
  transform: scale(0.75) translateY(-14px);
  width: calc(133% - 24px);
}

.inpt-root__left-section-6-3-4
  + .inpt-root__input-container-6-3-4
  > .inpt-root__label-6-3-4 {
  left: 0;
}

.inpt-root__input-container-6-3-4 {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
}

.inpt-root-6-3-4.inpt-root--has-label-6-3-4.inpt-root--focus-6-3-4
  .inpt-root__input-6-3-4,
.inpt-root-6-3-4.inpt-root--has-label-6-3-4.inpt-root--not-empty-6-3-4
  .inpt-root__input-6-3-4 {
  padding-top: 29px;
}

.inpt-root--focus-6-3-4 {
  border-color: var(--dc-color-afro, #242629);
}

.inpt-root--invalid-6-3-4,
.inpt-root--invalid-6-3-4:focus,
.inpt-root--invalid-6-3-4:focus:hover,
.inpt-root--invalid-6-3-4:hover {
  border-color: var(--dc-color-red, #ff6a59);
}

.inpt-root--valid-6-3-4,
.inpt-root--valid-6-3-4:focus,
.inpt-root--valid-6-3-4:focus:hover,
.inpt-root--valid-6-3-4:hover {
  border-color: var(--dc-color-green, #53b374);
}

.inpt-root--focus-6-3-4:not(.inpt-root--invalid-6-3-4) {
  border-color: var(--dc-color-afro, #242629);
}

.inpt-root--disabled-6-3-4,
.inpt-root--disabled-6-3-4:focus,
.inpt-root--disabled-6-3-4:focus:hover,
.inpt-root--disabled-6-3-4:hover {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
}

.inpt-root--disabled-6-3-4 .inpt-root__input-6-3-4,
.inpt-root--disabled-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--disabled-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--disabled-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--disabled-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--disabled-6-3-4:focus .inpt-root__input-6-3-4,
.inpt-root--disabled-6-3-4:focus .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--disabled-6-3-4:focus
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--disabled-6-3-4:focus .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--disabled-6-3-4:focus .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--disabled-6-3-4:focus:hover .inpt-root__input-6-3-4,
.inpt-root--disabled-6-3-4:focus:hover .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--disabled-6-3-4:focus:hover
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--disabled-6-3-4:focus:hover
  .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--disabled-6-3-4:focus:hover
  .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--disabled-6-3-4:hover .inpt-root__input-6-3-4,
.inpt-root--disabled-6-3-4:hover .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--disabled-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--disabled-6-3-4:hover .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--disabled-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--dc-color-grey-400, #a7a8a9);
  -webkit-box-shadow: 0 0 0 50px var(--dc-color-grey-80, #edeeee) inset;
  color: var(--dc-color-grey-400, #a7a8a9);
  opacity: 1;
  -webkit-opacity: 1;
}

.inpt-root--disabled-6-3-4 .inpt-root__clear-icon-6-3-4,
.inpt-root--disabled-6-3-4 .inpt-root__label-6-3-4,
.inpt-root--disabled-6-3-4 .inpt-root__left-section-6-3-4,
.inpt-root--disabled-6-3-4 .inpt-root__right-section-6-3-4,
.inpt-root--disabled-6-3-4:focus .inpt-root__clear-icon-6-3-4,
.inpt-root--disabled-6-3-4:focus .inpt-root__label-6-3-4,
.inpt-root--disabled-6-3-4:focus .inpt-root__left-section-6-3-4,
.inpt-root--disabled-6-3-4:focus .inpt-root__right-section-6-3-4,
.inpt-root--disabled-6-3-4:focus:hover .inpt-root__clear-icon-6-3-4,
.inpt-root--disabled-6-3-4:focus:hover .inpt-root__label-6-3-4,
.inpt-root--disabled-6-3-4:focus:hover .inpt-root__left-section-6-3-4,
.inpt-root--disabled-6-3-4:focus:hover .inpt-root__right-section-6-3-4,
.inpt-root--disabled-6-3-4:hover .inpt-root__clear-icon-6-3-4,
.inpt-root--disabled-6-3-4:hover .inpt-root__label-6-3-4,
.inpt-root--disabled-6-3-4:hover .inpt-root__left-section-6-3-4,
.inpt-root--disabled-6-3-4:hover .inpt-root__right-section-6-3-4 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.inpt-root--disabled-6-3-4 .inpt-root__clear-icon-6-3-4,
.inpt-root--disabled-6-3-4:focus .inpt-root__clear-icon-6-3-4,
.inpt-root--disabled-6-3-4:focus:hover .inpt-root__clear-icon-6-3-4,
.inpt-root--disabled-6-3-4:hover .inpt-root__clear-icon-6-3-4 {
  cursor: default;
}

.inpt-root--readonly-6-3-4,
.inpt-root--readonly-6-3-4:focus,
.inpt-root--readonly-6-3-4:focus:hover,
.inpt-root--readonly-6-3-4:hover {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
  cursor: default;
  pointer-events: none;
}

.inpt-root--readonly-6-3-4 .inpt-root__input-6-3-4,
.inpt-root--readonly-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--readonly-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--readonly-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--readonly-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--readonly-6-3-4:focus .inpt-root__input-6-3-4,
.inpt-root--readonly-6-3-4:focus .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--readonly-6-3-4:focus
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--readonly-6-3-4:focus .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--readonly-6-3-4:focus .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--readonly-6-3-4:focus:hover .inpt-root__input-6-3-4,
.inpt-root--readonly-6-3-4:focus:hover .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--readonly-6-3-4:focus:hover
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--readonly-6-3-4:focus:hover
  .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--readonly-6-3-4:focus:hover
  .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--readonly-6-3-4:hover .inpt-root__input-6-3-4,
.inpt-root--readonly-6-3-4:hover .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--readonly-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--readonly-6-3-4:hover .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--readonly-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--dc-color-grey-640, #737476);
  box-shadow: 0 0 0 50px var(--dc-color-grey-80, #edeeee) inset;
  color: var(--dc-color-grey-640, #737476);
  opacity: 1;
  -webkit-opacity: 1;
}

.inpt-root--readonly-6-3-4 .inpt-root__left-section-6-3-4,
.inpt-root--readonly-6-3-4:focus .inpt-root__left-section-6-3-4,
.inpt-root--readonly-6-3-4:focus:hover .inpt-root__left-section-6-3-4,
.inpt-root--readonly-6-3-4:hover .inpt-root__left-section-6-3-4 {
  color: var(--dc-color-grey-640, #737476);
}

.inpt-root--readonly-6-3-4 .inpt-root__clear_icon-6-3-4,
.inpt-root--readonly-6-3-4 .inpt-root__right-section-6-3-4,
.inpt-root--readonly-6-3-4:focus .inpt-root__clear_icon-6-3-4,
.inpt-root--readonly-6-3-4:focus .inpt-root__right-section-6-3-4,
.inpt-root--readonly-6-3-4:focus:hover .inpt-root__clear_icon-6-3-4,
.inpt-root--readonly-6-3-4:focus:hover .inpt-root__right-section-6-3-4,
.inpt-root--readonly-6-3-4:hover .inpt-root__clear_icon-6-3-4,
.inpt-root--readonly-6-3-4:hover .inpt-root__right-section-6-3-4 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.inpt-root--readonly-6-3-4 .inpt-root__clear_icon-6-3-4,
.inpt-root--readonly-6-3-4:focus .inpt-root__clear_icon-6-3-4,
.inpt-root--readonly-6-3-4:focus:hover .inpt-root__clear_icon-6-3-4,
.inpt-root--readonly-6-3-4:hover .inpt-root__clear_icon-6-3-4 {
  cursor: default;
}

.inpt-root--not-editable-6-3-4 .inpt-root__input-6-3-4 {
  cursor: default;
  pointer-events: none;
}

.inpt-root--webview-6-3-4:not(.inpt-root--invalid-6-3-4) {
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  padding-bottom: 1px;
}

.inpt-root--webview-focus-6-3-4:not(.inpt-root--invalid-6-3-4) {
  border-bottom: 2px solid var(--dc-color-green, #53b374);
  padding-bottom: 0;
}

.inpt-root--webview-disabled-6-3-4,
.inpt-root--webview-disabled-6-3-4:hover,
.inpt-root--webview-disabled-6-3-4:not(.inpt-root--invalid-6-3-4) {
  background-color: #f2f6f9;
  border-color: transparent;
  border-width: 1px;
  padding-bottom: 1px;
}

.inpt-root--webview-disabled-6-3-4 .inpt-root__clear-icon-6-3-4,
.inpt-root--webview-disabled-6-3-4 .inpt-root__left-section-6-3-4,
.inpt-root--webview-disabled-6-3-4 .inpt-root__right-section-6-3-4,
.inpt-root--webview-disabled-6-3-4:hover .inpt-root__clear-icon-6-3-4,
.inpt-root--webview-disabled-6-3-4:hover .inpt-root__left-section-6-3-4,
.inpt-root--webview-disabled-6-3-4:hover .inpt-root__right-section-6-3-4,
.inpt-root--webview-disabled-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__clear-icon-6-3-4,
.inpt-root--webview-disabled-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__left-section-6-3-4,
.inpt-root--webview-disabled-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__right-section-6-3-4 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.inpt-root--webview-disabled-6-3-4 .inpt-root__input-6-3-4,
.inpt-root--webview-disabled-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--webview-disabled-6-3-4
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--webview-disabled-6-3-4
  .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--webview-disabled-6-3-4
  .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--webview-disabled-6-3-4:hover .inpt-root__input-6-3-4,
.inpt-root--webview-disabled-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--webview-disabled-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--webview-disabled-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--webview-disabled-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--webview-disabled-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4,
.inpt-root--webview-disabled-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--webview-disabled-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--webview-disabled-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--webview-disabled-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 50px #f2f6f9;
}

.inpt-root--webview-readonly-6-3-4,
.inpt-root--webview-readonly-6-3-4:hover,
.inpt-root--webview-readonly-6-3-4:not(.inpt-root--invalid-6-3-4) {
  background-color: #f2f6f9;
  border-color: transparent;
  border-width: 1px;
  padding-bottom: 1px;
}

.inpt-root--webview-readonly-6-3-4 .inpt-root__left-section-6-3-4,
.inpt-root--webview-readonly-6-3-4:hover .inpt-root__left-section-6-3-4,
.inpt-root--webview-readonly-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__left-section-6-3-4 {
  color: var(--dc-color-grey-640, #737476);
}

.inpt-root--webview-readonly-6-3-4 .inpt-root__clear-icon-6-3-4,
.inpt-root--webview-readonly-6-3-4 .inpt-root__right-section-6-3-4,
.inpt-root--webview-readonly-6-3-4:hover .inpt-root__clear-icon-6-3-4,
.inpt-root--webview-readonly-6-3-4:hover .inpt-root__right-section-6-3-4,
.inpt-root--webview-readonly-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__clear-icon-6-3-4,
.inpt-root--webview-readonly-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__right-section-6-3-4 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.inpt-root--webview-readonly-6-3-4 .inpt-root__input-6-3-4,
.inpt-root--webview-readonly-6-3-4 .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--webview-readonly-6-3-4
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--webview-readonly-6-3-4
  .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--webview-readonly-6-3-4
  .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--webview-readonly-6-3-4:hover .inpt-root__input-6-3-4,
.inpt-root--webview-readonly-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--webview-readonly-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--webview-readonly-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--webview-readonly-6-3-4:hover
  .inpt-root__input-6-3-4:-webkit-autofill:hover,
.inpt-root--webview-readonly-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4,
.inpt-root--webview-readonly-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4:-webkit-autofill,
.inpt-root--webview-readonly-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4:-webkit-autofill:active,
.inpt-root--webview-readonly-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4:-webkit-autofill:focus,
.inpt-root--webview-readonly-6-3-4:not(.inpt-root--invalid-6-3-4)
  .inpt-root__input-6-3-4:-webkit-autofill:hover {
  box-shadow: inset 0 0 0 50px #f2f6f9;
}

.inpt-root--webview-not-empty-6-3-4:not(.inpt-root--invalid-6-3-4):not(
    .inpt-root--webview-disabled-6-3-4
  ):not(.inpt-root--webview-focus-6-3-4) {
  background-color: #f2f6f9;
  border-color: transparent;
  caret-color: var(--dc-color-green, #53b374);
}

.inpt-root--webview-invalid-6-3-4,
.inpt-root--webview-invalid-6-3-4:hover {
  border-width: 2px;
  border-left: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-right: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-top: 1px solid var(--dc-color-grey-200, #d3d4d4);
  padding-bottom: 0;
}

.inpt-root--webview-valid-6-3-4:hover,
.inpt-root--webview-valid-6-3-4:not(.inpt-root--invalid-6-3-4):not(
    .inpt-root--webview-disabled-6-3-4
  ) {
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-bottom: 2px solid var(--dc-color-green, #53b374);
  padding-bottom: 0;
}

.inpt-root--webview-6-3-4 .inpt-root__input-container-6-3-4 {
  height: 52px;
}

.inpt-root--with-left-section-6-3-4 .inpt-root__input-6-3-4 {
  padding-left: 0;
}

.inpt-root--with-left-section-6-3-4 .inpt-root__left-section-6-3-4 {
  padding-right: 8px;
}

.inpt-root--with-right-section-6-3-4 .inpt-root__input-6-3-4 {
  padding-right: 0;
}

.inpt-root--with-right-section-6-3-4 .inpt-root__right-section-6-3-4 {
  padding-left: 8px;
}

.inpt-root--right-section-with-action-6-3-4 .inpt-root__right-section-6-3-4 {
  align-items: center;
  background: transparent;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  display: flex;
  height: 100%;
  outline-style: none;
  padding-bottom: 0;
  padding-top: 0;
}

.inpt-root--as-button-6-3-4 {
  cursor: pointer;
}

.inpt-root--as-button-6-3-4 .inpt-root__input-6-3-4,
.inpt-root--as-button-6-3-4 .inpt-root__input-container-6-3-4,
.inpt-root--as-button-6-3-4 .inpt-root__left-section-6-3-4,
.inpt-root--as-button-6-3-4 .inpt-root__right-section-6-3-4 {
  pointer-events: none;
}

.inpt-root--as-button-6-3-4.inpt-root--disabled-6-3-4 {
  cursor: default;
}

.inpt-root--medium-6-3-4,
.inpt-root--medium-6-3-4 .inpt-root__input-container-6-3-4 {
  height: 40px;
}

.inpt-root--large-6-3-4,
.inpt-root--large-6-3-4 .inpt-root__input-container-6-3-4 {
  height: 52px;
}

.inpt-root--large-6-3-4 .inpt-root__input-6-3-4::-moz-placeholder {
  line-height: 29px;
}

.inpt-root-6-3-4.inpt-root--large-6-3-4.inpt-root--has-label-6-3-4
  .inpt-root__input-6-3-4::-moz-placeholder {
  line-height: 16px;
}

.inpt-root--webview-6-3-4 {
  height: 64px;
}

.inpt-root__clear-icon-wrapper-6-3-4 {
  -webkit-touch-callout: none;
  height: 16px;
  margin-left: 8px;
  margin-right: 12px;
  -webkit-user-select: none;
  user-select: none;
  width: 16px;
}

.inpt-root__clear-icon-6-3-4 {
  color: var(--dc-color-grey-400, #a7a8a9);
  cursor: pointer;
  transition: 0.2s;
}

.inpt-root__clear-icon--with-RS-6-3-4 {
  margin-right: 0;
}

.nmbr-input-root-6-2-0 {
  position: relative;
}

.nmbr-input-root-6-2-0 input::-webkit-inner-spin-button,
.nmbr-input-root-6-2-0 input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  display: none;
  margin: 0;
}

.dc-spoiler-7-0-0 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}

.dc-spoiler-7-0-0::-moz-focus-inner {
  border: none;
}

.dc-spoiler-7-0-0:focus {
  outline: none;
}

.dc-spoiler__button-7-0-0 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

.dc-spoiler__button-7-0-0::-moz-focus-inner {
  border: none;
}

.dc-spoiler__button-7-0-0:focus {
  outline: none;
}

.dc-spoiler__button-7-0-0 .dc-spoiler__text-7-0-0 {
  font-family: SeroPro, sans-serif;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  font-weight: 500;
  font-size: 14px;
  margin-right: 8px;
  line-height: 20px;
}

.dc-spoiler__button-7-0-0 .dc-spoiler__icon-7-0-0 {
  transition: transform 0.4s ease-in-out;
}

.dc-spoiler__custom-button-7-0-0 {
  display: inline-block;
}

.dc-spoiler__text-content-7-0-0 {
  opacity: 0;
}

.dc-spoiler--opened-7-0-0 .dc-spoiler__text-content-7-0-0 {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.dc-spoiler--opened-7-0-0 .dc-spoiler__icon-7-0-0 {
  transform: rotate(180deg);
}

.dc-spoiler--light-7-0-0 .dc-spoiler__button-7-0-0 {
  color: var(--dc-color-green, #53b374);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .dc-spoiler--light-7-0-0 .dc-spoiler__button-7-0-0:hover {
    color: var(--dc-color-dark-green-400, #407b56);
  }
}

.dc-spoiler--light-7-0-0 .dc-spoiler__button-7-0-0:focus.focus-visible {
  color: var(--dc-color-dark-green-400, #407b56);
}

.dc-spoiler--light-7-0-0.dc-spoiler--blur-7-0-0
  .dc-spoiler__button-7-0-0:before {
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
}

.dc-spoiler--dark-7-0-0 .dc-spoiler__button-7-0-0 {
  color: var(--dc-color-white, #fff);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .dc-spoiler--dark-7-0-0 .dc-spoiler__button-7-0-0:hover {
    color: var(--dc-color-grey-400, #a7a8a9);
  }
}

.dc-spoiler--dark-7-0-0 .dc-spoiler__button-7-0-0:focus.focus-visible {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-spoiler--dark-7-0-0.dc-spoiler--blur-7-0-0
  .dc-spoiler__button-7-0-0:before {
  background-image: linear-gradient(0deg, #242629, rgba(36, 38, 41, 0));
}

.dc-spoiler--blur-7-0-0 .dc-spoiler__button-7-0-0:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 44px;
  width: 100%;
  height: 40px;
}

.root--light-7-0-0 .expand-button-7-0-0 {
  color: var(--dc-color-green, #53b374);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .root--light-7-0-0 .expand-button-7-0-0:hover {
    color: var(--dc-color-dark-green-400, #407b56);
  }
}

.root--light-7-0-0 .expand-button-7-0-0:focus.focus-visible {
  color: var(--dc-color-dark-green-400, #407b56);
}

.root--light-7-0-0.root--blur-7-0-0 .expand-button-7-0-0:before {
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
}

.root--dark-7-0-0 .expand-button-7-0-0 {
  color: var(--dc-color-white, #fff);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .root--dark-7-0-0 .expand-button-7-0-0:hover {
    color: var(--dc-color-grey-400, #a7a8a9);
  }
}

.root--dark-7-0-0 .expand-button-7-0-0:focus.focus-visible {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.root--dark-7-0-0.root--blur-7-0-0 .expand-button-7-0-0:before {
  background-image: linear-gradient(0deg, #242629, rgba(36, 38, 41, 0));
}

.root--open-7-0-0 .expand-button__icon-7-0-0 {
  transform: rotate(180deg);
}

.root--open-7-0-0 .text-content-7-0-0 .text-content__rest-7-0-0 {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.root-7-0-0:not(.root--open-7-0-0) .text-content__rest-7-0-0 {
  display: none;
}

.root--blur-7-0-0 .expand-button-7-0-0:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 44px;
  width: 100%;
  height: 40px;
}

.root-7-0-0 .expand-button-7-0-0 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

.root-7-0-0 .expand-button-7-0-0::-moz-focus-inner {
  border: none;
}

.root-7-0-0 .expand-button-7-0-0:focus {
  outline: none;
}

.root-7-0-0 .expand-button__text-7-0-0 {
  font-family: SeroPro, sans-serif;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  font-weight: 500;
  font-size: 14px;
  margin-right: 8px;
  line-height: 20px;
}

.root-7-0-0 .expand-button__icon-7-0-0 {
  transition: transform 0.4s ease-in-out;
}

.root-7-0-0 .expand-custom-button-7-0-0 {
  display: inline-block;
}

.root-7-0-0 .text-content__preview-7-0-0,
.root-7-0-0 .text-content__rest-7-0-0 {
  display: inline;
}

.root-7-0-0 .text-content__rest-7-0-0 {
  opacity: 0;
}

.link-wrapper-4-0-2 {
  font-family: SeroPro, sans-serif;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  -webkit-appearance: button;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  line-height: normal;
  border: none;
  text-align: left;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
}

.link-wrapper-4-0-2::-moz-focus-inner {
  border: none;
}

.link-wrapper-4-0-2:focus {
  outline: none;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .link-wrapper-4-0-2:hover .link-link-4-0-2 {
    border-bottom-color: var(--dc-color-green, #53b374);
  }

  .link-wrapper-4-0-2:focus.focus-visible:hover .link-link-4-0-2 {
    border-bottom-color: var(--dc-color-dark-green-200, #4a9765);
    color: var(--dc-color-dark-green-640, #355944);
  }
}

.link-wrapper-4-0-2:focus.focus-visible .link-link-4-0-2 {
  border-bottom-color: var(--dc-color-dark-green-200, #4a9765);
  color: var(--dc-color-dark-green-640, #355944);
}

.link-wrapper--inline-4-0-2 {
  display: inline;
}

.link-wrapper--icon-right-4-0-2 {
  padding-right: 24px;
}

.link-wrapper--icon-left-4-0-2 {
  padding-left: 24px;
}

.link-wrapper--secondary-4-0-2 .link-link-4-0-2 {
  border-bottom-color: rgba(36, 38, 41, 0.12);
  color: var(--dc-color-afro, #242629);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .link-wrapper--secondary-4-0-2:focus.focus-visible:hover .link-link-4-0-2,
  .link-wrapper--secondary-4-0-2:hover .link-link-4-0-2 {
    border-bottom-color: var(--dc-color-afro, #242629);
    color: var(--dc-color-afro, #242629);
  }
}

.link-wrapper--secondary-4-0-2:focus.focus-visible .link-link-4-0-2 {
  border-bottom-color: var(--dc-color-afro, #242629);
  color: var(--dc-color-afro, #242629);
}

.link-wrapper--secondary-4-0-2 .link-icon-4-0-2 {
  color: var(--dc-color-afro, #242629);
}

.link-wrapper--ellipsis-4-0-2 {
  max-width: 100%;
}

.link-wrapper--ellipsis-4-0-2 .link-link-4-0-2 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}

.link-wrapper--ellipsis-4-0-2 .link-link--small-4-0-2 {
  height: 16px;
}

.link-wrapper--ellipsis-4-0-2 .link-link--medium-4-0-2 {
  height: 19px;
}

.link-wrapper--ellipsis-4-0-2 .link-link--large-4-0-2 {
  height: 20px;
}

.link-wrapper--dark-4-0-2 .link-link-4-0-2 {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
  color: var(--dc-color-white, #fff);
  font-weight: 500;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .link-wrapper--dark-4-0-2 .link-link-4-0-2:focus.focus-visible:hover,
  .link-wrapper--dark-4-0-2 .link-link-4-0-2:hover {
    border-bottom-color: var(--dc-color-white, #fff);
    color: var(--dc-color-white, #fff);
  }

  .link-wrapper--dark-4-0-2
    .link-link-4-0-2:focus.focus-visible:hover
    .link-link-4-0-2,
  .link-wrapper--dark-4-0-2 .link-link-4-0-2:hover .link-link-4-0-2 {
    border-bottom-color: var(--dc-color-white, #fff);
  }
}

.link-wrapper--dark-4-0-2 .link-link-4-0-2:focus.focus-visible {
  border-bottom-color: var(--dc-color-white, #fff);
  color: var(--dc-color-white, #fff);
}

.link-wrapper--dark-4-0-2
  .link-link-4-0-2:focus.focus-visible
  .link-link-4-0-2 {
  border-bottom-color: var(--dc-color-white, #fff);
}

.link-wrapper--dark-4-0-2 .link-icon-4-0-2 {
  color: var(--dc-color-white, #fff);
}

.link-wrapper--dark-4-0-2 .link-wrapper--secondary-4-0-2 .link-link-4-0-2 {
  color: var(--dc-color-white, #fff);
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .link-wrapper--dark-4-0-2
    .link-wrapper--secondary-4-0-2
    .link-link-4-0-2:hover {
    border-bottom-color: var(--dc-color-white, #fff);
  }
}

.link-wrapper--dark-4-0-2
  .link-wrapper--secondary-4-0-2
  .link-link-4-0-2:focus.focus-visible {
  border-bottom-color: var(--dc-color-white, #fff);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .link-wrapper--dark-4-0-2:focus.focus-visible:hover .link-link-4-0-2,
  .link-wrapper--dark-4-0-2:hover .link-link-4-0-2 {
    border-bottom-color: var(--dc-color-white, #fff);
    color: var(--dc-color-white, #fff);
  }
}

.link-wrapper--dark-4-0-2:focus.focus-visible .link-link-4-0-2 {
  border-bottom-color: var(--dc-color-white, #fff);
  color: var(--dc-color-white, #fff);
}

.link-wrapper--empty-4-0-2 {
  padding: 0;
}

.link-wrapper--empty-4-0-2 .link-icon-4-0-2 {
  position: static;
}

.link-icon-4-0-2 {
  display: block;
  position: absolute;
  top: 2px;
  color: var(--dc-color-green, #53b374);
}

.link-icon-4-0-2:first-child {
  left: 0;
}

.link-icon-4-0-2:last-child {
  right: 0;
}

.link-link-4-0-2 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  font-family: SeroPro, sans-serif;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  border-bottom: 1px solid rgba(83, 179, 116, 0.4);
  color: var(--dc-color-green, #53b374);
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.link-link-4-0-2::-moz-focus-inner {
  border: none;
}

.link-link-4-0-2:focus {
  outline: none;
}

.link-link--small-4-0-2 {
  font-size: 12px;
  line-height: 16px;
}

.link-link--medium-4-0-2 {
  font-size: 14px;
}

.link-link--large-4-0-2 {
  font-size: 16px;
}

.switch-block-4-0-1 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  position: relative;
  width: 46px;
  height: 24px;
  min-width: 46px;
}

.switch-block-4-0-1::-moz-focus-inner {
  border: none;
}

.switch-block-4-0-1:focus {
  outline: none;
}

.switch-input-4-0-1 {
  margin: 0;
  border: 0;
  padding: 0;
  opacity: 0;
  z-index: 1;
}

.switch-container-4-0-1,
.switch-input-4-0-1 {
  position: absolute;
  width: 46px;
  height: 24px;
  cursor: pointer;
}

.switch-container-4-0-1 {
  top: 0;
  left: 0;
  border-radius: 100px;
  background-color: var(--dc-color-grey-400, #a7a8a9);
  box-sizing: border-box;
  z-index: 0;
  color: var(--dc-color-afro, #242629);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.switch-input-4-0-1:focus.focus-visible + .switch-container-4-0-1 {
  box-shadow: inset 0 0 0 1px var(--dc-color-afro, #242629);
  outline: none;
}

.switch-input-4-0-1:hover + .switch-container-4-0-1 {
  background-color: var(--dc-color-grey-640, #737476);
}

.switch-circle-4-0-1 {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--dc-color-white, #fff);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  transition: 0.22s;
  transform: translateX(-22px);
  will-change: transform;
}

.switch-label-4-0-1 {
  font-family: SeroPro, sans-serif;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--dc-color-afro, #242629);
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-top: 2px;
}

.switch-label--left-4-0-1 {
  margin-right: 8px;
}

.switch-label--right-4-0-1 {
  margin-left: 8px;
}

.switch-root-4-0-1 {
  box-sizing: border-box;
  box-shadow: none;
  display: inline-flex;
  outline: none;
  justify-content: flex-start;
  align-items: flex-start;
  vertical-align: middle;
}

.switch-root-4-0-1::-moz-focus-inner {
  border: none;
}

.switch-root-4-0-1:focus {
  outline: none;
}

.switch-root--checked-4-0-1
  .switch-input-4-0-1:focus.focus-visible
  + .switch-container-4-0-1 {
  box-shadow: inset 0 0 0 1px var(--dc-color-afro, #242629);
}

.switch-root--checked-4-0-1
  .switch-input-4-0-1:hover
  + .switch-container-4-0-1 {
  background-color: var(--dc-color-dark-green-200, #4a9765);
  outline: none;
}

.switch-root--checked-4-0-1 .switch-container-4-0-1 {
  background-color: var(--dc-color-green, #53b374);
}

.switch-root--checked-4-0-1 .switch-circle-4-0-1 {
  transform: translateX(0);
}

.switch-root--disabled-4-0-1 {
  cursor: not-allowed;
}

.switch-root--disabled-4-0-1 .switch-block-4-0-1,
.switch-root--disabled-4-0-1 .switch-label-4-0-1 {
  pointer-events: none;
}

.switch-root--disabled-4-0-1
  .switch-input-4-0-1:checked
  + .switch-container-4-0-1 {
  background-color: var(--dc-color-green-640, #91cea6);
}

.switch-root--disabled-4-0-1 .switch-input-4-0-1 + .switch-container-4-0-1 {
  background-color: var(--dc-color-grey-200, #d3d4d4);
}

.switch-root--disabled-4-0-1 .switch-circle-4-0-1 {
  background-color: var(--dc-color-white, #fff);
  box-shadow: none;
}

.switch-root--fluid-4-0-1 {
  justify-content: space-between;
  width: 100%;
}

.datepick-root-7-2-5 {
  box-sizing: border-box;
  max-width: 352px;
  min-width: 248px;
  padding: 12px;
  position: relative;
}

@media (max-width: 767px) {
  .datepick-root-7-2-5 {
    padding: 0;
  }
}

.datepick-weeks-container-7-2-5 {
  height: 192px;
}

.datepick-month-week-days-7-2-5 {
  display: flex;
  justify-content: space-around;
  margin-top: 4px;
}

.datepick-month-week-days-7-2-5 .datepick-week-day-7-2-5 {
  align-items: center;
  color: var(--dc-color-afro, #242629);
  display: flex;
  font-family: SeroPro, sans-serif;
  font-size: 14px;
  height: 32px;
  justify-content: center;
  text-transform: capitalize;
  -webkit-user-select: none;
  user-select: none;
  width: 32px;
}

.datepick-header-7-2-5 {
  display: flex;
  justify-content: center;
}

.datepick-switcher-7-2-5 {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.datepick-switcher-7-2-5:first-child .datepick-value-7-2-5 {
  width: 70px;
}

.datepick-switcher-7-2-5:last-child {
  margin-left: 35px;
}

.datepick-switcher-7-2-5 .datepick-button-7-2-5 {
  align-items: center;
  color: var(--dc-color-grey-400, #a7a8a9);
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.datepick-switcher-7-2-5 .datepick-button-7-2-5:hover {
  color: var(--dc-color-grey-800, #505154);
}

@media (max-width: 767px) {
  .datepick-switcher-7-2-5 .datepick-button-7-2-5 {
    color: var(--dc-color-grey-400, #a7a8a9);
  }
}

.datepick-switcher-7-2-5 .datepick-value-7-2-5 {
  color: var(--dc-color-afro, #242629);
  cursor: pointer;
  font: 500 14px/20px SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  min-width: 50px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  -webkit-user-select: none;
  user-select: none;
}

.datepick-switcher-7-2-5 .datepick-value-7-2-5:hover {
  color: var(--dc-color-green, #53b374);
}

.datepick-switcher-7-2-5 .datepick-value--active-7-2-5 {
  color: var(--dc-color-green, #53b374);
}

.datepick-week-7-2-5 {
  display: flex;
  justify-content: space-around;
}

.datepick-day-7-2-5 {
  align-items: center;
  border-radius: 5px;
  box-sizing: border-box;
  color: var(--dc-color-afro, #242629);
  cursor: pointer;
  display: flex;
  font-family: SeroPro, sans-serif;
  font-size: 14px;
  height: 32px;
  justify-content: center;
  width: 100%;
}

.datepick-day--current-7-2-5:not(.datepick-day--selected-7-2-5):not(
    .datepick-day--range-end-7-2-5
  ):not(.datepick-day--range-start-7-2-5) {
  position: relative;
}

.datepick-day--current-7-2-5:not(.datepick-day--selected-7-2-5):not(
    .datepick-day--range-end-7-2-5
  ):not(.datepick-day--range-start-7-2-5):after {
  border: 1px solid var(--dc-color-dark-green-400, #407b56);
  border-radius: 5px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.datepick-day--other-month-7-2-5 {
  color: var(--dc-color-grey-640, #737476);
  cursor: default;
}

.datepick-day--selected-7-2-5 {
  background-color: var(--dc-color-green, #53b374);
  border-radius: 5px;
  color: var(--dc-color-white, #fff);
}

.datepick-day--range-7-2-5 {
  background-color: var(--dc-color-green-200, #ddf0e3);
  border-radius: 0;
  color: var(--dc-color-dark-green-640, #355944);
  font-weight: 500;
  line-height: 19.9px;
  position: relative;
  z-index: 6;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .datepick-day--range-7-2-5:hover {
    color: var(--dc-color-white, #fff);
  }

  .datepick-day--range-7-2-5:hover:after {
    background-color: var(--dc-color-dark-green-200, #4a9765);
  }
}

.datepick-day--range-7-2-5:after {
  background-color: transparent;
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -6;
}

.datepick-day--range-selected-7-2-5 {
  border-radius: 5px;
}

.datepick-day--range-end-7-2-5,
.datepick-day--range-start-7-2-5 {
  color: var(--dc-color-white, #fff);
  position: relative;
  z-index: 6;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .datepick-day--range-end-7-2-5:hover:after,
  .datepick-day--range-start-7-2-5:hover:after {
    background-color: var(--dc-color-dark-green-400, #407b56);
  }
}

.datepick-day--range-end-7-2-5:after,
.datepick-day--range-start-7-2-5:after {
  background-color: var(--dc-color-green, #53b374);
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -6;
}

.datepick-day--range-start-7-2-5:not(.datepick-day--range-start-back-7-2-5) {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.datepick-day--range-end-7-2-5:not(.datepick-day--range-end-back-7-2-5) {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.datepick-day--range-start-back-7-2-5 {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.datepick-day--range-end-back-7-2-5 {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.datepick-day--disabled-7-2-5 {
  color: var(--dc-color-grey-400, #a7a8a9);
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
}

.datepick-day-7-2-5:not(.datepick-day--other-month-7-2-5):not(
    .datepick-day--range-7-2-5
  ):not(.datepick-day--disabled-7-2-5):hover {
  background-color: var(--dc-color-dark-green-200, #4a9765);
  border-color: transparent;
  color: var(--dc-color-white, #fff);
}

.datepick-day--other-month-7-2-5 {
  background-color: transparent;
}

.datepick-day--orange-highlight-7-2-5 {
  background-color: var(--dc-color-orange-200, #fdedd3);
}

.datepick-day--green-highlight-7-2-5 {
  background-color: var(--dc-color-green-640, #91cea6);
}

.datepick-day--grey-highlight-7-2-5 {
  background-color: var(--dc-color-grey-120, #e5e5e5);
}

.datepick-day--red-highlight-7-2-5 {
  background-color: var(--dc-color-red-200, #ffe1de);
}

.datepick-footer-7-2-5 {
  margin-top: 8px;
}

.datepick-mobile-calendar-7-2-5 .datepick-root-7-2-5 {
  max-width: 100%;
}

.datepick-select-items-7-2-5 {
  color: var(--dc-color-afro, #242629);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  height: 200px;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 16px;
  overflow-y: auto;
  padding: 0 12px;
}

.datepick-select-items-7-2-5 .datepick-item-7-2-5 {
  align-items: center;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-basis: 33.333%;
  font-family: SeroPro, sans-serif;
  height: 32px;
  justify-content: center;
  margin-top: 10px;
}

.datepick-select-items-7-2-5 .datepick-item--current-7-2-5 {
  border: 1px solid var(--dc-color-green, #53b374);
  color: var(--dc-color-afro, #242629);
}

.datepick-select-items-7-2-5 .datepick-item--selected-7-2-5 {
  background-color: var(--dc-color-green, #53b374);
  color: var(--dc-color-white, #fff);
}

.datepick-select-items-7-2-5 .datepick-item-7-2-5:first-child,
.datepick-select-items-7-2-5 .datepick-item-7-2-5:nth-child(2),
.datepick-select-items-7-2-5 .datepick-item-7-2-5:nth-child(3) {
  margin-top: 0;
}

.datepick-select-items-7-2-5 .datepick-item-7-2-5:hover {
  background-color: var(--dc-color-dark-green-200, #4a9765);
  border-color: transparent;
  color: var(--dc-color-white, #fff);
}

.datepick-footer-7-2-5 .datepick-button-7-2-5 {
  margin-top: 8px;
}

.datepick-date-container-7-2-5 .datepick-datepicker-input-7-2-5 {
  width: 248px;
}

.datepick-date-container-7-2-5 .datepick-datepicker-input--fluid-7-2-5 {
  width: 100%;
}

.datepick-two-inputs-7-2-5 {
  display: flex;
}

.datepick-two-inputs--fluid-7-2-5 {
  width: 100%;
}

.datepick-two-inputs--fluid-7-2-5 .datepick-two-inputs__datepicker-7-2-5 {
  width: 50%;
}

@media (max-width: 767px) {
  .datepick-two-inputs-7-2-5 {
    flex-direction: column;
  }

  .datepick-two-inputs--fluid-7-2-5:not(.datepick-two-inputs--one-line-7-2-5)
    .datepick-two-inputs__datepicker-7-2-5 {
    width: 100%;
  }

  .datepick-two-inputs__datepicker-7-2-5:first-child {
    flex-direction: row;
    margin-bottom: 16px;
  }

  .datepick-two-inputs__datepicker-7-2-5:last-child {
    margin-left: 0;
  }

  .datepick-two-inputs--one-line-7-2-5 {
    flex-direction: row;
  }

  .datepick-two-inputs--one-line-7-2-5 .datepick-two-inputs__datepicker-7-2-5 {
    margin-bottom: 0;
  }

  .datepick-two-inputs--one-line-7-2-5
    .datepick-two-inputs__datepicker-7-2-5:last-child {
    margin-left: 8px;
  }
}

.datepick-right-section-7-2-5 {
  display: flex;
}

.datepick-right-section-7-2-5 .datepick-close-7-2-5 {
  cursor: pointer;
  height: 16px;
  margin-right: 8px;
}

.datepick-range-datepicker-container-7-2-5 .datepick-masked-input-7-2-5 {
  width: 248px;
}

.datepick-range-datepicker-container-7-2-5 .datepick-masked-input--fluid-7-2-5 {
  width: 100%;
}

.datepick-fixed-placeholder-7-2-5 {
  color: var(--dc-color-afro, #242629);
  color: var(--dc-color-grey-640, #737476);
  font: normal 16px/20px SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.datepick-fixed-placeholder--left-7-2-5 {
  width: 5px;
}

.datepick-fixed-placeholder--right-7-2-5 {
  width: 16px;
}

.dc-input__input-6-3-2,
.dc-input__label-6-3-2,
.dc-input__left-section-6-3-2,
.dc-input__right-section-6-3-2 {
  font-family: SeroPro, sans-serif;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.dc-input-6-3-2 {
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
}

.dc-input-6-3-2::-moz-focus-inner {
  border: none;
}

.dc-input-6-3-2:focus {
  outline: none;
}

.dc-input-6-3-2 {
  align-items: center;
  background-color: var(--dc-color-white, #fff);
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  position: relative;
  transition: border-color 0.2s;
  vertical-align: middle;
}

.dc-input--fluid-6-3-2 {
  width: 100%;
}

.dc-input--has-label-6-3-2 .dc-input__input-6-3-2:-webkit-autofill,
.dc-input--has-label-6-3-2 .dc-input__input-6-3-2:-webkit-autofill:active,
.dc-input--has-label-6-3-2 .dc-input__input-6-3-2:-webkit-autofill:focus,
.dc-input--has-label-6-3-2 .dc-input__input-6-3-2:-webkit-autofill:hover {
  padding-top: 26px;
}

.dc-input__input-6-3-2 {
  background-color: transparent;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--dc-color-afro, #242629);
  font-size: 16px;
  height: calc(100% - 2px);
  margin: 1px 0;
  outline: none;
  padding: 11px 12px;
  text-overflow: ellipsis;
  width: 100%;
}

.dc-input__input-6-3-2::placeholder {
  color: var(--dc-color-grey-640, #737476);
  font-size: 16px;
}

.dc-input__input-6-3-2::-moz-placeholder {
  opacity: 1;
}

.dc-input__input-6-3-2:-webkit-autofill,
.dc-input__input-6-3-2:-webkit-autofill:active,
.dc-input__input-6-3-2:-webkit-autofill:focus,
.dc-input__input-6-3-2:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--dc-color-afro, #242629);
  -webkit-box-shadow: 0 0 0 50px var(--dc-color-white, #fff) inset;
  font-size: 16px;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .dc-input-6-3-2:hover {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-input-6-3-2:hover .dc-input__clear-icon-6-3-2,
  .dc-input-6-3-2:hover .dc-input__left-section-6-3-2,
  .dc-input-6-3-2:hover .dc-input__right-section-6-3-2 {
    color: var(--dc-color-grey-800, #505154);
  }
}

.dc-input--hover-6-3-2 {
  border-color: var(--dc-color-afro, #242629);
}

.dc-input__left-section-6-3-2,
.dc-input__right-section-6-3-2 {
  align-items: center;
  border: 0;
  box-shadow: none;
  color: var(--dc-color-grey-400, #a7a8a9);
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  line-height: normal;
  transition: 0.2s;
  white-space: nowrap;
}

.dc-input__left-section-6-3-2 {
  padding-left: 12px;
}

.dc-input__right-section-6-3-2 {
  padding-right: 12px;
}

.dc-input__label-6-3-2 {
  color: var(--dc-color-grey-640, #737476);
  font-size: 16px;
  left: 12px;
  line-height: 20px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  top: 16.5px;
  transform-origin: left;
  transition: 0.2s;
  white-space: nowrap;
  width: calc(100% - 24px);
}

.dc-input-6-3-2.dc-input--focus-6-3-2:not(.dc-input--readonly-6-3-2):not(
    .dc-input--not-editable-6-3-2
  )
  .dc-input__label-6-3-2,
.dc-input-6-3-2.dc-input--not-empty-6-3-2 .dc-input__label-6-3-2 {
  transform: scale(0.75) translateY(-16px);
  width: calc(133% - 24px);
}

.dc-input__input-6-3-2:-webkit-autofill + .dc-input__label-6-3-2 {
  transform: scale(0.75) translateY(-14px);
  width: calc(133% - 24px);
}

.dc-input__left-section-6-3-2
  + .dc-input__input-container-6-3-2
  > .dc-input__label-6-3-2 {
  left: 0;
}

.dc-input__input-container-6-3-2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
}

.dc-input-6-3-2.dc-input--has-label-6-3-2.dc-input--focus-6-3-2
  .dc-input__input-6-3-2,
.dc-input-6-3-2.dc-input--has-label-6-3-2.dc-input--not-empty-6-3-2
  .dc-input__input-6-3-2 {
  padding-top: 29px;
}

.dc-input--focus-6-3-2 {
  border-color: var(--dc-color-afro, #242629);
}

.dc-input--invalid-6-3-2,
.dc-input--invalid-6-3-2:focus,
.dc-input--invalid-6-3-2:focus:hover,
.dc-input--invalid-6-3-2:hover {
  border-color: var(--dc-color-red, #ff6a59);
}

.dc-input--valid-6-3-2,
.dc-input--valid-6-3-2:focus,
.dc-input--valid-6-3-2:focus:hover,
.dc-input--valid-6-3-2:hover {
  border-color: var(--dc-color-green, #53b374);
}

.dc-input--focus-6-3-2:not(.dc-input--invalid-6-3-2) {
  border-color: var(--dc-color-afro, #242629);
}

.dc-input--disabled-6-3-2,
.dc-input--disabled-6-3-2:focus,
.dc-input--disabled-6-3-2:focus:hover,
.dc-input--disabled-6-3-2:hover {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
}

.dc-input--disabled-6-3-2 .dc-input__input-6-3-2,
.dc-input--disabled-6-3-2 .dc-input__input-6-3-2:-webkit-autofill,
.dc-input--disabled-6-3-2 .dc-input__input-6-3-2:-webkit-autofill:active,
.dc-input--disabled-6-3-2 .dc-input__input-6-3-2:-webkit-autofill:focus,
.dc-input--disabled-6-3-2 .dc-input__input-6-3-2:-webkit-autofill:hover,
.dc-input--disabled-6-3-2:focus .dc-input__input-6-3-2,
.dc-input--disabled-6-3-2:focus .dc-input__input-6-3-2:-webkit-autofill,
.dc-input--disabled-6-3-2:focus .dc-input__input-6-3-2:-webkit-autofill:active,
.dc-input--disabled-6-3-2:focus .dc-input__input-6-3-2:-webkit-autofill:focus,
.dc-input--disabled-6-3-2:focus .dc-input__input-6-3-2:-webkit-autofill:hover,
.dc-input--disabled-6-3-2:focus:hover .dc-input__input-6-3-2,
.dc-input--disabled-6-3-2:focus:hover .dc-input__input-6-3-2:-webkit-autofill,
.dc-input--disabled-6-3-2:focus:hover
  .dc-input__input-6-3-2:-webkit-autofill:active,
.dc-input--disabled-6-3-2:focus:hover
  .dc-input__input-6-3-2:-webkit-autofill:focus,
.dc-input--disabled-6-3-2:focus:hover
  .dc-input__input-6-3-2:-webkit-autofill:hover,
.dc-input--disabled-6-3-2:hover .dc-input__input-6-3-2,
.dc-input--disabled-6-3-2:hover .dc-input__input-6-3-2:-webkit-autofill,
.dc-input--disabled-6-3-2:hover .dc-input__input-6-3-2:-webkit-autofill:active,
.dc-input--disabled-6-3-2:hover .dc-input__input-6-3-2:-webkit-autofill:focus,
.dc-input--disabled-6-3-2:hover .dc-input__input-6-3-2:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--dc-color-grey-400, #a7a8a9);
  -webkit-box-shadow: 0 0 0 50px var(--dc-color-grey-80, #edeeee) inset;
  color: var(--dc-color-grey-400, #a7a8a9);
  opacity: 1;
  -webkit-opacity: 1;
}

.dc-input--disabled-6-3-2 .dc-input__clear-icon-6-3-2,
.dc-input--disabled-6-3-2 .dc-input__label-6-3-2,
.dc-input--disabled-6-3-2 .dc-input__left-section-6-3-2,
.dc-input--disabled-6-3-2 .dc-input__right-section-6-3-2,
.dc-input--disabled-6-3-2:focus .dc-input__clear-icon-6-3-2,
.dc-input--disabled-6-3-2:focus .dc-input__label-6-3-2,
.dc-input--disabled-6-3-2:focus .dc-input__left-section-6-3-2,
.dc-input--disabled-6-3-2:focus .dc-input__right-section-6-3-2,
.dc-input--disabled-6-3-2:focus:hover .dc-input__clear-icon-6-3-2,
.dc-input--disabled-6-3-2:focus:hover .dc-input__label-6-3-2,
.dc-input--disabled-6-3-2:focus:hover .dc-input__left-section-6-3-2,
.dc-input--disabled-6-3-2:focus:hover .dc-input__right-section-6-3-2,
.dc-input--disabled-6-3-2:hover .dc-input__clear-icon-6-3-2,
.dc-input--disabled-6-3-2:hover .dc-input__label-6-3-2,
.dc-input--disabled-6-3-2:hover .dc-input__left-section-6-3-2,
.dc-input--disabled-6-3-2:hover .dc-input__right-section-6-3-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--disabled-6-3-2 .dc-input__clear-icon-6-3-2,
.dc-input--disabled-6-3-2:focus .dc-input__clear-icon-6-3-2,
.dc-input--disabled-6-3-2:focus:hover .dc-input__clear-icon-6-3-2,
.dc-input--disabled-6-3-2:hover .dc-input__clear-icon-6-3-2 {
  cursor: default;
}

.dc-input--readonly-6-3-2,
.dc-input--readonly-6-3-2:focus,
.dc-input--readonly-6-3-2:focus:hover,
.dc-input--readonly-6-3-2:hover {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
  cursor: default;
  pointer-events: none;
}

.dc-input--readonly-6-3-2 .dc-input__input-6-3-2,
.dc-input--readonly-6-3-2 .dc-input__input-6-3-2:-webkit-autofill,
.dc-input--readonly-6-3-2 .dc-input__input-6-3-2:-webkit-autofill:active,
.dc-input--readonly-6-3-2 .dc-input__input-6-3-2:-webkit-autofill:focus,
.dc-input--readonly-6-3-2 .dc-input__input-6-3-2:-webkit-autofill:hover,
.dc-input--readonly-6-3-2:focus .dc-input__input-6-3-2,
.dc-input--readonly-6-3-2:focus .dc-input__input-6-3-2:-webkit-autofill,
.dc-input--readonly-6-3-2:focus .dc-input__input-6-3-2:-webkit-autofill:active,
.dc-input--readonly-6-3-2:focus .dc-input__input-6-3-2:-webkit-autofill:focus,
.dc-input--readonly-6-3-2:focus .dc-input__input-6-3-2:-webkit-autofill:hover,
.dc-input--readonly-6-3-2:focus:hover .dc-input__input-6-3-2,
.dc-input--readonly-6-3-2:focus:hover .dc-input__input-6-3-2:-webkit-autofill,
.dc-input--readonly-6-3-2:focus:hover
  .dc-input__input-6-3-2:-webkit-autofill:active,
.dc-input--readonly-6-3-2:focus:hover
  .dc-input__input-6-3-2:-webkit-autofill:focus,
.dc-input--readonly-6-3-2:focus:hover
  .dc-input__input-6-3-2:-webkit-autofill:hover,
.dc-input--readonly-6-3-2:hover .dc-input__input-6-3-2,
.dc-input--readonly-6-3-2:hover .dc-input__input-6-3-2:-webkit-autofill,
.dc-input--readonly-6-3-2:hover .dc-input__input-6-3-2:-webkit-autofill:active,
.dc-input--readonly-6-3-2:hover .dc-input__input-6-3-2:-webkit-autofill:focus,
.dc-input--readonly-6-3-2:hover .dc-input__input-6-3-2:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--dc-color-grey-640, #737476);
  box-shadow: 0 0 0 50px var(--dc-color-grey-80, #edeeee) inset;
  color: var(--dc-color-grey-640, #737476);
  opacity: 1;
  -webkit-opacity: 1;
}

.dc-input--readonly-6-3-2 .dc-input__left-section-6-3-2,
.dc-input--readonly-6-3-2:focus .dc-input__left-section-6-3-2,
.dc-input--readonly-6-3-2:focus:hover .dc-input__left-section-6-3-2,
.dc-input--readonly-6-3-2:hover .dc-input__left-section-6-3-2 {
  color: var(--dc-color-grey-640, #737476);
}

.dc-input--readonly-6-3-2 .dc-input__clear_icon-6-3-2,
.dc-input--readonly-6-3-2 .dc-input__right-section-6-3-2,
.dc-input--readonly-6-3-2:focus .dc-input__clear_icon-6-3-2,
.dc-input--readonly-6-3-2:focus .dc-input__right-section-6-3-2,
.dc-input--readonly-6-3-2:focus:hover .dc-input__clear_icon-6-3-2,
.dc-input--readonly-6-3-2:focus:hover .dc-input__right-section-6-3-2,
.dc-input--readonly-6-3-2:hover .dc-input__clear_icon-6-3-2,
.dc-input--readonly-6-3-2:hover .dc-input__right-section-6-3-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--readonly-6-3-2 .dc-input__clear_icon-6-3-2,
.dc-input--readonly-6-3-2:focus .dc-input__clear_icon-6-3-2,
.dc-input--readonly-6-3-2:focus:hover .dc-input__clear_icon-6-3-2,
.dc-input--readonly-6-3-2:hover .dc-input__clear_icon-6-3-2 {
  cursor: default;
}

.dc-input--not-editable-6-3-2 .dc-input__input-6-3-2 {
  cursor: default;
  pointer-events: none;
}

.dc-input--webview-6-3-2:not(.dc-input--invalid-6-3-2) {
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  padding-bottom: 1px;
}

.dc-input--webview-focus-6-3-2:not(.dc-input--invalid-6-3-2) {
  border-bottom: 2px solid var(--dc-color-green, #53b374);
  padding-bottom: 0;
}

.dc-input--webview-disabled-6-3-2,
.dc-input--webview-disabled-6-3-2:hover,
.dc-input--webview-disabled-6-3-2:not(.dc-input--invalid-6-3-2) {
  background-color: #f2f6f9;
  border-color: transparent;
  border-width: 1px;
  padding-bottom: 1px;
}

.dc-input--webview-disabled-6-3-2 .dc-input__clear-icon-6-3-2,
.dc-input--webview-disabled-6-3-2 .dc-input__left-section-6-3-2,
.dc-input--webview-disabled-6-3-2 .dc-input__right-section-6-3-2,
.dc-input--webview-disabled-6-3-2:hover .dc-input__clear-icon-6-3-2,
.dc-input--webview-disabled-6-3-2:hover .dc-input__left-section-6-3-2,
.dc-input--webview-disabled-6-3-2:hover .dc-input__right-section-6-3-2,
.dc-input--webview-disabled-6-3-2:not(.dc-input--invalid-6-3-2)
  .dc-input__clear-icon-6-3-2,
.dc-input--webview-disabled-6-3-2:not(.dc-input--invalid-6-3-2)
  .dc-input__left-section-6-3-2,
.dc-input--webview-disabled-6-3-2:not(.dc-input--invalid-6-3-2)
  .dc-input__right-section-6-3-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--webview-disabled-6-3-2 .dc-input__input-6-3-2,
.dc-input--webview-disabled-6-3-2 .dc-input__input-6-3-2:-webkit-autofill,
.dc-input--webview-disabled-6-3-2
  .dc-input__input-6-3-2:-webkit-autofill:active,
.dc-input--webview-disabled-6-3-2 .dc-input__input-6-3-2:-webkit-autofill:focus,
.dc-input--webview-disabled-6-3-2 .dc-input__input-6-3-2:-webkit-autofill:hover,
.dc-input--webview-disabled-6-3-2:hover .dc-input__input-6-3-2,
.dc-input--webview-disabled-6-3-2:hover .dc-input__input-6-3-2:-webkit-autofill,
.dc-input--webview-disabled-6-3-2:hover
  .dc-input__input-6-3-2:-webkit-autofill:active,
.dc-input--webview-disabled-6-3-2:hover
  .dc-input__input-6-3-2:-webkit-autofill:focus,
.dc-input--webview-disabled-6-3-2:hover
  .dc-input__input-6-3-2:-webkit-autofill:hover,
.dc-input--webview-disabled-6-3-2:not(.dc-input--invalid-6-3-2)
  .dc-input__input-6-3-2,
.dc-input--webview-disabled-6-3-2:not(.dc-input--invalid-6-3-2)
  .dc-input__input-6-3-2:-webkit-autofill,
.dc-input--webview-disabled-6-3-2:not(.dc-input--invalid-6-3-2)
  .dc-input__input-6-3-2:-webkit-autofill:active,
.dc-input--webview-disabled-6-3-2:not(.dc-input--invalid-6-3-2)
  .dc-input__input-6-3-2:-webkit-autofill:focus,
.dc-input--webview-disabled-6-3-2:not(.dc-input--invalid-6-3-2)
  .dc-input__input-6-3-2:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 50px #f2f6f9;
}

.dc-input--webview-readonly-6-3-2,
.dc-input--webview-readonly-6-3-2:hover,
.dc-input--webview-readonly-6-3-2:not(.dc-input--invalid-6-3-2) {
  background-color: #f2f6f9;
  border-color: transparent;
  border-width: 1px;
  padding-bottom: 1px;
}

.dc-input--webview-readonly-6-3-2 .dc-input__left-section-6-3-2,
.dc-input--webview-readonly-6-3-2:hover .dc-input__left-section-6-3-2,
.dc-input--webview-readonly-6-3-2:not(.dc-input--invalid-6-3-2)
  .dc-input__left-section-6-3-2 {
  color: var(--dc-color-grey-640, #737476);
}

.dc-input--webview-readonly-6-3-2 .dc-input__clear-icon-6-3-2,
.dc-input--webview-readonly-6-3-2 .dc-input__right-section-6-3-2,
.dc-input--webview-readonly-6-3-2:hover .dc-input__clear-icon-6-3-2,
.dc-input--webview-readonly-6-3-2:hover .dc-input__right-section-6-3-2,
.dc-input--webview-readonly-6-3-2:not(.dc-input--invalid-6-3-2)
  .dc-input__clear-icon-6-3-2,
.dc-input--webview-readonly-6-3-2:not(.dc-input--invalid-6-3-2)
  .dc-input__right-section-6-3-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--webview-readonly-6-3-2 .dc-input__input-6-3-2,
.dc-input--webview-readonly-6-3-2 .dc-input__input-6-3-2:-webkit-autofill,
.dc-input--webview-readonly-6-3-2
  .dc-input__input-6-3-2:-webkit-autofill:active,
.dc-input--webview-readonly-6-3-2 .dc-input__input-6-3-2:-webkit-autofill:focus,
.dc-input--webview-readonly-6-3-2 .dc-input__input-6-3-2:-webkit-autofill:hover,
.dc-input--webview-readonly-6-3-2:hover .dc-input__input-6-3-2,
.dc-input--webview-readonly-6-3-2:hover .dc-input__input-6-3-2:-webkit-autofill,
.dc-input--webview-readonly-6-3-2:hover
  .dc-input__input-6-3-2:-webkit-autofill:active,
.dc-input--webview-readonly-6-3-2:hover
  .dc-input__input-6-3-2:-webkit-autofill:focus,
.dc-input--webview-readonly-6-3-2:hover
  .dc-input__input-6-3-2:-webkit-autofill:hover,
.dc-input--webview-readonly-6-3-2:not(.dc-input--invalid-6-3-2)
  .dc-input__input-6-3-2,
.dc-input--webview-readonly-6-3-2:not(.dc-input--invalid-6-3-2)
  .dc-input__input-6-3-2:-webkit-autofill,
.dc-input--webview-readonly-6-3-2:not(.dc-input--invalid-6-3-2)
  .dc-input__input-6-3-2:-webkit-autofill:active,
.dc-input--webview-readonly-6-3-2:not(.dc-input--invalid-6-3-2)
  .dc-input__input-6-3-2:-webkit-autofill:focus,
.dc-input--webview-readonly-6-3-2:not(.dc-input--invalid-6-3-2)
  .dc-input__input-6-3-2:-webkit-autofill:hover {
  box-shadow: inset 0 0 0 50px #f2f6f9;
}

.dc-input--webview-not-empty-6-3-2:not(.dc-input--invalid-6-3-2):not(
    .dc-input--webview-disabled-6-3-2
  ):not(.dc-input--webview-focus-6-3-2) {
  background-color: #f2f6f9;
  border-color: transparent;
  caret-color: var(--dc-color-green, #53b374);
}

.dc-input--webview-invalid-6-3-2,
.dc-input--webview-invalid-6-3-2:hover {
  border-width: 2px;
  border-left: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-right: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-top: 1px solid var(--dc-color-grey-200, #d3d4d4);
  padding-bottom: 0;
}

.dc-input--webview-valid-6-3-2:hover,
.dc-input--webview-valid-6-3-2:not(.dc-input--invalid-6-3-2):not(
    .dc-input--webview-disabled-6-3-2
  ) {
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-bottom: 2px solid var(--dc-color-green, #53b374);
  padding-bottom: 0;
}

.dc-input--webview-6-3-2 .dc-input__input-container-6-3-2 {
  height: 52px;
}

.dc-input--with-left-section-6-3-2 .dc-input__input-6-3-2 {
  padding-left: 0;
}

.dc-input--with-left-section-6-3-2 .dc-input__left-section-6-3-2 {
  padding-right: 8px;
}

.dc-input--with-right-section-6-3-2 .dc-input__input-6-3-2 {
  padding-right: 0;
}

.dc-input--with-right-section-6-3-2 .dc-input__right-section-6-3-2 {
  padding-left: 8px;
}

.dc-input--right-section-with-action-6-3-2 .dc-input__right-section-6-3-2 {
  align-items: center;
  background: transparent;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  display: flex;
  height: 100%;
  outline-style: none;
  padding-bottom: 0;
  padding-top: 0;
}

.dc-input--as-button-6-3-2 {
  cursor: pointer;
}

.dc-input--as-button-6-3-2 .dc-input__input-6-3-2,
.dc-input--as-button-6-3-2 .dc-input__input-container-6-3-2,
.dc-input--as-button-6-3-2 .dc-input__left-section-6-3-2,
.dc-input--as-button-6-3-2 .dc-input__right-section-6-3-2 {
  pointer-events: none;
}

.dc-input--as-button-6-3-2.dc-input--disabled-6-3-2 {
  cursor: default;
}

.dc-input--medium-6-3-2,
.dc-input--medium-6-3-2 .dc-input__input-container-6-3-2 {
  height: 40px;
}

.dc-input--large-6-3-2,
.dc-input--large-6-3-2 .dc-input__input-container-6-3-2 {
  height: 52px;
}

.dc-input--large-6-3-2 .dc-input__input-6-3-2::-moz-placeholder {
  line-height: 29px;
}

.dc-input-6-3-2.dc-input--large-6-3-2.dc-input--has-label-6-3-2
  .dc-input__input-6-3-2::-moz-placeholder {
  line-height: 16px;
}

.dc-input--webview-6-3-2 {
  height: 64px;
}

.dc-input__clear-icon-wrapper-6-3-2 {
  -webkit-touch-callout: none;
  height: 16px;
  margin-left: 8px;
  margin-right: 12px;
  -webkit-user-select: none;
  user-select: none;
  width: 16px;
}

.dc-input__clear-icon-6-3-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
  cursor: pointer;
  transition: 0.2s;
}

.dc-input__clear-icon--with-RS-6-3-2 {
  margin-right: 0;
}

.ppr-root--shadow-small-6-0-3 {
  box-shadow: 0 4px 12px rgba(36, 38, 41, 0.08);
}

.ppr-root--shadow-medium-6-0-3 {
  box-shadow: 0 6px 20px rgba(36, 38, 41, 0.1);
}

.ppr-root--shadow-large-6-0-3 {
  box-shadow: 0 8px 24px rgba(36, 38, 41, 0.12);
}

.ppr-container-6-0-3 {
  position: relative;
}

.ppr-container--inline-6-0-3 {
  display: inline-flex;
}

.ppr-target-6-0-3 {
  display: inherit;
}

.ppr-root-6-0-3 {
  background-color: var(--dc-color-white, #fff);
  border-radius: 5px;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  transition-duration: 0ms;
  transition: opacity 0.2s ease-in;
  z-index: 1600;
}

.ppr-root--in-portal-6-0-3 {
  top: 0;
}

.ppr-root--has-arrow-6-0-3 {
  border-color: var(--dc-color-white, #fff);
  overflow: visible;
}

.ppr-root--has-arrow-6-0-3:after {
  border-color: inherit;
  border-style: solid;
  content: "";
  position: absolute;
}

.ppr-root--top-6-0-3:after {
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-width: 4px;
}

.ppr-root--bottom-6-0-3:after {
  border-left-color: transparent;
  border-right-color: transparent;
  border-width: 4px;
  border-top: none;
}

.ppr-root--left-6-0-3:after {
  border-bottom-color: transparent;
  border-right: none;
  border-top-color: transparent;
  border-width: 4px;
}

.ppr-root--right-6-0-3:after {
  border-bottom-color: transparent;
  border-left: none;
  border-top-color: transparent;
  border-width: 4px;
}

.ppr-root--top-6-0-3:after {
  bottom: -4px;
}

.ppr-root--bottom-6-0-3:after {
  top: -4px;
}

.ppr-root--left-6-0-3:after {
  right: -4px;
}

.ppr-root--right-6-0-3:after {
  left: -4px;
}

.ppr-root--bottom-6-0-3.ppr-root--align-center-6-0-3:after,
.ppr-root--top-6-0-3.ppr-root--align-center-6-0-3:after {
  left: 50%;
  transform: translateX(-4px);
}

.ppr-root--bottom-6-0-3.ppr-root--align-left-6-0-3:after,
.ppr-root--top-6-0-3.ppr-root--align-left-6-0-3:after {
  right: 16px;
}

.ppr-root--bottom-6-0-3.ppr-root--align-right-6-0-3:after,
.ppr-root--top-6-0-3.ppr-root--align-right-6-0-3:after {
  left: 16px;
}

.ppr-root--left-6-0-3.ppr-root--align-center-6-0-3:after,
.ppr-root--right-6-0-3.ppr-root--align-center-6-0-3:after {
  top: 50%;
  transform: translateY(-4px);
}

.ppr-root--left-6-0-3.ppr-root--align-top-6-0-3:after,
.ppr-root--right-6-0-3.ppr-root--align-top-6-0-3:after {
  bottom: 16px;
}

.ppr-root--left-6-0-3.ppr-root--align-bottom-6-0-3:after,
.ppr-root--right-6-0-3.ppr-root--align-bottom-6-0-3:after {
  top: 16px;
}

.dc-bottom-sheet-4-1-2 {
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
}

.dc-bottom-sheet-4-1-2::-moz-focus-inner {
  border: none;
}

.dc-bottom-sheet-4-1-2:focus {
  outline: none;
}

.dc-bottom-sheet-4-1-2 {
  box-shadow: 0 8px 24px rgba(36, 38, 41, 0.12);
}

.dc-bottom-sheet__cion-container-4-1-2,
.dc-bottom-sheet__content-4-1-2,
.dc-bottom-sheet__fade-wrapper-4-1-2,
.dc-bottom-sheet__footer-4-1-2,
.dc-bottom-sheet__header-4-1-2,
.dc-bottom-sheet__subtitle-4-1-2,
.dc-bottom-sheet__title-4-1-2 {
  max-width: 420px;
  width: 100%;
}

.dc-bottom-sheet-4-1-2 {
  align-items: center;
  animation-duration: 0.2s;
  animation-name: dc-bottom-sheet-animate-opening-4-1-2;
  background: var(--dc-color-white, #fff);
  border-radius: 5px 5px 0 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: calc(100% - 52px);
  padding: 0 16px 34px;
  position: absolute;
  width: 100%;
}

.dc-bottom-sheet--no-content-indents-4-1-2 {
  padding-left: 0;
  padding-right: 0;
}

.dc-bottom-sheet__overlay-4-1-2 {
  background: rgba(36, 38, 41, 0.64);
  left: 0;
  max-height: 100%;
  min-height: 100%;
  overflow-y: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1300;
}

.dc-bottom-sheet__overlay--hidden-4-1-2 {
  display: none;
}

.dc-bottom-sheet__cion-container-4-1-2 {
  box-sizing: border-box;
  padding: 10px 10px 26px;
}

.dc-bottom-sheet__cion-4-1-2 {
  background-color: var(--dc-color-grey-200, #d3d4d4);
  border-radius: 2px;
  height: 4px;
  margin: 0 auto;
  width: 52px;
}

.dc-bottom-sheet__content-4-1-2 {
  flex-grow: 1;
  overflow-y: scroll;
  overflow-y: auto;
}

.dc-bottom-sheet__content-4-1-2::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
}

.dc-bottom-sheet__content-4-1-2::-webkit-scrollbar-track {
  background-color: transparent;
}

.dc-bottom-sheet__content-4-1-2::-webkit-scrollbar-thumb {
  background-color: var(--dc-color-grey-640, #737476);
  border-radius: 19px;
}

.dc-bottom-sheet__content-4-1-2::-webkit-scrollbar-button {
  display: none;
}

.dc-bottom-sheet__content-4-1-2::-webkit-scrollbar-thumb {
  background-color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-bottom-sheet__content--no-indents-4-1-2 {
  padding: 0;
}

.dc-bottom-sheet__fade-wrapper-4-1-2 {
  height: 0;
  margin: 0 -16px;
  pointer-events: none;
  position: relative;
}

.dc-bottom-sheet__fade-bottom-4-1-2,
.dc-bottom-sheet__fade-top-4-1-2 {
  height: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.dc-bottom-sheet__fade-top-4-1-2 {
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  top: -1px;
}

.dc-bottom-sheet__fade-top--hidden-4-1-2 {
  display: none;
}

.dc-bottom-sheet__fade-bottom-4-1-2 {
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  bottom: -1px;
}

.dc-bottom-sheet-4-1-2:not(.dc-bottom-sheet--with-footer-4-1-2)
  .dc-bottom-sheet__content-4-1-2 {
  margin-bottom: -34px;
  padding-bottom: 34px;
}

.dc-bottom-sheet-4-1-2:not(.dc-bottom-sheet--with-footer-4-1-2)
  .dc-bottom-sheet__content--no-indents-4-1-2 {
  padding-bottom: 0;
}

.dc-bottom-sheet-4-1-2:not(.dc-bottom-sheet--with-footer-4-1-2)
  .dc-bottom-sheet__fade-bottom-4-1-2 {
  display: none;
}

.dc-bottom-sheet__header-4-1-2 {
  margin-bottom: 16px;
}

.dc-bottom-sheet__header--banner-4-1-2 {
  margin-left: -16px;
  margin-right: -16px;
  overflow: hidden;
}

.dc-bottom-sheet__close-4-1-2 {
  clip: rect(0 0 0 0);
  border: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.dc-bottom-sheet__title-4-1-2 {
  color: var(--dc-color-afro, #242629);
  font: 500 18px/24px SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.dc-bottom-sheet--with-content-4-1-2:not(.dc-bottom-sheet--with-subtitle-4-1-2)
  .dc-bottom-sheet__title-4-1-2 {
  margin-bottom: 16px;
}

.dc-bottom-sheet__subtitle-4-1-2 {
  color: var(--dc-color-afro, #242629);
  color: var(--dc-color-grey-640, #737476);
  font: normal 14px/20px SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.dc-bottom-sheet--with-title-4-1-2 .dc-bottom-sheet__subtitle-4-1-2 {
  margin-top: 4px;
}

.dc-bottom-sheet--with-content-4-1-2 .dc-bottom-sheet__subtitle-4-1-2 {
  margin-bottom: 16px;
}

.dc-bottom-sheet__footer-4-1-2 {
  margin-top: 16px;
}

.dc-bottom-sheet__footer-buttons-4-1-2 {
  display: flex;
  flex-direction: column;
}

.dc-bottom-sheet__footer-buttons-4-1-2:not(:last-child) {
  margin-bottom: 8px;
}

.dc-bottom-sheet__footer-button-4-1-2 {
  margin-bottom: 8px;
}

.dc-bottom-sheet__footer-button-4-1-2:last-child {
  margin-bottom: 0;
}

.dc-bottom-sheet__buttons-divider-4-1-2 {
  color: var(--dc-color-afro, #242629);
  font: normal 14px/20px SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.dc-bottom-sheet-4-1-2 :focus:not(.focus-visible-4-1-2) {
  outline: none;
}

@keyframes dc-bottom-sheet-animate-opening-4-1-2 {
  0% {
    max-height: 0;
  }

  to {
    max-height: calc(100% - 52px);
  }
}

.dc-input-date-4-1-3 {
  position: relative;
}

.dc-input-date__rightSection-4-1-3 {
  display: flex;
}

.ppr-root--shadow-small-9-0-1 {
  box-shadow: 0 4px 12px rgba(36, 38, 41, 0.08);
}

.ppr-root--shadow-medium-9-0-1 {
  box-shadow: 0 6px 20px rgba(36, 38, 41, 0.1);
}

.ppr-root--shadow-large-9-0-1 {
  box-shadow: 0 8px 24px rgba(36, 38, 41, 0.12);
}

.ppr-container-9-0-1 {
  position: relative;
}

.ppr-root-9-0-1 {
  background-color: var(--dc-color-white, #fff);
  border-radius: 5px;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  transition-duration: 0ms;
  transition: opacity 0.2s ease-in;
  z-index: 1600;
}

.ppr-root--in-portal-9-0-1 {
  top: 0;
}

.ppr-root--with-hidden-content-9-0-1 {
  display: none;
}

.ppr-root--with-hidden-content-9-0-1.ppr-root--opened-9-0-1 {
  display: block;
}

.ppr-root--has-arrow-9-0-1 {
  border-color: var(--dc-color-white, #fff);
  overflow: visible;
}

.ppr-root--has-arrow-9-0-1:after {
  border-color: inherit;
  border-style: solid;
  content: "";
  position: absolute;
}

.ppr-root--top-9-0-1:after {
  border-left-color: transparent;
  border-right-color: transparent;
  border-width: 4px;
  border-bottom: none;
}

.ppr-root--bottom-9-0-1:after {
  border-left-color: transparent;
  border-right-color: transparent;
  border-width: 4px;
  border-top: none;
}

.ppr-root--left-9-0-1:after {
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-width: 4px;
  border-right: none;
}

.ppr-root--right-9-0-1:after {
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-width: 4px;
  border-left: none;
}

.ppr-root--top-9-0-1:after {
  bottom: -4px;
}

.ppr-root--bottom-9-0-1:after {
  top: -4px;
}

.ppr-root--left-9-0-1:after {
  right: -4px;
}

.ppr-root--right-9-0-1:after {
  left: -4px;
}

.ppr-root--bottom-9-0-1.ppr-root--align-center-9-0-1:after,
.ppr-root--top-9-0-1.ppr-root--align-center-9-0-1:after {
  left: 50%;
  transform: translateX(-4px);
}

.ppr-root--bottom-9-0-1.ppr-root--align-left-9-0-1:after,
.ppr-root--top-9-0-1.ppr-root--align-left-9-0-1:after {
  right: 16px;
}

.ppr-root--bottom-9-0-1.ppr-root--align-right-9-0-1:after,
.ppr-root--top-9-0-1.ppr-root--align-right-9-0-1:after {
  left: 16px;
}

.ppr-root--left-9-0-1.ppr-root--align-center-9-0-1:after,
.ppr-root--right-9-0-1.ppr-root--align-center-9-0-1:after {
  top: 50%;
  transform: translateY(-4px);
}

.ppr-root--left-9-0-1.ppr-root--align-top-9-0-1:after,
.ppr-root--right-9-0-1.ppr-root--align-top-9-0-1:after {
  bottom: 16px;
}

.ppr-root--left-9-0-1.ppr-root--align-bottom-9-0-1:after,
.ppr-root--right-9-0-1.ppr-root--align-bottom-9-0-1:after {
  top: 16px;
}

._15UOiv9eanDXGWXKHRTbMX {
  display: grid;
  background-color: #fdedd3;
  border-radius: 12px 12px 0 0;
  margin: 0 -16px;
  padding: 16px;
  padding-bottom: 24px;
}

@media (min-width: 1024px) {
  ._15UOiv9eanDXGWXKHRTbMX {
    width: 420px;
    border-radius: 12px;
  }
}

@media (min-width: 768px) {
  ._15UOiv9eanDXGWXKHRTbMX {
    margin: 0 -32px;
  }
}

@media (min-width: 1024px) {
  ._15UOiv9eanDXGWXKHRTbMX {
    margin: 0;
    padding-bottom: 16px;
  }
}

._1sxREuL12u5stCYU9_zJG8 {
  padding-bottom: 24px;
  width: unset;
  border-radius: 12px 12px 0 0;
  margin: 0 -16px;
}

@media (min-width: 768px) {
  ._1sxREuL12u5stCYU9_zJG8 {
    margin: 0 -32px;
  }
}

._1C5XNA0qeAjtBEMreIRe-s {
  background-color: #dbf1fc;
}

._1H7TM9mW6Amxc_AG2hBf_Y {
  display: flex;
}

._3JKpVO1fjgKAqEeYz3N4Eb {
  width: 20px;
  height: 20px;
  margin: 2px;
  margin-right: 8px;
}

._2re1-CYx2aYglqLqvhLLVP {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.FXXTZtvdkhnZjR1WKhD8z {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.FXXTZtvdkhnZjR1WKhD8z p {
  margin: 0;
}

._3c3cO7N-nkEtRKvGc_NLcN {
  opacity: 0;
  transition: 0.5s;
  animation: _3UYOdRyMNG-uUDIpYKlJJl 0.5s 1;
  animation-fill-mode: forwards;
}

@media (min-width: 1024px) {
  ._3c3cO7N-nkEtRKvGc_NLcN {
    margin-bottom: 24px;
    max-width: 420px;
  }

  ._1ZkHIRPqe87Ccx7LD8_SPA {
    max-width: unset;
  }
}

@keyframes _3UYOdRyMNG-uUDIpYKlJJl {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ugyMAENZwRVFZMfAVn6H6 {
  padding-left: 16px;
  padding-right: 16px;
  font-family: SeroPro, sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
}

@media (min-width: 768px) {
  .ugyMAENZwRVFZMfAVn6H6 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) {
  .ugyMAENZwRVFZMfAVn6H6 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

._2pBJLN_f0-wNNCABHM0CdR {
  padding: 0;
}

.Nb13XvJ0LVgvO3uCOPCCu {
  background-color: rgba(0, 0, 0, 0);
}

._3hBKoRwQ-JTERU-DLm1Jgk {
  box-shadow: none;
}

.gZHD4zy5iYwlPfSyHXsLQ {
  border-radius: 0;
}

@media (min-width: 768px) {
  .gZHD4zy5iYwlPfSyHXsLQ {
    border-radius: 5px;
  }
}

@media (min-width: 768px) {
  ._2pBJLN_f0-wNNCABHM0CdR {
    padding: 0;
  }
}

._1UlUr7JtbpOb6v9itHYP58 p {
  margin: 0 0 10px;
}

._1UlUr7JtbpOb6v9itHYP58 p:first-child {
  margin-top: 10px;
}

._1UlUr7JtbpOb6v9itHYP58 p:last-child {
  margin-bottom: 0;
}

._1UlUr7JtbpOb6v9itHYP58 ul {
  margin: 0 0 10px;
  list-style-type: none;
  padding-left: 0;
}

._1UlUr7JtbpOb6v9itHYP58 ul:first-child {
  margin-top: 10px;
}

._1UlUr7JtbpOb6v9itHYP58 ul:last-child {
  margin-bottom: 0;
}

._1UlUr7JtbpOb6v9itHYP58 li::before {
  content: "-";
  margin-right: 5px;
}

._1UlUr7JtbpOb6v9itHYP58 b {
  font-weight: 500;
}

._1UlUr7JtbpOb6v9itHYP58 a {
  border-bottom: 1px solid rgba(83, 179, 116, 0.4);
  color: #53b374;
  text-decoration: none;
}

._1UlUr7JtbpOb6v9itHYP58 a:hover {
  border-bottom: 1px solid #53b374;
}

.ZsiD2STfFgTv2MagPzfAz p:first-child {
  margin-top: 0;
}

.ZsiD2STfFgTv2MagPzfAz ul:first-child {
  margin-top: 0;
}

.alert-root-4-0-3 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: 500 14px/20px SeroPro, sans-serif;
}

.alert-root--pop-up-4-0-3 {
  box-shadow: 0 6px 20px rgba(36, 38, 41, 0.1);
}

.alert-root-4-0-3 {
  position: relative;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all 0.4s;
}

.alert-root--message-4-0-3 .alert-content-title-4-0-3 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: 500 18px/24px SeroPro, sans-serif;
}

@media (max-width: 767px) {
  .alert-root--message-4-0-3 .alert-content-title-4-0-3 {
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    text-indent: 0;
    color: var(--dc-color-afro, #242629);
    margin: 0;
    padding: 0;
    font: 500 14px/20px SeroPro, sans-serif;
  }
}

.alert-root--message-4-0-3 .alert-close-button-4-0-3 {
  color: var(--dc-color-grey-400, #a7a8a9);
  transition: color 0.2s;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .alert-root--message-4-0-3 .alert-close-button-4-0-3:hover {
    color: var(--dc-color-afro, #242629);
  }
}

.alert-root--message-4-0-3 .alert-close-button-4-0-3:focus.focus-visible {
  color: var(--dc-color-afro, #242629);
}

.alert-root--message-success-4-0-3 {
  background-color: var(--dc-color-green-200, #ddf0e3);
}

.alert-root--message-success-4-0-3 .alert-icon-4-0-3 {
  color: var(--dc-color-green, #53b374);
}

.alert-root--message-error-4-0-3 {
  background-color: var(--dc-color-red-80, #fff3f2);
}

.alert-root--message-error-4-0-3 .alert-icon-4-0-3 {
  color: var(--dc-color-red, #ff6a59);
}

.alert-root--message-attention-4-0-3 {
  background-color: var(--dc-color-orange-200, #fdedd3);
}

.alert-root--message-attention-4-0-3 .alert-icon-4-0-3 {
  color: var(--dc-color-orange, #f6a623);
}

.alert-root--message-information-4-0-3 {
  background-color: var(--dc-color-grey-120, #e5e5e5);
}

.alert-root--message-information-4-0-3 .alert-icon-4-0-3 {
  color: var(--dc-color-grey-800, #505154);
}

.alert-root--bottom-right-4-0-3,
.alert-root--top-right-4-0-3 {
  animation: alert-slide-right-x-4-0-3 0.3s linear,
    alert-slide-y-4-0-3 1s linear;
}

.alert-root--bottom-left-4-0-3,
.alert-root--top-left-4-0-3 {
  animation: alert-slide-left-x-4-0-3 0.3s linear, alert-slide-y-4-0-3 1s linear;
}

.alert-root--pop-up-information-4-0-3,
.alert-root--pop-up-information-4-0-3 .alert-progressing-line-4-0-3:after {
  background-color: var(--dc-color-grey-640, #737476);
}

.alert-root--pop-up-success-4-0-3 {
  background-color: var(--dc-color-green, #53b374);
}

@media (max-width: 767px) {
  .alert-root--pop-up-success-4-0-3 .alert-icon-4-0-3 {
    color: var(--dc-color-green, #53b374);
  }
}

.alert-root--pop-up-success-4-0-3 .alert-progressing-line-4-0-3:after {
  background: var(--dc-color-green, #53b374);
}

.alert-root--pop-up-error-4-0-3 {
  background-color: var(--dc-color-red, #ff6a59);
}

@media (max-width: 767px) {
  .alert-root--pop-up-error-4-0-3 .alert-icon-4-0-3 {
    color: var(--dc-color-red, #ff6a59);
  }
}

.alert-root--pop-up-error-4-0-3 .alert-progressing-line-4-0-3:after {
  background-color: var(--dc-color-red, #ff6a59);
}

.alert-root--pop-up-attention-4-0-3 {
  background-color: var(--dc-color-orange, #f6a623);
}

@media (max-width: 767px) {
  .alert-root--pop-up-attention-4-0-3 .alert-icon-4-0-3 {
    color: var(--dc-color-orange, #f6a623);
  }
}

.alert-root--pop-up-attention-4-0-3 .alert-progressing-line-4-0-3:after {
  background-color: var(--dc-color-orange, #f6a623);
}

.alert-root--pop-up-4-0-3 {
  width: 380px;
  color: var(--dc-color-white, #fff);
  pointer-events: auto;
}

.alert-root--pop-up-4-0-3:not(:last-child) {
  margin-bottom: 8px;
}

.alert-root--pop-up-4-0-3 .alert-content-description-4-0-3 {
  color: var(--dc-color-white, #fff);
}

@media (max-width: 767px) {
  .alert-root--pop-up-4-0-3 {
    width: 100%;
    background-color: var(--dc-color-afro, #242629);
  }
}

@media (max-width: 767px) {
  .alert-root--pop-up-4-0-3 .alert-content-title-4-0-3 {
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    text-indent: 0;
    color: var(--dc-color-white, #fff);
    margin: 0;
    padding: 0;
    font: 500 14px/20px SeroPro, sans-serif;
  }
}

.alert-inner-4-0-3 {
  padding: 16px;
}

.alert-container-4-0-3 {
  display: flex;
}

.alert-icon-4-0-3 {
  color: var(--dc-color-white, #fff);
}

@media (max-width: 767px) {
  .alert-icon-4-0-3 {
    margin-top: 2px;
  }
}

.alert-icon-message-4-0-3,
.alert-icon-pop-up-4-0-3 {
  color: var(--dc-color-white, #fff);
}

.alert-content-4-0-3 {
  margin-left: 12px;
  margin-right: 12px;
  align-self: center;
}

.alert-icon-4-0-3 {
  line-height: 10px;
}

.alert-content-title-4-0-3 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: 500 18px/24px SeroPro, sans-serif;
  color: var(--dc-color-white, #fff);
}

@media (max-width: 767px) {
  .alert-content-title-4-0-3 {
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    text-indent: 0;
    color: var(--dc-color-afro, #242629);
    margin: 0;
    padding: 0;
    font: normal 14px/20px SeroPro, sans-serif;
  }
}

.alert-content-description-4-0-3 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  padding: 0;
  font: normal 14px/20px SeroPro, sans-serif;
  margin: 4px 0 0;
}

@media (max-width: 767px) {
  .alert-content-description-4-0-3 {
    margin-top: 0;
  }
}

.alert-content-links-4-0-3 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  padding: 0;
  font: normal 14px/20px SeroPro, sans-serif;
  margin: 8px -4px 0;
}

@media (max-width: 767px) {
  .alert-content-links-4-0-3 {
    margin-right: -8px;
    margin-left: -8px;
  }
}

.alert-content-link-item-4-0-3 {
  color: var(--dc-color-white, #fff);
  display: inline-block;
  margin: 0 4px;
}

@media (max-width: 767px) {
  .alert-content-link-item-4-0-3 {
    margin: 0 8px;
  }
}

.alert-progress-bar-4-0-3 {
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: 16px;
  margin-left: -2px;
}

.alert-progress-bar--hide-4-0-3 {
  display: none;
}

.alert-line-4-0-3 {
  background-color: var(--dc-color-white, #fff);
  opacity: 0.4;
  height: 2px;
  width: 100%;
  border-radius: 10px;
}

.alert-progressing-line-4-0-3 {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: var(--dc-color-white, #fff);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  animation: alert-progressbar-countdown-4-0-3;
  animation-duration: 4s;
  animation-play-state: paused;
}

.alert-progressing-line-4-0-3:after {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}

@media (max-width: 767px) {
  .alert-progressing-line-4-0-3:after {
    display: none;
  }
}

@keyframes alert-progressbar-countdown-4-0-3 {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.alert-close-button-4-0-3 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  background: transparent;
  border: 0;
  padding: 2px;
  color: inherit;
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
}

.alert-close-button-4-0-3::-moz-focus-inner {
  border: none;
}

.alert-close-button-4-0-3:focus {
  outline: none;
}

.alert-close-icon-4-0-3 {
  vertical-align: top;
}

@keyframes alert-slide-right-x-4-0-3 {
  0% {
    opacity: 0;
    transform: translateX(380px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes alert-slide-left-x-4-0-3 {
  0% {
    opacity: 0;
    transform: translateX(-380px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes alert-slide-y-4-0-3 {
  0% {
    max-height: 0;
  }

  to {
    max-height: 1000px;
  }
}

.popcont-root-3-0-1 {
  position: fixed;
  box-sizing: border-box;
  z-index: 1300;
  pointer-events: none;
}

.popcont-root--top-right-3-0-1 {
  top: 20px;
  right: 20px;
}

@media (max-width: 767px) {
  .popcont-root--top-right-3-0-1 {
    top: 8px;
    right: 8px;
  }
}

.popcont-root--bottom-right-3-0-1 {
  right: 20px;
  bottom: 20px;
}

@media (max-width: 767px) {
  .popcont-root--bottom-right-3-0-1 {
    right: 8px;
    bottom: 8px;
  }
}

.popcont-root--bottom-left-3-0-1 {
  bottom: 20px;
  left: 20px;
}

@media (max-width: 767px) {
  .popcont-root--bottom-left-3-0-1 {
    bottom: 8px;
    left: 8px;
  }
}

.popcont-root--top-left-3-0-1 {
  top: 20px;
  left: 20px;
}

@media (max-width: 767px) {
  .popcont-root--top-left-3-0-1 {
    top: 8px;
    left: 8px;
  }
}

._3Z0kk5N1265pH4eBBvXLL1 {
  margin-bottom: 0;
}

._1I0piKfvfY9-pGwWefh8LT {
  margin-bottom: 16px;
}

._7W3Z00xMOoOJP_2TC3rUL {
  margin-bottom: 20px;
}

._1dKUk1EgZRMSwDclTDr4HS {
  margin-bottom: 24px;
}

.lM-bsNYYetyh3lotDCHX4 {
  margin-top: 0;
}

._3-nEMSRMeNH0rBYhjcBtmZ {
  margin-top: 16px;
}

._2X-hB9rhCqtOIAbQq7c0E2 {
  margin-top: 20px;
}

.xuF4fDy8t2zBk4NUPZjPi {
  margin-top: 24px;
}

._1TzINViFb4qCghlpFmC8T9 {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

._2lra3iQ-13lNiCobM5c48X:not(:first-child) {
  margin-top: 20px;
}

._111Z478LbGJ-W0s7fWSj-w {
  display: none;
}

@media (min-width: 680px) {
  ._111Z478LbGJ-W0s7fWSj-w {
    margin-left: 64px;
    margin-right: 64px;
    display: flex;
    padding-top: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: SeroPro, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #71777c;
  }
}

._3ghf2uAk9QakF-enYUa2eX {
  padding-top: 24px;
  text-align: center;
}

._1Q4SuPiSp4GIUEH2aVN2hx {
  display: flex;
  align-items: center;
  justify-content: center;
}

._3xhMY1pwa0rhtQkaL2vww9 {
  position: relative;
  font-family: SeroPro, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

._3YmnIbpGIZrHbrPZrWPIDC {
  display: none;
}

@media (min-width: 768px) {
  ._3YmnIbpGIZrHbrPZrWPIDC {
    margin-top: 16px;
    display: block;
  }
}

._2fvtkub_g4OQaojtOlG1BG {
  font-size: 16px;
  margin-top: 12px;
  font-weight: 500;
  line-height: 1.33;
  color: #242629;
  text-align: center;
}

@media (min-width: 768px) {
  ._2fvtkub_g4OQaojtOlG1BG {
    font-size: 24px;
    line-height: 1.43;
  }
}

.Zab-jBsAV5gARQEsugP9s {
  color: #242629;
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  .Zab-jBsAV5gARQEsugP9s {
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
  }
}

._37GpY7P2jy2lHxdxeVOGRv {
  position: relative;
  font-family: SeroPro, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

._3ASdUWOygxqeziSMvzGa2q {
  display: none;
}

@media (min-width: 768px) {
  ._3ASdUWOygxqeziSMvzGa2q {
    margin-top: 16px;
    display: block;
  }
}

._3NL6pRsuEvBaOCAWOUZDbB {
  font-size: 16px;
  margin-top: 12px;
  font-weight: 500;
  line-height: 1.33;
  color: #242629;
  text-align: center;
}

@media (min-width: 768px) {
  ._3NL6pRsuEvBaOCAWOUZDbB {
    font-size: 24px;
    line-height: 1.43;
  }
}

._2E0vqr-EsERsaX-AxwTwzl {
  color: #242629;
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  ._2E0vqr-EsERsaX-AxwTwzl {
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
  }
}

._2iVMsmgB5OpAiY1YB4rf_V {
  margin-top: 24px;
  width: 100%;
}

@media (min-width: 768px) {
  ._2iVMsmgB5OpAiY1YB4rf_V {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  ._1p0t_7R1GmFogfHaPdvC9T {
    width: 100%;
    display: block;
  }
}

._4KwlKhfJX_s8ui5g9eVkD {
  margin-bottom: 12px;
  min-width: 224px;
}

._1pYY8szzqx5YQ_AAN79WeU {
  font-weight: 500;
}

._3wgV_BbotOo9LN1YI5IIB1 {
  margin: 0 auto 4px;
}

@media (min-width: 768px) {
  ._3wgV_BbotOo9LN1YI5IIB1 {
    margin: 0;
  }
}

@media (min-width: 768px) {
  ._2IRnI8_H-auXrbrNz3YsPl {
    margin: 0 12px;
    width: max-content;
  }
}

@media (min-width: 768px) {
  ._3XlOQR-7hcRjH7vcef03cS {
    width: 100%;
    margin: 0;
  }
}

.button-root__text-10-1-2 {
  color: var(--dc-color-white, #fff);
  font-family: SBSans, SeroPro, sans-serif;
  font-stretch: normal;
  font: 600 14px/20px SBSans, SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
}

.button-root-10-1-2 {
  -webkit-touch-callout: none;
  align-items: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  color: var(--dc-color-white, #fff);
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: background-color 0.15s, border-color 0.15s;
  -webkit-user-select: none;
  user-select: none;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .button-root-10-1-2:focus {
    outline: none;
  }
}

.button-root--type-button-reset-10-1-2 {
  -webkit-appearance: button;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}

.button-root--type-button-reset-10-1-2::-moz-focus-inner {
  border: none;
}

.button-root--type-button-reset-10-1-2:focus {
  outline: none;
}

.button-root--type-link-reset-10-1-2 {
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
}

.button-root--type-link-reset-10-1-2::-moz-focus-inner {
  border: none;
}

.button-root--type-link-reset-10-1-2:focus {
  outline: none;
}

.button-root__text-10-1-2 {
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  transition: color 0.15s;
  white-space: nowrap;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button-root__text-10-1-2 {
    flex-basis: auto;
  }
}

.button-root__icon-10-1-2 {
  color: var(--dc-color-white, #fff);
  display: block;
  height: 16px;
  transition: 0.15s;
  width: 16px;
}

.button-root__icon--left-10-1-2 {
  margin-right: 8px;
  order: -1;
}

.button-root__icon--right-10-1-2 {
  margin-left: 8px;
  order: 1;
}

.button-root--large-10-1-2 {
  height: 52px;
  padding: 0 16px;
}

.button-root--large-10-1-2.button-root--icon-only-10-1-2 {
  min-width: 52px;
  width: 52px;
}

.button-root--medium-10-1-2 {
  height: 40px;
  padding: 0 16px;
}

.button-root--medium-10-1-2.button-root--icon-only-10-1-2 {
  min-width: 40px;
  width: 40px;
}

.button-root--small-10-1-2 {
  height: 32px;
  padding: 0 16px;
}

.button-root--small-10-1-2.button-root--icon-only-10-1-2 {
  min-width: 32px;
  width: 32px;
}

.button-root--primary-10-1-2 {
  background-color: var(--dc-color-afro, #242629);
  border-color: transparent;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--primary-10-1-2:focus.focus-visible,
  .button-root--primary-10-1-2:hover {
    background-color: var(--dc-color-green, #53b374);
  }
}

.button-root--primary-10-1-2:active {
  background-color: var(--dc-color-dark-green-200, #4a9765);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--primary-10-1-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .button-root--primary-10-1-2:hover {
    border-color: transparent;
  }
}

.button-root--primary-10-1-2:active {
  border-color: var(--dc-color-dark-green-200, #4a9765);
}

.button-root--primary-10-1-2:link,
.button-root--primary-10-1-2:visited {
  color: var(--dc-color-white, #fff);
}

.button-root--primary-outline-10-1-2 {
  background-color: var(--dc-color-white, #fff);
  border-color: var(--dc-color-grey-200, #d3d4d4);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--primary-outline-10-1-2:focus.focus-visible {
    background-color: var(--dc-color-white, #fff);
  }

  .button-root--primary-outline-10-1-2:hover {
    background-color: var(--dc-color-grey-120, #e5e5e5);
  }
}

.button-root--primary-outline-10-1-2:active {
  background-color: var(--dc-color-grey-200, #d3d4d4);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--primary-outline-10-1-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .button-root--primary-outline-10-1-2:hover {
    border-color: transparent;
  }
}

.button-root--primary-outline-10-1-2:active {
  border-color: transparent;
}

.button-root--primary-outline-10-1-2:link,
.button-root--primary-outline-10-1-2:visited {
  color: var(--dc-color-afro, #242629);
}

.button-root--primary-outline-10-1-2 .button-root__icon-10-1-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.button-root--primary-outline-10-1-2 .button-root__text-10-1-2 {
  color: var(--dc-color-afro, #242629);
}

.button-root--secondary-10-1-2 {
  background-color: var(--dc-color-green, #53b374);
  border-color: transparent;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--secondary-10-1-2:focus.focus-visible {
    background-color: var(--dc-color-green, #53b374);
  }

  .button-root--secondary-10-1-2:hover {
    background-color: var(--dc-color-dark-green-200, #4a9765);
  }
}

.button-root--secondary-10-1-2:active {
  background-color: var(--dc-color-dark-green-200, #4a9765);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--secondary-10-1-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .button-root--secondary-10-1-2:hover {
    border-color: transparent;
  }
}

.button-root--secondary-10-1-2:active {
  border-color: var(--dc-color-dark-green-640, #355944);
}

.button-root--secondary-10-1-2:link,
.button-root--secondary-10-1-2:visited {
  color: var(--dc-color-white, #fff);
}

.button-root--secondary-outline-10-1-2 {
  background-color: var(--dc-color-white, #fff);
  border-color: var(--dc-color-green, #53b374);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--secondary-outline-10-1-2:focus.focus-visible {
    background-color: var(--dc-color-white, #fff);
  }

  .button-root--secondary-outline-10-1-2:hover {
    background-color: var(--dc-color-green-200, #ddf0e3);
  }
}

.button-root--secondary-outline-10-1-2:active {
  background-color: var(--dc-color-green-640, #91cea6);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--secondary-outline-10-1-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .button-root--secondary-outline-10-1-2:hover {
    border-color: transparent;
  }
}

.button-root--secondary-outline-10-1-2:active {
  border-color: transparent;
}

.button-root--secondary-outline-10-1-2 .button-root__icon-10-1-2,
.button-root--secondary-outline-10-1-2 .button-root__text-10-1-2,
.button-root--secondary-outline-10-1-2:link,
.button-root--secondary-outline-10-1-2:visited {
  color: var(--dc-color-green, #53b374);
}

.button-root--secondary-outline-10-1-2:active .button-root__icon-10-1-2,
.button-root--secondary-outline-10-1-2:active .button-root__text-10-1-2,
.button-root--secondary-outline-10-1-2:hover .button-root__icon-10-1-2,
.button-root--secondary-outline-10-1-2:hover .button-root__text-10-1-2 {
  color: var(--dc-color-dark-green-400, #407b56);
}

.button-root--warning-10-1-2 {
  background-color: var(--dc-color-orange, #f6a623);
  border-color: transparent;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--warning-10-1-2:focus.focus-visible {
    background-color: var(--dc-color-orange, #f6a623);
  }

  .button-root--warning-10-1-2:hover {
    background-color: var(--dc-color-dark-orange-200, #cc8c24);
  }
}

.button-root--warning-10-1-2:active {
  background-color: var(--dc-color-dark-orange-200, #cc8c24);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--warning-10-1-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .button-root--warning-10-1-2:hover {
    border-color: transparent;
  }
}

.button-root--warning-10-1-2:active {
  border-color: var(--dc-color-dark-orange-640, #705427);
}

.button-root--warning-10-1-2:link,
.button-root--warning-10-1-2:visited {
  color: var(--dc-color-white, #fff);
}

.button-root--warning-outline-10-1-2 {
  background-color: var(--dc-color-white, #fff);
  border-color: var(--dc-color-orange, #f6a623);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--warning-outline-10-1-2:focus.focus-visible {
    background-color: var(--dc-color-white, #fff);
  }

  .button-root--warning-outline-10-1-2:hover {
    background-color: var(--dc-color-orange-200, #fdedd3);
  }
}

.button-root--warning-outline-10-1-2:active {
  background-color: var(--dc-color-orange-400, #fbdba7);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--warning-outline-10-1-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .button-root--warning-outline-10-1-2:hover {
    border-color: transparent;
  }
}

.button-root--warning-outline-10-1-2:active {
  border-color: transparent;
}

.button-root--warning-outline-10-1-2 .button-root__icon-10-1-2,
.button-root--warning-outline-10-1-2 .button-root__text-10-1-2,
.button-root--warning-outline-10-1-2:link,
.button-root--warning-outline-10-1-2:visited {
  color: var(--dc-color-orange, #f6a623);
}

.button-root--warning-outline-10-1-2:active .button-root__icon-10-1-2,
.button-root--warning-outline-10-1-2:hover .button-root__icon-10-1-2 {
  color: var(--dc-color-dark-orange-200, #cc8c24);
}

.button-root--warning-outline-10-1-2:active .button-root__text-10-1-2,
.button-root--warning-outline-10-1-2:hover .button-root__text-10-1-2 {
  color: var(--dc-color-dark-orange-400, #a27325);
}

.button-root--alert-outline-10-1-2 {
  background-color: var(--dc-color-white, #fff);
  border-color: var(--dc-color-red, #ff6a59);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--alert-outline-10-1-2:focus.focus-visible {
    background-color: var(--dc-color-white, #fff);
  }

  .button-root--alert-outline-10-1-2:hover {
    background-color: var(--dc-color-red-200, #ffe1de);
  }
}

.button-root--alert-outline-10-1-2:active {
  background-color: var(--dc-color-red-640, #ffa095);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--alert-outline-10-1-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .button-root--alert-outline-10-1-2:hover {
    border-color: transparent;
  }
}

.button-root--alert-outline-10-1-2:active {
  border-color: transparent;
}

.button-root--alert-outline-10-1-2 .button-root__icon-10-1-2,
.button-root--alert-outline-10-1-2 .button-root__text-10-1-2,
.button-root--alert-outline-10-1-2:link,
.button-root--alert-outline-10-1-2:visited {
  color: var(--dc-color-red, #ff6a59);
}

.button-root--alert-outline-10-1-2:active .button-root__icon-10-1-2,
.button-root--alert-outline-10-1-2:active .button-root__text-10-1-2,
.button-root--alert-outline-10-1-2:hover .button-root__icon-10-1-2,
.button-root--alert-outline-10-1-2:hover .button-root__text-10-1-2 {
  color: var(--dc-color-dark-red-400, #a74f46);
}

.button-root--transparent-10-1-2 {
  background-color: transparent;
  border-color: transparent;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--transparent-10-1-2:focus.focus-visible {
    background-color: transparent;
  }

  .button-root--transparent-10-1-2:hover {
    background-color: var(--dc-color-grey-120, #e5e5e5);
  }
}

.button-root--transparent-10-1-2:active {
  background-color: var(--dc-color-grey-200, #d3d4d4);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--transparent-10-1-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .button-root--transparent-10-1-2:hover {
    border-color: transparent;
  }
}

.button-root--transparent-10-1-2:active {
  border-color: transparent;
}

.button-root--transparent-10-1-2:link,
.button-root--transparent-10-1-2:visited {
  color: var(--dc-color-afro, #242629);
}

.button-root--transparent-10-1-2 .button-root__icon-10-1-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.button-root--transparent-10-1-2 .button-root__text-10-1-2 {
  color: var(--dc-color-afro, #242629);
}

.button-root--disabled-10-1-2,
.button-root--disabled-10-1-2:active,
.button-root--disabled-10-1-2:hover,
.button-root--loading-10-1-2,
.button-root--loading-10-1-2:active,
.button-root--loading-10-1-2:hover {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
}

.button-root--disabled-10-1-2 .button-root__icon-10-1-2,
.button-root--disabled-10-1-2:active .button-root__icon-10-1-2,
.button-root--disabled-10-1-2:hover .button-root__icon-10-1-2,
.button-root--loading-10-1-2 .button-root__icon-10-1-2,
.button-root--loading-10-1-2:active .button-root__icon-10-1-2,
.button-root--loading-10-1-2:hover .button-root__icon-10-1-2 {
  color: var(--dc-color-grey-200, #d3d4d4);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--disabled-10-1-2:active:focus.focus-visible,
  .button-root--disabled-10-1-2:active:hover,
  .button-root--disabled-10-1-2:focus.focus-visible,
  .button-root--disabled-10-1-2:hover,
  .button-root--disabled-10-1-2:hover:focus.focus-visible,
  .button-root--disabled-10-1-2:hover:hover,
  .button-root--loading-10-1-2:active:focus.focus-visible,
  .button-root--loading-10-1-2:active:hover,
  .button-root--loading-10-1-2:focus.focus-visible,
  .button-root--loading-10-1-2:hover,
  .button-root--loading-10-1-2:hover:focus.focus-visible,
  .button-root--loading-10-1-2:hover:hover {
    background-color: var(--dc-color-grey-80, #edeeee);
  }
}

.button-root--disabled-10-1-2:active,
.button-root--disabled-10-1-2:active:active,
.button-root--disabled-10-1-2:hover:active,
.button-root--loading-10-1-2:active,
.button-root--loading-10-1-2:active:active,
.button-root--loading-10-1-2:hover:active {
  background-color: var(--dc-color-grey-80, #edeeee);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .button-root--disabled-10-1-2:active:focus.focus-visible,
  .button-root--disabled-10-1-2:active:hover,
  .button-root--disabled-10-1-2:focus.focus-visible,
  .button-root--disabled-10-1-2:hover,
  .button-root--disabled-10-1-2:hover:focus.focus-visible,
  .button-root--disabled-10-1-2:hover:hover,
  .button-root--loading-10-1-2:active:focus.focus-visible,
  .button-root--loading-10-1-2:active:hover,
  .button-root--loading-10-1-2:focus.focus-visible,
  .button-root--loading-10-1-2:hover,
  .button-root--loading-10-1-2:hover:focus.focus-visible,
  .button-root--loading-10-1-2:hover:hover {
    border-color: transparent;
  }
}

.button-root--disabled-10-1-2:active,
.button-root--disabled-10-1-2:active:active,
.button-root--disabled-10-1-2:hover:active,
.button-root--loading-10-1-2:active,
.button-root--loading-10-1-2:active:active,
.button-root--loading-10-1-2:hover:active {
  border-color: transparent;
}

.button-root--disabled-10-1-2 .button-root__text-10-1-2,
.button-root--disabled-10-1-2:active .button-root__text-10-1-2,
.button-root--disabled-10-1-2:hover .button-root__text-10-1-2,
.button-root--loading-10-1-2 .button-root__text-10-1-2,
.button-root--loading-10-1-2:active .button-root__text-10-1-2,
.button-root--loading-10-1-2:hover .button-root__text-10-1-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.button-root--disabled-10-1-2 {
  cursor: not-allowed;
}

.button-root--with-icon-left-10-1-2 {
  padding-left: 12px;
}

.button-root--with-icon-right-10-1-2 {
  padding-right: 12px;
}

.button-root--icon-only-10-1-2 {
  justify-content: center;
  padding: 0;
}

.button-root--icon-only-10-1-2 .button-root__icon-10-1-2 {
  margin: 0;
}

.button-root--fluid-10-1-2 {
  justify-content: center;
  width: 100%;
}

.button-root--fluid-10-1-2.button-root--icon-only-10-1-2 {
  width: 100%;
}

.button-root__loader-container-10-1-2 {
  overflow: hidden;
}

.button-root__loader-10-1-2 {
  vertical-align: text-bottom;
}

.button-root--loading-10-1-2,
.button-root--loading-10-1-2:active,
.button-root--loading-10-1-2:focus,
.button-root--loading-10-1-2:hover {
  cursor: default;
}

.button-root--loading-10-1-2 .button-root__loader-container-10-1-2,
.button-root--loading-10-1-2:active .button-root__loader-container-10-1-2,
.button-root--loading-10-1-2:focus .button-root__loader-container-10-1-2,
.button-root--loading-10-1-2:hover .button-root__loader-container-10-1-2 {
  height: 16px;
  opacity: 0;
  width: 24px;
}

.button-root--loading-10-1-2 .button-root__loader-container--default-10-1-2,
.button-root--loading-10-1-2:active
  .button-root__loader-container--default-10-1-2,
.button-root--loading-10-1-2:focus
  .button-root__loader-container--default-10-1-2,
.button-root--loading-10-1-2:hover
  .button-root__loader-container--default-10-1-2 {
  align-items: center;
  background-color: var(--dc-color-grey-80, #edeeee);
  border-radius: 5px;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}

.button-root--loading-10-1-2 .button-root__loader-container--with-title-10-1-2,
.button-root--loading-10-1-2:active
  .button-root__loader-container--with-title-10-1-2,
.button-root--loading-10-1-2:focus
  .button-root__loader-container--with-title-10-1-2,
.button-root--loading-10-1-2:hover
  .button-root__loader-container--with-title-10-1-2 {
  display: flex;
  justify-content: flex-start;
  opacity: 1;
}

.button-root--loading-with-title-10-1-2 {
  padding-left: 12px;
}

.button-root--loading-with-title-fluid-10-1-2 {
  justify-content: center;
}

.button-root--loading-with-title-fluid-10-1-2:active
  .button-root__loader-container--with-title-10-1-2,
.button-root--loading-with-title-fluid-10-1-2:active
  .button-root__loader-container-10-1-2,
.button-root--loading-with-title-fluid-10-1-2:focus
  .button-root__loader-container--with-title-10-1-2,
.button-root--loading-with-title-fluid-10-1-2:focus
  .button-root__loader-container-10-1-2,
.button-root--loading-with-title-fluid-10-1-2:hover
  .button-root__loader-container--with-title-10-1-2,
.button-root--loading-with-title-fluid-10-1-2:hover
  .button-root__loader-container-10-1-2 {
  display: inline-flex;
}

.button-root--loading-with-title-fluid-10-1-2
  .button-root__loader-container--with-title-10-1-2 {
  display: inline-flex;
  order: -1;
}

.button-root--loading-with-title-fluid-10-1-2 .button-root__text-10-1-2 {
  flex: 0 0 auto;
}

.loader-dc-loader-6-0-1 {
  display: inline-block;
}

.loader-dc-loader--extra-large-6-0-1 {
  height: 48px;
  width: 48px;
}

.loader-dc-loader--large-6-0-1 {
  height: 32px;
  width: 32px;
}

.loader-dc-loader--medium-6-0-1 {
  height: 24px;
  width: 24px;
}

.loader-dc-loader--small-6-0-1 {
  height: 16px;
  width: 16px;
}

.loader-dc-loader--large-deprecated-6-0-1 {
  height: 96px;
  width: 96px;
}

.loader-dc-loader--medium-deprecated-6-0-1 {
  height: 48px;
  width: 48px;
}

.loader-dc-loader--small-deprecated-6-0-1 {
  height: 24px;
  width: 24px;
}

.loader-dc-loader--extra-small-deprecated-6-0-1 {
  height: 16px;
  width: 16px;
}

.loader-dc-loader__svg-6-0-1 {
  animation: loader-svgRotate-6-0-1 1.6s linear infinite;
}

.loader-dc-loader__svg-6-0-1 .loader-dc-loader__circle-inner-6-0-1,
.loader-dc-loader__svg-6-0-1 .loader-dc-loader__circle-outer-6-0-1 {
  fill: transparent;
  stroke-dashoffset: 30;
  stroke-width: 5px;
}

.loader-dc-loader__svg-6-0-1 .loader-dc-loader__circle-inner-6-0-1 {
  stroke: var(--dc-color-green, #53b374);
  stroke-dasharray: 180;
  stroke-linecap: round;
  animation: loader-circleBorder-6-0-1 3.2s linear infinite;
  transform-origin: center;
}

@keyframes loader-svgRotate-6-0-1 {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes loader-circleBorder-6-0-1 {
  0% {
    stroke-dashoffset: 30;
  }

  50% {
    stroke-dashoffset: 180;
    transform: rotate(180deg);
  }

  to {
    stroke-dashoffset: 30;
    transform: rotate(1turn);
  }
}

._3RnSxiGry0ULFa9tQlvFDu {
  font-family: SeroPro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #242629;
}

._2BQJ0jUqnIMPxtjLxx-Kwg {
  font-size: 14px;
  line-height: 20px;
  color: #737476;
  margin-top: 4px;
}

.xtLfeTYeZ05QDsE1mQwxV {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

@media (min-width: 1247px) {
  .xtLfeTYeZ05QDsE1mQwxV {
    display: none;
  }
}

._2L5-F0A3ok2vlz3BHyFBKz {
  white-space: nowrap;
}

._3udS6MGelaTh2y5ENX_6jg {
  display: none;
}

@media (min-width: 1024px) {
  ._3udS6MGelaTh2y5ENX_6jg {
    display: block;
  }
}

._3iAOxW3j7_T7iUnLwsRzEl {
  display: block;
}

@media (min-width: 1024px) {
  ._3iAOxW3j7_T7iUnLwsRzEl {
    display: none;
  }
}

._3EcOfM1Al09STRuGhP66Vq {
  display: block;
  padding: 0;
  background: none;
  position: relative;
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

._1X7QZiHxAc70zlMMRU-rIi {
  width: 100%;
}

.JInI-s6E9Not663-74V6z {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hint-title-4-0-1 {
  font: 600 20px/28px SBSans, SeroPro, sans-serif;
}

.hint-root-4-0-1,
.hint-text-4-0-1,
.hint-title-4-0-1 {
  color: var(--dc-color-afro, #242629);
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.hint-root-4-0-1,
.hint-text-4-0-1 {
  font: normal 14px/20px SBSans, SeroPro, sans-serif;
}

.hint-root-4-0-1 {
  box-sizing: border-box;
  padding: 24px 16px;
  text-align: left;
}

.hint-root--normal-4-0-1 {
  width: 180px;
}

.hint-root--wide-4-0-1 {
  width: 280px;
}

.hint-close-4-0-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 8px;
}

.hint-banner-4-0-1 {
  margin-bottom: 8px;
}

.hint-banner-4-0-1 + .hint-content-4-0-1 {
  padding-top: 0;
}

.hint-image-4-0-1 {
  margin-right: 12px;
}

.hint-title-4-0-1 {
  display: flex;
}

.hint-title-content-4-0-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hint-text-4-0-1 {
  color: var(--dc-color-grey-640, #737476);
}

.hint-text-wrap-4-0-1 {
  width: 100%;
}

.hint-text-wrap-4-0-1 + .hint-text-wrap-4-0-1 {
  margin-top: 4px;
}

.hint-footer-4-0-1,
.hint-head-4-0-1 + .hint-content-4-0-1 {
  margin-top: 12px;
}

.hint-buttons-4-0-1 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-top: -8px;
}

.hint-buttons--with_footer-4-0-1 {
  margin-bottom: 8px;
}

.hint-button-4-0-1 {
  margin-left: 8px;
  margin-top: 8px;
}

.hint-button--fluid-4-0-1 {
  width: 100%;
}

.icon-root-5-0-1 {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  min-height: 16px;
  min-width: 16px;
  overflow: hidden;
  width: 16px;
}

.icon-root-5-0-1:hover {
  transition: color 0.15s ease-in-out;
}

.icon-root--24-5-0-1 {
  height: 24px;
  line-height: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.icon-root--32-5-0-1 {
  height: 32px;
  line-height: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.icon-root--48-5-0-1 {
  height: 48px;
  line-height: 48px;
  min-height: 48px;
  min-width: 48px;
  width: 48px;
}

._2K-vC4nTzrGG1TQHQ2HGL {
  font-family: SeroPro, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #93989d;
}

@media (min-width: 768px) {
  ._2K-vC4nTzrGG1TQHQ2HGL {
    font-size: 14px;
  }
}

._6jtnWKzvd6lOHp8ICgMv {
  color: #fff;
}

._1LEfKQ0WfzhZNlTo0KKy01 {
  font-size: 12px;
}

._3gNM-Vy-F04mXdV3m7eDa5 {
  display: flex;
  align-items: center;
  gap: 4px;
}

._19zitcoxuphOm2IGRCrUgj {
  margin: 0;
  padding: 0;
  font-family: SeroPro, sans-serif;
  line-height: 1.33;
  color: #242629;
  display: block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 768px) {
  ._19zitcoxuphOm2IGRCrUgj {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  ._19zitcoxuphOm2IGRCrUgj {
    font-size: 24px;
  }
}

._1rMtvwq1_0KwWEWAsjJ98j {
  color: #53b374;
}

._1-RQARPJYM2Q-JajvKFb_e {
  margin: 0;
  padding: 0;
  font-family: SeroPro, sans-serif;
  line-height: 1.33;
  color: #242629;
  display: block;
  padding-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #a7a8a9;
  text-decoration: line-through;
}

@media (min-width: 768px) {
  ._1-RQARPJYM2Q-JajvKFb_e {
    font-size: 14px;
  }
}

._34QX7oqIZfECUbo-EHfvlu {
  display: block;
  padding-top: 6px;
}

._1BxqewGBjAQm4xdmm3nGip {
  font-family: SeroPro, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #242629;
  margin-bottom: 16px;
}

._3lbC6TPNtYdB8w5GPNxBBV {
  display: flex;
  align-items: center;
  font-family: SeroPro, sans-serif;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #737476;
}

._3o3ta56fuL17havbEpb83f {
  margin-top: 16px;
}

.lmpaTBJMRVvFzMIssrJVU {
  margin-bottom: 8px;
  font-family: SeroPro, sans-serif;
  font-size: 14px;
  line-height: 1.33;
  color: #93989d;
}

._3bd7L_265H3nX7Dfn23byF {
  display: flex;
  margin-top: 4px;
  margin-bottom: 4px;
  justify-content: space-between;
}

._2eQDhnCG0PzcvFZoopVEyg {
  display: flex;
}

._3PxLxQajDP1I3yDk0CsMOY {
  margin-top: 1px;
}

.I14lZ9IR_unZPyl6R6sIR {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
}

._3OwvxNzkhWIiBaE3rIRHid {
  font-size: 14px;
  line-height: 20px;
  color: #737476;
}

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

._2-pRIfHXfCwBvlhNbvRs8C {
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}

._1UeVIxmT1REx-uBYOl4Clv {
  font-size: 14px;
  line-height: 20px;
  color: #737476;
}

.Ew2UBwNRrQ_oFuu2pLyet {
  margin-top: 1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
}

._3-_wcxPROZkqgmdjt29F8I {
  color: #53b374;
}

._1A2aIgkK15h0HirmeibiQx {
  text-decoration: line-through;
  color: #737476;
}

._2E1BNClYBQo_teuucP4gyW {
  font-family: SeroPro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #242629;
}

._3k2uGCqOgmGwMQkcOGBuh0 {
  font-size: 14px;
  line-height: 20px;
  color: #737476;
  margin-top: 4px;
}

._2dRePlVU-LCYXsqdB4W_l5 {
  font-family: SeroPro, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #242629;
  margin-bottom: 16px;
}

.QEYn6VOPh57JadakJsUAF {
  display: flex;
  align-items: center;
  font-family: SeroPro, sans-serif;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
}

._3d93J-xo-0TnfJ8ohiBPtq {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

._2_NBbgotHTImvw4e3moBDL {
  width: 45%;
}

._2_NBbgotHTImvw4e3moBDL:nth-child(odd) {
  padding-right: 8px;
}

._2_NBbgotHTImvw4e3moBDL:not(:last-child):not(:nth-last-child(2)) {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  ._2_NBbgotHTImvw4e3moBDL:not(:last-child):not(:nth-last-child(2)) {
    margin-bottom: 24px;
  }
}

._3C86Z7i8dv1zqoU6872QsT {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #242629;
}

@media (min-width: 768px) {
  ._3C86Z7i8dv1zqoU6872QsT {
    font-size: 18px;
  }
}

._29d_aJFmpH9eGVN3jNniwo {
  font-size: 20px;
}

@media (min-width: 768px) {
  ._29d_aJFmpH9eGVN3jNniwo {
    font-size: 24px;
  }
}

._14u51kGkF24M-wjHuK2JQ9 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

._2dIugwKPfaZo8iiuUVFkRc {
  color: #53b374;
}

.PYy10kZAQ8HSaIDypHveC {
  display: none;
}

@media (min-width: 768px) {
  .PYy10kZAQ8HSaIDypHveC {
    display: flex;
  }
}

._3CwBGuF9j6kEFcStiNs8_S {
  font-family: SeroPro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #242629;
}

._3pWxizoGs-6B0sXD25X1Ka {
  font-size: 14px;
  line-height: 20px;
  color: #737476;
  margin-top: 4px;
}

._5CXMcug7raNMVh5RZHyb {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

@media (min-width: 1247px) {
  ._5CXMcug7raNMVh5RZHyb {
    display: none;
  }
}

._10BThW_go0xuey7ynMNRYa {
  white-space: nowrap;
}

._1yKf2U84r6sdmQP2hus_As {
  font-family: SeroPro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #242629;
}

._3DhTW2n_tWY9u_3fX9TL8o {
  margin-top: 12px;
}

._1wbUPQr_j1jDb5ACDeALiS {
  margin: 12px 0 0;
  font-family: SeroPro, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #242629;
}

._2WQ7dLk2gCucW6UXT6kYp- {
  font-weight: 500;
}

.YiDQ1DEwOXJMytXYUy_JW {
  margin-top: 12px;
}

._3LcGGKRN57Ugk1KsivpOBl {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 8px;
  column-gap: 8px;
}

@media (min-width: 1024px) {
  ._3LcGGKRN57Ugk1KsivpOBl {
    row-gap: 24px;
    column-gap: 16px;
  }
}

@media (max-width: 768px) {
  ._3LcGGKRN57Ugk1KsivpOBl {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  ._3LcGGKRN57Ugk1KsivpOBl {
    grid-template-columns: 1fr 1fr;
  }
}

._18-EzZjjDPDhDzNEBk8Fb_ {
  row-gap: 8px;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 768px) {
  ._18-EzZjjDPDhDzNEBk8Fb_ {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

._3ztl0_jPJx9FlHUscUXby7 {
  display: flex;
}

@media (min-width: 1024px) {
  ._3ztl0_jPJx9FlHUscUXby7 {
    margin-top: 24px;
  }
}

._16PHtZSMOoHLOxYaQknJ1G {
  width: 50%;
}

._1aECC74FV1-Kd--4AskRmw {
  display: none;
}

@media (min-width: 768px) {
  ._1aECC74FV1-Kd--4AskRmw {
    display: block;
  }
}

._16PHtZSMOoHLOxYaQknJ1G:nth-child(odd) {
  padding-right: 16px;
}

._16PHtZSMOoHLOxYaQknJ1G:not(:last-child):not(:nth-last-child(2)) {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  ._16PHtZSMOoHLOxYaQknJ1G:not(:last-child):not(:nth-last-child(2)) {
    margin-bottom: 24px;
  }
}

._2DxfjmPjonAgQpxbdnICPa {
  box-sizing: border-box;
  font-family: SeroPro, sans-serif;
}

._2DxfjmPjonAgQpxbdnICPa *,
._2DxfjmPjonAgQpxbdnICPa *::before,
._2DxfjmPjonAgQpxbdnICPa *::after {
  box-sizing: inherit;
}

._1ylZkL1WJ7ExGAUjTP0Gw3 {
  margin: 0;
  padding: 0;
  font-family: SeroPro, sans-serif;
  line-height: 1.33;
  color: #242629;
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 14px;
}

._2yuZS2EFEQN_By1PA65mh1 {
  margin-top: 16px;
}

@media (min-width: 768px) {
  ._2gnFjTdcUyZcx3m5CAJJxl {
    display: none;
  }
}

._jxtAGzn3711qrgDNzpW_ {
  margin-bottom: 24px;
  text-align: center;
}

._39_RYjuw6yjFXv5HGGg-_3 {
  margin: 0;
  padding: 0;
  font-family: SeroPro, sans-serif;
  line-height: 1.33;
  color: #242629;
  font-size: 18px;
  font-weight: 500;
}

._34oK_XSFBRJGHYZFiMuP9_ {
  margin: 0;
  padding: 0;
  font-family: SeroPro, sans-serif;
  line-height: 1.33;
  color: #242629;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 500;
}

.gRWVZjEp676wfaZSnbjVR {
  padding: 24px 0;
}

.gRWVZjEp676wfaZSnbjVR:not(:last-of-type) {
  border-bottom: 1px dotted #c9cbcd;
}

._2RwsL_oKFrEK9oh3oTaIT0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

._9QPN6CQvFoNZokJI5UlLE {
  display: flex;
  align-items: center;
}

._1Uq37Tg0yv0UOKIxIVSRVV {
  margin: 0;
  padding: 0;
  font-family: SeroPro, sans-serif;
  line-height: 1.33;
  color: #242629;
  margin: 8px 0;
  font-size: 14px;
  color: #737476;
}

._12T8ggiEd8AA2k3kmKX8m_ {
  display: block;
  margin-right: 8px;
  margin-left: 8px;
  color: #53b374;
  white-space: nowrap;
}

@media (min-width: 768px) {
  ._12T8ggiEd8AA2k3kmKX8m_ {
    margin-right: 24px;
  }
}

._2RPcsOTYetyyaqO6UNKxtg {
  color: #93989d;
}

._2xgRqwZXpPMcAj3-P3D7Xm {
  margin-top: 24px;
}

._2KHofOBjPamzskhxK2j2vY {
  margin-bottom: 12px;
}

._1lX6UUqnpDvA6IL_uEEW2s {
  color: #53b374;
}

._2x5Fav_MPLgDuMH_cOj9Zt {
  margin: 16px 0;
}

@media (min-width: 768px) {
  .FNPtf6A0Gfbm5PGXbfvsL {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

._2h-Bs0pkoRHRrgomSW59_j {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  ._2h-Bs0pkoRHRrgomSW59_j {
    flex-direction: column;
    text-align: right;
  }
}

._19-MMJTJrNyP9cdSGZG5L1 {
  display: flex;
  width: 100%;
}

@media (min-width: 768px) {
  ._19-MMJTJrNyP9cdSGZG5L1 {
    justify-content: end;
  }
}

._36S71bK_aadCHR9cF16k0P {
  margin: 0;
  padding: 0;
  font-family: SeroPro, sans-serif;
  line-height: 1.33;
  color: #242629;
  display: flex;
  align-items: center;
  font-size: 14px;
}

._16i2J_uenkFEORVXYVFqtJ {
  display: block;
  margin-left: 4px;
}

._1wiI6BYSbhHbzmE6TPodyV {
  margin: 0;
  padding: 0;
  font-family: SeroPro, sans-serif;
  line-height: 1.33;
  color: #242629;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.KTGsE0CYcG13A52XVMqdg {
  color: #53b374;
}

._37AK-ARoZp5GMIQ1WCSoT8 {
  position: relative;
  font-size: 0;
  line-height: 0;
}

.muFn5s1eLTCx_BDWPD1i_ {
  display: block;
}

._3BurHIOmWPWi-vp9JeCjPl {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

._3mye4ptZAHznNO6z4hty37 {
  display: block;
  margin-left: 8px;
}

._5TbRo5UvYvyw2p-8LFG2 {
  position: relative;
  display: block;
}

._1J1xLK-Vd9_CfTaYSxv6c9 {
  padding: 0 12px;
  margin-top: -1px;
}

.VN6HNwvmg769psi8l5vIh {
  font-size: 16px;
  line-height: 1.33;
  color: #53b374;
  pointer-events: none;
}

._2Gm_CFdWgceBMR-jsO2_zr {
  color: #93989d;
}

._4b0c-ZtbekPTVWLJkLr80 {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.33;
  font-weight: 500;
}

._2cfPDN8FxsoS3STWwGcEWE {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  color: #737476;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.slider-input-root-7-0-6:after,
.slider-input-root-7-0-6:before,
.slider-root-7-0-6:after,
.slider-root-7-0-6:before {
  font-family: SBSans, SeroPro, sans-serif;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.slider-axis-7-0-6,
.slider-root-7-0-6,
.slider-thumb-7-0-6 {
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
}

.slider-axis-7-0-6::-moz-focus-inner,
.slider-root-7-0-6::-moz-focus-inner,
.slider-thumb-7-0-6::-moz-focus-inner {
  border: none;
}

.slider-axis-7-0-6:focus,
.slider-root-7-0-6:focus,
.slider-thumb-7-0-6:focus {
  outline: none;
}

.slider-counter-7-0-6 {
  -webkit-touch-callout: none;
  color: var(--dc-color-afro, #242629);
  font: 600 14px/20px SBSans, SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  -webkit-user-select: none;
  user-select: none;
}

.slider-input-root-7-0-6:after,
.slider-input-root-7-0-6:before,
.slider-root--with-label-7-0-6 .slider-label-7-0-6,
.slider-root-7-0-6:after,
.slider-root-7-0-6:before {
  color: var(--dc-color-afro, #242629);
  font: normal 14px/20px SBSans, SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.slider-root-7-0-6 {
  display: flex;
  height: 24px;
  min-width: 180px;
  position: relative;
  touch-action: none;
  width: 100%;
}

.slider-root-7-0-6:after,
.slider-root-7-0-6:before {
  bottom: -20px;
  content: "";
  height: 20px;
  pointer-events: none;
  position: absolute;
}

.slider-root-7-0-6:before {
  content: attr(data-left-hint);
  left: 0;
}

.slider-root-7-0-6:after {
  content: attr(data-right-hint);
  right: 0;
}

.slider-root-7-0-6:focus.focus-visible {
  cursor: pointer;
}

.slider-root-7-0-6:focus.focus-visible .slider-axis-7-0-6:before {
  background-color: var(--dc-color-grey-400, #a7a8a9);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .slider-root-7-0-6:hover {
    cursor: pointer;
  }

  .slider-root-7-0-6:hover .slider-axis-7-0-6:before {
    background-color: var(--dc-color-grey-400, #a7a8a9);
  }
}

.slider-root--active-7-0-6 {
  cursor: pointer;
}

.slider-root--active-7-0-6 .slider-axis-7-0-6:before {
  background-color: var(--dc-color-grey-400, #a7a8a9);
}

.slider-root--active-7-0-6 .slider-thumb-inner-7-0-6 {
  transition: 0s;
}

.slider-root--active-7-0-6 .slider-axis--fill-7-0-6 {
  background-color: var(--dc-color-dark-green-400, #407b56);
  transition: 0s;
}

.slider-root--disabled-7-0-6,
.slider-root--disabled-7-0-6:hover {
  cursor: not-allowed;
}

.slider-root--disabled-7-0-6 .slider-axis-7-0-6:before,
.slider-root--disabled-7-0-6:hover .slider-axis-7-0-6:before {
  background-color: var(--dc-color-grey-200, #d3d4d4);
}

.slider-root--disabled-7-0-6 .slider-axis--fill-7-0-6,
.slider-root--disabled-7-0-6:hover .slider-axis--fill-7-0-6 {
  background-color: var(--dc-color-grey-640, #737476);
}

.slider-root--with-counter-7-0-6 {
  margin-top: 20px;
}

.slider-root--with-hint-7-0-6,
.slider-root--with-small-hints-7-0-6 {
  margin-bottom: 20px;
}

.slider-root--with-label-7-0-6 {
  margin-top: 40px;
}

.slider-root--with-label-7-0-6 .slider-label-7-0-6 {
  color: var(--dc-color-grey-640, #737476);
  height: 20px;
  left: 0;
  position: absolute;
  top: -40px;
  white-space: nowrap;
}

.slider-root--with-hint-7-0-6:before {
  bottom: -22px;
  color: var(--dc-color-grey-640, #737476);
  font-size: 12px;
  height: 16px;
  line-height: 16px;
}

.slider-root--invalid-7-0-6.slider-root--with-hint-7-0-6:before {
  color: var(--dc-color-red, #ff6a59);
}

.slider-root--input-slider-mode-7-0-6 {
  bottom: -12px;
  position: absolute;
}

.slider-root--input-slider-mode-7-0-6 .slider-axis-7-0-6 {
  height: 8px;
}

.slider-root--input-slider-mode-7-0-6 .slider-axis--fill-7-0-6,
.slider-root--input-slider-mode-7-0-6 .slider-axis-7-0-6:before {
  border-radius: 0 0 5px 5px;
}

.slider-root--input-slider-mode-7-0-6 .slider-thumb-7-0-6 {
  top: -1px;
}

.slider-root--webview-disabled-7-0-6 .slider-axis--fill-7-0-6,
.slider-root--webview-disabled-7-0-6 .slider-axis-7-0-6:before,
.slider-root--webview-disabled-7-0-6:hover .slider-axis--fill-7-0-6,
.slider-root--webview-disabled-7-0-6:hover .slider-axis-7-0-6:before {
  background-color: var(--dc-color-grey-200, #d3d4d4);
  border-radius: 8px;
}

.slider-root--webview-7-0-6 {
  color: var(--dc-color-grey-640, #737476);
  position: relative;
}

.slider-root--webview-7-0-6 .slider-axis-7-0-6 {
  height: 4px;
}

.slider-root--webview-7-0-6 .slider-axis--fill-7-0-6,
.slider-root--webview-7-0-6 .slider-axis-7-0-6:before {
  border-radius: 8px;
}

.slider-root--webview-7-0-6 .slider-thumb-7-0-6 {
  top: -3px;
}

.slider-root--webview-7-0-6:after,
.slider-root--webview-7-0-6:before {
  color: var(--dc-color-grey-640, #737476);
}

.slider-user-select-none-7-0-6 * {
  -webkit-user-select: none;
  user-select: none;
}

.slider-axis-7-0-6 {
  height: 4px;
  left: -10px;
  position: absolute;
  top: 10px;
  width: calc(100% + 20px);
}

.slider-axis-7-0-6:before {
  background-color: var(--dc-color-grey-200, #d3d4d4);
  border-radius: 8px;
  content: "";
  height: 100%;
  left: 10px;
  position: absolute;
  top: 0;
  transition: background-color 0.2s linear;
  width: calc(100% - 20px);
}

.slider-axis--fill-7-0-6 {
  background-color: var(--dc-color-green, #53b374);
  border-radius: 3px 0 0 3px;
  height: 100%;
  left: 10px;
  position: absolute;
  top: 0;
  transition: 0.2s;
}

.slider-root--disabled-7-0-6 .slider-thumb-inner-7-0-6,
.slider-root--disabled-7-0-6:hover .slider-thumb-inner-7-0-6 {
  background-color: var(--dc-color-grey-200, #d3d4d4);
}

.slider-root--disabled-7-0-6 .slider-thumb-inner-7-0-6:before,
.slider-root--disabled-7-0-6:hover .slider-thumb-inner-7-0-6:before {
  background-color: var(--dc-color-grey-200, #d3d4d4);
  transform: none;
}

.slider-root--disabled-7-0-6 .slider-counter-7-0-6,
.slider-root--disabled-7-0-6:hover .slider-counter-7-0-6 {
  background-color: var(--dc-color-grey-80, #edeeee);
  color: var(--dc-color-grey-640, #737476);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .slider-root-7-0-6:not(.slider-root--disabled-7-0-6):focus.focus-visible
    .slider-thumb-inner-7-0-6:before,
  .slider-root-7-0-6:not(.slider-root--disabled-7-0-6):hover
    .slider-thumb-inner-7-0-6:before {
    transform: scale(1.2);
  }
}

.slider-root--active-7-0-6 .slider-thumb-inner-7-0-6:before {
  transform: scale(1.2);
}

.slider-thumb-7-0-6 {
  display: flex;
  height: 30px;
  justify-content: center;
  left: -15px;
  position: absolute;
  top: -3px;
  width: 30px;
}

.slider-thumb-inner-7-0-6 {
  background-color: #fff;
  bottom: 5px;
  left: 5px;
  right: 5px;
  top: 5px;
}

.slider-thumb-inner-7-0-6,
.slider-thumb-inner-7-0-6:before {
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(36, 38, 41, 0.24);
  position: absolute;
  transition: 0.2s;
}

.slider-thumb-inner-7-0-6:before {
  background-color: var(--dc-color-white, #fff);
  content: "";
  height: 20px;
  left: 0;
  top: 0;
  width: 20px;
}

.slider-counter-7-0-6 {
  align-items: center;
  background-color: var(--dc-color-green-200, #ddf0e3);
  border-radius: 12px;
  color: var(--dc-color-dark-green-640, #355944);
  display: flex;
  height: 20px;
  justify-content: center;
  line-height: normal;
  padding: 0 4px;
  position: absolute;
  text-align: center;
  top: -21px;
  transition: right 0.1s;
  white-space: nowrap;
}

.slider-counter--min-value-7-0-6 {
  left: -12px;
  position: absolute;
  top: -24px;
}

.slider-counter--max-value-7-0-6 {
  position: absolute;
  right: -12px;
  top: -24px;
}

.slider-input-root-7-0-6 {
  display: flex;
  flex-direction: column;
  min-width: 180px;
  position: relative;
  width: 100%;
}

.slider-input-root-7-0-6:after,
.slider-input-root-7-0-6:before {
  bottom: -30px;
  content: "";
  height: 20px;
  position: absolute;
}

.slider-input-root-7-0-6:before {
  content: attr(data-left-hint);
  left: 0;
}

.slider-input-root-7-0-6:after {
  content: attr(data-right-hint);
  right: 0;
}

.slider-input-root--with-hint-7-0-6,
.slider-input-root--with-small-hints-7-0-6 {
  margin-bottom: 30px;
}

.slider-input-root--with-hint-7-0-6:before {
  color: var(--dc-color-grey-640, #737476);
  font-size: 12px;
  height: 16px;
  line-height: 16px;
}

.slider-input-root--webview-7-0-6 .slider-input-7-0-6 {
  border-radius: 5px;
  height: 64px;
}

.slider-input-root--webview-7-0-6 .slider-input-root--disabled-7-0-6,
.slider-input-root--webview-7-0-6 .slider-input-root--disabled-7-0-6:hover {
  background-color: #f2f6f9;
}

.slider-input-root--webview-7-0-6 .slider-input-root--input-slider-mode-7-0-6 {
  bottom: -32px;
}

.slider-input-root--webview-7-0-6
  .slider-input-root--input-slider-mode-7-0-6
  .slider-axis-7-0-6 {
  height: 4px;
}

.slider-input-root--invalid-7-0-6.slider-input-root--with-hint-7-0-6:before {
  color: var(--dc-color-red, #ff6a59);
}

.slider-input-7-0-6 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.dc-input__input-6-1-2,
.dc-input__label-6-1-2,
.dc-input__left-section-6-1-2,
.dc-input__right-section-6-1-2 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  font-family: SeroPro, sans-serif;
  font-style: normal;
  font-stretch: normal;
}

.dc-input-6-1-2 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}

.dc-input-6-1-2::-moz-focus-inner {
  border: none;
}

.dc-input-6-1-2:focus {
  outline: none;
}

.dc-input-6-1-2 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dc-color-white, #fff);
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-radius: 5px;
  vertical-align: middle;
  transition: border-color 0.2s;
}

.dc-input--fluid-6-1-2 {
  width: 100%;
}

.dc-input--has-label-6-1-2 .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--has-label-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--has-label-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--has-label-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:hover {
  padding-top: 26px;
}

.dc-input__input-6-1-2 {
  width: 100%;
  height: calc(100% - 2px);
  margin: 1px 0;
  padding: 11px 12px;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  text-overflow: ellipsis;
  background-color: transparent;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--dc-color-afro, #242629);
}

.dc-input__input-6-1-2::placeholder {
  font-size: 16px;
  color: var(--dc-color-grey-640, #737476);
}

.dc-input__input-6-1-2::-moz-placeholder {
  opacity: 1;
}

.dc-input__input-6-1-2:-webkit-autofill,
.dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input__input-6-1-2:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 50px var(--dc-color-white, #fff) inset;
  -webkit-text-fill-color: var(--dc-color-afro, #242629);
  font-size: 16px;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .dc-input-6-1-2:hover {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-input-6-1-2:hover .dc-input__left-section-6-1-2,
  .dc-input-6-1-2:hover .dc-input__right-section-6-1-2 {
    color: var(--dc-color-grey-800, #505154);
  }
}

.dc-input--hover-6-1-2 {
  border-color: var(--dc-color-afro, #242629);
}

.dc-input__left-section-6-1-2,
.dc-input__right-section-6-1-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dc-color-grey-400, #a7a8a9);
  font-weight: 500;
  font-size: 14px;
  transition: 0.2s;
  border: 0;
  height: 100%;
  box-shadow: none;
  line-height: normal;
  white-space: nowrap;
}

.dc-input__left-section-6-1-2 {
  padding-left: 12px;
}

.dc-input__right-section-6-1-2 {
  padding-right: 12px;
}

.dc-input__label-6-1-2 {
  position: absolute;
  top: 16.5px;
  left: 12px;
  width: calc(100% - 24px);
  font-size: 16px;
  color: var(--dc-color-grey-640, #737476);
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  transform-origin: left;
  transition: 0.2s;
  white-space: nowrap;
  pointer-events: none;
  text-align: left;
}

.dc-input-6-1-2.dc-input--focus-6-1-2:not(.dc-input--readonly-6-1-2):not(
    .dc-input--not-editable-6-1-2
  )
  .dc-input__label-6-1-2,
.dc-input-6-1-2.dc-input--not-empty-6-1-2 .dc-input__label-6-1-2 {
  transform: scale(0.75) translateY(-16px);
  width: calc(133% - 24px);
}

.dc-input__input-6-1-2:-webkit-autofill + .dc-input__label-6-1-2 {
  transform: scale(0.75) translateY(-14px);
  width: calc(133% - 24px);
}

.dc-input__left-section-6-1-2
  + .dc-input__input-container-6-1-2
  > .dc-input__label-6-1-2 {
  left: 0;
}

.dc-input__input-container-6-1-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.dc-input-6-1-2.dc-input--has-label-6-1-2.dc-input--focus-6-1-2
  .dc-input__input-6-1-2,
.dc-input-6-1-2.dc-input--has-label-6-1-2.dc-input--not-empty-6-1-2
  .dc-input__input-6-1-2 {
  padding-top: 29px;
}

.dc-input--focus-6-1-2 {
  border-color: var(--dc-color-afro, #242629);
}

.dc-input--invalid-6-1-2,
.dc-input--invalid-6-1-2:focus,
.dc-input--invalid-6-1-2:focus:hover,
.dc-input--invalid-6-1-2:hover {
  border-color: var(--dc-color-red, #ff6a59);
}

.dc-input--valid-6-1-2,
.dc-input--valid-6-1-2:focus,
.dc-input--valid-6-1-2:focus:hover,
.dc-input--valid-6-1-2:hover {
  border-color: var(--dc-color-green, #53b374);
}

.dc-input--focus-6-1-2:not(.dc-input--invalid-6-1-2) {
  border-color: var(--dc-color-afro, #242629);
}

.dc-input--disabled-6-1-2,
.dc-input--disabled-6-1-2:focus,
.dc-input--disabled-6-1-2:focus:hover,
.dc-input--disabled-6-1-2:hover {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
}

.dc-input--disabled-6-1-2 .dc-input__input-6-1-2,
.dc-input--disabled-6-1-2 .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--disabled-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--disabled-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--disabled-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--disabled-6-1-2:focus .dc-input__input-6-1-2,
.dc-input--disabled-6-1-2:focus .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--disabled-6-1-2:focus .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--disabled-6-1-2:focus .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--disabled-6-1-2:focus .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--disabled-6-1-2:focus:hover .dc-input__input-6-1-2,
.dc-input--disabled-6-1-2:focus:hover .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--disabled-6-1-2:focus:hover
  .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--disabled-6-1-2:focus:hover
  .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--disabled-6-1-2:focus:hover
  .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--disabled-6-1-2:hover .dc-input__input-6-1-2,
.dc-input--disabled-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--disabled-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--disabled-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--disabled-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill:hover {
  color: var(--dc-color-grey-400, #a7a8a9);
  -webkit-text-fill-color: var(--dc-color-grey-400, #a7a8a9);
  -webkit-box-shadow: 0 0 0 50px var(--dc-color-grey-80, #edeeee) inset;
  opacity: 1;
  -webkit-opacity: 1;
}

.dc-input--disabled-6-1-2 .dc-input__label-6-1-2,
.dc-input--disabled-6-1-2 .dc-input__left-section-6-1-2,
.dc-input--disabled-6-1-2 .dc-input__right-section-6-1-2,
.dc-input--disabled-6-1-2:focus .dc-input__label-6-1-2,
.dc-input--disabled-6-1-2:focus .dc-input__left-section-6-1-2,
.dc-input--disabled-6-1-2:focus .dc-input__right-section-6-1-2,
.dc-input--disabled-6-1-2:focus:hover .dc-input__label-6-1-2,
.dc-input--disabled-6-1-2:focus:hover .dc-input__left-section-6-1-2,
.dc-input--disabled-6-1-2:focus:hover .dc-input__right-section-6-1-2,
.dc-input--disabled-6-1-2:hover .dc-input__label-6-1-2,
.dc-input--disabled-6-1-2:hover .dc-input__left-section-6-1-2,
.dc-input--disabled-6-1-2:hover .dc-input__right-section-6-1-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--readonly-6-1-2,
.dc-input--readonly-6-1-2:focus,
.dc-input--readonly-6-1-2:focus:hover,
.dc-input--readonly-6-1-2:hover {
  cursor: default;
  pointer-events: none;
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
}

.dc-input--readonly-6-1-2 .dc-input__input-6-1-2,
.dc-input--readonly-6-1-2 .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--readonly-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--readonly-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--readonly-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--readonly-6-1-2:focus .dc-input__input-6-1-2,
.dc-input--readonly-6-1-2:focus .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--readonly-6-1-2:focus .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--readonly-6-1-2:focus .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--readonly-6-1-2:focus .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--readonly-6-1-2:focus:hover .dc-input__input-6-1-2,
.dc-input--readonly-6-1-2:focus:hover .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--readonly-6-1-2:focus:hover
  .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--readonly-6-1-2:focus:hover
  .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--readonly-6-1-2:focus:hover
  .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--readonly-6-1-2:hover .dc-input__input-6-1-2,
.dc-input--readonly-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--readonly-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--readonly-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--readonly-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill:hover {
  color: var(--dc-color-grey-640, #737476);
  -webkit-text-fill-color: var(--dc-color-grey-640, #737476);
  -webkit-box-shadow: 0 0 0 50px var(--dc-color-grey-80, #edeeee) inset;
  opacity: 1;
  -webkit-opacity: 1;
}

.dc-input--readonly-6-1-2 .dc-input__left-section-6-1-2,
.dc-input--readonly-6-1-2:focus .dc-input__left-section-6-1-2,
.dc-input--readonly-6-1-2:focus:hover .dc-input__left-section-6-1-2,
.dc-input--readonly-6-1-2:hover .dc-input__left-section-6-1-2 {
  color: var(--dc-color-grey-640, #737476);
}

.dc-input--readonly-6-1-2 .dc-input__right-section-6-1-2,
.dc-input--readonly-6-1-2:focus .dc-input__right-section-6-1-2,
.dc-input--readonly-6-1-2:focus:hover .dc-input__right-section-6-1-2,
.dc-input--readonly-6-1-2:hover .dc-input__right-section-6-1-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--not-editable-6-1-2 .dc-input__input-6-1-2 {
  cursor: default;
  pointer-events: none;
}

.dc-input--webview-6-1-2:not(.dc-input--invalid-6-1-2) {
  padding-bottom: 1px;
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
}

.dc-input--webview-focus-6-1-2:not(.dc-input--invalid-6-1-2) {
  padding-bottom: 0;
  border-bottom: 2px solid var(--dc-color-green, #53b374);
}

.dc-input--webview-disabled-6-1-2,
.dc-input--webview-disabled-6-1-2:hover,
.dc-input--webview-disabled-6-1-2:not(.dc-input--invalid-6-1-2) {
  padding-bottom: 1px;
  background-color: #f2f6f9;
  border-color: transparent;
  border-width: 1px;
}

.dc-input--webview-disabled-6-1-2 .dc-input__left-section-6-1-2,
.dc-input--webview-disabled-6-1-2 .dc-input__right-section-6-1-2,
.dc-input--webview-disabled-6-1-2:hover .dc-input__left-section-6-1-2,
.dc-input--webview-disabled-6-1-2:hover .dc-input__right-section-6-1-2,
.dc-input--webview-disabled-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__left-section-6-1-2,
.dc-input--webview-disabled-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__right-section-6-1-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--webview-disabled-6-1-2 .dc-input__input-6-1-2,
.dc-input--webview-disabled-6-1-2 .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--webview-disabled-6-1-2
  .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--webview-disabled-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--webview-disabled-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--webview-disabled-6-1-2:hover .dc-input__input-6-1-2,
.dc-input--webview-disabled-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--webview-disabled-6-1-2:hover
  .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--webview-disabled-6-1-2:hover
  .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--webview-disabled-6-1-2:hover
  .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--webview-disabled-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2,
.dc-input--webview-disabled-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--webview-disabled-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--webview-disabled-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--webview-disabled-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 50px #f2f6f9 inset;
}

.dc-input--webview-readonly-6-1-2,
.dc-input--webview-readonly-6-1-2:hover,
.dc-input--webview-readonly-6-1-2:not(.dc-input--invalid-6-1-2) {
  padding-bottom: 1px;
  background-color: #f2f6f9;
  border-color: transparent;
  border-width: 1px;
}

.dc-input--webview-readonly-6-1-2 .dc-input__left-section-6-1-2,
.dc-input--webview-readonly-6-1-2:hover .dc-input__left-section-6-1-2,
.dc-input--webview-readonly-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__left-section-6-1-2 {
  color: var(--dc-color-grey-640, #737476);
}

.dc-input--webview-readonly-6-1-2 .dc-input__right-section-6-1-2,
.dc-input--webview-readonly-6-1-2:hover .dc-input__right-section-6-1-2,
.dc-input--webview-readonly-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__right-section-6-1-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--webview-readonly-6-1-2 .dc-input__input-6-1-2,
.dc-input--webview-readonly-6-1-2 .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--webview-readonly-6-1-2
  .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--webview-readonly-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--webview-readonly-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--webview-readonly-6-1-2:hover .dc-input__input-6-1-2,
.dc-input--webview-readonly-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--webview-readonly-6-1-2:hover
  .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--webview-readonly-6-1-2:hover
  .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--webview-readonly-6-1-2:hover
  .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--webview-readonly-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2,
.dc-input--webview-readonly-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--webview-readonly-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--webview-readonly-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--webview-readonly-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 50px #f2f6f9 inset;
}

.dc-input--webview-not-empty-6-1-2:not(.dc-input--invalid-6-1-2):not(
    .dc-input--webview-disabled-6-1-2
  ):not(.dc-input--webview-focus-6-1-2) {
  background-color: #f2f6f9;
  border-color: transparent;
  caret-color: var(--dc-color-green, #53b374);
}

.dc-input--webview-invalid-6-1-2,
.dc-input--webview-invalid-6-1-2:hover {
  padding-bottom: 0;
  border-width: 2px;
  border-top: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-left: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-right: 1px solid var(--dc-color-grey-200, #d3d4d4);
}

.dc-input--webview-valid-6-1-2:hover,
.dc-input--webview-valid-6-1-2:not(.dc-input--invalid-6-1-2):not(
    .dc-input--webview-disabled-6-1-2
  ) {
  padding-bottom: 0;
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-bottom: 2px solid var(--dc-color-green, #53b374);
}

.dc-input--webview-6-1-2 .dc-input__input-container-6-1-2 {
  height: 52px;
}

.dc-input--with-left-section-6-1-2 .dc-input__input-6-1-2 {
  padding-left: 0;
}

.dc-input--with-left-section-6-1-2 .dc-input__left-section-6-1-2 {
  padding-right: 8px;
}

.dc-input--with-right-section-6-1-2 .dc-input__input-6-1-2 {
  padding-right: 0;
}

.dc-input--with-right-section-6-1-2 .dc-input__right-section-6-1-2 {
  padding-left: 8px;
}

.dc-input--right-section-with-action-6-1-2 .dc-input__right-section-6-1-2 {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 0 5px 5px 0;
  padding-bottom: 0;
  padding-top: 0;
  outline-style: none;
  background: transparent;
  cursor: pointer;
}

.dc-input--as-button-6-1-2 {
  cursor: pointer;
}

.dc-input--as-button-6-1-2 .dc-input__input-6-1-2,
.dc-input--as-button-6-1-2 .dc-input__input-container-6-1-2,
.dc-input--as-button-6-1-2 .dc-input__left-section-6-1-2,
.dc-input--as-button-6-1-2 .dc-input__right-section-6-1-2 {
  pointer-events: none;
}

.dc-input--as-button-6-1-2.dc-input--disabled-6-1-2 {
  cursor: default;
}

.dc-input--medium-6-1-2,
.dc-input--medium-6-1-2 .dc-input__input-container-6-1-2 {
  height: 40px;
}

.dc-input--large-6-1-2,
.dc-input--large-6-1-2 .dc-input__input-container-6-1-2 {
  height: 52px;
}

.dc-input--large-6-1-2 .dc-input__input-6-1-2::-moz-placeholder {
  line-height: 29px;
}

.dc-input-6-1-2.dc-input--large-6-1-2.dc-input--has-label-6-1-2
  .dc-input__input-6-1-2::-moz-placeholder {
  line-height: 16px;
}

.dc-input--webview-6-1-2 {
  height: 64px;
}

.label-3-0-1 {
  display: block;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: normal 14px/20px SeroPro, sans-serif;
  color: var(--dc-color-grey-640, #737476);
  text-align: left;
}

._2RvvIATS2rrzAg4HafvWiT {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  ._2RvvIATS2rrzAg4HafvWiT {
    display: grid;
    gap: 24px;
    grid-template-columns: 55% 1fr;
  }
}

._1sgNy3kGb5ChZOVscH7rve {
  margin-top: 16px;
}

@media (min-width: 768px) {
  ._1sgNy3kGb5ChZOVscH7rve {
    margin-top: 0;
  }
}

._15_AF1DT-OwFlKqMWpustS {
  border-top: dotted 1px #c9cbcd;
  padding-top: 24px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  ._15_AF1DT-OwFlKqMWpustS {
    padding-top: 32px;
    margin-top: 32px;
  }
}

._2obkb3WjJGTf01MeOqoj_b {
  margin: 8px 0 16px;
}

._3IMNV41z-RnzZXjCnwjtAn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 26px;
  color: #242629;
}

@media (min-width: 768px) {
  ._3IMNV41z-RnzZXjCnwjtAn {
    font-size: 18px;
  }
}

.BndwssvHEKfnV7CpuSmyc {
  margin-top: 8px;
  font-family: SeroPro, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #737476;
}

._3cSBCAmSlJ-VyKvdg_wKdW {
  color: #53b374;
}

._2gUdNRQfWIWGqR0JyBc466 {
  font-weight: 500;
}

._3Jp_N53BKmFKs5XfU_F2_l {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

._3Jp_N53BKmFKs5XfU_F2_l *,
._3Jp_N53BKmFKs5XfU_F2_l *::before,
._3Jp_N53BKmFKs5XfU_F2_l *::after {
  box-sizing: inherit;
}

._2IbqKZMDc4fnJ0HONiiDry {
  display: block;
  align-items: initial;
  flex-wrap: initial;
}

@media (min-width: 768px) {
  ._1myKYim6OygsNdgOUHHNln {
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  ._3Jp_N53BKmFKs5XfU_F2_l {
    flex-wrap: nowrap;
  }
}

._3FRo6OiY-HrbWEZ5s5HT4r {
  box-sizing: border-box;
  font-family: SeroPro, sans-serif;
  flex-grow: 1;
  width: 100%;
  padding-bottom: 32px;
}

@media (min-width: 1024px) {
  ._3FRo6OiY-HrbWEZ5s5HT4r {
    padding-bottom: 0;
    margin-right: 80px;
  }
}

@media (min-width: 768px) {
  ._2_vyG8PBV2uUBwaxFvfhVP {
    margin-right: 0;
    padding-bottom: 32px;
  }
}

._1a7VPGLf-f-5JMMs_hvRGE {
  padding-bottom: 0;
  margin-right: 0;
}

@media (min-width: 1247px) {
  ._1a7VPGLf-f-5JMMs_hvRGE {
    width: 100%;
  }
}

@media (min-width: 1247px) {
  ._3rdAJwGodfQZu4c-x0CwCH {
    width: 680px;
  }
}

._2QSEEZ7VXi-xRJnU1tpFOt {
  box-sizing: border-box;
  font-family: SeroPro, sans-serif;
  box-sizing: border-box;
  width: 100%;
  flex-shrink: 0;
  position: sticky;
  bottom: 0;
  background-color: #fff;
}

._2QSEEZ7VXi-xRJnU1tpFOt *,
._2QSEEZ7VXi-xRJnU1tpFOt *::before,
._2QSEEZ7VXi-xRJnU1tpFOt *::after {
  box-sizing: inherit;
}

@media (min-width: 1024px) {
  ._2QSEEZ7VXi-xRJnU1tpFOt {
    width: 420px;
    background-color: unset;
  }
}

@media (min-width: 1247px) {
  ._2QSEEZ7VXi-xRJnU1tpFOt {
    width: 420px;
  }
}

@media (min-width: 1024px) {
  .xm9SvCSG1s63Z23hwhgXL {
    top: auto;
    bottom: 0;
    width: auto;
    padding-bottom: 24px;
    background-color: #fff;
  }
}

@media (min-width: 1024px) {
  .xm9SvCSG1s63Z23hwhgXL {
    margin-top: 24px;
  }
}

.xm9SvCSG1s63Z23hwhgXL::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -16px;
  width: calc(100% + 2 * 16px);
  height: 100%;
  background-color: #fff;
}

@media (min-width: 768px) {
  .xm9SvCSG1s63Z23hwhgXL::before {
    left: -32px;
    width: calc(100% + 2 * 32px);
  }
}

._14mWfzZJ9Zk_DfAeuVwBH_ {
  display: none;
}

@media (min-width: 1024px) {
  ._1n8QV3QaDRFCGgvcetIbly {
    display: block;
  }

  ._2LhBysZ9Gm10cSeZqhaNIz {
    display: none;
  }
}

@media (max-width: 1024px) {
  ._1n8QV3QaDRFCGgvcetIbly {
    display: none;
  }

  ._2LhBysZ9Gm10cSeZqhaNIz {
    display: block;
  }
}

._3RskCW8ITmO2kdsl-xyNfQ {
  position: inherit;
  position: sticky;
  bottom: 0;
  width: 100%;
  font-family: SeroPro, sans-serif;
  transition: transform 0.2s ease;
}

._3RskCW8ITmO2kdsl-xyNfQ::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -16px;
  width: calc(100% + 2 * 16px);
  height: 100%;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
}

.hideclass {
  display: none;
}

.hideclass .title-department {
  display: none;
}

@media (min-width: 768px) {
  ._3RskCW8ITmO2kdsl-xyNfQ::before {
    left: -32px;
    width: calc(100% + 2 * 32px);
  }
}

.GyPVE7hvSyQTlkng5sWNj {
  position: static;
  border-top: none;
  padding: 0;
}

.GyPVE7hvSyQTlkng5sWNj::before {
  content: none;
}

@media (min-width: 1024px) {
  ._3RskCW8ITmO2kdsl-xyNfQ {
    display: none;
  }
}

._2hoMz21AhrOuOK61GMauFN {
  position: relative;
  margin-bottom: 0;
}

._2hoMz21AhrOuOK61GMauFN::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: calc(100% + 2 * 16px);
  height: 100%;
  background-color: #fff;
}

@media (min-width: 768px) {
  ._2hoMz21AhrOuOK61GMauFN::before {
    left: -32px;
    width: calc(100% + 2 * 32px);
  }
}

@media (min-width: 1024px) {
  ._2hoMz21AhrOuOK61GMauFN::before {
    background-color: unset;
  }
}

._-zuAvlsMU_9Ktu4zOOhW {
  position: relative;
  z-index: 2;
  padding: 12px 0 18px;
}

._-zuAvlsMU_9Ktu4zOOhW._-zuAvlsMU_9Ktu4zOOhW:empty {
  padding: 0;
}

._2Imu3puKZwsjMDxtPvLlsb {
  display: none;
}

@media (min-width: 1024px) {
  ._2Imu3puKZwsjMDxtPvLlsb {
    display: block;
  }
}

._2WonveVT5NZMDpFeYprCh_ {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 14px;
  color: #93989d;
}

._2LhBysZ9Gm10cSeZqhaNIz {
  width: 100%;
}

._3HpoyZnqBosX7giXQcFlFS {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

._3HpoyZnqBosX7giXQcFlFS:empty {
  margin-top: 0;
}

@media (min-width: 1024px) {
  ._3HpoyZnqBosX7giXQcFlFS {
    margin-top: 24px;
  }
}

._2kS4Cq5fO-Pe1SEmwUwnBd {
  margin-top: 12px;
}

._1WaG3oaWG0Bju0cwYluhmL {
  display: flex;
  min-height: 32px;
  height: auto;
  justify-content: space-between;
  align-items: center;
}

._3jxJtU9fyTF7AnFb4OsyQi {
  font-family: SeroPro, sans-serif;
  font-size: 14px;
  line-height: 1.43;
}

.Zb7R4MCQ_gTzCrVhmPXyx {
  color: #93989d;
}

._1VY9Lx0aBsfQWLtOXQSMeI {
  color: #53b374;
}

._2H3Sq2prX5CUPFcGowEivk {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

._3gPf4AzGrJsJmQSPiycmbO {
  margin-right: 8px;
  margin-left: 8px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
}

@media (min-width: 768px) {
  ._3gPf4AzGrJsJmQSPiycmbO {
    margin-right: 24px;
  }
}

.YOATQO0dCEM9pmeshMZNA {
  display: none;
  margin-left: 4px;
  margin-top: 2px;
}

@media (min-width: 768px) {
  .YOATQO0dCEM9pmeshMZNA {
    display: block;
  }
}

._3d8vjFsm6yNawcMsVc9hMm {
  display: block;
}

._3DBcZJxQDIxpkgUMJ6tTNW {
  display: flex;
}

._1sZA-Epoxm8mGBQi86v2Kt {
  display: none;
}

@media (min-width: 768px) {
  ._1sZA-Epoxm8mGBQi86v2Kt {
    display: block;
    margin-right: 24px;
  }
}

._2OSJaJLvoYxZq2bO-2rQfV {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  ._2XD0r4LU_dwfH9mjwv2ret {
    display: none;
  }
}

._3xzXgRcyqjYetTKEFulUyU {
  margin-top: 18px;
}

@media (min-width: 768px) {
  ._3xzXgRcyqjYetTKEFulUyU {
    margin-top: 16px;
  }
}

._3ov_URTcJx-EFCoWZRvRXN {
  font-weight: 400;
  font-size: 14px;
  color: #737476;
}

._2MxajnFsIwStIgGF915n5p {
  margin-top: 16px;
}

._1Ua3zr9xEccYTVQ2VD7wx,
._2a1VBXOWi1bD91Mu6-DWE_ {
  position: relative;
}

._3tYaKHpx77LXBnAPwmswIu {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #737476;
}

._37hpkes0ap2VR_II-Clc8b {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

._1IF9KiYyjOLFygZ9sWfFD_ {
  pointer-events: none;
}

.frfl-fluid-4-1-3 {
  width: 100%;
}

.frfl-message-4-1-3 {
  color: var(--dc-color-afro, #242629);
  font: normal 12px/16px SBSans, SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: 100%;
}

.frfl-message--info-4-1-3 {
  color: var(--dc-color-grey-640, #737476);
}

.frfl-message--error-4-1-3 {
  color: var(--dc-color-red, #ff6a59);
}

.frfl-message--success-4-1-3 {
  color: var(--dc-color-green, #53b374);
}

.inpt-root-8-1-1 .inpt-input-8-1-1,
.inpt-root-8-1-1 .inpt-label-8-1-1,
.inpt-root-8-1-1 .inpt-leftSection-8-1-1,
.inpt-root-8-1-1 .inpt-rightSection-8-1-1 {
  font-family: SBSans, SeroPro, sans-serif;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.inpt-root-8-1-1 {
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
}

.inpt-root-8-1-1::-moz-focus-inner {
  border: none;
}

.inpt-root-8-1-1:focus {
  outline: none;
}

.inpt-root-8-1-1 {
  align-items: center;
  background-color: var(--dc-color-white, #fff);
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  position: relative;
  transition: border-color 0.2s;
  vertical-align: middle;
}

.inpt-root-8-1-1.inpt-fluid-8-1-1 {
  width: 100%;
}

.inpt-root-8-1-1.inpt-hasLabel-8-1-1 .inpt-input-8-1-1:-webkit-autofill,
.inpt-root-8-1-1.inpt-hasLabel-8-1-1 .inpt-input-8-1-1:-webkit-autofill:active,
.inpt-root-8-1-1.inpt-hasLabel-8-1-1 .inpt-input-8-1-1:-webkit-autofill:focus,
.inpt-root-8-1-1.inpt-hasLabel-8-1-1 .inpt-input-8-1-1:-webkit-autofill:hover {
  padding-top: 26px;
}

.inpt-root-8-1-1 .inpt-input-8-1-1 {
  background-color: transparent;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--dc-color-afro, #242629);
  font-size: 16px;
  height: calc(100% - 2px);
  margin: 1px 0;
  outline: none;
  padding: 11px 12px;
  text-overflow: ellipsis;
  width: 100%;
}

.inpt-root-8-1-1 .inpt-input-8-1-1::placeholder {
  color: var(--dc-color-grey-640, #737476);
  font-size: 16px;
  opacity: 1;
}

.inpt-root-8-1-1 .inpt-input-8-1-1:-webkit-autofill,
.inpt-root-8-1-1 .inpt-input-8-1-1:-webkit-autofill:active,
.inpt-root-8-1-1 .inpt-input-8-1-1:-webkit-autofill:focus,
.inpt-root-8-1-1 .inpt-input-8-1-1:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--dc-color-afro, #242629);
  box-shadow: 0 0 0 50px var(--dc-color-white, #fff) inset;
  font-size: 16px;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .inpt-root-8-1-1:hover {
    border-color: var(--dc-color-afro, #242629);
  }

  .inpt-root-8-1-1:hover .inpt-clearIcon-8-1-1,
  .inpt-root-8-1-1:hover .inpt-leftSection-8-1-1,
  .inpt-root-8-1-1:hover .inpt-rightSection-8-1-1 {
    color: var(--dc-color-grey-800, #505154);
  }
}

.inpt-root-8-1-1.inpt-hover-8-1-1 {
  border-color: var(--dc-color-afro, #242629);
}

.inpt-root-8-1-1 .inpt-leftSection-8-1-1,
.inpt-root-8-1-1 .inpt-rightSection-8-1-1 {
  align-items: center;
  border: 0;
  box-shadow: none;
  color: var(--dc-color-grey-400, #a7a8a9);
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  line-height: normal;
  transition: 0.2s;
  white-space: nowrap;
}

.inpt-root-8-1-1 .inpt-leftSection-8-1-1 {
  padding-left: 12px;
}

.inpt-root-8-1-1 .inpt-rightSection-8-1-1 {
  padding-right: 12px;
}

.inpt-root-8-1-1 .inpt-label-8-1-1 {
  color: var(--dc-color-grey-640, #737476);
  cursor: text;
  font-size: 16px;
  left: 12px;
  line-height: 20px;
  overflow: hidden;
  pointer-events: auto;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  top: 16.5px;
  transform-origin: left;
  transition: 0.2s;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: calc(100% - 24px);
}

.inpt-root-8-1-1 .inpt-labelWithoutLabelId-8-1-1 {
  pointer-events: none;
}

.inpt-root-8-1-1.inpt-focus-8-1-1:not(.inpt-root-8-1-1.inpt-readOnly-8-1-1):not(
    .inpt-root-8-1-1.inpt-notEditable-8-1-1
  )
  .inpt-label-8-1-1,
.inpt-root-8-1-1.inpt-notEmpty-8-1-1 .inpt-label-8-1-1 {
  transform: scale(0.75) translateY(-16px);
  width: calc(133% - 24px);
}

.inpt-root-8-1-1 .inpt-input-8-1-1:-webkit-autofill + .inpt-label-8-1-1 {
  transform: scale(0.75) translateY(-14px);
  width: calc(133% - 24px);
}

.inpt-root-8-1-1
  .inpt-leftSection-8-1-1
  + .inpt-inputContainer-8-1-1
  .inpt-label-8-1-1 {
  left: 0;
}

.inpt-root-8-1-1 .inpt-inputContainer-8-1-1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
}

.inpt-root-8-1-1.inpt-hasLabel-8-1-1.inpt-focus-8-1-1 .inpt-input-8-1-1,
.inpt-root-8-1-1.inpt-hasLabel-8-1-1.inpt-notEmpty-8-1-1 .inpt-input-8-1-1 {
  padding-top: 29px;
}

.inpt-root-8-1-1.inpt-focus-8-1-1 {
  border-color: var(--dc-color-afro, #242629);
}

.inpt-root-8-1-1.inpt-invalid-8-1-1,
.inpt-root-8-1-1.inpt-invalid-8-1-1:focus,
.inpt-root-8-1-1.inpt-invalid-8-1-1:focus:hover,
.inpt-root-8-1-1.inpt-invalid-8-1-1:hover {
  border-color: var(--dc-color-red, #ff6a59);
}

.inpt-root-8-1-1.inpt-valid-8-1-1,
.inpt-root-8-1-1.inpt-valid-8-1-1:focus,
.inpt-root-8-1-1.inpt-valid-8-1-1:focus:hover,
.inpt-root-8-1-1.inpt-valid-8-1-1:hover {
  border-color: var(--dc-color-green, #53b374);
}

.inpt-root-8-1-1.inpt-focus-8-1-1:not(.inpt-root-8-1-1.inpt-invalid-8-1-1) {
  border-color: var(--dc-color-afro, #242629);
}

.inpt-root-8-1-1.inpt-disabled-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus:hover,
.inpt-root-8-1-1.inpt-disabled-8-1-1:hover {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
}

.inpt-root-8-1-1.inpt-disabled-8-1-1 .inpt-input-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1 .inpt-input-8-1-1:-webkit-autofill,
.inpt-root-8-1-1.inpt-disabled-8-1-1 .inpt-input-8-1-1:-webkit-autofill:active,
.inpt-root-8-1-1.inpt-disabled-8-1-1 .inpt-input-8-1-1:-webkit-autofill:focus,
.inpt-root-8-1-1.inpt-disabled-8-1-1 .inpt-input-8-1-1:-webkit-autofill:hover,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus .inpt-input-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus .inpt-input-8-1-1:-webkit-autofill,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus
  .inpt-input-8-1-1:-webkit-autofill:active,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus
  .inpt-input-8-1-1:-webkit-autofill:focus,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus
  .inpt-input-8-1-1:-webkit-autofill:hover,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus:hover .inpt-input-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus:hover
  .inpt-input-8-1-1:-webkit-autofill,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus:hover
  .inpt-input-8-1-1:-webkit-autofill:active,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus:hover
  .inpt-input-8-1-1:-webkit-autofill:focus,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus:hover
  .inpt-input-8-1-1:-webkit-autofill:hover,
.inpt-root-8-1-1.inpt-disabled-8-1-1:hover .inpt-input-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:hover .inpt-input-8-1-1:-webkit-autofill,
.inpt-root-8-1-1.inpt-disabled-8-1-1:hover
  .inpt-input-8-1-1:-webkit-autofill:active,
.inpt-root-8-1-1.inpt-disabled-8-1-1:hover
  .inpt-input-8-1-1:-webkit-autofill:focus,
.inpt-root-8-1-1.inpt-disabled-8-1-1:hover
  .inpt-input-8-1-1:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--dc-color-grey-400, #a7a8a9);
  box-shadow: 0 0 0 50px var(--dc-color-grey-80, #edeeee) inset;
  color: var(--dc-color-grey-400, #a7a8a9);
  opacity: 1;
  -webkit-opacity: 1;
}

.inpt-root-8-1-1.inpt-disabled-8-1-1 .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1 .inpt-label-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1 .inpt-leftSection-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1 .inpt-rightSection-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus .inpt-label-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus .inpt-leftSection-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus .inpt-rightSection-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus:hover .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus:hover .inpt-label-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus:hover .inpt-leftSection-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus:hover .inpt-rightSection-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:hover .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:hover .inpt-label-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:hover .inpt-leftSection-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:hover .inpt-rightSection-8-1-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.inpt-root-8-1-1.inpt-disabled-8-1-1 .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:focus:hover .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-disabled-8-1-1:hover .inpt-clearIcon-8-1-1 {
  cursor: default;
}

.inpt-root-8-1-1.inpt-readOnly-8-1-1,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus:hover,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:hover {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
  cursor: default;
  pointer-events: none;
}

.inpt-root-8-1-1.inpt-readOnly-8-1-1 .inpt-input-8-1-1,
.inpt-root-8-1-1.inpt-readOnly-8-1-1 .inpt-input-8-1-1:-webkit-autofill,
.inpt-root-8-1-1.inpt-readOnly-8-1-1 .inpt-input-8-1-1:-webkit-autofill:active,
.inpt-root-8-1-1.inpt-readOnly-8-1-1 .inpt-input-8-1-1:-webkit-autofill:focus,
.inpt-root-8-1-1.inpt-readOnly-8-1-1 .inpt-input-8-1-1:-webkit-autofill:hover,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus .inpt-input-8-1-1,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus .inpt-input-8-1-1:-webkit-autofill,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus
  .inpt-input-8-1-1:-webkit-autofill:active,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus
  .inpt-input-8-1-1:-webkit-autofill:focus,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus
  .inpt-input-8-1-1:-webkit-autofill:hover,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus:hover .inpt-input-8-1-1,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus:hover
  .inpt-input-8-1-1:-webkit-autofill,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus:hover
  .inpt-input-8-1-1:-webkit-autofill:active,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus:hover
  .inpt-input-8-1-1:-webkit-autofill:focus,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus:hover
  .inpt-input-8-1-1:-webkit-autofill:hover,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:hover .inpt-input-8-1-1,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:hover .inpt-input-8-1-1:-webkit-autofill,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:hover
  .inpt-input-8-1-1:-webkit-autofill:active,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:hover
  .inpt-input-8-1-1:-webkit-autofill:focus,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:hover
  .inpt-input-8-1-1:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--dc-color-grey-640, #737476);
  box-shadow: 0 0 0 50px var(--dc-color-grey-80, #edeeee) inset;
  color: var(--dc-color-grey-640, #737476);
  opacity: 1;
  -webkit-opacity: 1;
}

.inpt-root-8-1-1.inpt-readOnly-8-1-1 .inpt-leftSection-8-1-1,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus .inpt-leftSection-8-1-1,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus:hover .inpt-leftSection-8-1-1,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:hover .inpt-leftSection-8-1-1 {
  color: var(--dc-color-grey-640, #737476);
}

.inpt-root-8-1-1.inpt-readOnly-8-1-1 .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-readOnly-8-1-1 .inpt-rightSection-8-1-1,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus .inpt-rightSection-8-1-1,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus:hover .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus:hover .inpt-rightSection-8-1-1,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:hover .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:hover .inpt-rightSection-8-1-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.inpt-root-8-1-1.inpt-readOnly-8-1-1 .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:focus:hover .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-readOnly-8-1-1:hover .inpt-clearIcon-8-1-1 {
  cursor: default;
}

.inpt-root-8-1-1.inpt-notEditable-8-1-1 .inpt-input-8-1-1,
.inpt-root-8-1-1.inpt-notEditable-8-1-1 .inpt-label-8-1-1 {
  cursor: default;
  pointer-events: none;
}

.inpt-root-8-1-1.inpt-webview-8-1-1:not(
    .inpt-root-8-1-1.inpt-webviewInvalid-8-1-1
  ) {
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  padding-bottom: 1px;
}

.inpt-root-8-1-1.inpt-webviewFocus-8-1-1:not(
    .inpt-root-8-1-1.inpt-webviewInvalid-8-1-1
  ) {
  border-bottom: 2px solid var(--dc-color-green, #53b374);
  padding-bottom: 0;
}

.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1:hover,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1:not(
    .inpt-root-8-1-1.inpt-invalid-8-1-1
  ) {
  background-color: #f2f6f9;
  border-color: transparent;
  border-width: 1px;
  padding-bottom: 1px;
}

.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1 .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1 .inpt-leftSection-8-1-1,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1 .inpt-rightSection-8-1-1,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1:hover .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1:hover .inpt-leftSection-8-1-1,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1:hover .inpt-rightSection-8-1-1,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1:not(
    .inpt-root-8-1-1.inpt-invalid-8-1-1
  )
  .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1:not(
    .inpt-root-8-1-1.inpt-invalid-8-1-1
  )
  .inpt-leftSection-8-1-1,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1:not(
    .inpt-root-8-1-1.inpt-invalid-8-1-1
  )
  .inpt-rightSection-8-1-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1 .inpt-input-8-1-1,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1 .inpt-input-8-1-1:-webkit-autofill,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1
  .inpt-input-8-1-1:-webkit-autofill:active,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1
  .inpt-input-8-1-1:-webkit-autofill:focus,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1
  .inpt-input-8-1-1:-webkit-autofill:hover,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1:hover .inpt-input-8-1-1,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1:hover
  .inpt-input-8-1-1:-webkit-autofill,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1:hover
  .inpt-input-8-1-1:-webkit-autofill:active,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1:hover
  .inpt-input-8-1-1:-webkit-autofill:focus,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1:hover
  .inpt-input-8-1-1:-webkit-autofill:hover,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1:not(
    .inpt-root-8-1-1.inpt-invalid-8-1-1
  )
  .inpt-input-8-1-1,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1:not(
    .inpt-root-8-1-1.inpt-invalid-8-1-1
  )
  .inpt-input-8-1-1:-webkit-autofill,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1:not(
    .inpt-root-8-1-1.inpt-invalid-8-1-1
  )
  .inpt-input-8-1-1:-webkit-autofill:active,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1:not(
    .inpt-root-8-1-1.inpt-invalid-8-1-1
  )
  .inpt-input-8-1-1:-webkit-autofill:focus,
.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1:not(
    .inpt-root-8-1-1.inpt-invalid-8-1-1
  )
  .inpt-input-8-1-1:-webkit-autofill:hover {
  box-shadow: inset 0 0 0 50px #f2f6f9;
}

.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1:hover,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1:not(
    .inpt-root-8-1-1.inpt-invalid-8-1-1
  ) {
  background-color: #f2f6f9;
  border-color: transparent;
  border-width: 1px;
  padding-bottom: 1px;
}

.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1 .inpt-leftSection-8-1-1,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1:hover .inpt-leftSection-8-1-1,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1:not(
    .inpt-root-8-1-1.inpt-invalid-8-1-1
  )
  .inpt-leftSection-8-1-1 {
  color: var(--dc-color-grey-640, #737476);
}

.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1 .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1 .inpt-rightSection-8-1-1,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1:hover .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1:hover .inpt-rightSection-8-1-1,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1:not(
    .inpt-root-8-1-1.inpt-invalid-8-1-1
  )
  .inpt-clearIcon-8-1-1,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1:not(
    .inpt-root-8-1-1.inpt-invalid-8-1-1
  )
  .inpt-rightSection-8-1-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1 .inpt-input-8-1-1,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1 .inpt-input-8-1-1:-webkit-autofill,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1
  .inpt-input-8-1-1:-webkit-autofill:active,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1
  .inpt-input-8-1-1:-webkit-autofill:focus,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1
  .inpt-input-8-1-1:-webkit-autofill:hover,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1:hover .inpt-input-8-1-1,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1:hover
  .inpt-input-8-1-1:-webkit-autofill,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1:hover
  .inpt-input-8-1-1:-webkit-autofill:active,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1:hover
  .inpt-input-8-1-1:-webkit-autofill:focus,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1:hover
  .inpt-input-8-1-1:-webkit-autofill:hover,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1:not(
    .inpt-root-8-1-1.inpt-invalid-8-1-1
  )
  .inpt-input-8-1-1,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1:not(
    .inpt-root-8-1-1.inpt-invalid-8-1-1
  )
  .inpt-input-8-1-1:-webkit-autofill,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1:not(
    .inpt-root-8-1-1.inpt-invalid-8-1-1
  )
  .inpt-input-8-1-1:-webkit-autofill:active,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1:not(
    .inpt-root-8-1-1.inpt-invalid-8-1-1
  )
  .inpt-input-8-1-1:-webkit-autofill:focus,
.inpt-root-8-1-1.inpt-webviewReadOnly-8-1-1:not(
    .inpt-root-8-1-1.inpt-invalid-8-1-1
  )
  .inpt-input-8-1-1:-webkit-autofill:hover {
  box-shadow: inset 0 0 0 50px #f2f6f9;
}

.inpt-root-8-1-1.inpt-webviewNotEmpty-8-1-1:not(
    .inpt-root-8-1-1.inpt-webviewInvalid-8-1-1
  ):not(.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1):not(
    .inpt-root-8-1-1.inpt-webviewFocus-8-1-1
  ) {
  background-color: #f2f6f9;
  border-color: transparent;
  caret-color: var(--dc-color-green, #53b374);
}

.inpt-root-8-1-1.inpt-webviewInvalid-8-1-1,
.inpt-root-8-1-1.inpt-webviewInvalid-8-1-1:hover {
  border-width: 2px;
  border-left: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-right: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-top: 1px solid var(--dc-color-grey-200, #d3d4d4);
  padding-bottom: 0;
}

.inpt-root-8-1-1.inpt-webviewValid-8-1-1:hover,
.inpt-root-8-1-1.inpt-webviewValid-8-1-1:not(
    .inpt-root-8-1-1.inpt-webviewInvalid-8-1-1
  ):not(.inpt-root-8-1-1.inpt-webviewDisabled-8-1-1) {
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-bottom: 2px solid var(--dc-color-green, #53b374);
  padding-bottom: 0;
}

.inpt-root-8-1-1.inpt-webview-8-1-1 .inpt-inputContainer-8-1-1 {
  height: 52px;
}

.inpt-root-8-1-1.inpt-withLeftSection-8-1-1 .inpt-input-8-1-1 {
  padding-left: 0;
}

.inpt-root-8-1-1.inpt-withLeftSection-8-1-1 .inpt-leftSection-8-1-1 {
  padding-right: 8px;
}

.inpt-root-8-1-1.inpt-withRightSection-8-1-1 .inpt-input-8-1-1 {
  padding-right: 0;
}

.inpt-root-8-1-1.inpt-withRightSection-8-1-1 .inpt-rightSection-8-1-1 {
  padding-left: 8px;
}

.inpt-root-8-1-1.inpt-rightSectionWithAction-8-1-1 .inpt-rightSection-8-1-1 {
  align-items: center;
  background: transparent;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  display: flex;
  height: 100%;
  outline-style: none;
  padding-bottom: 0;
  padding-top: 0;
}

.inpt-root-8-1-1.inpt-medium-8-1-1,
.inpt-root-8-1-1.inpt-medium-8-1-1 .inpt-inputContainer-8-1-1 {
  height: 40px;
}

.inpt-root-8-1-1.inpt-large-8-1-1,
.inpt-root-8-1-1.inpt-large-8-1-1 .inpt-inputContainer-8-1-1 {
  height: 52px;
}

.inpt-root-8-1-1.inpt-large-8-1-1 .inpt-input-8-1-1::placeholder {
  line-height: 29px;
}

.inpt-root-8-1-1.inpt-large-8-1-1.inpt-hasLabel-8-1-1
  .inpt-input-8-1-1::placeholder {
  line-height: 16px;
}

.inpt-root-8-1-1.inpt-webview-8-1-1 {
  height: 64px;
}

.inpt-root-8-1-1 .inpt-clearIconWrapper-8-1-1 {
  -webkit-touch-callout: none;
  height: 16px;
  margin-left: 8px;
  margin-right: 12px;
  -webkit-user-select: none;
  user-select: none;
  width: 16px;
}

.inpt-root-8-1-1 .inpt-clearIcon-8-1-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
  cursor: pointer;
  transition: 0.2s;
}

.inpt-root-8-1-1 .inpt-clearIconWithRS-8-1-1 {
  margin-right: 0;
}

.icon-root-5-0-1 {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  min-height: 16px;
  min-width: 16px;
  overflow: hidden;
  width: 16px;
}

.icon-root-5-0-1:hover {
  transition: color 0.15s ease-in-out;
}

.icon-root--24-5-0-1 {
  height: 24px;
  line-height: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.icon-root--32-5-0-1 {
  height: 32px;
  line-height: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.icon-root--48-5-0-1 {
  height: 48px;
  line-height: 48px;
  min-height: 48px;
  min-width: 48px;
  width: 48px;
}

.label-4-0-1 {
  color: var(--dc-color-afro, #242629);
  color: var(--dc-color-grey-640, #737476);
  display: block;
  font: normal 14px/20px SBSans, SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.dc-input-currency-6-0-4 {
  position: relative;
}

.dc-input-number-6-1-3 {
  position: relative;
}

.dc-input-number-6-1-3 input::-webkit-inner-spin-button,
.dc-input-number-6-1-3 input::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

._2N8oJ6Rnk-XyrifkOQ2QEk {
  margin: 8px 0 24px;
  font-size: 14px;
  line-height: 1.34;
  color: #242629;
}

@media (min-width: 1024px) {
  ._2krgr6r2Oj1_kWtnrS__94 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

.XmGtdj5cHGUT2N8mgSEk_ {
  margin-top: 8px;
  color: #737476;
  font-size: 14px;
  line-height: 1.36;
  transition: color 0.2s;
}

._26SryewYXS3AhGlxlTj5Ew {
  color: #ff6a59;
}

.dc-input-date-4-0-6 {
  position: relative;
}

.dc-input-date__rightSection-4-0-6 {
  display: flex;
}

.dc-input__input-6-1-2,
.dc-input__label-6-1-2,
.dc-input__left-section-6-1-2,
.dc-input__right-section-6-1-2 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  font-family: SeroPro, sans-serif;
  font-style: normal;
  font-stretch: normal;
}

.dc-input-6-1-2 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}

.dc-input-6-1-2::-moz-focus-inner {
  border: none;
}

.dc-input-6-1-2:focus {
  outline: none;
}

.dc-input-6-1-2 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dc-color-white, #fff);
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-radius: 5px;
  vertical-align: middle;
  transition: border-color 0.2s;
}

.dc-input--fluid-6-1-2 {
  width: 100%;
}

.dc-input--has-label-6-1-2 .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--has-label-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--has-label-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--has-label-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:hover {
  padding-top: 26px;
}

.dc-input__input-6-1-2 {
  width: 100%;
  height: calc(100% - 2px);
  margin: 1px 0;
  padding: 11px 12px;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  text-overflow: ellipsis;
  background-color: transparent;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--dc-color-afro, #242629);
}

.dc-input__input-6-1-2::placeholder {
  font-size: 16px;
  color: var(--dc-color-grey-640, #737476);
}

.dc-input__input-6-1-2::-moz-placeholder {
  opacity: 1;
}

.dc-input__input-6-1-2:-webkit-autofill,
.dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input__input-6-1-2:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 50px var(--dc-color-white, #fff) inset;
  -webkit-text-fill-color: var(--dc-color-afro, #242629);
  font-size: 16px;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .dc-input-6-1-2:hover {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-input-6-1-2:hover .dc-input__left-section-6-1-2,
  .dc-input-6-1-2:hover .dc-input__right-section-6-1-2 {
    color: var(--dc-color-grey-800, #505154);
  }
}

.dc-input--hover-6-1-2 {
  border-color: var(--dc-color-afro, #242629);
}

.dc-input__left-section-6-1-2,
.dc-input__right-section-6-1-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dc-color-grey-400, #a7a8a9);
  font-weight: 500;
  font-size: 14px;
  transition: 0.2s;
  border: 0;
  height: 100%;
  box-shadow: none;
  line-height: normal;
  white-space: nowrap;
}

.dc-input__left-section-6-1-2 {
  padding-left: 12px;
}

.dc-input__right-section-6-1-2 {
  padding-right: 12px;
}

.dc-input__label-6-1-2 {
  position: absolute;
  top: 16.5px;
  left: 12px;
  width: calc(100% - 24px);
  font-size: 16px;
  color: var(--dc-color-grey-640, #737476);
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  transform-origin: left;
  transition: 0.2s;
  white-space: nowrap;
  pointer-events: none;
  text-align: left;
}

.dc-input-6-1-2.dc-input--focus-6-1-2:not(.dc-input--readonly-6-1-2):not(
    .dc-input--not-editable-6-1-2
  )
  .dc-input__label-6-1-2,
.dc-input-6-1-2.dc-input--not-empty-6-1-2 .dc-input__label-6-1-2 {
  transform: scale(0.75) translateY(-16px);
  width: calc(133% - 24px);
}

.dc-input__input-6-1-2:-webkit-autofill + .dc-input__label-6-1-2 {
  transform: scale(0.75) translateY(-14px);
  width: calc(133% - 24px);
}

.dc-input__left-section-6-1-2
  + .dc-input__input-container-6-1-2
  > .dc-input__label-6-1-2 {
  left: 0;
}

.dc-input__input-container-6-1-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.dc-input-6-1-2.dc-input--has-label-6-1-2.dc-input--focus-6-1-2
  .dc-input__input-6-1-2,
.dc-input-6-1-2.dc-input--has-label-6-1-2.dc-input--not-empty-6-1-2
  .dc-input__input-6-1-2 {
  padding-top: 29px;
}

.dc-input--focus-6-1-2 {
  border-color: var(--dc-color-afro, #242629);
}

.dc-input--invalid-6-1-2,
.dc-input--invalid-6-1-2:focus,
.dc-input--invalid-6-1-2:focus:hover,
.dc-input--invalid-6-1-2:hover {
  border-color: var(--dc-color-red, #ff6a59);
}

.dc-input--valid-6-1-2,
.dc-input--valid-6-1-2:focus,
.dc-input--valid-6-1-2:focus:hover,
.dc-input--valid-6-1-2:hover {
  border-color: var(--dc-color-green, #53b374);
}

.dc-input--focus-6-1-2:not(.dc-input--invalid-6-1-2) {
  border-color: var(--dc-color-afro, #242629);
}

.dc-input--disabled-6-1-2,
.dc-input--disabled-6-1-2:focus,
.dc-input--disabled-6-1-2:focus:hover,
.dc-input--disabled-6-1-2:hover {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
}

.dc-input--disabled-6-1-2 .dc-input__input-6-1-2,
.dc-input--disabled-6-1-2 .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--disabled-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--disabled-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--disabled-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--disabled-6-1-2:focus .dc-input__input-6-1-2,
.dc-input--disabled-6-1-2:focus .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--disabled-6-1-2:focus .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--disabled-6-1-2:focus .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--disabled-6-1-2:focus .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--disabled-6-1-2:focus:hover .dc-input__input-6-1-2,
.dc-input--disabled-6-1-2:focus:hover .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--disabled-6-1-2:focus:hover
  .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--disabled-6-1-2:focus:hover
  .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--disabled-6-1-2:focus:hover
  .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--disabled-6-1-2:hover .dc-input__input-6-1-2,
.dc-input--disabled-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--disabled-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--disabled-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--disabled-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill:hover {
  color: var(--dc-color-grey-400, #a7a8a9);
  -webkit-text-fill-color: var(--dc-color-grey-400, #a7a8a9);
  -webkit-box-shadow: 0 0 0 50px var(--dc-color-grey-80, #edeeee) inset;
  opacity: 1;
  -webkit-opacity: 1;
}

.dc-input--disabled-6-1-2 .dc-input__label-6-1-2,
.dc-input--disabled-6-1-2 .dc-input__left-section-6-1-2,
.dc-input--disabled-6-1-2 .dc-input__right-section-6-1-2,
.dc-input--disabled-6-1-2:focus .dc-input__label-6-1-2,
.dc-input--disabled-6-1-2:focus .dc-input__left-section-6-1-2,
.dc-input--disabled-6-1-2:focus .dc-input__right-section-6-1-2,
.dc-input--disabled-6-1-2:focus:hover .dc-input__label-6-1-2,
.dc-input--disabled-6-1-2:focus:hover .dc-input__left-section-6-1-2,
.dc-input--disabled-6-1-2:focus:hover .dc-input__right-section-6-1-2,
.dc-input--disabled-6-1-2:hover .dc-input__label-6-1-2,
.dc-input--disabled-6-1-2:hover .dc-input__left-section-6-1-2,
.dc-input--disabled-6-1-2:hover .dc-input__right-section-6-1-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--readonly-6-1-2,
.dc-input--readonly-6-1-2:focus,
.dc-input--readonly-6-1-2:focus:hover,
.dc-input--readonly-6-1-2:hover {
  cursor: default;
  pointer-events: none;
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
}

.dc-input--readonly-6-1-2 .dc-input__input-6-1-2,
.dc-input--readonly-6-1-2 .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--readonly-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--readonly-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--readonly-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--readonly-6-1-2:focus .dc-input__input-6-1-2,
.dc-input--readonly-6-1-2:focus .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--readonly-6-1-2:focus .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--readonly-6-1-2:focus .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--readonly-6-1-2:focus .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--readonly-6-1-2:focus:hover .dc-input__input-6-1-2,
.dc-input--readonly-6-1-2:focus:hover .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--readonly-6-1-2:focus:hover
  .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--readonly-6-1-2:focus:hover
  .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--readonly-6-1-2:focus:hover
  .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--readonly-6-1-2:hover .dc-input__input-6-1-2,
.dc-input--readonly-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--readonly-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--readonly-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--readonly-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill:hover {
  color: var(--dc-color-grey-640, #737476);
  -webkit-text-fill-color: var(--dc-color-grey-640, #737476);
  -webkit-box-shadow: 0 0 0 50px var(--dc-color-grey-80, #edeeee) inset;
  opacity: 1;
  -webkit-opacity: 1;
}

.dc-input--readonly-6-1-2 .dc-input__left-section-6-1-2,
.dc-input--readonly-6-1-2:focus .dc-input__left-section-6-1-2,
.dc-input--readonly-6-1-2:focus:hover .dc-input__left-section-6-1-2,
.dc-input--readonly-6-1-2:hover .dc-input__left-section-6-1-2 {
  color: var(--dc-color-grey-640, #737476);
}

.dc-input--readonly-6-1-2 .dc-input__right-section-6-1-2,
.dc-input--readonly-6-1-2:focus .dc-input__right-section-6-1-2,
.dc-input--readonly-6-1-2:focus:hover .dc-input__right-section-6-1-2,
.dc-input--readonly-6-1-2:hover .dc-input__right-section-6-1-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--not-editable-6-1-2 .dc-input__input-6-1-2 {
  cursor: default;
  pointer-events: none;
}

.dc-input--webview-6-1-2:not(.dc-input--invalid-6-1-2) {
  padding-bottom: 1px;
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
}

.dc-input--webview-focus-6-1-2:not(.dc-input--invalid-6-1-2) {
  padding-bottom: 0;
  border-bottom: 2px solid var(--dc-color-green, #53b374);
}

.dc-input--webview-disabled-6-1-2,
.dc-input--webview-disabled-6-1-2:hover,
.dc-input--webview-disabled-6-1-2:not(.dc-input--invalid-6-1-2) {
  padding-bottom: 1px;
  background-color: #f2f6f9;
  border-color: transparent;
  border-width: 1px;
}

.dc-input--webview-disabled-6-1-2 .dc-input__left-section-6-1-2,
.dc-input--webview-disabled-6-1-2 .dc-input__right-section-6-1-2,
.dc-input--webview-disabled-6-1-2:hover .dc-input__left-section-6-1-2,
.dc-input--webview-disabled-6-1-2:hover .dc-input__right-section-6-1-2,
.dc-input--webview-disabled-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__left-section-6-1-2,
.dc-input--webview-disabled-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__right-section-6-1-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--webview-disabled-6-1-2 .dc-input__input-6-1-2,
.dc-input--webview-disabled-6-1-2 .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--webview-disabled-6-1-2
  .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--webview-disabled-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--webview-disabled-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--webview-disabled-6-1-2:hover .dc-input__input-6-1-2,
.dc-input--webview-disabled-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--webview-disabled-6-1-2:hover
  .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--webview-disabled-6-1-2:hover
  .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--webview-disabled-6-1-2:hover
  .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--webview-disabled-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2,
.dc-input--webview-disabled-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--webview-disabled-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--webview-disabled-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--webview-disabled-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 50px #f2f6f9 inset;
}

.dc-input--webview-readonly-6-1-2,
.dc-input--webview-readonly-6-1-2:hover,
.dc-input--webview-readonly-6-1-2:not(.dc-input--invalid-6-1-2) {
  padding-bottom: 1px;
  background-color: #f2f6f9;
  border-color: transparent;
  border-width: 1px;
}

.dc-input--webview-readonly-6-1-2 .dc-input__left-section-6-1-2,
.dc-input--webview-readonly-6-1-2:hover .dc-input__left-section-6-1-2,
.dc-input--webview-readonly-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__left-section-6-1-2 {
  color: var(--dc-color-grey-640, #737476);
}

.dc-input--webview-readonly-6-1-2 .dc-input__right-section-6-1-2,
.dc-input--webview-readonly-6-1-2:hover .dc-input__right-section-6-1-2,
.dc-input--webview-readonly-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__right-section-6-1-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--webview-readonly-6-1-2 .dc-input__input-6-1-2,
.dc-input--webview-readonly-6-1-2 .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--webview-readonly-6-1-2
  .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--webview-readonly-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--webview-readonly-6-1-2 .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--webview-readonly-6-1-2:hover .dc-input__input-6-1-2,
.dc-input--webview-readonly-6-1-2:hover .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--webview-readonly-6-1-2:hover
  .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--webview-readonly-6-1-2:hover
  .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--webview-readonly-6-1-2:hover
  .dc-input__input-6-1-2:-webkit-autofill:hover,
.dc-input--webview-readonly-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2,
.dc-input--webview-readonly-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2:-webkit-autofill,
.dc-input--webview-readonly-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2:-webkit-autofill:active,
.dc-input--webview-readonly-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2:-webkit-autofill:focus,
.dc-input--webview-readonly-6-1-2:not(.dc-input--invalid-6-1-2)
  .dc-input__input-6-1-2:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 50px #f2f6f9 inset;
}

.dc-input--webview-not-empty-6-1-2:not(.dc-input--invalid-6-1-2):not(
    .dc-input--webview-disabled-6-1-2
  ):not(.dc-input--webview-focus-6-1-2) {
  background-color: #f2f6f9;
  border-color: transparent;
  caret-color: var(--dc-color-green, #53b374);
}

.dc-input--webview-invalid-6-1-2,
.dc-input--webview-invalid-6-1-2:hover {
  padding-bottom: 0;
  border-width: 2px;
  border-top: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-left: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-right: 1px solid var(--dc-color-grey-200, #d3d4d4);
}

.dc-input--webview-valid-6-1-2:hover,
.dc-input--webview-valid-6-1-2:not(.dc-input--invalid-6-1-2):not(
    .dc-input--webview-disabled-6-1-2
  ) {
  padding-bottom: 0;
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-bottom: 2px solid var(--dc-color-green, #53b374);
}

.dc-input--webview-6-1-2 .dc-input__input-container-6-1-2 {
  height: 52px;
}

.dc-input--with-left-section-6-1-2 .dc-input__input-6-1-2 {
  padding-left: 0;
}

.dc-input--with-left-section-6-1-2 .dc-input__left-section-6-1-2 {
  padding-right: 8px;
}

.dc-input--with-right-section-6-1-2 .dc-input__input-6-1-2 {
  padding-right: 0;
}

.dc-input--with-right-section-6-1-2 .dc-input__right-section-6-1-2 {
  padding-left: 8px;
}

.dc-input--right-section-with-action-6-1-2 .dc-input__right-section-6-1-2 {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 0 5px 5px 0;
  padding-bottom: 0;
  padding-top: 0;
  outline-style: none;
  background: transparent;
  cursor: pointer;
}

.dc-input--as-button-6-1-2 {
  cursor: pointer;
}

.dc-input--as-button-6-1-2 .dc-input__input-6-1-2,
.dc-input--as-button-6-1-2 .dc-input__input-container-6-1-2,
.dc-input--as-button-6-1-2 .dc-input__left-section-6-1-2,
.dc-input--as-button-6-1-2 .dc-input__right-section-6-1-2 {
  pointer-events: none;
}

.dc-input--as-button-6-1-2.dc-input--disabled-6-1-2 {
  cursor: default;
}

.dc-input--medium-6-1-2,
.dc-input--medium-6-1-2 .dc-input__input-container-6-1-2 {
  height: 40px;
}

.dc-input--large-6-1-2,
.dc-input--large-6-1-2 .dc-input__input-container-6-1-2 {
  height: 52px;
}

.dc-input--large-6-1-2 .dc-input__input-6-1-2::-moz-placeholder {
  line-height: 29px;
}

.dc-input-6-1-2.dc-input--large-6-1-2.dc-input--has-label-6-1-2
  .dc-input__input-6-1-2::-moz-placeholder {
  line-height: 16px;
}

.dc-input--webview-6-1-2 {
  height: 64px;
}

.label-3-0-1 {
  display: block;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: normal 14px/20px SeroPro, sans-serif;
  color: var(--dc-color-grey-640, #737476);
  text-align: left;
}

.xwf95k7ht_OwB7AZpJjEP {
  margin-top: 8px;
  color: #737476;
  font-size: 14px;
  line-height: 1.36;
  transition: color 0.2s;
}

._32SPHmMf7VoQuTnaYUVlS1 {
  color: #ff6a59;
}

._1tpraufkdiIGWoP0c11eYb {
  margin: 0;
  font-size: 24px;
  line-height: 1.34;
  font-weight: 500;
  color: #242629;
}

._9gt3bBe6TEKFOFLx5Q-Ta {
  margin: 8px 0 24px;
  font-size: 14px;
  line-height: 1.34;
  color: #242629;
}

._3WQaSsar2V0-0Y6gzPwlfi {
  margin-bottom: 24px;
}

._3pV1u6o0uZKyyCqQuq_CIc {
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  ._3mxuBrmlojpXGLCsK4MQvQ {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
}

._2_leA6Tw6unUME-G2eutjv {
  margin-bottom: 24px;
}

._3Lz3etryQjafpOYbsi7oW8 {
  padding: 16px 0 0;
}

._2Ty6pGvkWU8r6c0DRQovUz {
  padding: 16px 0 0;
}

@media (min-width: 768px) {
  ._3tAncbELMdX9axtdWIWbSR {
    display: flex;
    justify-content: space-between;
  }
}

._11CEhPBA8PV-cppR30CJPn:not(:last-child) {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  ._11CEhPBA8PV-cppR30CJPn {
    width: calc(50% - (16px / 2));
  }

  ._11CEhPBA8PV-cppR30CJPn:not(:last-child) {
    margin-bottom: 0;
  }
}

._1GyWSpTS0GhFqDE8JJR5EA {
  width: 100%;
}

.VZ0Pi3QB0K2tiRHdhZGSW {
  margin-top: 12px;
}

._1GoSG7Iwwbt8Mpybruonrw {
  margin-top: 16px;
}

.styles_mtl_wrap__3shT3 {
  box-sizing: border-box;
  box-shadow: none;
  position: relative;
  padding-bottom: 36px;
  font-family: SeroPro, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.styles_mtl_wrap__3shT3 *,
.styles_mtl_wrap__3shT3 *::before,
.styles_mtl_wrap__3shT3 *::after {
  box-sizing: inherit;
}

.styles_mtl_icon__3FzuG {
  display: none;
}

@media (min-width: 768px) {
  .styles_mtl_icon__3FzuG {
    display: block;
  }
}

.styles_mtl_title__32Ao2 {
  font-size: 16px;
  margin-top: 12px;
  font-weight: 500;
  line-height: 1.33;
  color: #242629;
}

@media (min-width: 768px) {
  .styles_mtl_title__32Ao2 {
    font-size: 24px;
    line-height: 1.43;
  }
}

.styles_mtl_description__1Ey6- {
  color: #242629;
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
}

.styles_mtl_buttons__1oq7y {
  margin-top: 24px;
}

.styles_mtl_withoutShadows__31kWF {
  box-shadow: none;
}

@font-face {
  font-family: SeroPro;
  src: url("https://statics.dmclk.ru/web-ui-library/fonts/sero-pro/SeroPro-medium.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SeroPro;
  src: url("https://statics.dmclk.ru/web-ui-library/fonts/sero-pro/SeroPro-medium.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SeroPro;
  src: url("https://statics.dmclk.ru/web-ui-library/fonts/sero-pro/SeroPro-medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SeroPro;
  src: url("https://statics.dmclk.ru/web-ui-library/fonts/sero-pro/SeroPro-regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.styles_wrap__7sePZ {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: none;
}

.styles_wrap--transparent__HX9gX {
  background-color: transparent;
}

.styles_content__MQF2i {
  box-sizing: border-box;
  box-shadow: none;
}

.styles_content__MQF2i *,
.styles_content__MQF2i *::before,
.styles_content__MQF2i *::after {
  box-sizing: inherit;
}

@media (min-width: 768px) {
  .styles_content__MQF2i {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}

.styles_mtl_loaderWrap__3q83e {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.styles_mtl_controlsSection__kzMb5 {
  box-sizing: border-box;
  font-family: SeroPro, sans-serif;
  padding: 0 0 20px 0;
  box-shadow: none;
  flex-grow: 1;
  padding-bottom: 32px;
  width: 100%;
}

@media (min-width: 768px) {
  .styles_mtl_controlsSection__kzMb5 {
    padding: 0 32px 32px;
  }
}

@media (min-width: 768px) {
  .styles_mtl_controlsSection__kzMb5 {
    padding-right: 0;
  }
}

.styles_mtl_controlsSection--no-outer-padding___Jd2d {
  padding-left: 0;
  padding-bottom: 0;
}

.style_mtl_regionSelect__1Jpaw {
  display: flex;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .style_mtl_regionSelect__1Jpaw {
    margin-bottom: 16px;
  }
}

.styles_mtl_wrap__2vYOR {
  display: grid;
  align-items: center;
  padding: 16px;
  width: 100%;
  margin-bottom: 24px;
  background-color: #f2f6f9;
  border-radius: 5px;
}

.styles_mlt_desc__BKOtd {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.styles_mlt_descSum__CSEOK {
  font-size: 18px;
  line-height: 24px;
  margin-left: 8px;
}

.styles_mlt_subDesc__3CjEt {
  margin-top: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #737476;
}

.style_mtl_tooltipContainer__j55qb {
  display: none;
}

@media (min-width: 768px) {
  .style_mtl_tooltipContainer__j55qb {
    display: block;
  }
}

.style_mtl_bottomSheetContainer__32Au_ {
  display: block;
}

@media (min-width: 768px) {
  .style_mtl_bottomSheetContainer__32Au_ {
    display: none;
  }
}

.style_mtl_title__YiPnB {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 12px;
}

.style_mtl_desc__27654 {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 12px;
}

.style_mtl_iconButton__MDXn6 {
  display: flex;
  align-items: center;
  padding: 0;
  background: none;
  position: relative;
  border: none;
}

.style_mtl_iconWrap__hG4mb {
  display: flex;
  align-items: center;
}

.style_mtl_hintChildren__3cqWs {
  margin-left: 8px;
  color: #737476;
  display: flex;
  align-items: flex-start;
  text-align: left;
  cursor: pointer;
  flex-direction: column;
}

.styles_input__1DrZw {
  margin-top: 12px;
}

.styles_linkWrap__3FFXk {
  margin-top: 16px;
}

.styles_wrap__1ohMa {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  flex-direction: column;
}

@media (min-width: 1244px) {
  .styles_wrap__1ohMa {
    flex-direction: row;
    justify-content: space-between;
  }
}

.styles_errorWrap__CDCUI {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .styles_errorWrap__CDCUI {
    flex-direction: row;
    padding-top: 0;
  }
}

.styles_dateError__3FF83 {
  color: #ff6a59;
  font-size: 12px;
  margin-top: 4px;
}

.styles_errorTitle__1-grP {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .styles_errorTitle__1-grP {
    margin: 16px;
  }
}

.styles_dateWrap__2TaKX {
  width: auto;
}

@media (min-width: 1244px) {
  .styles_dateWrap__2TaKX {
    min-width: 216px;
  }
}

@font-face {
  font-family: SeroPro;
  src: url("https://statics.dmclk.ru/web-ui-library/fonts/sero-pro/SeroPro-medium.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SeroPro;
  src: url("https://statics.dmclk.ru/web-ui-library/fonts/sero-pro/SeroPro-medium.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SeroPro;
  src: url("https://statics.dmclk.ru/web-ui-library/fonts/sero-pro/SeroPro-medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SeroPro;
  src: url("https://statics.dmclk.ru/web-ui-library/fonts/sero-pro/SeroPro-regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.styles_wrap__2uzpF {
  color: #737476;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
}

.styles_wrap--disabled__1mTLj {
  color: #a7a8a9;
}

.styles_mtl_productMap__1iQzt {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.styles_mtl_productMap__1iQzt:not(:last-child) {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #edeeee;
}

.styles_mtl_productMap__1iQzt:last-child {
  padding-top: 16px;
  padding-bottom: 16px;
}

.styles_mtl_productMap__1iQzt:only-child {
  padding-top: 0;
}

.styles_mtl_productMap--active__3BLUj:not(:last-child) {
  border: none;
  padding-bottom: 8px;
}

.styles_mtl_headWrap__eyFem {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.styles_mtl_info__2BYfz {
  width: calc(90% - 16px);
  margin-right: 16px;
}

.styles_mtl_title__1nT0e {
  color: #242629;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.styles_mtl_title--disabled__1Oq0- {
  color: #a7a8a9;
}

.styles_mtl_descWrap__3-Xy0 {
  display: flex;
  margin-top: 4px;
  align-items: center;
}

.styles_mtl_desc__35zm6 {
  color: #737476;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
}

.styles_mtl_desc--disabled__j3ayR {
  color: #a7a8a9;
}

.styles_mtl_icon__2MmRW {
  margin-right: 8px;
  display: flex;
}

.styles_mtl_productInfo__25NdN {
  width: 100%;
}

.styles_link__1eiiW {
  margin-left: 8px;
}

.styles_mtl_resultSection__1rIdI {
  box-sizing: border-box;
  box-shadow: none;
  box-sizing: border-box;
  font-family: SeroPro, sans-serif;
  padding: 0 0 20px 0;
  box-shadow: none;
  width: 100%;
  flex-shrink: 0;
  padding-top: 0;
  padding-bottom: 8px;
}

.styles_mtl_resultSection__1rIdI *,
.styles_mtl_resultSection__1rIdI *::before,
.styles_mtl_resultSection__1rIdI *::after {
  box-sizing: inherit;
}

@media (min-width: 768px) {
  .styles_mtl_resultSection__1rIdI {
    padding: 0 32px 32px;
  }
}

@media (min-width: 768px) {
  .styles_mtl_resultSection__1rIdI {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 0;
    width: 40%;
    padding-left: 32px;
  }
}

@media (min-width: 1024px) {
  .styles_mtl_resultSection__1rIdI {
    width: 470px;
  }
}

.styles_mtl_resultSection--no-outer-padding__3o9eH {
  padding-right: 0;
  padding-bottom: 0;
}

.styles_mtl_labelRow__34SSa {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 16px;
}

.styles_mtl_labelRow--first__diwVY {
  margin-top: 0;
}

.styles_mtl_labelRow--borderLine__1SECX {
  border-bottom: solid 1px #edeeee;
  padding-bottom: 16px;
}

@media (min-width: 1024px) {
  .styles_mtl_labelRow__34SSa {
    flex-direction: row;
  }
}

.styles_mtl_title__4HOri {
  color: #737476;
  font-size: 14px;
  line-height: 20px;
}

.styles_mtl_firstValue__3VJxL {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-top: 4px;
  color: #d3d4d4;
}

@media (min-width: 1024px) {
  .styles_mtl_firstValue__3VJxL {
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }
}

.styles_mtl_firstValue--active__1LHtE {
  color: #53b374;
}

.styles_mtl_secondValue__bX3Wl {
  color: #737476;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .styles_mtl_secondValue__bX3Wl {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1024px) {
  .styles_mtl_secondValue__bX3Wl {
    margin-top: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
}

.styles_mtl_thirdValue__2LSTP {
  color: #242629;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-top: 4px;
}

@media (min-width: 1024px) {
  .styles_mtl_thirdValue__2LSTP {
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }
}

.styles_desktopButton__3e-Lu {
  margin-top: 24px;
  display: none;
}

@media (min-width: 768px) {
  .styles_desktopButton__3e-Lu {
    display: block;
  }
}

.styles_mobileButton__2o8zK {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  bottom: 0;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .styles_mobileButton__2o8zK {
    position: inherit;
    display: none;
  }
}

@font-face {
  font-family: SeroPro;
  src: url("https://statics.dmclk.ru/web-ui-library/fonts/sero-pro/SeroPro-medium.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SeroPro;
  src: url("https://statics.dmclk.ru/web-ui-library/fonts/sero-pro/SeroPro-medium.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SeroPro;
  src: url("https://statics.dmclk.ru/web-ui-library/fonts/sero-pro/SeroPro-medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SeroPro;
  src: url("https://statics.dmclk.ru/web-ui-library/fonts/sero-pro/SeroPro-regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.styles_mtl_wrap__31I0_ {
  box-sizing: border-box;
  font-family: SeroPro, sans-serif;
  padding-bottom: 32px;
  box-shadow: none;
  color: #242629;
}

@media (min-width: 768px) {
  .styles_mtl_wrap__31I0_ {
    padding: 32px;
  }
}

.styles_mtl_wrap--no-outer-padding__2mAq1 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.styles_mtl_title__3Djyd {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  padding-right: 24px;
}

@media (min-width: 1024px) {
  .styles_mtl_title__3Djyd {
    width: 60%;
  }
}

.styles_mtl_desc__3shVL {
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .styles_mtl_desc__3shVL {
    width: 60%;
  }
}

.styles_mtl_wrap__35EhW {
  width: 100%;
  border-radius: 5px;
  padding: 16px;
  background-color: #f7fafb;
  flex-direction: column;
  align-items: flex-start;
  color: #242629;
  display: flex;
  justify-content: space-between;
  font-size: 100%;
  font-family: inherit;
  border: none;
}

.styles_mtl_wrap__35EhW:active {
  border: none;
}

.styles_mtl_title__140sj {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}

.styles_mtl_description__22h7m {
  margin-right: 16px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.styles_mtl_description--new__4Nlv0 {
  padding-left: 12px;
}

.styles_mtl_buttonBlocker__QfApj {
  background: none;
  position: relative;
  border: none;
  font-family: inherit;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  display: flex;
  cursor: pointer;
}

.styles_mtl_buttonBlocker__QfApj:hover {
  border: none;
}

.styles_mtl_buttonBlocker__QfApj:active {
  border: none;
}

.styles_mtl_buttonBlocker__QfApj:focus {
  border: none;
}

.styles_mtl_buttonTitle__puUP3 {
  display: block;
  color: #53b374;
  border-bottom: 1px solid #53b374;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  margin-left: 0;
}

.styles_mlt_deposit__9GyKH {
  font-weight: 500;
}

.styles_mtl_descWrap__3X8p2 {
  display: flex;
  align-items: center;
}

.styles_mtl_wrap__GkfF4 {
  width: 100%;
  border-radius: 5px;
  padding: 16px;
  background-color: #fef8ed;
  flex-direction: column;
  align-items: flex-start;
  color: #242629;
  display: flex;
  justify-content: space-between;
  font-size: 100%;
  font-family: inherit;
  border: none;
}

.styles_mtl_wrap__GkfF4:active {
  border: none;
}

.styles_mtl_title__1ZzQU {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}

.styles_mtl_description__X9omB {
  margin-right: 16px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.styles_mtl_description--new__1mQxU {
  padding-left: 12px;
}

.styles_mtl_buttonBlocker__34JDR {
  background: none;
  position: relative;
  border: none;
  font-family: inherit;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.styles_mtl_buttonBlocker__34JDR:hover {
  border: none;
}

.styles_mtl_buttonBlocker__34JDR:active {
  border: none;
}

.styles_mtl_buttonBlocker__34JDR:focus {
  border: none;
}

.styles_mlt_buttons__3GeyX {
  margin-top: 8px;
  display: grid;
  grid-gap: 16px;
  grid-auto-flow: row;
}

@media (min-width: 400px) {
  .styles_mlt_buttons__3GeyX {
    grid-auto-flow: column;
  }
}

.styles_mtl_buttonTitle__2p2Rg {
  margin-left: 8px;
  display: flex;
  color: #242629;
  border-bottom: 1px solid #a7a8a9;
  font-size: 14px;
  line-height: 20px;
}

.styles_mtl_buttonTitle--update__1uIlt {
  color: #53b374;
  border-bottom: 1px solid #53b374;
}

.styles_mlt_deposit__DFfFB {
  font-weight: 500;
}

.styles_mtl_wrap__36_f6 {
  width: 100%;
  border-radius: 5px;
  background-color: #00599a;
  padding: 16px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 100%;
  font-family: inherit;
  border: none;
}

@media (min-width: 768px) {
  .styles_mtl_wrap__36_f6:hover {
    background-color: #00477b;
    cursor: pointer;
  }
}

.styles_mtl_wrap__36_f6:active {
  border: none;
}

.styles_mtl_description__24psC {
  display: block;
  margin-right: 16px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding-left: 12px;
}

.styles_mtl_changedWrap__32qkF {
  width: 100%;
  color: #fff;
  background-color: #00599a;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.styles_mtl_buttonChange__1oF44 {
  background: none;
  position: relative;
  border: none;
  font-family: inherit;
  margin: 0;
  padding: 0;
  border-radius: 5px 0 0 5px;
  width: 100%;
  padding: 16px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  color: #fff;
}

.styles_mtl_buttonChange__1oF44:hover {
  border: none;
}

.styles_mtl_buttonChange__1oF44:active {
  border: none;
}

.styles_mtl_buttonChange__1oF44:focus {
  border: none;
}

@media (min-width: 768px) {
  .styles_mtl_buttonChange__1oF44:hover {
    background-color: #00477b;
    cursor: pointer;
  }
}

.styles_mtl_description__ZKYyL {
  margin-right: 16px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

@media (min-width: 768px) {
  .styles_mtl_description__ZKYyL {
    margin-right: 24px;
  }
}

.styles_mtl_descriptionTitle__k2L-b {
  margin-right: 0;
}

@media (min-width: 768px) {
  .styles_mtl_descriptionTitle__k2L-b {
    display: inline;
    margin-right: 8px;
  }
}

.styles_mtl_fullSum__3YWkd {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .styles_mtl_fullSum__3YWkd {
    display: inline;
    margin-top: 0;
    white-space: nowrap;
  }
}

.styles_mtl_pencilBlock__2U54T {
  display: flex;
}

.styles_mtl_pencilDesc__1AGhx {
  display: none;
}

@media (min-width: 768px) {
  .styles_mtl_pencilDesc__1AGhx {
    display: block;
    margin-left: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}

.styles_mtl_buttonClose__3FEzb {
  background: none;
  position: relative;
  border: none;
  font-family: inherit;
  margin: 0;
  padding: 0;
  border-radius: 0 5px 5px 0;
  width: 44px;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
}

.styles_mtl_buttonClose__3FEzb:hover {
  border: none;
}

.styles_mtl_buttonClose__3FEzb:active {
  border: none;
}

.styles_mtl_buttonClose__3FEzb:focus {
  border: none;
}

@media (min-width: 768px) {
  .styles_mtl_buttonClose__3FEzb:hover {
    background-color: #00477b;
    cursor: pointer;
  }
}

.dc-button-7-5-2 {
  justify-content: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  color: var(--dc-color-white, #fff);
  transition: background-color 0.15s;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .dc-button-7-5-2:focus {
    outline: none;
  }
}

.dc-button--type-button-reset-7-5-2 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  -webkit-appearance: button;
  cursor: pointer;
}

.dc-button--type-button-reset-7-5-2::-moz-focus-inner {
  border: none;
}

.dc-button--type-button-reset-7-5-2:focus {
  outline: none;
}

.dc-button--type-link-reset-7-5-2 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.dc-button--type-link-reset-7-5-2::-moz-focus-inner {
  border: none;
}

.dc-button--type-link-reset-7-5-2:focus {
  outline: none;
}

.dc-button__text-7-5-2 {
  font-family: SeroPro, sans-serif;
  font-stretch: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-shadow: none;
  text-indent: 0;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  transition: color 0.15s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dc-button__text-7-5-2 {
    flex-basis: auto;
  }
}

.dc-button__icon-7-5-2 {
  display: block;
  width: 16px;
  height: 16px;
  color: var(--dc-color-white, #fff);
  transition: 0.15s;
}

.dc-button__icon--left-7-5-2 {
  order: -1;
  margin-right: 8px;
}

.dc-button__icon--right-7-5-2 {
  order: 1;
  margin-left: 8px;
}

.dc-button--large-7-5-2 {
  height: 52px;
  padding: 0 16px;
}

.dc-button--large-7-5-2.dc-button--icon-only-7-5-2 {
  width: 52px;
  min-width: 52px;
}

.dc-button--medium-7-5-2 {
  height: 40px;
  padding: 0 16px;
}

.dc-button--medium-7-5-2.dc-button--icon-only-7-5-2 {
  width: 40px;
  min-width: 40px;
}

.dc-button--small-7-5-2 {
  height: 32px;
  padding: 0 16px;
}

.dc-button--small-7-5-2.dc-button--icon-only-7-5-2 {
  width: 32px;
  min-width: 32px;
}

.dc-button--primary-7-5-2 {
  background-color: var(--dc-color-afro, #242629);
  transition: background-color 0.5s;
  border-color: transparent;
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--primary-7-5-2:focus.focus-visible,
  .dc-button--primary-7-5-2:hover {
    background-color: var(--dc-color-green, #53b374);
  }
}

.dc-button--primary-7-5-2:active {
  background-color: var(--dc-color-dark-green-200, #4a9765);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--primary-7-5-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-button--primary-7-5-2:hover {
    border-color: transparent;
  }
}

.dc-button--primary-7-5-2:active {
  border-color: var(--dc-color-dark-green-200, #4a9765);
}

.dc-button--primary-7-5-2:link,
.dc-button--primary-7-5-2:visited {
  color: var(--dc-color-white, #fff);
}

.dc-button--primary-outline-7-5-2 {
  background-color: var(--dc-color-white, #fff);
  transition: background-color 0.5s;
  border-color: var(--dc-color-grey-200, #d3d4d4);
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--primary-outline-7-5-2:focus.focus-visible {
    background-color: var(--dc-color-white, #fff);
  }

  .dc-button--primary-outline-7-5-2:hover {
    background-color: var(--dc-color-grey-120, #e5e5e5);
  }
}

.dc-button--primary-outline-7-5-2:active {
  background-color: var(--dc-color-grey-200, #d3d4d4);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--primary-outline-7-5-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-button--primary-outline-7-5-2:hover {
    border-color: transparent;
  }
}

.dc-button--primary-outline-7-5-2:active {
  border-color: transparent;
}

.dc-button--primary-outline-7-5-2:link,
.dc-button--primary-outline-7-5-2:visited {
  color: var(--dc-color-afro, #242629);
}

.dc-button--primary-outline-7-5-2 .dc-button__icon-7-5-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-button--primary-outline-7-5-2 .dc-button__text-7-5-2 {
  color: var(--dc-color-afro, #242629);
}

.dc-button--secondary-7-5-2 {
  background-color: var(--dc-color-green, #53b374);
  transition: background-color 0.5s;
  border-color: transparent;
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--secondary-7-5-2:focus.focus-visible {
    background-color: var(--dc-color-green, #53b374);
  }

  .dc-button--secondary-7-5-2:hover {
    background-color: var(--dc-color-dark-green-200, #4a9765);
  }
}

.dc-button--secondary-7-5-2:active {
  background-color: var(--dc-color-dark-green-200, #4a9765);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--secondary-7-5-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-button--secondary-7-5-2:hover {
    border-color: transparent;
  }
}

.dc-button--secondary-7-5-2:active {
  border-color: var(--dc-color-dark-green-640, #355944);
}

.dc-button--secondary-7-5-2:link,
.dc-button--secondary-7-5-2:visited {
  color: var(--dc-color-white, #fff);
}

.dc-button--secondary-outline-7-5-2 {
  background-color: var(--dc-color-white, #fff);
  transition: background-color 0.5s;
  border-color: var(--dc-color-green, #53b374);
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--secondary-outline-7-5-2:focus.focus-visible {
    background-color: var(--dc-color-white, #fff);
  }

  .dc-button--secondary-outline-7-5-2:hover {
    background-color: var(--dc-color-green-200, #ddf0e3);
  }
}

.dc-button--secondary-outline-7-5-2:active {
  background-color: var(--dc-color-green-640, #91cea6);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--secondary-outline-7-5-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-button--secondary-outline-7-5-2:hover {
    border-color: transparent;
  }
}

.dc-button--secondary-outline-7-5-2:active {
  border-color: transparent;
}

.dc-button--secondary-outline-7-5-2 .dc-button__icon-7-5-2,
.dc-button--secondary-outline-7-5-2 .dc-button__text-7-5-2,
.dc-button--secondary-outline-7-5-2:link,
.dc-button--secondary-outline-7-5-2:visited {
  color: var(--dc-color-green, #53b374);
}

.dc-button--secondary-outline-7-5-2:active .dc-button__icon-7-5-2,
.dc-button--secondary-outline-7-5-2:active .dc-button__text-7-5-2,
.dc-button--secondary-outline-7-5-2:hover .dc-button__icon-7-5-2,
.dc-button--secondary-outline-7-5-2:hover .dc-button__text-7-5-2 {
  color: var(--dc-color-dark-green-400, #407b56);
}

.dc-button--warning-7-5-2 {
  background-color: var(--dc-color-orange, #f6a623);
  transition: background-color 0.5s;
  border-color: transparent;
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--warning-7-5-2:focus.focus-visible {
    background-color: var(--dc-color-orange, #f6a623);
  }

  .dc-button--warning-7-5-2:hover {
    background-color: var(--dc-color-dark-orange-200, #cc8c24);
  }
}

.dc-button--warning-7-5-2:active {
  background-color: var(--dc-color-dark-orange-200, #cc8c24);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--warning-7-5-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-button--warning-7-5-2:hover {
    border-color: transparent;
  }
}

.dc-button--warning-7-5-2:active {
  border-color: var(--dc-color-dark-orange-640, #705427);
}

.dc-button--warning-7-5-2:link,
.dc-button--warning-7-5-2:visited {
  color: var(--dc-color-white, #fff);
}

.dc-button--warning-outline-7-5-2 {
  background-color: var(--dc-color-white, #fff);
  transition: background-color 0.5s;
  border-color: var(--dc-color-orange, #f6a623);
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--warning-outline-7-5-2:focus.focus-visible {
    background-color: var(--dc-color-white, #fff);
  }

  .dc-button--warning-outline-7-5-2:hover {
    background-color: var(--dc-color-orange-200, #fdedd3);
  }
}

.dc-button--warning-outline-7-5-2:active {
  background-color: var(--dc-color-orange-400, #fbdba7);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--warning-outline-7-5-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-button--warning-outline-7-5-2:hover {
    border-color: transparent;
  }
}

.dc-button--warning-outline-7-5-2:active {
  border-color: transparent;
}

.dc-button--warning-outline-7-5-2 .dc-button__icon-7-5-2,
.dc-button--warning-outline-7-5-2 .dc-button__text-7-5-2,
.dc-button--warning-outline-7-5-2:link,
.dc-button--warning-outline-7-5-2:visited {
  color: var(--dc-color-orange, #f6a623);
}

.dc-button--warning-outline-7-5-2:active .dc-button__icon-7-5-2,
.dc-button--warning-outline-7-5-2:hover .dc-button__icon-7-5-2 {
  color: var(--dc-color-dark-orange-200, #cc8c24);
}

.dc-button--warning-outline-7-5-2:active .dc-button__text-7-5-2,
.dc-button--warning-outline-7-5-2:hover .dc-button__text-7-5-2 {
  color: var(--dc-color-dark-orange-400, #a27325);
}

.dc-button--alert-outline-7-5-2 {
  background-color: var(--dc-color-white, #fff);
  transition: background-color 0.5s;
  border-color: var(--dc-color-red, #ff6a59);
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--alert-outline-7-5-2:focus.focus-visible {
    background-color: var(--dc-color-white, #fff);
  }

  .dc-button--alert-outline-7-5-2:hover {
    background-color: var(--dc-color-red-200, #ffe1de);
  }
}

.dc-button--alert-outline-7-5-2:active {
  background-color: var(--dc-color-red-640, #ffa095);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--alert-outline-7-5-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-button--alert-outline-7-5-2:hover {
    border-color: transparent;
  }
}

.dc-button--alert-outline-7-5-2:active {
  border-color: transparent;
}

.dc-button--alert-outline-7-5-2 .dc-button__icon-7-5-2,
.dc-button--alert-outline-7-5-2 .dc-button__text-7-5-2,
.dc-button--alert-outline-7-5-2:link,
.dc-button--alert-outline-7-5-2:visited {
  color: var(--dc-color-red, #ff6a59);
}

.dc-button--alert-outline-7-5-2:active .dc-button__icon-7-5-2,
.dc-button--alert-outline-7-5-2:active .dc-button__text-7-5-2,
.dc-button--alert-outline-7-5-2:hover .dc-button__icon-7-5-2,
.dc-button--alert-outline-7-5-2:hover .dc-button__text-7-5-2 {
  color: var(--dc-color-dark-red-400, #a74f46);
}

.dc-button--disabled-7-5-2,
.dc-button--disabled-7-5-2:active,
.dc-button--disabled-7-5-2:hover,
.dc-button--loading-7-5-2,
.dc-button--loading-7-5-2:active,
.dc-button--loading-7-5-2:hover {
  background-color: var(--dc-color-grey-80, #edeeee);
  transition: background-color 0.5s;
  border-color: transparent;
  transition: border-color 0.5s;
}

.dc-button--disabled-7-5-2 .dc-button__icon-7-5-2,
.dc-button--disabled-7-5-2:active .dc-button__icon-7-5-2,
.dc-button--disabled-7-5-2:hover .dc-button__icon-7-5-2,
.dc-button--loading-7-5-2 .dc-button__icon-7-5-2,
.dc-button--loading-7-5-2:active .dc-button__icon-7-5-2,
.dc-button--loading-7-5-2:hover .dc-button__icon-7-5-2 {
  color: var(--dc-color-grey-200, #d3d4d4);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--disabled-7-5-2:active:focus.focus-visible,
  .dc-button--disabled-7-5-2:active:hover,
  .dc-button--disabled-7-5-2:focus.focus-visible,
  .dc-button--disabled-7-5-2:hover,
  .dc-button--disabled-7-5-2:hover:focus.focus-visible,
  .dc-button--disabled-7-5-2:hover:hover,
  .dc-button--loading-7-5-2:active:focus.focus-visible,
  .dc-button--loading-7-5-2:active:hover,
  .dc-button--loading-7-5-2:focus.focus-visible,
  .dc-button--loading-7-5-2:hover,
  .dc-button--loading-7-5-2:hover:focus.focus-visible,
  .dc-button--loading-7-5-2:hover:hover {
    background-color: var(--dc-color-grey-80, #edeeee);
  }
}

.dc-button--disabled-7-5-2:active,
.dc-button--disabled-7-5-2:active:active,
.dc-button--disabled-7-5-2:hover:active,
.dc-button--loading-7-5-2:active,
.dc-button--loading-7-5-2:active:active,
.dc-button--loading-7-5-2:hover:active {
  background-color: var(--dc-color-grey-80, #edeeee);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--disabled-7-5-2:active:focus.focus-visible,
  .dc-button--disabled-7-5-2:active:hover,
  .dc-button--disabled-7-5-2:focus.focus-visible,
  .dc-button--disabled-7-5-2:hover,
  .dc-button--disabled-7-5-2:hover:focus.focus-visible,
  .dc-button--disabled-7-5-2:hover:hover,
  .dc-button--loading-7-5-2:active:focus.focus-visible,
  .dc-button--loading-7-5-2:active:hover,
  .dc-button--loading-7-5-2:focus.focus-visible,
  .dc-button--loading-7-5-2:hover,
  .dc-button--loading-7-5-2:hover:focus.focus-visible,
  .dc-button--loading-7-5-2:hover:hover {
    border-color: transparent;
  }
}

.dc-button--disabled-7-5-2:active,
.dc-button--disabled-7-5-2:active:active,
.dc-button--disabled-7-5-2:hover:active,
.dc-button--loading-7-5-2:active,
.dc-button--loading-7-5-2:active:active,
.dc-button--loading-7-5-2:hover:active {
  border-color: transparent;
}

.dc-button--disabled-7-5-2 .dc-button__text-7-5-2,
.dc-button--disabled-7-5-2:active .dc-button__text-7-5-2,
.dc-button--disabled-7-5-2:hover .dc-button__text-7-5-2,
.dc-button--loading-7-5-2 .dc-button__text-7-5-2,
.dc-button--loading-7-5-2:active .dc-button__text-7-5-2,
.dc-button--loading-7-5-2:hover .dc-button__text-7-5-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-button--disabled-7-5-2 {
  cursor: not-allowed;
}

.dc-button--with-icon-left-7-5-2 {
  padding-left: 12px;
}

.dc-button--with-icon-right-7-5-2 {
  padding-right: 12px;
}

.dc-button--icon-only-7-5-2 {
  justify-content: center;
  padding: 0;
}

.dc-button--icon-only-7-5-2 .dc-button__icon-7-5-2 {
  margin: 0;
}

.dc-button--fluid-7-5-2 {
  width: 100%;
  justify-content: center;
}

.dc-button--fluid-7-5-2.dc-button--icon-only-7-5-2 {
  width: 100%;
}

.dc-button__loader-container-7-5-2 {
  overflow: hidden;
}

.dc-button__loader-7-5-2 {
  vertical-align: text-bottom;
}

.dc-button--loading-7-5-2,
.dc-button--loading-7-5-2:active,
.dc-button--loading-7-5-2:focus,
.dc-button--loading-7-5-2:hover {
  cursor: default;
}

.dc-button--loading-7-5-2 .dc-button__loader-container-7-5-2,
.dc-button--loading-7-5-2:active .dc-button__loader-container-7-5-2,
.dc-button--loading-7-5-2:focus .dc-button__loader-container-7-5-2,
.dc-button--loading-7-5-2:hover .dc-button__loader-container-7-5-2 {
  opacity: 0;
  width: 24px;
  height: 16px;
}

.dc-button--loading-7-5-2 .dc-button__loader-container--default-7-5-2,
.dc-button--loading-7-5-2:active .dc-button__loader-container--default-7-5-2,
.dc-button--loading-7-5-2:focus .dc-button__loader-container--default-7-5-2,
.dc-button--loading-7-5-2:hover .dc-button__loader-container--default-7-5-2 {
  opacity: 1;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--dc-color-grey-80, #edeeee);
}

.dc-button--loading-7-5-2 .dc-button__loader-container--with-title-7-5-2,
.dc-button--loading-7-5-2:active .dc-button__loader-container--with-title-7-5-2,
.dc-button--loading-7-5-2:focus .dc-button__loader-container--with-title-7-5-2,
.dc-button--loading-7-5-2:hover .dc-button__loader-container--with-title-7-5-2 {
  opacity: 1;
  display: flex;
  justify-content: flex-start;
}

.dc-button--loading-with-title-7-5-2 {
  padding-left: 12px;
}

.dc-button--loading-with-title-fluid-7-5-2 {
  justify-content: center;
}

.dc-button--loading-with-title-fluid-7-5-2:active
  .dc-button__loader-container-7-5-2,
.dc-button--loading-with-title-fluid-7-5-2:active
  .dc-button__loader-container--with-title-7-5-2,
.dc-button--loading-with-title-fluid-7-5-2:focus
  .dc-button__loader-container-7-5-2,
.dc-button--loading-with-title-fluid-7-5-2:focus
  .dc-button__loader-container--with-title-7-5-2,
.dc-button--loading-with-title-fluid-7-5-2:hover
  .dc-button__loader-container-7-5-2,
.dc-button--loading-with-title-fluid-7-5-2:hover
  .dc-button__loader-container--with-title-7-5-2 {
  display: inline-flex;
}

.dc-button--loading-with-title-fluid-7-5-2
  .dc-button__loader-container--with-title-7-5-2 {
  display: inline-flex;
  order: -1;
}

.dc-button--loading-with-title-fluid-7-5-2 .dc-button__text-7-5-2 {
  flex: 0 0 auto;
}

.dc-loader-4-0-0 {
  display: inline-block;
}

.dc-loader--extra-large-4-0-0 {
  width: 48px;
  height: 48px;
}

.dc-loader--large-4-0-0 {
  width: 32px;
  height: 32px;
}

.dc-loader--medium-4-0-0 {
  width: 24px;
  height: 24px;
}

.dc-loader--small-4-0-0 {
  width: 16px;
  height: 16px;
}

.dc-loader--large-deprecated-4-0-0 {
  width: 96px;
  height: 96px;
}

.dc-loader--medium-deprecated-4-0-0 {
  width: 48px;
  height: 48px;
}

.dc-loader--small-deprecated-4-0-0 {
  width: 24px;
  height: 24px;
}

.dc-loader--extra-small-deprecated-4-0-0 {
  width: 16px;
  height: 16px;
}

.dc-loader__svg-4-0-0 {
  animation: svgRotate-4-0-0 1.6s linear infinite;
}

.dc-loader__svg-4-0-0 .dc-loader__circle-inner-4-0-0,
.dc-loader__svg-4-0-0 .dc-loader__circle-outer-4-0-0 {
  fill: transparent;
  stroke-dashoffset: 30;
  stroke-width: 5px;
}

.dc-loader__svg-4-0-0 .dc-loader__circle-inner-4-0-0 {
  stroke: var(--dc-color-green, #53b374);
  stroke-dasharray: 180;
  stroke-linecap: round;
  transform-origin: center;
  animation: circleBorder-4-0-0 3.2s linear infinite;
}

@keyframes svgRotate-4-0-0 {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes circleBorder-4-0-0 {
  0% {
    stroke-dashoffset: 30;
  }

  50% {
    stroke-dashoffset: 180;
    transform: rotate(180deg);
  }

  to {
    stroke-dashoffset: 30;
    transform: rotate(1turn);
  }
}

.dc-loader-3-3-0 {
  display: inline-block;
}

.dc-loader--extra-large-3-3-0 {
  width: 48px;
  height: 48px;
}

.dc-loader--large-3-3-0 {
  width: 32px;
  height: 32px;
}

.dc-loader--medium-3-3-0 {
  width: 24px;
  height: 24px;
}

.dc-loader--small-3-3-0 {
  width: 16px;
  height: 16px;
}

.dc-loader--large-deprecated-3-3-0 {
  width: 96px;
  height: 96px;
}

.dc-loader--medium-deprecated-3-3-0 {
  width: 48px;
  height: 48px;
}

.dc-loader--small-deprecated-3-3-0 {
  width: 24px;
  height: 24px;
}

.dc-loader--extra-small-deprecated-3-3-0 {
  width: 16px;
  height: 16px;
}

.dc-loader__svg-3-3-0 {
  animation: svgRotate-3-3-0 1.6s linear infinite;
}

.dc-loader__svg-3-3-0 .dc-loader__circle-inner-3-3-0,
.dc-loader__svg-3-3-0 .dc-loader__circle-outer-3-3-0 {
  fill: transparent;
  stroke-dashoffset: 30;
  stroke-width: 5px;
}

.dc-loader__svg-3-3-0 .dc-loader__circle-inner-3-3-0 {
  stroke: var(--dc-color-green, #53b374);
  stroke-dasharray: 180;
  stroke-linecap: round;
  transform-origin: center;
  animation: circleBorder-3-3-0 3.2s linear infinite;
}

@keyframes svgRotate-3-3-0 {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes circleBorder-3-3-0 {
  0% {
    stroke-dashoffset: 30;
  }

  50% {
    stroke-dashoffset: 180;
    transform: rotate(180deg);
  }

  to {
    stroke-dashoffset: 30;
    transform: rotate(1turn);
  }
}

.dropdown-root-5-8-0 {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  display: inline-block;
  flex-grow: 1;
  outline: none;
}

.dropdown-root-5-8-0:not(.dropdown-root--disabled-5-8-0):not(
    .dropdown-root--readonly-5-8-0
  ) {
  cursor: pointer;
}

.dropdown-root--fluid-5-8-0 {
  width: 100%;
}

.dropdown-root-5-8-0 .dropdown-item--disabled-5-8-0 {
  cursor: default;
}

.dropdown-input-right-section-5-8-0 {
  display: inline-flex;
  margin-right: 8px;
}

.dropdown-button-arrow-5-8-0 {
  display: flex;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.dropdown-root--webview-5-8-0.dropdown-root--disabled-5-8-0
  .dropdown-button-arrow-5-8-0 {
  color: var(--dc-color-grey-200, #d3d4d4);
}

.dropdown-root--open-5-8-0 .dropdown-button-arrow-5-8-0 {
  transform: rotate(180deg);
}

.dropdown-loading-5-8-0 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 52px;
  padding: 12px;
}

.ppr-root--shadow-small-5-1-0 {
  box-shadow: 0 4px 12px rgba(36, 38, 41, 0.08);
}

.ppr-root--shadow-medium-5-1-0 {
  box-shadow: 0 6px 20px rgba(36, 38, 41, 0.1);
}

.ppr-root--shadow-large-5-1-0 {
  box-shadow: 0 8px 24px rgba(36, 38, 41, 0.12);
}

.ppr-container-5-1-0 {
  position: relative;
}

.ppr-container--inline-5-1-0 {
  display: inline-flex;
}

.ppr-target-5-1-0 {
  display: inherit;
}

.ppr-root-5-1-0 {
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 5px;
  background-color: var(--dc-color-white, #fff);
  transition-duration: 0ms;
  z-index: 1600;
  position: absolute;
  top: 100%;
  left: 0;
  transition: opacity 0.2s ease-in;
}

.ppr-root--in-portal-5-1-0 {
  top: 0;
}

.ppr-root--has-arrow-5-1-0 {
  overflow: visible;
  border-color: var(--dc-color-white, #fff);
}

.ppr-root--has-arrow-5-1-0:after {
  content: "";
  position: absolute;
  border-color: inherit;
  border-style: solid;
}

.ppr-root--top-5-1-0:after {
  border-width: 4px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: none;
}

.ppr-root--bottom-5-1-0:after {
  border-width: 4px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
}

.ppr-root--left-5-1-0:after {
  border-width: 4px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right: none;
}

.ppr-root--right-5-1-0:after {
  border-width: 4px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: none;
}

.ppr-root--top-5-1-0:after {
  bottom: -4px;
}

.ppr-root--bottom-5-1-0:after {
  top: -4px;
}

.ppr-root--left-5-1-0:after {
  right: -4px;
}

.ppr-root--right-5-1-0:after {
  left: -4px;
}

.ppr-root--bottom-5-1-0.ppr-root--align-center-5-1-0:after,
.ppr-root--top-5-1-0.ppr-root--align-center-5-1-0:after {
  left: 50%;
  transform: translateX(-4px);
}

.ppr-root--bottom-5-1-0.ppr-root--align-left-5-1-0:after,
.ppr-root--top-5-1-0.ppr-root--align-left-5-1-0:after {
  right: 16px;
}

.ppr-root--bottom-5-1-0.ppr-root--align-right-5-1-0:after,
.ppr-root--top-5-1-0.ppr-root--align-right-5-1-0:after {
  left: 16px;
}

.ppr-root--left-5-1-0.ppr-root--align-center-5-1-0:after,
.ppr-root--right-5-1-0.ppr-root--align-center-5-1-0:after {
  top: 50%;
  transform: translateY(-4px);
}

.ppr-root--left-5-1-0.ppr-root--align-top-5-1-0:after,
.ppr-root--right-5-1-0.ppr-root--align-top-5-1-0:after {
  bottom: 16px;
}

.ppr-root--left-5-1-0.ppr-root--align-bottom-5-1-0:after,
.ppr-root--right-5-1-0.ppr-root--align-bottom-5-1-0:after {
  top: 16px;
}

.dc-input__input-5-4-1,
.dc-input__label-5-4-1,
.dc-input__left-section-5-4-1,
.dc-input__right-section-5-4-1 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  font-family: SeroPro, sans-serif;
  font-style: normal;
  font-stretch: normal;
}

.dc-input-5-4-1 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}

.dc-input-5-4-1::-moz-focus-inner {
  border: none;
}

.dc-input-5-4-1:focus {
  outline: none;
}

.dc-input-5-4-1 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dc-color-white, #fff);
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-radius: 5px;
  vertical-align: middle;
  transition: border-color 0.2s;
}

.dc-input--fluid-5-4-1 {
  width: 100%;
}

.dc-input--has-label-5-4-1 .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--has-label-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--has-label-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--has-label-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:hover {
  padding-top: 26px;
}

.dc-input__input-5-4-1 {
  width: 100%;
  height: calc(100% - 2px);
  margin: 1px 0;
  padding: 11px 12px;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  text-overflow: ellipsis;
  background-color: transparent;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--dc-color-afro, #242629);
}

.dc-input__input-5-4-1::placeholder {
  font-size: 16px;
  color: var(--dc-color-grey-640, #737476);
}

.dc-input__input-5-4-1::-moz-placeholder {
  opacity: 1;
}

.dc-input__input-5-4-1:-webkit-autofill,
.dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input__input-5-4-1:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 50px var(--dc-color-white, #fff) inset;
  -webkit-text-fill-color: var(--dc-color-afro, #242629);
  font-size: 16px;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .dc-input-5-4-1:hover {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-input-5-4-1:hover .dc-input__left-section-5-4-1,
  .dc-input-5-4-1:hover .dc-input__right-section-5-4-1 {
    color: var(--dc-color-grey-800, #505154);
  }
}

.dc-input--hover-5-4-1 {
  border-color: var(--dc-color-afro, #242629);
}

.dc-input__left-section-5-4-1,
.dc-input__right-section-5-4-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dc-color-grey-400, #a7a8a9);
  font-weight: 500;
  font-size: 14px;
  transition: 0.2s;
  border: 0;
  height: 100%;
  box-shadow: none;
  line-height: normal;
  white-space: nowrap;
}

.dc-input__left-section-5-4-1 {
  padding-left: 12px;
}

.dc-input__right-section-5-4-1 {
  padding-right: 12px;
}

.dc-input__label-5-4-1 {
  position: absolute;
  top: 16.5px;
  left: 12px;
  width: calc(100% - 24px);
  font-size: 16px;
  color: var(--dc-color-grey-640, #737476);
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  transform-origin: left;
  transition: 0.2s;
  white-space: nowrap;
  pointer-events: none;
  text-align: left;
}

.dc-input-5-4-1.dc-input--focus-5-4-1:not(.dc-input--readonly-5-4-1):not(
    .dc-input--not-editable-5-4-1
  )
  .dc-input__label-5-4-1,
.dc-input-5-4-1.dc-input--not-empty-5-4-1 .dc-input__label-5-4-1 {
  transform: scale(0.75) translateY(-16px);
  width: calc(133% - 24px);
}

.dc-input__input-5-4-1:-webkit-autofill + .dc-input__label-5-4-1 {
  transform: scale(0.75) translateY(-14px);
  width: calc(133% - 24px);
}

.dc-input__left-section-5-4-1
  + .dc-input__input-container-5-4-1
  > .dc-input__label-5-4-1 {
  left: 0;
}

.dc-input__input-container-5-4-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.dc-input-5-4-1.dc-input--has-label-5-4-1.dc-input--focus-5-4-1
  .dc-input__input-5-4-1,
.dc-input-5-4-1.dc-input--has-label-5-4-1.dc-input--not-empty-5-4-1
  .dc-input__input-5-4-1 {
  padding-top: 29px;
}

.dc-input--focus-5-4-1 {
  border-color: var(--dc-color-afro, #242629);
}

.dc-input--invalid-5-4-1,
.dc-input--invalid-5-4-1:focus,
.dc-input--invalid-5-4-1:focus:hover,
.dc-input--invalid-5-4-1:hover {
  border-color: var(--dc-color-red, #ff6a59);
}

.dc-input--valid-5-4-1,
.dc-input--valid-5-4-1:focus,
.dc-input--valid-5-4-1:focus:hover,
.dc-input--valid-5-4-1:hover {
  border-color: var(--dc-color-green, #53b374);
}

.dc-input--focus-5-4-1:not(.dc-input--invalid-5-4-1) {
  border-color: var(--dc-color-afro, #242629);
}

.dc-input--disabled-5-4-1,
.dc-input--disabled-5-4-1:focus,
.dc-input--disabled-5-4-1:focus:hover,
.dc-input--disabled-5-4-1:hover {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
}

.dc-input--disabled-5-4-1 .dc-input__input-5-4-1,
.dc-input--disabled-5-4-1 .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--disabled-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--disabled-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--disabled-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--disabled-5-4-1:focus .dc-input__input-5-4-1,
.dc-input--disabled-5-4-1:focus .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--disabled-5-4-1:focus .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--disabled-5-4-1:focus .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--disabled-5-4-1:focus .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--disabled-5-4-1:focus:hover .dc-input__input-5-4-1,
.dc-input--disabled-5-4-1:focus:hover .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--disabled-5-4-1:focus:hover
  .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--disabled-5-4-1:focus:hover
  .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--disabled-5-4-1:focus:hover
  .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--disabled-5-4-1:hover .dc-input__input-5-4-1,
.dc-input--disabled-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--disabled-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--disabled-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--disabled-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill:hover {
  color: var(--dc-color-grey-400, #a7a8a9);
  -webkit-text-fill-color: var(--dc-color-grey-400, #a7a8a9);
  -webkit-box-shadow: 0 0 0 50px var(--dc-color-grey-80, #edeeee) inset;
  opacity: 1;
  -webkit-opacity: 1;
}

.dc-input--disabled-5-4-1 .dc-input__label-5-4-1,
.dc-input--disabled-5-4-1 .dc-input__left-section-5-4-1,
.dc-input--disabled-5-4-1 .dc-input__right-section-5-4-1,
.dc-input--disabled-5-4-1:focus .dc-input__label-5-4-1,
.dc-input--disabled-5-4-1:focus .dc-input__left-section-5-4-1,
.dc-input--disabled-5-4-1:focus .dc-input__right-section-5-4-1,
.dc-input--disabled-5-4-1:focus:hover .dc-input__label-5-4-1,
.dc-input--disabled-5-4-1:focus:hover .dc-input__left-section-5-4-1,
.dc-input--disabled-5-4-1:focus:hover .dc-input__right-section-5-4-1,
.dc-input--disabled-5-4-1:hover .dc-input__label-5-4-1,
.dc-input--disabled-5-4-1:hover .dc-input__left-section-5-4-1,
.dc-input--disabled-5-4-1:hover .dc-input__right-section-5-4-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--readonly-5-4-1,
.dc-input--readonly-5-4-1:focus,
.dc-input--readonly-5-4-1:focus:hover,
.dc-input--readonly-5-4-1:hover {
  cursor: default;
  pointer-events: none;
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
}

.dc-input--readonly-5-4-1 .dc-input__input-5-4-1,
.dc-input--readonly-5-4-1 .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--readonly-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--readonly-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--readonly-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--readonly-5-4-1:focus .dc-input__input-5-4-1,
.dc-input--readonly-5-4-1:focus .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--readonly-5-4-1:focus .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--readonly-5-4-1:focus .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--readonly-5-4-1:focus .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--readonly-5-4-1:focus:hover .dc-input__input-5-4-1,
.dc-input--readonly-5-4-1:focus:hover .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--readonly-5-4-1:focus:hover
  .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--readonly-5-4-1:focus:hover
  .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--readonly-5-4-1:focus:hover
  .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--readonly-5-4-1:hover .dc-input__input-5-4-1,
.dc-input--readonly-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--readonly-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--readonly-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--readonly-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill:hover {
  color: var(--dc-color-grey-640, #737476);
  -webkit-text-fill-color: var(--dc-color-grey-640, #737476);
  -webkit-box-shadow: 0 0 0 50px var(--dc-color-grey-80, #edeeee) inset;
  opacity: 1;
  -webkit-opacity: 1;
}

.dc-input--readonly-5-4-1 .dc-input__left-section-5-4-1,
.dc-input--readonly-5-4-1:focus .dc-input__left-section-5-4-1,
.dc-input--readonly-5-4-1:focus:hover .dc-input__left-section-5-4-1,
.dc-input--readonly-5-4-1:hover .dc-input__left-section-5-4-1 {
  color: var(--dc-color-grey-640, #737476);
}

.dc-input--readonly-5-4-1 .dc-input__right-section-5-4-1,
.dc-input--readonly-5-4-1:focus .dc-input__right-section-5-4-1,
.dc-input--readonly-5-4-1:focus:hover .dc-input__right-section-5-4-1,
.dc-input--readonly-5-4-1:hover .dc-input__right-section-5-4-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--not-editable-5-4-1 .dc-input__input-5-4-1 {
  cursor: default;
  pointer-events: none;
}

.dc-input--webview-5-4-1:not(.dc-input--invalid-5-4-1) {
  padding-bottom: 1px;
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
}

.dc-input--webview-focus-5-4-1:not(.dc-input--invalid-5-4-1) {
  padding-bottom: 0;
  border-bottom: 2px solid var(--dc-color-green, #53b374);
}

.dc-input--webview-disabled-5-4-1,
.dc-input--webview-disabled-5-4-1:hover,
.dc-input--webview-disabled-5-4-1:not(.dc-input--invalid-5-4-1) {
  padding-bottom: 1px;
  background-color: #f2f6f9;
  border-color: transparent;
  border-width: 1px;
}

.dc-input--webview-disabled-5-4-1 .dc-input__left-section-5-4-1,
.dc-input--webview-disabled-5-4-1 .dc-input__right-section-5-4-1,
.dc-input--webview-disabled-5-4-1:hover .dc-input__left-section-5-4-1,
.dc-input--webview-disabled-5-4-1:hover .dc-input__right-section-5-4-1,
.dc-input--webview-disabled-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__left-section-5-4-1,
.dc-input--webview-disabled-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__right-section-5-4-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--webview-disabled-5-4-1 .dc-input__input-5-4-1,
.dc-input--webview-disabled-5-4-1 .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--webview-disabled-5-4-1
  .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--webview-disabled-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--webview-disabled-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--webview-disabled-5-4-1:hover .dc-input__input-5-4-1,
.dc-input--webview-disabled-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--webview-disabled-5-4-1:hover
  .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--webview-disabled-5-4-1:hover
  .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--webview-disabled-5-4-1:hover
  .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--webview-disabled-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1,
.dc-input--webview-disabled-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--webview-disabled-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--webview-disabled-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--webview-disabled-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 50px #f2f6f9 inset;
}

.dc-input--webview-readonly-5-4-1,
.dc-input--webview-readonly-5-4-1:hover,
.dc-input--webview-readonly-5-4-1:not(.dc-input--invalid-5-4-1) {
  padding-bottom: 1px;
  background-color: #f2f6f9;
  border-color: transparent;
  border-width: 1px;
}

.dc-input--webview-readonly-5-4-1 .dc-input__left-section-5-4-1,
.dc-input--webview-readonly-5-4-1:hover .dc-input__left-section-5-4-1,
.dc-input--webview-readonly-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__left-section-5-4-1 {
  color: var(--dc-color-grey-640, #737476);
}

.dc-input--webview-readonly-5-4-1 .dc-input__right-section-5-4-1,
.dc-input--webview-readonly-5-4-1:hover .dc-input__right-section-5-4-1,
.dc-input--webview-readonly-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__right-section-5-4-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--webview-readonly-5-4-1 .dc-input__input-5-4-1,
.dc-input--webview-readonly-5-4-1 .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--webview-readonly-5-4-1
  .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--webview-readonly-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--webview-readonly-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--webview-readonly-5-4-1:hover .dc-input__input-5-4-1,
.dc-input--webview-readonly-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--webview-readonly-5-4-1:hover
  .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--webview-readonly-5-4-1:hover
  .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--webview-readonly-5-4-1:hover
  .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--webview-readonly-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1,
.dc-input--webview-readonly-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--webview-readonly-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--webview-readonly-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--webview-readonly-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 50px #f2f6f9 inset;
}

.dc-input--webview-not-empty-5-4-1:not(.dc-input--invalid-5-4-1):not(
    .dc-input--webview-disabled-5-4-1
  ):not(.dc-input--webview-focus-5-4-1) {
  background-color: #f2f6f9;
  border-color: transparent;
  caret-color: var(--dc-color-green, #53b374);
}

.dc-input--webview-invalid-5-4-1,
.dc-input--webview-invalid-5-4-1:hover {
  padding-bottom: 0;
  border-width: 2px;
  border-top: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-left: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-right: 1px solid var(--dc-color-grey-200, #d3d4d4);
}

.dc-input--webview-valid-5-4-1:hover,
.dc-input--webview-valid-5-4-1:not(.dc-input--invalid-5-4-1):not(
    .dc-input--webview-disabled-5-4-1
  ) {
  padding-bottom: 0;
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-bottom: 2px solid var(--dc-color-green, #53b374);
}

.dc-input--webview-5-4-1 .dc-input__input-container-5-4-1 {
  height: 52px;
}

.dc-input--with-left-section-5-4-1 .dc-input__input-5-4-1 {
  padding-left: 0;
}

.dc-input--with-left-section-5-4-1 .dc-input__left-section-5-4-1 {
  padding-right: 8px;
}

.dc-input--with-right-section-5-4-1 .dc-input__input-5-4-1 {
  padding-right: 0;
}

.dc-input--with-right-section-5-4-1 .dc-input__right-section-5-4-1 {
  padding-left: 8px;
}

.dc-input--right-section-with-action-5-4-1 .dc-input__right-section-5-4-1 {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 0 5px 5px 0;
  padding-bottom: 0;
  padding-top: 0;
  outline-style: none;
  background: transparent;
  cursor: pointer;
}

.dc-input--as-button-5-4-1 {
  cursor: pointer;
}

.dc-input--as-button-5-4-1 .dc-input__input-5-4-1,
.dc-input--as-button-5-4-1 .dc-input__input-container-5-4-1,
.dc-input--as-button-5-4-1 .dc-input__left-section-5-4-1,
.dc-input--as-button-5-4-1 .dc-input__right-section-5-4-1 {
  pointer-events: none;
}

.dc-input--as-button-5-4-1.dc-input--disabled-5-4-1 {
  cursor: default;
}

.dc-input--medium-5-4-1,
.dc-input--medium-5-4-1 .dc-input__input-container-5-4-1 {
  height: 40px;
}

.dc-input--large-5-4-1,
.dc-input--large-5-4-1 .dc-input__input-container-5-4-1 {
  height: 52px;
}

.dc-input--large-5-4-1 .dc-input__input-5-4-1::-moz-placeholder {
  line-height: 29px;
}

.dc-input-5-4-1.dc-input--large-5-4-1.dc-input--has-label-5-4-1
  .dc-input__input-5-4-1::-moz-placeholder {
  line-height: 16px;
}

.dc-input--webview-5-4-1 {
  height: 64px;
}

.label-2-1-3 {
  display: block;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: normal 14px/20px SeroPro, sans-serif;
  color: var(--dc-color-grey-640, #737476);
  text-align: left;
}

.icon-3-3-1 {
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
  overflow: hidden;
}

.icon-3-3-1:hover {
  transition: color 0.15s ease-in-out;
}

.icon--24-3-3-1 {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  line-height: 24px;
}

.icon--32-3-3-1 {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  line-height: 32px;
}

.icon--48-3-3-1 {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  line-height: 48px;
}

.lb_28f4b-5-3-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  padding: 0 12px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .lb_28f4b-5-3-2 {
    padding: 0 16px;
  }
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .lb_28f4b-5-3-2:not(.lb_a5fd7-5-3-2):hover {
    background-color: var(--dc-color-green-80, #f1f9f4);
    border-color: transparent;
    transition: 0.2s;
  }
}

.lb_28f4b-5-3-2:not(.lb_a5fd7-5-3-2).lb_8ae9b-5-3-2 {
  background-color: var(--dc-color-green, #53b374);
  border-color: transparent;
  transition: 0.2s;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .lb_28f4b-5-3-2:not(.lb_a5fd7-5-3-2):hover.lb_28f4b-5-3-2:not(
      .lb_a5fd7-5-3-2
    ).lb_8ae9b-5-3-2 {
    background-color: var(--dc-color-dark-green-200, #4a9765);
    border-color: transparent;
    transition: 0.2s;
  }
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .lb_28f4b-5-3-2:not(.lb_a5fd7-5-3-2):hover .lb_1bc23-5-3-2,
  .lb_28f4b-5-3-2:not(.lb_a5fd7-5-3-2):hover .lb_a78a8-5-3-2 {
    color: var(--dc-color-grey-800, #505154);
  }
}

.lb_28f4b-5-3-2:not(.lb_a5fd7-5-3-2):active {
  background-color: var(--dc-color-green-200, #ddf0e3);
  border-color: transparent;
  transition: 0.2s;
}

.lb_28f4b-5-3-2:not(.lb_a5fd7-5-3-2):active .lb_1bc23-5-3-2,
.lb_28f4b-5-3-2:not(.lb_a5fd7-5-3-2):active .lb_a78a8-5-3-2 {
  color: var(--dc-color-grey-800, #505154);
}

.lb_28f4b-5-3-2:not(.lb_a5fd7-5-3-2).lb_8ae9b-5-3-2 .lb_1bc23-5-3-2,
.lb_28f4b-5-3-2:not(.lb_a5fd7-5-3-2).lb_8ae9b-5-3-2 .lb_9b7c1-5-3-2,
.lb_28f4b-5-3-2:not(.lb_a5fd7-5-3-2).lb_8ae9b-5-3-2 .lb_a78a8-5-3-2,
.lb_28f4b-5-3-2:not(.lb_a5fd7-5-3-2).lb_8ae9b-5-3-2 .lb_b992a-5-3-2 {
  color: var(--dc-color-white, #fff);
}

.lb_28f4b-5-3-2:not(.lb_a5fd7-5-3-2).lb_ce195-5-3-2 {
  background-color: var(--dc-color-green-80, #f1f9f4);
  border-color: transparent;
  transition: 0.2s;
}

.lb_28f4b-5-3-2:not(.lb_a5fd7-5-3-2).lb_ce195-5-3-2.lb_8ae9b-5-3-2 {
  background-color: #53b374;
}

.lb_a5fd7-5-3-2 {
  cursor: default;
}

.lb_28f4b-5-3-2 .lb_e27d1-5-3-2 {
  pointer-events: none;
  padding-right: 12px;
}

.lb_28f4b-5-3-2 .lb_057e2-5-3-2 {
  pointer-events: none;
  padding-left: 12px;
}

.lb_1bc23-5-3-2,
.lb_a78a8-5-3-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dc-color-grey-400, #a7a8a9);
  transition: 0.2s;
  border: 0;
  height: 100%;
  box-shadow: none;
  line-height: 0;
}

.lb_a78a8-5-3-2 {
  padding-right: 8px;
}

.lb_1bc23-5-3-2 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  font: 500 14px/20px SeroPro, sans-serif;
  padding: 0 0 0 8px;
  color: var(--dc-color-grey-400, #a7a8a9);
}

.lb_9b7c1-5-3-2 {
  position: relative;
  width: 100%;
}

.lb_b992a-5-3-2 {
  display: block;
  word-break: break-word;
  flex-grow: 1;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: normal 14px/20px SeroPro, sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .lb_b992a-5-3-2 {
    margin: 16px 0;
  }
}

.lb_a5fd7-5-3-2 .lb_b992a-5-3-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.lb_98337-5-3-2 {
  font-weight: 500;
}

.lb_9a0fb-5-3-2 {
  display: block;
  overflow: hidden;
  flex-grow: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

.lb_9a0fb-5-3-2 + .lb_b992a-5-3-2 {
  -webkit-line-clamp: 1;
}

.lb_14a29-5-3-2:focus {
  outline: none;
}

.lb_324d4-5-3-2 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 12px;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  box-sizing: border-box;
}

.lb_31f13-5-3-2 {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  background-color: var(--dc-color-white, #fff);
  z-index: 1;
}

.lb_2ec2f-5-3-2 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.lb_8cf77-5-3-2 {
  margin-right: 8px;
  line-height: 0;
}

.lb_8cf77-5-3-2 .lb_1c6a8-5-3-2 {
  transform: translateY(3px);
  color: var(--dc-color-grey-400, #a7a8a9);
}

.checkbox-root-4-3-1 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  line-height: 22px;
}

.checkbox-root-4-3-1::-moz-focus-inner {
  border: none;
}

.checkbox-root-4-3-1:focus {
  outline: none;
}

.checkbox-root-4-3-1 .checkbox-input-4-3-1 {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  border: 0;
  padding: 0;
  opacity: 0;
  z-index: 1;
}

.checkbox-root-4-3-1
  .checkbox-input-4-3-1:focus.focus-visible
  + .checkbox-icon_container-4-3-1 {
  border-color: var(--dc-color-afro, #242629);
  background-color: var(--dc-color-green-80, #f1f9f4);
}

.checkbox-root-4-3-1 .checkbox-text-4-3-1 {
  font-family: SeroPro, sans-serif;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  margin-left: 8px;
  font-size: 14px;
  -webkit-user-select: none;
  user-select: none;
}

.checkbox-root-4-3-1 .checkbox-text--left-4-3-1 {
  margin-right: 8px;
  margin-left: 0;
}

.checkbox-root-4-3-1 .checkbox-icon-4-3-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  color: #fff;
  transform: scale(0);
  transition: 0.32s;
  -moz-transition: 0s;
}

.checkbox-root-4-3-1 .checkbox-icon_container-4-3-1 {
  background-color: #fff;
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  transition: 0.32s;
  box-sizing: border-box;
  flex-shrink: 0;
}

.checkbox-root--hovered-4-3-1 .checkbox-icon_container-4-3-1 {
  border-color: var(--dc-color-green, #53b374);
  background-color: var(--dc-color-green-80, #f1f9f4);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .checkbox-root-4-3-1:hover .checkbox-icon_container-4-3-1 {
    border-color: var(--dc-color-green, #53b374);
    background-color: var(--dc-color-green-80, #f1f9f4);
  }
}

.checkbox-root--focused-4-3-1 .checkbox-icon_container-4-3-1 {
  border-color: var(--dc-color-afro, #242629);
  background: var(--dc-color-green-80, #f1f9f4);
}

.checkbox-root--limit-string-4-3-1 .checkbox-text-4-3-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
}

.checkbox-root--small-4-3-1 .checkbox-icon_container-4-3-1 {
  width: 16px;
  height: 16px;
  border-radius: 3px;
}

.checkbox-root--small-4-3-1 .checkbox-text-4-3-1 {
  margin-top: -3px;
}

.checkbox-root--small-4-3-1 .checkbox-icon-4-3-1 svg {
  width: 8px;
  height: 6px;
}

.checkbox-root--medium-4-3-1 .checkbox-text-4-3-1 {
  margin-top: 1px;
}

.checkbox-root--medium-4-3-1 .checkbox-icon_container-4-3-1 {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.checkbox-root--medium-4-3-1
  .checkbox-icon_container-4-3-1
  .checkbox-icon-4-3-1
  svg {
  width: 14px;
  height: 8px;
}

.checkbox-root--medium-4-3-1
  .checkbox-icon_container-4-3-1
  .checkbox-icon-4-3-1
  svg
  path {
  stroke-width: 1.4;
}

.checkbox-root--large-4-3-1 .checkbox-icon_container-4-3-1 {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.checkbox-root--large-4-3-1 .checkbox-icon-4-3-1 svg {
  width: 16px;
  height: 11px;
}

.checkbox-root--large-4-3-1 .checkbox-icon-4-3-1 svg path {
  stroke-width: 1.4;
}

.checkbox-root--large-4-3-1 .checkbox-text-4-3-1 {
  margin-top: 6px;
  font-size: 16px;
}

.checkbox-root--invalid-4-3-1 .checkbox-icon_container-4-3-1,
.checkbox-root--invalid-4-3-1:hover .checkbox-icon_container-4-3-1 {
  background-color: #fff;
  border-color: var(--dc-color-red, #ff6a59);
}

.checkbox-root--readonly-4-3-1 {
  pointer-events: none;
}

.checkbox-root--checked-4-3-1 .checkbox-icon_container-4-3-1 {
  background-color: var(--dc-color-green, #53b374);
  border-color: var(--dc-color-green, #53b374);
}

.checkbox-root--checked--hovered-4-3-1 .checkbox-icon_container-4-3-1 {
  background-color: var(--dc-color-green, #53b374);
  border-color: var(--dc-color-dark-green-400, #407b56);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .checkbox-root--checked-4-3-1:hover .checkbox-icon_container-4-3-1 {
    background-color: var(--dc-color-green, #53b374);
    border-color: var(--dc-color-dark-green-400, #407b56);
  }
}

.checkbox-root--checked-4-3-1
  .checkbox-input-4-3-1:focus.focus-visible
  + .checkbox-root__icon_container-4-3-1,
.checkbox-root--checked--focused-4-3-1 + .checkbox-root__icon_container-4-3-1 {
  border-color: var(--dc-color-afro, #242629);
  background-color: var(--dc-color-green, #53b374);
}

.checkbox-root--checked-4-3-1 .checkbox-icon-4-3-1 {
  transform: scale(1);
}

.checkbox-root--disabled-4-3-1,
.checkbox-root--disabled-4-3-1:hover {
  cursor: default;
}

.checkbox-root--disabled-4-3-1 .checkbox-icon_container-4-3-1,
.checkbox-root--disabled-4-3-1:hover .checkbox-icon_container-4-3-1 {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: var(--dc-color-grey-200, #d3d4d4);
}

.checkbox-root--disabled-4-3-1 .checkbox-icon-4-3-1,
.checkbox-root--disabled-4-3-1:hover .checkbox-icon-4-3-1 {
  color: var(--dc-color-grey-200, #d3d4d4);
}

.checkbox-root--disabled-4-3-1 .checkbox-text-4-3-1,
.checkbox-root--disabled-4-3-1:hover .checkbox-text-4-3-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.checkbox-list-4-3-1 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.checkbox-list-4-3-1::-moz-focus-inner {
  border: none;
}

.checkbox-list-4-3-1:focus {
  outline: none;
}

.checkbox-list--horizontal-4-3-1 {
  flex-direction: row;
}

.checkbox-list--horizontal-4-3-1 .checkbox-checkbox-4-3-1 {
  max-width: 296px;
  align-items: self-start;
}

.checkbox-list--horizontal-4-3-1 .checkbox-checkbox-4-3-1:not(:last-child) {
  margin-right: 32px;
}

.checkbox-list--vertical-4-3-1 .checkbox-checkbox--left-label-4-3-1 {
  justify-content: space-between;
}

.checkbox-list--small-4-3-1.checkbox-list--vertical-4-3-1
  .checkbox-checkbox-4-3-1:not(:last-child) {
  margin-bottom: 12px;
}

.checkbox-list--large-4-3-1.checkbox-list--vertical-4-3-1
  .checkbox-checkbox-4-3-1,
.checkbox-list--medium-4-3-1.checkbox-list--vertical-4-3-1
  .checkbox-checkbox-4-3-1 {
  align-items: self-start;
}

.checkbox-list--large-4-3-1.checkbox-list--vertical-4-3-1
  .checkbox-checkbox-4-3-1:not(:last-child),
.checkbox-list--medium-4-3-1.checkbox-list--vertical-4-3-1
  .checkbox-checkbox-4-3-1:not(:last-child) {
  margin-bottom: 16px;
}

.checkbox-list-4-3-1 .checkbox-column-4-3-1 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.checkbox-list--vertical-4-3-1.checkbox-list--columns-4-3-1 {
  flex-direction: row;
}

.checkbox-label-4-3-1 {
  font-weight: 500;
  color: #242629;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
}

.dc-loader-4-0-0 {
  display: inline-block;
}

.dc-loader--extra-large-4-0-0 {
  width: 48px;
  height: 48px;
}

.dc-loader--large-4-0-0 {
  width: 32px;
  height: 32px;
}

.dc-loader--medium-4-0-0 {
  width: 24px;
  height: 24px;
}

.dc-loader--small-4-0-0 {
  width: 16px;
  height: 16px;
}

.dc-loader--large-deprecated-4-0-0 {
  width: 96px;
  height: 96px;
}

.dc-loader--medium-deprecated-4-0-0 {
  width: 48px;
  height: 48px;
}

.dc-loader--small-deprecated-4-0-0 {
  width: 24px;
  height: 24px;
}

.dc-loader--extra-small-deprecated-4-0-0 {
  width: 16px;
  height: 16px;
}

.dc-loader__svg-4-0-0 {
  animation: svgRotate-4-0-0 1.6s linear infinite;
}

.dc-loader__svg-4-0-0 .dc-loader__circle-inner-4-0-0,
.dc-loader__svg-4-0-0 .dc-loader__circle-outer-4-0-0 {
  fill: transparent;
  stroke-dashoffset: 30;
  stroke-width: 5px;
}

.dc-loader__svg-4-0-0 .dc-loader__circle-inner-4-0-0 {
  stroke: var(--dc-color-green, #53b374);
  stroke-dasharray: 180;
  stroke-linecap: round;
  transform-origin: center;
  animation: circleBorder-4-0-0 3.2s linear infinite;
}

@keyframes svgRotate-4-0-0 {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes circleBorder-4-0-0 {
  0% {
    stroke-dashoffset: 30;
  }

  50% {
    stroke-dashoffset: 180;
    transform: rotate(180deg);
  }

  to {
    stroke-dashoffset: 30;
    transform: rotate(1turn);
  }
}

.dc-bottom-sheet-3-6-0 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}

.dc-bottom-sheet-3-6-0::-moz-focus-inner {
  border: none;
}

.dc-bottom-sheet-3-6-0:focus {
  outline: none;
}

.dc-bottom-sheet-3-6-0 {
  box-shadow: 0 8px 24px rgba(36, 38, 41, 0.12);
  position: absolute;
  display: flex;
  bottom: 0;
  height: auto;
  max-height: calc(100% - 52px);
  width: 100%;
  padding: 0 16px 34px;
  flex-direction: column;
  background: var(--dc-color-white, #fff);
  border-radius: 5px 5px 0 0;
  animation-name: dc-bottom-sheet-animate-opening-3-6-0;
  animation-duration: 0.2s;
}

.dc-bottom-sheet__overlay-3-6-0 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  max-height: 100%;
  background: rgba(36, 38, 41, 0.64);
  z-index: 1300;
  overflow-y: hidden;
}

.dc-bottom-sheet__overlay--hidden-3-6-0 {
  display: none;
}

.dc-bottom-sheet__cion-container-3-6-0 {
  width: 100%;
  padding: 10px 10px 26px;
  box-sizing: border-box;
}

.dc-bottom-sheet__cion-3-6-0 {
  width: 52px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--dc-color-grey-200, #d3d4d4);
  margin: 0 auto;
}

.dc-bottom-sheet__content-3-6-0 {
  margin: 0 -16px;
  padding: 0 16px;
  flex-grow: 1;
  overflow-y: scroll;
  overflow-y: auto;
}

.dc-bottom-sheet__content-3-6-0::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
}

.dc-bottom-sheet__content-3-6-0::-webkit-scrollbar-track {
  background-color: transparent;
}

.dc-bottom-sheet__content-3-6-0::-webkit-scrollbar-thumb {
  background-color: var(--dc-color-grey-640, #737476);
  border-radius: 19px;
}

.dc-bottom-sheet__content-3-6-0::-webkit-scrollbar-button {
  display: none;
}

.dc-bottom-sheet__content-3-6-0::-webkit-scrollbar-thumb {
  background-color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-bottom-sheet__content--no-indents-3-6-0 {
  padding: 0;
}

.dc-bottom-sheet__fade-wrapper-3-6-0 {
  position: relative;
  height: 0;
  margin: 0 -16px;
  pointer-events: none;
}

.dc-bottom-sheet__fade-bottom-3-6-0,
.dc-bottom-sheet__fade-top-3-6-0 {
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  z-index: 1;
}

.dc-bottom-sheet__fade-top-3-6-0 {
  top: -1px;
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
}

.dc-bottom-sheet__fade-top--hidden-3-6-0 {
  display: none;
}

.dc-bottom-sheet__fade-bottom-3-6-0 {
  bottom: -1px;
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
}

.dc-bottom-sheet-3-6-0:not(.dc-bottom-sheet--with-footer-3-6-0)
  .dc-bottom-sheet__content-3-6-0 {
  margin-bottom: -34px;
  padding-bottom: 34px;
}

.dc-bottom-sheet-3-6-0:not(.dc-bottom-sheet--with-footer-3-6-0)
  .dc-bottom-sheet__content--no-indents-3-6-0 {
  padding-bottom: 0;
}

.dc-bottom-sheet-3-6-0:not(.dc-bottom-sheet--with-footer-3-6-0)
  .dc-bottom-sheet__fade-bottom-3-6-0 {
  display: none;
}

.dc-bottom-sheet__header-3-6-0 {
  margin-bottom: 16px;
}

.dc-bottom-sheet__header--banner-3-6-0 {
  margin-left: -16px;
  margin-right: -16px;
  overflow: hidden;
}

.dc-bottom-sheet__close-3-6-0 {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.dc-bottom-sheet__title-3-6-0 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: 500 18px/24px SeroPro, sans-serif;
}

.dc-bottom-sheet--with-content-3-6-0:not(.dc-bottom-sheet--with-subtitle-3-6-0)
  .dc-bottom-sheet__title-3-6-0 {
  margin-bottom: 16px;
}

.dc-bottom-sheet__subtitle-3-6-0 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: normal 14px/20px SeroPro, sans-serif;
  color: var(--dc-color-grey-640, #737476);
}

.dc-bottom-sheet--with-title-3-6-0 .dc-bottom-sheet__subtitle-3-6-0 {
  margin-top: 4px;
}

.dc-bottom-sheet--with-content-3-6-0 .dc-bottom-sheet__subtitle-3-6-0 {
  margin-bottom: 16px;
}

.dc-bottom-sheet__footer-3-6-0 {
  margin-top: 16px;
}

.dc-bottom-sheet__footer-buttons-3-6-0 {
  display: flex;
  flex-direction: column;
}

.dc-bottom-sheet__footer-button-3-6-0,
.dc-bottom-sheet__footer-buttons-3-6-0:not(:last-child) {
  margin-bottom: 8px;
}

.dc-bottom-sheet__footer-button-3-6-0:last-child {
  margin-bottom: 0;
}

.dc-bottom-sheet__buttons-divider-3-6-0 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: normal 14px/20px SeroPro, sans-serif;
  text-align: center;
}

.dc-bottom-sheet-3-6-0 :focus:not(.focus-visible-3-6-0) {
  outline: none;
}

@keyframes dc-bottom-sheet-animate-opening-3-6-0 {
  0% {
    max-height: 0;
  }

  to {
    max-height: calc(100% - 52px);
  }
}

.overlay-root-2-2-0 {
  position: absolute;
  z-index: 1400;
}

.overlay-inner-2-2-0 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  outline: none;
}

.overlay-inner--hidden-2-2-0 {
  display: none;
}

.f-cl-root-1-2-3 {
  outline: none;
}

.f-cl-sentinel-1-2-3 {
  width: 0;
  height: 0;
  overflow: hidden;
}

.link-wrapper-3-5-1 {
  font-family: SeroPro, sans-serif;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  -webkit-appearance: button;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  line-height: normal;
  border: none;
  text-align: left;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
}

.link-wrapper-3-5-1::-moz-focus-inner {
  border: none;
}

.link-wrapper-3-5-1:focus {
  outline: none;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .link-wrapper-3-5-1:hover .link-link-3-5-1 {
    border-bottom-color: var(--dc-color-green, #53b374);
  }

  .link-wrapper-3-5-1:focus.focus-visible:hover .link-link-3-5-1 {
    border-bottom-color: var(--dc-color-dark-green-200, #4a9765);
    color: var(--dc-color-dark-green-640, #355944);
  }
}

.link-wrapper-3-5-1:focus.focus-visible .link-link-3-5-1 {
  border-bottom-color: var(--dc-color-dark-green-200, #4a9765);
  color: var(--dc-color-dark-green-640, #355944);
}

.link-wrapper--inline-3-5-1 {
  display: inline;
}

.link-wrapper--icon-right-3-5-1 {
  padding-right: 24px;
}

.link-wrapper--icon-left-3-5-1 {
  padding-left: 24px;
}

.link-wrapper--secondary-3-5-1 .link-link-3-5-1 {
  border-bottom-color: rgba(36, 38, 41, 0.12);
  color: var(--dc-color-afro, #242629);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .link-wrapper--secondary-3-5-1:focus.focus-visible:hover .link-link-3-5-1,
  .link-wrapper--secondary-3-5-1:hover .link-link-3-5-1 {
    border-bottom-color: var(--dc-color-afro, #242629);
    color: var(--dc-color-afro, #242629);
  }
}

.link-wrapper--secondary-3-5-1:focus.focus-visible .link-link-3-5-1 {
  border-bottom-color: var(--dc-color-afro, #242629);
  color: var(--dc-color-afro, #242629);
}

.link-wrapper--secondary-3-5-1 .link-icon-3-5-1 {
  color: var(--dc-color-afro, #242629);
}

.link-wrapper--ellipsis-3-5-1 {
  max-width: 100%;
}

.link-wrapper--ellipsis-3-5-1 .link-link-3-5-1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}

.link-wrapper--ellipsis-3-5-1 .link-link--small-3-5-1 {
  height: 16px;
}

.link-wrapper--ellipsis-3-5-1 .link-link--medium-3-5-1 {
  height: 19px;
}

.link-wrapper--ellipsis-3-5-1 .link-link--large-3-5-1 {
  height: 20px;
}

.link-wrapper--dark-3-5-1 .link-link-3-5-1 {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
  color: var(--dc-color-white, #fff);
  font-weight: 500;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .link-wrapper--dark-3-5-1 .link-link-3-5-1:focus.focus-visible:hover,
  .link-wrapper--dark-3-5-1 .link-link-3-5-1:hover {
    border-bottom-color: var(--dc-color-white, #fff);
    color: var(--dc-color-white, #fff);
  }

  .link-wrapper--dark-3-5-1
    .link-link-3-5-1:focus.focus-visible:hover
    .link-link-3-5-1,
  .link-wrapper--dark-3-5-1 .link-link-3-5-1:hover .link-link-3-5-1 {
    border-bottom-color: var(--dc-color-white, #fff);
  }
}

.link-wrapper--dark-3-5-1 .link-link-3-5-1:focus.focus-visible {
  border-bottom-color: var(--dc-color-white, #fff);
  color: var(--dc-color-white, #fff);
}

.link-wrapper--dark-3-5-1
  .link-link-3-5-1:focus.focus-visible
  .link-link-3-5-1 {
  border-bottom-color: var(--dc-color-white, #fff);
}

.link-wrapper--dark-3-5-1 .link-icon-3-5-1 {
  color: var(--dc-color-white, #fff);
}

.link-wrapper--dark-3-5-1 .link-wrapper--secondary-3-5-1 .link-link-3-5-1 {
  color: var(--dc-color-white, #fff);
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .link-wrapper--dark-3-5-1
    .link-wrapper--secondary-3-5-1
    .link-link-3-5-1:hover {
    border-bottom-color: var(--dc-color-white, #fff);
  }
}

.link-wrapper--dark-3-5-1
  .link-wrapper--secondary-3-5-1
  .link-link-3-5-1:focus.focus-visible {
  border-bottom-color: var(--dc-color-white, #fff);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .link-wrapper--dark-3-5-1:focus.focus-visible:hover .link-link-3-5-1,
  .link-wrapper--dark-3-5-1:hover .link-link-3-5-1 {
    border-bottom-color: var(--dc-color-white, #fff);
    color: var(--dc-color-white, #fff);
  }
}

.link-wrapper--dark-3-5-1:focus.focus-visible .link-link-3-5-1 {
  border-bottom-color: var(--dc-color-white, #fff);
  color: var(--dc-color-white, #fff);
}

.link-wrapper--empty-3-5-1 {
  padding: 0;
}

.link-wrapper--empty-3-5-1 .link-icon-3-5-1 {
  position: static;
}

.link-icon-3-5-1 {
  display: block;
  position: absolute;
  top: 2px;
  color: var(--dc-color-green, #53b374);
}

.link-icon-3-5-1:first-child {
  left: 0;
}

.link-icon-3-5-1:last-child {
  right: 0;
}

.link-link-3-5-1 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  font-family: SeroPro, sans-serif;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  border-bottom: 1px solid rgba(83, 179, 116, 0.4);
  color: var(--dc-color-green, #53b374);
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.link-link-3-5-1::-moz-focus-inner {
  border: none;
}

.link-link-3-5-1:focus {
  outline: none;
}

.link-link--small-3-5-1 {
  font-size: 12px;
  line-height: 16px;
}

.link-link--medium-3-5-1 {
  font-size: 14px;
}

.link-link--large-3-5-1 {
  font-size: 16px;
}

.icon-2-6-0 {
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
  overflow: hidden;
}

.icon-2-6-0:hover {
  transition: color 0.15s ease-in-out;
}

.icon--24-2-6-0 {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  line-height: 24px;
}

.icon--32-2-6-0 {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  line-height: 32px;
}

.icon--48-2-6-0 {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  line-height: 48px;
}

.hint-root-0-7-9 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  font: normal 14px/20px SeroPro, sans-serif;
  padding: 24px;
  box-sizing: border-box;
  text-align: left;
}

.hint-root--normal-0-7-9 {
  width: 180px;
}

.hint-root--wide-0-7-9 {
  width: 280px;
}

.hint-target-0-7-9 {
  display: inline-flex;
}

.hint-close-0-7-9 {
  position: absolute;
  top: 8px;
  right: 8px;
  color: var(--dc-color-grey-400, #a7a8a9);
  cursor: pointer;
}

.hint-banner-0-7-9 {
  margin-bottom: 8px;
}

.hint-banner-0-7-9 + .hint-content-0-7-9 {
  padding-top: 0;
}

.hint-image-0-7-9 {
  margin-right: 12px;
}

.hint-title-0-7-9 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: 500 18px/24px SeroPro, sans-serif;
  display: flex;
}

.hint-title-content-0-7-9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hint-text-0-7-9 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: normal 14px/20px SeroPro, sans-serif;
  color: var(--dc-color-grey-640, #737476);
}

.hint-text-wrap-0-7-9 {
  width: 100%;
}

.hint-text-wrap-0-7-9 + .hint-text-wrap-0-7-9 {
  margin-top: 4px;
}

.hint-footer-0-7-9,
.hint-head-0-7-9 + .hint-content-0-7-9 {
  margin-top: 12px;
}

.hint-buttons-0-7-9 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
  margin-left: -8px;
}

.hint-buttons--with_footer-0-7-9 {
  margin-bottom: 8px;
}

.hint-button-0-7-9 {
  margin-top: 8px;
  margin-left: 8px;
}

.hint-button--fluid-0-7-9 {
  width: 100%;
}

.ppr-root--shadow-small-5-0-2 {
  box-shadow: 0 4px 12px rgba(36, 38, 41, 0.08);
}

.ppr-root--shadow-medium-5-0-2 {
  box-shadow: 0 6px 20px rgba(36, 38, 41, 0.1);
}

.ppr-root--shadow-large-5-0-2 {
  box-shadow: 0 8px 24px rgba(36, 38, 41, 0.12);
}

.ppr-container-5-0-2 {
  position: relative;
}

.ppr-container--inline-5-0-2 {
  display: inline-flex;
}

.ppr-target-5-0-2 {
  display: inherit;
}

.ppr-root-5-0-2 {
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 5px;
  background-color: var(--dc-color-white, #fff);
  transition-duration: 0ms;
  z-index: 1600;
  position: absolute;
  top: 100%;
  left: 0;
  transition: opacity 0.2s ease-in;
}

.ppr-root--in-portal-5-0-2 {
  top: 0;
}

.ppr-root--has-arrow-5-0-2 {
  overflow: visible;
  border-color: var(--dc-color-white, #fff);
}

.ppr-root--has-arrow-5-0-2:after {
  content: "";
  position: absolute;
  border-color: inherit;
  border-style: solid;
}

.ppr-root--top-5-0-2:after {
  border-width: 4px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: none;
}

.ppr-root--bottom-5-0-2:after {
  border-width: 4px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
}

.ppr-root--left-5-0-2:after {
  border-width: 4px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right: none;
}

.ppr-root--right-5-0-2:after {
  border-width: 4px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: none;
}

.ppr-root--top-5-0-2:after {
  bottom: -4px;
}

.ppr-root--bottom-5-0-2:after {
  top: -4px;
}

.ppr-root--left-5-0-2:after {
  right: -4px;
}

.ppr-root--right-5-0-2:after {
  left: -4px;
}

.ppr-root--bottom-5-0-2.ppr-root--align-center-5-0-2:after,
.ppr-root--top-5-0-2.ppr-root--align-center-5-0-2:after {
  left: 50%;
  transform: translateX(-4px);
}

.ppr-root--bottom-5-0-2.ppr-root--align-left-5-0-2:after,
.ppr-root--top-5-0-2.ppr-root--align-left-5-0-2:after {
  right: 16px;
}

.ppr-root--bottom-5-0-2.ppr-root--align-right-5-0-2:after,
.ppr-root--top-5-0-2.ppr-root--align-right-5-0-2:after {
  left: 16px;
}

.ppr-root--left-5-0-2.ppr-root--align-center-5-0-2:after,
.ppr-root--right-5-0-2.ppr-root--align-center-5-0-2:after {
  top: 50%;
  transform: translateY(-4px);
}

.ppr-root--left-5-0-2.ppr-root--align-top-5-0-2:after,
.ppr-root--right-5-0-2.ppr-root--align-top-5-0-2:after {
  bottom: 16px;
}

.ppr-root--left-5-0-2.ppr-root--align-bottom-5-0-2:after,
.ppr-root--right-5-0-2.ppr-root--align-bottom-5-0-2:after {
  top: 16px;
}

.dc-input-currency-5-1-16 {
  position: relative;
}

.dc-input-number-5-1-14 {
  position: relative;
}

.dc-input-number-5-1-14 input::-webkit-inner-spin-button,
.dc-input-number-5-1-14 input::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

.singleButtonSelect-root-5-2-10 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  border-radius: 5px;
  overflow-x: auto;
  touch-action: pan-x;
}

.singleButtonSelect-root-5-2-10::-moz-focus-inner {
  border: none;
}

.singleButtonSelect-root-5-2-10:focus {
  outline: none;
}

.singleButtonSelect-root--readonly-5-2-10 {
  pointer-events: none;
}

.singleButtonSelect-root--readonly-5-2-10
  .singleButtonSelect-item--active-5-2-10 {
  background-color: var(--dc-color-grey-640, #737476);
  border-color: var(--dc-color-grey-640, #737476);
}

.singleButtonSelect-root--readonly-5-2-10
  .singleButtonSelect-item--active-5-2-10
  .singleButtonSelect-text-5-2-10 {
  color: var(--dc-color-white, #fff);
}

.singleButtonSelect-root--fluid-5-2-10 {
  width: 100%;
}

.singleButtonSelect-root--fluid-5-2-10 .singleButtonSelect-item-5-2-10 {
  flex: 1 1 auto;
}

.singleButtonSelect-root--fluid-5-2-10
  .singleButtonSelect-item--disable-ellipses-5-2-10 {
  flex-shrink: 0;
}

.singleButtonSelect-root--small-5-2-10 .singleButtonSelect-item-5-2-10 {
  height: 32px;
}

.singleButtonSelect-root--small-5-2-10 .singleButtonSelect-item--square-5-2-10 {
  padding: 0 8px;
}

.singleButtonSelect-root--medium-5-2-10 .singleButtonSelect-item-5-2-10 {
  height: 40px;
}

.singleButtonSelect-root--medium-5-2-10
  .singleButtonSelect-item--square-5-2-10 {
  padding: 0 12px;
}

.singleButtonSelect-root--large-5-2-10 .singleButtonSelect-item-5-2-10 {
  height: 52px;
}

.singleButtonSelect-root--large-5-2-10 .singleButtonSelect-item--square-5-2-10 {
  padding: 0 18px;
}

.singleButtonSelect-root--equal-cell-width-5-2-10
  .singleButtonSelect-item-5-2-10 {
  flex-basis: 0;
}

.singleButtonSelect-item-5-2-10 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  font: 500 14px/20px SeroPro, sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  padding: 0 16px;
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  cursor: pointer;
  background-color: var(--dc-color-white, #fff);
}

.singleButtonSelect-item-5-2-10::-moz-focus-inner {
  border: none;
}

.singleButtonSelect-item-5-2-10:focus {
  outline: none;
}

.singleButtonSelect-item-5-2-10:not(:last-child) {
  border-right: 0;
}

.singleButtonSelect-item-5-2-10:first-child {
  border-radius: 5px 0 0 5px;
}

.singleButtonSelect-item-5-2-10:last-child {
  border-radius: 0 5px 5px 0;
}

.singleButtonSelect-item-5-2-10:last-child:after {
  background-color: transparent;
}

.singleButtonSelect-item-5-2-10:after {
  content: "";
  position: absolute;
  background-color: var(--dc-color-grey-200, #d3d4d4);
  top: -1px;
  right: -1px;
  width: 1px;
  z-index: 1;
  height: calc(100% + 2px);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .singleButtonSelect-item-5-2-10:hover {
    background-color: var(--dc-color-green-200, #ddf0e3);
    border-top-color: var(--dc-color-green-200, #ddf0e3);
    border-bottom-color: var(--dc-color-green-200, #ddf0e3);
  }

  .singleButtonSelect-item-5-2-10:hover:last-child {
    border-right-color: var(--dc-color-green-200, #ddf0e3);
  }

  .singleButtonSelect-item-5-2-10:hover:first-child {
    border-left-color: var(--dc-color-green-200, #ddf0e3);
  }
}

.singleButtonSelect-item--active-5-2-10 {
  background-color: var(--dc-color-green, #53b374);
  border-top-color: var(--dc-color-green, #53b374);
  border-bottom-color: var(--dc-color-green, #53b374);
  color: var(--dc-color-white, #fff);
}

.singleButtonSelect-item--active-5-2-10:last-child {
  border-right-color: var(--dc-color-green, #53b374);
}

.singleButtonSelect-item--active-5-2-10:first-child {
  border-left-color: var(--dc-color-green, #53b374);
}

.singleButtonSelect-item--active-5-2-10 .singleButtonSelect-text-5-2-10 {
  color: var(--dc-color-white, #fff);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .singleButtonSelect-item--active-5-2-10:hover {
    background-color: var(--dc-color-dark-green-200, #4a9765);
    border-top-color: var(--dc-color-dark-green-200, #4a9765);
    border-bottom-color: var(--dc-color-dark-green-200, #4a9765);
  }

  .singleButtonSelect-item--active-5-2-10:hover:last-child {
    border-right-color: var(--dc-color-dark-green-200, #4a9765);
  }

  .singleButtonSelect-item--active-5-2-10:hover:first-child {
    border-left-color: var(--dc-color-dark-green-200, #4a9765);
  }
}

.singleButtonSelect-item--active-5-2-10 .singleButtonSelect-icon-5-2-10 {
  color: var(--dc-color-white, #fff);
}

.singleButtonSelect-item--disabled-5-2-10,
.singleButtonSelect-item--disabled-5-2-10:active {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-top-color: var(--dc-color-grey-80, #edeeee);
  border-bottom-color: var(--dc-color-grey-80, #edeeee);
  color: var(--dc-color-grey-400, #a7a8a9);
  cursor: default;
}

.singleButtonSelect-item--disabled-5-2-10:active:last-child,
.singleButtonSelect-item--disabled-5-2-10:last-child {
  border-right-color: var(--dc-color-grey-80, #edeeee);
}

.singleButtonSelect-item--disabled-5-2-10:active:first-child,
.singleButtonSelect-item--disabled-5-2-10:first-child {
  border-left-color: var(--dc-color-grey-80, #edeeee);
}

.singleButtonSelect-item--disabled-5-2-10 .singleButtonSelect-text-5-2-10,
.singleButtonSelect-item--disabled-5-2-10:active
  .singleButtonSelect-text-5-2-10 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.singleButtonSelect-item--disabled-5-2-10:active--active,
.singleButtonSelect-item--disabled--active-5-2-10 {
  background-color: var(--dc-color-grey-640, #737476);
  border-top-color: var(--dc-color-grey-640, #737476);
  border-bottom-color: var(--dc-color-grey-640, #737476);
}

.singleButtonSelect-item--disabled-5-2-10:active--active:last-child,
.singleButtonSelect-item--disabled--active-5-2-10:last-child {
  border-right-color: var(--dc-color-grey-640, #737476);
}

.singleButtonSelect-item--disabled-5-2-10:active--active:first-child,
.singleButtonSelect-item--disabled--active-5-2-10:first-child {
  border-left-color: var(--dc-color-grey-640, #737476);
}

.singleButtonSelect-item--disabled-5-2-10:active--active
  .singleButtonSelect-text-5-2-10,
.singleButtonSelect-item--disabled--active-5-2-10
  .singleButtonSelect-text-5-2-10 {
  color: var(--dc-color-white, #fff);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .singleButtonSelect-item--disabled-5-2-10:hover {
    background-color: var(--dc-color-grey-80, #edeeee);
    border-top-color: var(--dc-color-grey-80, #edeeee);
    border-bottom-color: var(--dc-color-grey-80, #edeeee);
    color: var(--dc-color-grey-400, #a7a8a9);
    cursor: default;
  }

  .singleButtonSelect-item--disabled-5-2-10:hover:last-child {
    border-right-color: var(--dc-color-grey-80, #edeeee);
  }

  .singleButtonSelect-item--disabled-5-2-10:hover:first-child {
    border-left-color: var(--dc-color-grey-80, #edeeee);
  }

  .singleButtonSelect-item--disabled-5-2-10:hover
    .singleButtonSelect-text-5-2-10 {
    color: var(--dc-color-grey-400, #a7a8a9);
  }

  .singleButtonSelect-item--disabled-5-2-10:hover--active {
    background-color: var(--dc-color-grey-640, #737476);
    border-top-color: var(--dc-color-grey-640, #737476);
    border-bottom-color: var(--dc-color-grey-640, #737476);
  }

  .singleButtonSelect-item--disabled-5-2-10:hover--active:last-child {
    border-right-color: var(--dc-color-grey-640, #737476);
  }

  .singleButtonSelect-item--disabled-5-2-10:hover--active:first-child {
    border-left-color: var(--dc-color-grey-640, #737476);
  }

  .singleButtonSelect-item--disabled-5-2-10:hover--active
    .singleButtonSelect-text-5-2-10 {
    color: var(--dc-color-white, #fff);
  }
}

.singleButtonSelect-item--disabled-5-2-10.singleButtonSelect-item--active-5-2-10 {
  background-color: var(--dc-color-grey-640, #737476);
  border-top-color: var(--dc-color-grey-640, #737476);
  border-bottom-color: var(--dc-color-grey-640, #737476);
}

.singleButtonSelect-item--disabled-5-2-10.singleButtonSelect-item--active-5-2-10:last-child {
  border-right-color: var(--dc-color-grey-640, #737476);
}

.singleButtonSelect-item--disabled-5-2-10.singleButtonSelect-item--active-5-2-10:first-child {
  border-left-color: var(--dc-color-grey-640, #737476);
}

.singleButtonSelect-item--disabled-5-2-10.singleButtonSelect-item--active-5-2-10
  .singleButtonSelect-text-5-2-10 {
  color: var(--dc-color-white, #fff);
}

.singleButtonSelect-item--square-5-2-10 .singleButtonSelect-text-5-2-10 {
  width: 16px;
  text-align: center;
}

.singleButtonSelect-item--focus-5-2-10,
.singleButtonSelect-item--focus-5-2-10:active,
.singleButtonSelect-item--focus-5-2-10:hover {
  border-color: var(--dc-color-afro, #242629);
}

.singleButtonSelect-item--focus-5-2-10:after,
.singleButtonSelect-item--focus-5-2-10:before {
  content: "";
  position: absolute;
  top: -1px;
  width: 1px;
  background-color: var(--dc-color-afro, #242629);
  z-index: 1;
  height: calc(100% + 2px);
}

.singleButtonSelect-item--focus-5-2-10:first-child,
.singleButtonSelect-item--focus-5-2-10:first-child:hover {
  border-left: 1px solid var(--dc-color-afro, #242629);
}

.singleButtonSelect-item--focus-5-2-10:first-child:before,
.singleButtonSelect-item--focus-5-2-10:first-child:hover:before {
  display: none;
}

.singleButtonSelect-item--focus-5-2-10:last-child,
.singleButtonSelect-item--focus-5-2-10:last-child:hover {
  border-right: 1px solid var(--dc-color-afro, #242629);
}

.singleButtonSelect-item--focus-5-2-10:last-child:after,
.singleButtonSelect-item--focus-5-2-10:last-child:hover:after {
  display: none;
}

.singleButtonSelect-item--focus-5-2-10:before {
  left: -1px;
}

.singleButtonSelect-item--focus-5-2-10:after {
  right: -1px;
}

.singleButtonSelect-text-5-2-10 {
  font-family: SeroPro, sans-serif;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: 500 14px/20px SeroPro, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  user-select: none;
}

.singleButtonSelect-icon-5-2-10 {
  display: flex;
  width: 16px;
  height: 16px;
  color: var(--dc-color-grey-400, #a7a8a9);
}

.singleButtonSelect-icon-5-2-10 + .singleButtonSelect-text-5-2-10 {
  margin-left: 8px;
}

.singleButtonSelect-input-5-2-10 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
}

.singleButtonSelect-input-5-2-10::-moz-focus-inner {
  border: none;
}

.singleButtonSelect-input-5-2-10:focus {
  outline: none;
}

.datepick-root-6-6-0 {
  position: relative;
  padding: 12px;
  min-width: 248px;
  box-sizing: border-box;
  max-width: 352px;
}

@media (max-width: 767px) {
  .datepick-root-6-6-0 {
    padding: 0;
  }
}

.datepick-weeks-container-6-6-0 {
  height: 192px;
}

.datepick-month-week-days-6-6-0 {
  display: flex;
  justify-content: space-around;
  margin-top: 4px;
}

.datepick-month-week-days-6-6-0 .datepick-week-day-6-6-0 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  text-transform: capitalize;
  font-family: SeroPro, sans-serif;
  font-size: 14px;
  color: var(--dc-color-afro, #242629);
  -webkit-user-select: none;
  user-select: none;
}

.datepick-header-6-6-0 {
  display: flex;
  justify-content: center;
}

.datepick-switcher-6-6-0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.datepick-switcher-6-6-0:first-child .datepick-value-6-6-0 {
  width: 70px;
}

.datepick-switcher-6-6-0:last-child {
  margin-left: 35px;
}

.datepick-switcher-6-6-0 .datepick-button-6-6-0 {
  color: var(--dc-color-grey-400, #a7a8a9);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.datepick-switcher-6-6-0 .datepick-button-6-6-0:hover {
  color: var(--dc-color-grey-800, #505154);
}

@media (max-width: 767px) {
  .datepick-switcher-6-6-0 .datepick-button-6-6-0 {
    color: var(--dc-color-grey-400, #a7a8a9);
  }
}

.datepick-switcher-6-6-0 .datepick-value-6-6-0 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  font: 500 14px/20px SeroPro, sans-serif;
  color: var(--dc-color-afro, #242629);
  min-width: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.datepick-switcher-6-6-0 .datepick-value-6-6-0:hover,
.datepick-switcher-6-6-0 .datepick-value--active-6-6-0 {
  color: var(--dc-color-green, #53b374);
}

.datepick-week-6-6-0 {
  display: flex;
  justify-content: space-around;
}

.datepick-day-6-6-0 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  font-family: SeroPro, sans-serif;
  font-size: 14px;
  border-radius: 5px;
  color: var(--dc-color-afro, #242629);
  cursor: pointer;
}

.datepick-day--current-6-6-0:not(.datepick-day--selected-6-6-0):not(
    .datepick-day--range-end-6-6-0
  ):not(.datepick-day--range-start-6-6-0) {
  position: relative;
}

.datepick-day--current-6-6-0:not(.datepick-day--selected-6-6-0):not(
    .datepick-day--range-end-6-6-0
  ):not(.datepick-day--range-start-6-6-0):after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid var(--dc-color-dark-green-400, #407b56);
  border-radius: 5px;
}

.datepick-day--other-month-6-6-0 {
  cursor: default;
  color: var(--dc-color-grey-640, #737476);
}

.datepick-day--selected-6-6-0 {
  background-color: var(--dc-color-green, #53b374);
  color: var(--dc-color-white, #fff);
  border-radius: 5px;
}

.datepick-day--range-6-6-0 {
  background-color: var(--dc-color-green-200, #ddf0e3);
  color: var(--dc-color-dark-green-640, #355944);
  border-radius: 0;
  font-weight: 500;
  line-height: 19.9px;
  position: relative;
  z-index: 6;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .datepick-day--range-6-6-0:hover {
    color: var(--dc-color-white, #fff);
  }

  .datepick-day--range-6-6-0:hover:after {
    background-color: var(--dc-color-dark-green-200, #4a9765);
  }
}

.datepick-day--range-6-6-0:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -6;
}

.datepick-day--range-selected-6-6-0 {
  border-radius: 5px;
}

.datepick-day--range-end-6-6-0,
.datepick-day--range-start-6-6-0 {
  color: var(--dc-color-white, #fff);
  position: relative;
  z-index: 6;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .datepick-day--range-end-6-6-0:hover:after,
  .datepick-day--range-start-6-6-0:hover:after {
    background-color: var(--dc-color-dark-green-400, #407b56);
  }
}

.datepick-day--range-end-6-6-0:after,
.datepick-day--range-start-6-6-0:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--dc-color-green, #53b374);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -6;
}

.datepick-day--range-start-6-6-0:not(.datepick-day--range-start-back-6-6-0) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.datepick-day--range-end-6-6-0:not(.datepick-day--range-end-back-6-6-0),
.datepick-day--range-start-back-6-6-0 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.datepick-day--range-end-back-6-6-0 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.datepick-day--disabled-6-6-0 {
  color: var(--dc-color-grey-400, #a7a8a9);
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
}

.datepick-day-6-6-0:not(.datepick-day--other-month-6-6-0):not(
    .datepick-day--range-6-6-0
  ):not(.datepick-day--disabled-6-6-0):hover {
  background-color: var(--dc-color-dark-green-200, #4a9765);
  color: var(--dc-color-white, #fff);
  border-color: transparent;
}

.datepick-day--other-month-6-6-0 {
  background-color: transparent;
}

.datepick-footer-6-6-0 {
  margin-top: 8px;
}

.datepick-mobile-calendar-6-6-0 {
  display: flex;
  justify-content: center;
}

.datepick-mobile-calendar-6-6-0 .datepick-root-6-6-0 {
  max-width: 420px;
  width: 100%;
}

.datepick-select-items-6-6-0 {
  display: flex;
  flex-wrap: wrap;
  color: var(--dc-color-afro, #242629);
  font-size: 14px;
  height: 200px;
  overflow-y: auto;
  padding: 0 12px;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 16px;
}

.datepick-select-items-6-6-0 .datepick-item-6-6-0 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 33.333%;
  cursor: pointer;
  height: 32px;
  margin-top: 10px;
  border-radius: 5px;
  font-family: SeroPro, sans-serif;
  box-sizing: border-box;
}

.datepick-select-items-6-6-0 .datepick-item--current-6-6-0 {
  border: 1px solid var(--dc-color-green, #53b374);
  color: var(--dc-color-afro, #242629);
}

.datepick-select-items-6-6-0 .datepick-item--selected-6-6-0 {
  background-color: var(--dc-color-green, #53b374);
  color: var(--dc-color-white, #fff);
}

.datepick-select-items-6-6-0 .datepick-item-6-6-0:first-child,
.datepick-select-items-6-6-0 .datepick-item-6-6-0:nth-child(2),
.datepick-select-items-6-6-0 .datepick-item-6-6-0:nth-child(3) {
  margin-top: 0;
}

.datepick-select-items-6-6-0 .datepick-item-6-6-0:hover {
  background-color: var(--dc-color-dark-green-200, #4a9765);
  border-color: transparent;
  color: var(--dc-color-white, #fff);
}

.datepick-footer-6-6-0 .datepick-button-6-6-0 {
  margin-top: 8px;
}

.datepick-date-container-6-6-0 .datepick-datepicker-input-6-6-0 {
  width: 248px;
}

.datepick-date-container-6-6-0 .datepick-datepicker-input--fluid-6-6-0 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .datepick-date-container-6-6-0 .datepick-datepicker-input--valid-6-6-0 {
    border-color: var(--dc-color-grey-200, #d3d4d4);
  }
}

.datepick-two-inputs-6-6-0 {
  display: flex;
}

.datepick-two-inputs--fluid-6-6-0 {
  width: 100%;
}

.datepick-two-inputs--fluid-6-6-0 .datepick-two-inputs__datepicker-6-6-0 {
  width: 50%;
}

@media (max-width: 767px) {
  .datepick-two-inputs-6-6-0 {
    flex-direction: column;
  }

  .datepick-two-inputs--fluid-6-6-0:not(.datepick-two-inputs--one-line-6-6-0)
    .datepick-two-inputs__datepicker-6-6-0 {
    width: 100%;
  }

  .datepick-two-inputs__datepicker-6-6-0:first-child {
    flex-direction: row;
    margin-bottom: 16px;
  }

  .datepick-two-inputs__datepicker-6-6-0:last-child {
    margin-left: 0;
  }

  .datepick-two-inputs--one-line-6-6-0 {
    flex-direction: row;
  }

  .datepick-two-inputs--one-line-6-6-0 .datepick-two-inputs__datepicker-6-6-0 {
    margin-bottom: 0;
  }

  .datepick-two-inputs--one-line-6-6-0
    .datepick-two-inputs__datepicker-6-6-0:last-child {
    margin-left: 8px;
  }
}

.datepick-right-section-6-6-0 {
  display: flex;
}

.datepick-right-section-6-6-0 .datepick-close-6-6-0 {
  margin-right: 8px;
  height: 16px;
  cursor: pointer;
}

.datepick-range-datepicker-container-6-6-0 .datepick-masked-input-6-6-0 {
  width: 248px;
}

.datepick-range-datepicker-container-6-6-0 .datepick-masked-input--fluid-6-6-0 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .datepick-range-datepicker-container-6-6-0
    .datepick-masked-input--valid-6-6-0 {
    border-color: var(--dc-color-grey-200, #d3d4d4);
  }
}

.datepick-fixed-placeholder-6-6-0 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: normal 16px/20px SeroPro, sans-serif;
  color: var(--dc-color-grey-640, #737476);
}

.datepick-fixed-placeholder--left-6-6-0 {
  width: 5px;
}

.datepick-fixed-placeholder--right-6-6-0 {
  width: 16px;
}

.icon-3-3-1 {
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
  overflow: hidden;
}

.icon-3-3-1:hover {
  transition: color 0.15s ease-in-out;
}

.icon--24-3-3-1 {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  line-height: 24px;
}

.icon--32-3-3-1 {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  line-height: 32px;
}

.icon--48-3-3-1 {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  line-height: 48px;
}

.dc-input__input-5-4-1,
.dc-input__label-5-4-1,
.dc-input__left-section-5-4-1,
.dc-input__right-section-5-4-1 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  font-family: SeroPro, sans-serif;
  font-style: normal;
  font-stretch: normal;
}

.dc-input-5-4-1 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}

.dc-input-5-4-1::-moz-focus-inner {
  border: none;
}

.dc-input-5-4-1:focus {
  outline: none;
}

.dc-input-5-4-1 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dc-color-white, #fff);
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-radius: 5px;
  vertical-align: middle;
  transition: border-color 0.2s;
}

.dc-input--fluid-5-4-1 {
  width: 100%;
}

.dc-input--has-label-5-4-1 .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--has-label-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--has-label-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--has-label-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:hover {
  padding-top: 26px;
}

.dc-input__input-5-4-1 {
  width: 100%;
  height: calc(100% - 2px);
  margin: 1px 0;
  padding: 11px 12px;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  text-overflow: ellipsis;
  background-color: transparent;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--dc-color-afro, #242629);
}

.dc-input__input-5-4-1::placeholder {
  font-size: 16px;
  color: var(--dc-color-grey-640, #737476);
}

.dc-input__input-5-4-1::-moz-placeholder {
  opacity: 1;
}

.dc-input__input-5-4-1:-webkit-autofill,
.dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input__input-5-4-1:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 50px var(--dc-color-white, #fff) inset;
  -webkit-text-fill-color: var(--dc-color-afro, #242629);
  font-size: 16px;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .dc-input-5-4-1:hover {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-input-5-4-1:hover .dc-input__left-section-5-4-1,
  .dc-input-5-4-1:hover .dc-input__right-section-5-4-1 {
    color: var(--dc-color-grey-800, #505154);
  }
}

.dc-input--hover-5-4-1 {
  border-color: var(--dc-color-afro, #242629);
}

.dc-input__left-section-5-4-1,
.dc-input__right-section-5-4-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dc-color-grey-400, #a7a8a9);
  font-weight: 500;
  font-size: 14px;
  transition: 0.2s;
  border: 0;
  height: 100%;
  box-shadow: none;
  line-height: normal;
  white-space: nowrap;
}

.dc-input__left-section-5-4-1 {
  padding-left: 12px;
}

.dc-input__right-section-5-4-1 {
  padding-right: 12px;
}

.dc-input__label-5-4-1 {
  position: absolute;
  top: 16.5px;
  left: 12px;
  width: calc(100% - 24px);
  font-size: 16px;
  color: var(--dc-color-grey-640, #737476);
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  transform-origin: left;
  transition: 0.2s;
  white-space: nowrap;
  pointer-events: none;
  text-align: left;
}

.dc-input-5-4-1.dc-input--focus-5-4-1:not(.dc-input--readonly-5-4-1):not(
    .dc-input--not-editable-5-4-1
  )
  .dc-input__label-5-4-1,
.dc-input-5-4-1.dc-input--not-empty-5-4-1 .dc-input__label-5-4-1 {
  transform: scale(0.75) translateY(-16px);
  width: calc(133% - 24px);
}

.dc-input__input-5-4-1:-webkit-autofill + .dc-input__label-5-4-1 {
  transform: scale(0.75) translateY(-14px);
  width: calc(133% - 24px);
}

.dc-input__left-section-5-4-1
  + .dc-input__input-container-5-4-1
  > .dc-input__label-5-4-1 {
  left: 0;
}

.dc-input__input-container-5-4-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.dc-input-5-4-1.dc-input--has-label-5-4-1.dc-input--focus-5-4-1
  .dc-input__input-5-4-1,
.dc-input-5-4-1.dc-input--has-label-5-4-1.dc-input--not-empty-5-4-1
  .dc-input__input-5-4-1 {
  padding-top: 29px;
}

.dc-input--focus-5-4-1 {
  border-color: var(--dc-color-afro, #242629);
}

.dc-input--invalid-5-4-1,
.dc-input--invalid-5-4-1:focus,
.dc-input--invalid-5-4-1:focus:hover,
.dc-input--invalid-5-4-1:hover {
  border-color: var(--dc-color-red, #ff6a59);
}

.dc-input--valid-5-4-1,
.dc-input--valid-5-4-1:focus,
.dc-input--valid-5-4-1:focus:hover,
.dc-input--valid-5-4-1:hover {
  border-color: var(--dc-color-green, #53b374);
}

.dc-input--focus-5-4-1:not(.dc-input--invalid-5-4-1) {
  border-color: var(--dc-color-afro, #242629);
}

.dc-input--disabled-5-4-1,
.dc-input--disabled-5-4-1:focus,
.dc-input--disabled-5-4-1:focus:hover,
.dc-input--disabled-5-4-1:hover {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
}

.dc-input--disabled-5-4-1 .dc-input__input-5-4-1,
.dc-input--disabled-5-4-1 .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--disabled-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--disabled-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--disabled-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--disabled-5-4-1:focus .dc-input__input-5-4-1,
.dc-input--disabled-5-4-1:focus .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--disabled-5-4-1:focus .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--disabled-5-4-1:focus .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--disabled-5-4-1:focus .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--disabled-5-4-1:focus:hover .dc-input__input-5-4-1,
.dc-input--disabled-5-4-1:focus:hover .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--disabled-5-4-1:focus:hover
  .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--disabled-5-4-1:focus:hover
  .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--disabled-5-4-1:focus:hover
  .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--disabled-5-4-1:hover .dc-input__input-5-4-1,
.dc-input--disabled-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--disabled-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--disabled-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--disabled-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill:hover {
  color: var(--dc-color-grey-400, #a7a8a9);
  -webkit-text-fill-color: var(--dc-color-grey-400, #a7a8a9);
  -webkit-box-shadow: 0 0 0 50px var(--dc-color-grey-80, #edeeee) inset;
  opacity: 1;
  -webkit-opacity: 1;
}

.dc-input--disabled-5-4-1 .dc-input__label-5-4-1,
.dc-input--disabled-5-4-1 .dc-input__left-section-5-4-1,
.dc-input--disabled-5-4-1 .dc-input__right-section-5-4-1,
.dc-input--disabled-5-4-1:focus .dc-input__label-5-4-1,
.dc-input--disabled-5-4-1:focus .dc-input__left-section-5-4-1,
.dc-input--disabled-5-4-1:focus .dc-input__right-section-5-4-1,
.dc-input--disabled-5-4-1:focus:hover .dc-input__label-5-4-1,
.dc-input--disabled-5-4-1:focus:hover .dc-input__left-section-5-4-1,
.dc-input--disabled-5-4-1:focus:hover .dc-input__right-section-5-4-1,
.dc-input--disabled-5-4-1:hover .dc-input__label-5-4-1,
.dc-input--disabled-5-4-1:hover .dc-input__left-section-5-4-1,
.dc-input--disabled-5-4-1:hover .dc-input__right-section-5-4-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--readonly-5-4-1,
.dc-input--readonly-5-4-1:focus,
.dc-input--readonly-5-4-1:focus:hover,
.dc-input--readonly-5-4-1:hover {
  cursor: default;
  pointer-events: none;
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: transparent;
}

.dc-input--readonly-5-4-1 .dc-input__input-5-4-1,
.dc-input--readonly-5-4-1 .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--readonly-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--readonly-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--readonly-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--readonly-5-4-1:focus .dc-input__input-5-4-1,
.dc-input--readonly-5-4-1:focus .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--readonly-5-4-1:focus .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--readonly-5-4-1:focus .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--readonly-5-4-1:focus .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--readonly-5-4-1:focus:hover .dc-input__input-5-4-1,
.dc-input--readonly-5-4-1:focus:hover .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--readonly-5-4-1:focus:hover
  .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--readonly-5-4-1:focus:hover
  .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--readonly-5-4-1:focus:hover
  .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--readonly-5-4-1:hover .dc-input__input-5-4-1,
.dc-input--readonly-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--readonly-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--readonly-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--readonly-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill:hover {
  color: var(--dc-color-grey-640, #737476);
  -webkit-text-fill-color: var(--dc-color-grey-640, #737476);
  -webkit-box-shadow: 0 0 0 50px var(--dc-color-grey-80, #edeeee) inset;
  opacity: 1;
  -webkit-opacity: 1;
}

.dc-input--readonly-5-4-1 .dc-input__left-section-5-4-1,
.dc-input--readonly-5-4-1:focus .dc-input__left-section-5-4-1,
.dc-input--readonly-5-4-1:focus:hover .dc-input__left-section-5-4-1,
.dc-input--readonly-5-4-1:hover .dc-input__left-section-5-4-1 {
  color: var(--dc-color-grey-640, #737476);
}

.dc-input--readonly-5-4-1 .dc-input__right-section-5-4-1,
.dc-input--readonly-5-4-1:focus .dc-input__right-section-5-4-1,
.dc-input--readonly-5-4-1:focus:hover .dc-input__right-section-5-4-1,
.dc-input--readonly-5-4-1:hover .dc-input__right-section-5-4-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--not-editable-5-4-1 .dc-input__input-5-4-1 {
  cursor: default;
  pointer-events: none;
}

.dc-input--webview-5-4-1:not(.dc-input--invalid-5-4-1) {
  padding-bottom: 1px;
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
}

.dc-input--webview-focus-5-4-1:not(.dc-input--invalid-5-4-1) {
  padding-bottom: 0;
  border-bottom: 2px solid var(--dc-color-green, #53b374);
}

.dc-input--webview-disabled-5-4-1,
.dc-input--webview-disabled-5-4-1:hover,
.dc-input--webview-disabled-5-4-1:not(.dc-input--invalid-5-4-1) {
  padding-bottom: 1px;
  background-color: #f2f6f9;
  border-color: transparent;
  border-width: 1px;
}

.dc-input--webview-disabled-5-4-1 .dc-input__left-section-5-4-1,
.dc-input--webview-disabled-5-4-1 .dc-input__right-section-5-4-1,
.dc-input--webview-disabled-5-4-1:hover .dc-input__left-section-5-4-1,
.dc-input--webview-disabled-5-4-1:hover .dc-input__right-section-5-4-1,
.dc-input--webview-disabled-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__left-section-5-4-1,
.dc-input--webview-disabled-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__right-section-5-4-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--webview-disabled-5-4-1 .dc-input__input-5-4-1,
.dc-input--webview-disabled-5-4-1 .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--webview-disabled-5-4-1
  .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--webview-disabled-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--webview-disabled-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--webview-disabled-5-4-1:hover .dc-input__input-5-4-1,
.dc-input--webview-disabled-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--webview-disabled-5-4-1:hover
  .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--webview-disabled-5-4-1:hover
  .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--webview-disabled-5-4-1:hover
  .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--webview-disabled-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1,
.dc-input--webview-disabled-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--webview-disabled-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--webview-disabled-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--webview-disabled-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 50px #f2f6f9 inset;
}

.dc-input--webview-readonly-5-4-1,
.dc-input--webview-readonly-5-4-1:hover,
.dc-input--webview-readonly-5-4-1:not(.dc-input--invalid-5-4-1) {
  padding-bottom: 1px;
  background-color: #f2f6f9;
  border-color: transparent;
  border-width: 1px;
}

.dc-input--webview-readonly-5-4-1 .dc-input__left-section-5-4-1,
.dc-input--webview-readonly-5-4-1:hover .dc-input__left-section-5-4-1,
.dc-input--webview-readonly-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__left-section-5-4-1 {
  color: var(--dc-color-grey-640, #737476);
}

.dc-input--webview-readonly-5-4-1 .dc-input__right-section-5-4-1,
.dc-input--webview-readonly-5-4-1:hover .dc-input__right-section-5-4-1,
.dc-input--webview-readonly-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__right-section-5-4-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-input--webview-readonly-5-4-1 .dc-input__input-5-4-1,
.dc-input--webview-readonly-5-4-1 .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--webview-readonly-5-4-1
  .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--webview-readonly-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--webview-readonly-5-4-1 .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--webview-readonly-5-4-1:hover .dc-input__input-5-4-1,
.dc-input--webview-readonly-5-4-1:hover .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--webview-readonly-5-4-1:hover
  .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--webview-readonly-5-4-1:hover
  .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--webview-readonly-5-4-1:hover
  .dc-input__input-5-4-1:-webkit-autofill:hover,
.dc-input--webview-readonly-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1,
.dc-input--webview-readonly-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1:-webkit-autofill,
.dc-input--webview-readonly-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1:-webkit-autofill:active,
.dc-input--webview-readonly-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1:-webkit-autofill:focus,
.dc-input--webview-readonly-5-4-1:not(.dc-input--invalid-5-4-1)
  .dc-input__input-5-4-1:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 50px #f2f6f9 inset;
}

.dc-input--webview-not-empty-5-4-1:not(.dc-input--invalid-5-4-1):not(
    .dc-input--webview-disabled-5-4-1
  ):not(.dc-input--webview-focus-5-4-1) {
  background-color: #f2f6f9;
  border-color: transparent;
  caret-color: var(--dc-color-green, #53b374);
}

.dc-input--webview-invalid-5-4-1,
.dc-input--webview-invalid-5-4-1:hover {
  padding-bottom: 0;
  border-width: 2px;
  border-top: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-left: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-right: 1px solid var(--dc-color-grey-200, #d3d4d4);
}

.dc-input--webview-valid-5-4-1:hover,
.dc-input--webview-valid-5-4-1:not(.dc-input--invalid-5-4-1):not(
    .dc-input--webview-disabled-5-4-1
  ) {
  padding-bottom: 0;
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  border-bottom: 2px solid var(--dc-color-green, #53b374);
}

.dc-input--webview-5-4-1 .dc-input__input-container-5-4-1 {
  height: 52px;
}

.dc-input--with-left-section-5-4-1 .dc-input__input-5-4-1 {
  padding-left: 0;
}

.dc-input--with-left-section-5-4-1 .dc-input__left-section-5-4-1 {
  padding-right: 8px;
}

.dc-input--with-right-section-5-4-1 .dc-input__input-5-4-1 {
  padding-right: 0;
}

.dc-input--with-right-section-5-4-1 .dc-input__right-section-5-4-1 {
  padding-left: 8px;
}

.dc-input--right-section-with-action-5-4-1 .dc-input__right-section-5-4-1 {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 0 5px 5px 0;
  padding-bottom: 0;
  padding-top: 0;
  outline-style: none;
  background: transparent;
  cursor: pointer;
}

.dc-input--as-button-5-4-1 {
  cursor: pointer;
}

.dc-input--as-button-5-4-1 .dc-input__input-5-4-1,
.dc-input--as-button-5-4-1 .dc-input__input-container-5-4-1,
.dc-input--as-button-5-4-1 .dc-input__left-section-5-4-1,
.dc-input--as-button-5-4-1 .dc-input__right-section-5-4-1 {
  pointer-events: none;
}

.dc-input--as-button-5-4-1.dc-input--disabled-5-4-1 {
  cursor: default;
}

.dc-input--medium-5-4-1,
.dc-input--medium-5-4-1 .dc-input__input-container-5-4-1 {
  height: 40px;
}

.dc-input--large-5-4-1,
.dc-input--large-5-4-1 .dc-input__input-container-5-4-1 {
  height: 52px;
}

.dc-input--large-5-4-1 .dc-input__input-5-4-1::-moz-placeholder {
  line-height: 29px;
}

.dc-input-5-4-1.dc-input--large-5-4-1.dc-input--has-label-5-4-1
  .dc-input__input-5-4-1::-moz-placeholder {
  line-height: 16px;
}

.dc-input--webview-5-4-1 {
  height: 64px;
}

.dc-bottom-sheet-3-6-0 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}

.dc-bottom-sheet-3-6-0::-moz-focus-inner {
  border: none;
}

.dc-bottom-sheet-3-6-0:focus {
  outline: none;
}

.dc-bottom-sheet-3-6-0 {
  box-shadow: 0 8px 24px rgba(36, 38, 41, 0.12);
  position: absolute;
  display: flex;
  bottom: 0;
  height: auto;
  max-height: calc(100% - 52px);
  width: 100%;
  padding: 0 16px 34px;
  flex-direction: column;
  background: var(--dc-color-white, #fff);
  border-radius: 5px 5px 0 0;
  animation-name: dc-bottom-sheet-animate-opening-3-6-0;
  animation-duration: 0.2s;
}

.dc-bottom-sheet__overlay-3-6-0 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  max-height: 100%;
  background: rgba(36, 38, 41, 0.64);
  z-index: 1300;
  overflow-y: hidden;
}

.dc-bottom-sheet__overlay--hidden-3-6-0 {
  display: none;
}

.dc-bottom-sheet__cion-container-3-6-0 {
  width: 100%;
  padding: 10px 10px 26px;
  box-sizing: border-box;
}

.dc-bottom-sheet__cion-3-6-0 {
  width: 52px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--dc-color-grey-200, #d3d4d4);
  margin: 0 auto;
}

.dc-bottom-sheet__content-3-6-0 {
  margin: 0 -16px;
  padding: 0 16px;
  flex-grow: 1;
  overflow-y: scroll;
  overflow-y: auto;
}

.dc-bottom-sheet__content-3-6-0::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
}

.dc-bottom-sheet__content-3-6-0::-webkit-scrollbar-track {
  background-color: transparent;
}

.dc-bottom-sheet__content-3-6-0::-webkit-scrollbar-thumb {
  background-color: var(--dc-color-grey-640, #737476);
  border-radius: 19px;
}

.dc-bottom-sheet__content-3-6-0::-webkit-scrollbar-button {
  display: none;
}

.dc-bottom-sheet__content-3-6-0::-webkit-scrollbar-thumb {
  background-color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-bottom-sheet__content--no-indents-3-6-0 {
  padding: 0;
}

.dc-bottom-sheet__fade-wrapper-3-6-0 {
  position: relative;
  height: 0;
  margin: 0 -16px;
  pointer-events: none;
}

.dc-bottom-sheet__fade-bottom-3-6-0,
.dc-bottom-sheet__fade-top-3-6-0 {
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  z-index: 1;
}

.dc-bottom-sheet__fade-top-3-6-0 {
  top: -1px;
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
}

.dc-bottom-sheet__fade-top--hidden-3-6-0 {
  display: none;
}

.dc-bottom-sheet__fade-bottom-3-6-0 {
  bottom: -1px;
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
}

.dc-bottom-sheet-3-6-0:not(.dc-bottom-sheet--with-footer-3-6-0)
  .dc-bottom-sheet__content-3-6-0 {
  margin-bottom: -34px;
  padding-bottom: 34px;
}

.dc-bottom-sheet-3-6-0:not(.dc-bottom-sheet--with-footer-3-6-0)
  .dc-bottom-sheet__content--no-indents-3-6-0 {
  padding-bottom: 0;
}

.dc-bottom-sheet-3-6-0:not(.dc-bottom-sheet--with-footer-3-6-0)
  .dc-bottom-sheet__fade-bottom-3-6-0 {
  display: none;
}

.dc-bottom-sheet__header-3-6-0 {
  margin-bottom: 16px;
}

.dc-bottom-sheet__header--banner-3-6-0 {
  margin-left: -16px;
  margin-right: -16px;
  overflow: hidden;
}

.dc-bottom-sheet__close-3-6-0 {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.dc-bottom-sheet__title-3-6-0 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: 500 18px/24px SeroPro, sans-serif;
}

.dc-bottom-sheet--with-content-3-6-0:not(.dc-bottom-sheet--with-subtitle-3-6-0)
  .dc-bottom-sheet__title-3-6-0 {
  margin-bottom: 16px;
}

.dc-bottom-sheet__subtitle-3-6-0 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: normal 14px/20px SeroPro, sans-serif;
  color: var(--dc-color-grey-640, #737476);
}

.dc-bottom-sheet--with-title-3-6-0 .dc-bottom-sheet__subtitle-3-6-0 {
  margin-top: 4px;
}

.dc-bottom-sheet--with-content-3-6-0 .dc-bottom-sheet__subtitle-3-6-0 {
  margin-bottom: 16px;
}

.dc-bottom-sheet__footer-3-6-0 {
  margin-top: 16px;
}

.dc-bottom-sheet__footer-buttons-3-6-0 {
  display: flex;
  flex-direction: column;
}

.dc-bottom-sheet__footer-button-3-6-0,
.dc-bottom-sheet__footer-buttons-3-6-0:not(:last-child) {
  margin-bottom: 8px;
}

.dc-bottom-sheet__footer-button-3-6-0:last-child {
  margin-bottom: 0;
}

.dc-bottom-sheet__buttons-divider-3-6-0 {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  text-indent: 0;
  color: var(--dc-color-afro, #242629);
  margin: 0;
  padding: 0;
  font: normal 14px/20px SeroPro, sans-serif;
  text-align: center;
}

.dc-bottom-sheet-3-6-0 :focus:not(.focus-visible-3-6-0) {
  outline: none;
}

@keyframes dc-bottom-sheet-animate-opening-3-6-0 {
  0% {
    max-height: 0;
  }

  to {
    max-height: calc(100% - 52px);
  }
}

.dc-button-7-5-2 {
  justify-content: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  color: var(--dc-color-white, #fff);
  transition: background-color 0.15s;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .dc-button-7-5-2:focus {
    outline: none;
  }
}

.dc-button--type-button-reset-7-5-2 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  -webkit-appearance: button;
  cursor: pointer;
}

.dc-button--type-button-reset-7-5-2::-moz-focus-inner {
  border: none;
}

.dc-button--type-button-reset-7-5-2:focus {
  outline: none;
}

.dc-button--type-link-reset-7-5-2 {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.dc-button--type-link-reset-7-5-2::-moz-focus-inner {
  border: none;
}

.dc-button--type-link-reset-7-5-2:focus {
  outline: none;
}

.dc-button__text-7-5-2 {
  font-family: SeroPro, sans-serif;
  font-stretch: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-shadow: none;
  text-indent: 0;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  transition: color 0.15s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dc-button__text-7-5-2 {
    flex-basis: auto;
  }
}

.dc-button__icon-7-5-2 {
  display: block;
  width: 16px;
  height: 16px;
  color: var(--dc-color-white, #fff);
  transition: 0.15s;
}

.dc-button__icon--left-7-5-2 {
  order: -1;
  margin-right: 8px;
}

.dc-button__icon--right-7-5-2 {
  order: 1;
  margin-left: 8px;
}

.dc-button--large-7-5-2 {
  height: 52px;
  padding: 0 16px;
}

.dc-button--large-7-5-2.dc-button--icon-only-7-5-2 {
  width: 52px;
  min-width: 52px;
}

.dc-button--medium-7-5-2 {
  height: 40px;
  padding: 0 16px;
}

.dc-button--medium-7-5-2.dc-button--icon-only-7-5-2 {
  width: 40px;
  min-width: 40px;
}

.dc-button--small-7-5-2 {
  height: 32px;
  padding: 0 16px;
}

.dc-button--small-7-5-2.dc-button--icon-only-7-5-2 {
  width: 32px;
  min-width: 32px;
}

.dc-button--primary-7-5-2 {
  background-color: var(--dc-color-afro, #242629);
  transition: background-color 0.5s;
  border-color: transparent;
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--primary-7-5-2:focus.focus-visible,
  .dc-button--primary-7-5-2:hover {
    background-color: var(--dc-color-green, #53b374);
  }
}

.dc-button--primary-7-5-2:active {
  background-color: var(--dc-color-dark-green-200, #4a9765);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--primary-7-5-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-button--primary-7-5-2:hover {
    border-color: transparent;
  }
}

.dc-button--primary-7-5-2:active {
  border-color: var(--dc-color-dark-green-200, #4a9765);
}

.dc-button--primary-7-5-2:link,
.dc-button--primary-7-5-2:visited {
  color: var(--dc-color-white, #fff);
}

.dc-button--primary-outline-7-5-2 {
  background-color: var(--dc-color-white, #fff);
  transition: background-color 0.5s;
  border-color: var(--dc-color-grey-200, #d3d4d4);
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--primary-outline-7-5-2:focus.focus-visible {
    background-color: var(--dc-color-white, #fff);
  }

  .dc-button--primary-outline-7-5-2:hover {
    background-color: var(--dc-color-grey-120, #e5e5e5);
  }
}

.dc-button--primary-outline-7-5-2:active {
  background-color: var(--dc-color-grey-200, #d3d4d4);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--primary-outline-7-5-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-button--primary-outline-7-5-2:hover {
    border-color: transparent;
  }
}

.dc-button--primary-outline-7-5-2:active {
  border-color: transparent;
}

.dc-button--primary-outline-7-5-2:link,
.dc-button--primary-outline-7-5-2:visited {
  color: var(--dc-color-afro, #242629);
}

.dc-button--primary-outline-7-5-2 .dc-button__icon-7-5-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-button--primary-outline-7-5-2 .dc-button__text-7-5-2 {
  color: var(--dc-color-afro, #242629);
}

.dc-button--secondary-7-5-2 {
  background-color: var(--dc-color-green, #53b374);
  transition: background-color 0.5s;
  border-color: transparent;
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--secondary-7-5-2:focus.focus-visible {
    background-color: var(--dc-color-green, #53b374);
  }

  .dc-button--secondary-7-5-2:hover {
    background-color: var(--dc-color-dark-green-200, #4a9765);
  }
}

.dc-button--secondary-7-5-2:active {
  background-color: var(--dc-color-dark-green-200, #4a9765);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--secondary-7-5-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-button--secondary-7-5-2:hover {
    border-color: transparent;
  }
}

.dc-button--secondary-7-5-2:active {
  border-color: var(--dc-color-dark-green-640, #355944);
}

.dc-button--secondary-7-5-2:link,
.dc-button--secondary-7-5-2:visited {
  color: var(--dc-color-white, #fff);
}

.dc-button--secondary-outline-7-5-2 {
  background-color: var(--dc-color-white, #fff);
  transition: background-color 0.5s;
  border-color: var(--dc-color-green, #53b374);
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--secondary-outline-7-5-2:focus.focus-visible {
    background-color: var(--dc-color-white, #fff);
  }

  .dc-button--secondary-outline-7-5-2:hover {
    background-color: var(--dc-color-green-200, #ddf0e3);
  }
}

.dc-button--secondary-outline-7-5-2:active {
  background-color: var(--dc-color-green-640, #91cea6);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--secondary-outline-7-5-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-button--secondary-outline-7-5-2:hover {
    border-color: transparent;
  }
}

.dc-button--secondary-outline-7-5-2:active {
  border-color: transparent;
}

.dc-button--secondary-outline-7-5-2 .dc-button__icon-7-5-2,
.dc-button--secondary-outline-7-5-2 .dc-button__text-7-5-2,
.dc-button--secondary-outline-7-5-2:link,
.dc-button--secondary-outline-7-5-2:visited {
  color: var(--dc-color-green, #53b374);
}

.dc-button--secondary-outline-7-5-2:active .dc-button__icon-7-5-2,
.dc-button--secondary-outline-7-5-2:active .dc-button__text-7-5-2,
.dc-button--secondary-outline-7-5-2:hover .dc-button__icon-7-5-2,
.dc-button--secondary-outline-7-5-2:hover .dc-button__text-7-5-2 {
  color: var(--dc-color-dark-green-400, #407b56);
}

.dc-button--warning-7-5-2 {
  background-color: var(--dc-color-orange, #f6a623);
  transition: background-color 0.5s;
  border-color: transparent;
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--warning-7-5-2:focus.focus-visible {
    background-color: var(--dc-color-orange, #f6a623);
  }

  .dc-button--warning-7-5-2:hover {
    background-color: var(--dc-color-dark-orange-200, #cc8c24);
  }
}

.dc-button--warning-7-5-2:active {
  background-color: var(--dc-color-dark-orange-200, #cc8c24);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--warning-7-5-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-button--warning-7-5-2:hover {
    border-color: transparent;
  }
}

.dc-button--warning-7-5-2:active {
  border-color: var(--dc-color-dark-orange-640, #705427);
}

.dc-button--warning-7-5-2:link,
.dc-button--warning-7-5-2:visited {
  color: var(--dc-color-white, #fff);
}

.dc-button--warning-outline-7-5-2 {
  background-color: var(--dc-color-white, #fff);
  transition: background-color 0.5s;
  border-color: var(--dc-color-orange, #f6a623);
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--warning-outline-7-5-2:focus.focus-visible {
    background-color: var(--dc-color-white, #fff);
  }

  .dc-button--warning-outline-7-5-2:hover {
    background-color: var(--dc-color-orange-200, #fdedd3);
  }
}

.dc-button--warning-outline-7-5-2:active {
  background-color: var(--dc-color-orange-400, #fbdba7);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--warning-outline-7-5-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-button--warning-outline-7-5-2:hover {
    border-color: transparent;
  }
}

.dc-button--warning-outline-7-5-2:active {
  border-color: transparent;
}

.dc-button--warning-outline-7-5-2 .dc-button__icon-7-5-2,
.dc-button--warning-outline-7-5-2 .dc-button__text-7-5-2,
.dc-button--warning-outline-7-5-2:link,
.dc-button--warning-outline-7-5-2:visited {
  color: var(--dc-color-orange, #f6a623);
}

.dc-button--warning-outline-7-5-2:active .dc-button__icon-7-5-2,
.dc-button--warning-outline-7-5-2:hover .dc-button__icon-7-5-2 {
  color: var(--dc-color-dark-orange-200, #cc8c24);
}

.dc-button--warning-outline-7-5-2:active .dc-button__text-7-5-2,
.dc-button--warning-outline-7-5-2:hover .dc-button__text-7-5-2 {
  color: var(--dc-color-dark-orange-400, #a27325);
}

.dc-button--alert-outline-7-5-2 {
  background-color: var(--dc-color-white, #fff);
  transition: background-color 0.5s;
  border-color: var(--dc-color-red, #ff6a59);
  transition: border-color 0.5s;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--alert-outline-7-5-2:focus.focus-visible {
    background-color: var(--dc-color-white, #fff);
  }

  .dc-button--alert-outline-7-5-2:hover {
    background-color: var(--dc-color-red-200, #ffe1de);
  }
}

.dc-button--alert-outline-7-5-2:active {
  background-color: var(--dc-color-red-640, #ffa095);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--alert-outline-7-5-2:focus.focus-visible {
    border-color: var(--dc-color-afro, #242629);
  }

  .dc-button--alert-outline-7-5-2:hover {
    border-color: transparent;
  }
}

.dc-button--alert-outline-7-5-2:active {
  border-color: transparent;
}

.dc-button--alert-outline-7-5-2 .dc-button__icon-7-5-2,
.dc-button--alert-outline-7-5-2 .dc-button__text-7-5-2,
.dc-button--alert-outline-7-5-2:link,
.dc-button--alert-outline-7-5-2:visited {
  color: var(--dc-color-red, #ff6a59);
}

.dc-button--alert-outline-7-5-2:active .dc-button__icon-7-5-2,
.dc-button--alert-outline-7-5-2:active .dc-button__text-7-5-2,
.dc-button--alert-outline-7-5-2:hover .dc-button__icon-7-5-2,
.dc-button--alert-outline-7-5-2:hover .dc-button__text-7-5-2 {
  color: var(--dc-color-dark-red-400, #a74f46);
}

.dc-button--disabled-7-5-2,
.dc-button--disabled-7-5-2:active,
.dc-button--disabled-7-5-2:hover,
.dc-button--loading-7-5-2,
.dc-button--loading-7-5-2:active,
.dc-button--loading-7-5-2:hover {
  background-color: var(--dc-color-grey-80, #edeeee);
  transition: background-color 0.5s;
  border-color: transparent;
  transition: border-color 0.5s;
}

.dc-button--disabled-7-5-2 .dc-button__icon-7-5-2,
.dc-button--disabled-7-5-2:active .dc-button__icon-7-5-2,
.dc-button--disabled-7-5-2:hover .dc-button__icon-7-5-2,
.dc-button--loading-7-5-2 .dc-button__icon-7-5-2,
.dc-button--loading-7-5-2:active .dc-button__icon-7-5-2,
.dc-button--loading-7-5-2:hover .dc-button__icon-7-5-2 {
  color: var(--dc-color-grey-200, #d3d4d4);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--disabled-7-5-2:active:focus.focus-visible,
  .dc-button--disabled-7-5-2:active:hover,
  .dc-button--disabled-7-5-2:focus.focus-visible,
  .dc-button--disabled-7-5-2:hover,
  .dc-button--disabled-7-5-2:hover:focus.focus-visible,
  .dc-button--disabled-7-5-2:hover:hover,
  .dc-button--loading-7-5-2:active:focus.focus-visible,
  .dc-button--loading-7-5-2:active:hover,
  .dc-button--loading-7-5-2:focus.focus-visible,
  .dc-button--loading-7-5-2:hover,
  .dc-button--loading-7-5-2:hover:focus.focus-visible,
  .dc-button--loading-7-5-2:hover:hover {
    background-color: var(--dc-color-grey-80, #edeeee);
  }
}

.dc-button--disabled-7-5-2:active,
.dc-button--disabled-7-5-2:active:active,
.dc-button--disabled-7-5-2:hover:active,
.dc-button--loading-7-5-2:active,
.dc-button--loading-7-5-2:active:active,
.dc-button--loading-7-5-2:hover:active {
  background-color: var(--dc-color-grey-80, #edeeee);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none), (hover) {
  .dc-button--disabled-7-5-2:active:focus.focus-visible,
  .dc-button--disabled-7-5-2:active:hover,
  .dc-button--disabled-7-5-2:focus.focus-visible,
  .dc-button--disabled-7-5-2:hover,
  .dc-button--disabled-7-5-2:hover:focus.focus-visible,
  .dc-button--disabled-7-5-2:hover:hover,
  .dc-button--loading-7-5-2:active:focus.focus-visible,
  .dc-button--loading-7-5-2:active:hover,
  .dc-button--loading-7-5-2:focus.focus-visible,
  .dc-button--loading-7-5-2:hover,
  .dc-button--loading-7-5-2:hover:focus.focus-visible,
  .dc-button--loading-7-5-2:hover:hover {
    border-color: transparent;
  }
}

.dc-button--disabled-7-5-2:active,
.dc-button--disabled-7-5-2:active:active,
.dc-button--disabled-7-5-2:hover:active,
.dc-button--loading-7-5-2:active,
.dc-button--loading-7-5-2:active:active,
.dc-button--loading-7-5-2:hover:active {
  border-color: transparent;
}

.dc-button--disabled-7-5-2 .dc-button__text-7-5-2,
.dc-button--disabled-7-5-2:active .dc-button__text-7-5-2,
.dc-button--disabled-7-5-2:hover .dc-button__text-7-5-2,
.dc-button--loading-7-5-2 .dc-button__text-7-5-2,
.dc-button--loading-7-5-2:active .dc-button__text-7-5-2,
.dc-button--loading-7-5-2:hover .dc-button__text-7-5-2 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.dc-button--disabled-7-5-2 {
  cursor: not-allowed;
}

.dc-button--with-icon-left-7-5-2 {
  padding-left: 12px;
}

.dc-button--with-icon-right-7-5-2 {
  padding-right: 12px;
}

.dc-button--icon-only-7-5-2 {
  justify-content: center;
  padding: 0;
}

.dc-button--icon-only-7-5-2 .dc-button__icon-7-5-2 {
  margin: 0;
}

.dc-button--fluid-7-5-2 {
  width: 100%;
  justify-content: center;
}

.dc-button--fluid-7-5-2.dc-button--icon-only-7-5-2 {
  width: 100%;
}

.dc-button__loader-container-7-5-2 {
  overflow: hidden;
}

.dc-button__loader-7-5-2 {
  vertical-align: text-bottom;
}

.dc-button--loading-7-5-2,
.dc-button--loading-7-5-2:active,
.dc-button--loading-7-5-2:focus,
.dc-button--loading-7-5-2:hover {
  cursor: default;
}

.dc-button--loading-7-5-2 .dc-button__loader-container-7-5-2,
.dc-button--loading-7-5-2:active .dc-button__loader-container-7-5-2,
.dc-button--loading-7-5-2:focus .dc-button__loader-container-7-5-2,
.dc-button--loading-7-5-2:hover .dc-button__loader-container-7-5-2 {
  opacity: 0;
  width: 24px;
  height: 16px;
}

.dc-button--loading-7-5-2 .dc-button__loader-container--default-7-5-2,
.dc-button--loading-7-5-2:active .dc-button__loader-container--default-7-5-2,
.dc-button--loading-7-5-2:focus .dc-button__loader-container--default-7-5-2,
.dc-button--loading-7-5-2:hover .dc-button__loader-container--default-7-5-2 {
  opacity: 1;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--dc-color-grey-80, #edeeee);
}

.dc-button--loading-7-5-2 .dc-button__loader-container--with-title-7-5-2,
.dc-button--loading-7-5-2:active .dc-button__loader-container--with-title-7-5-2,
.dc-button--loading-7-5-2:focus .dc-button__loader-container--with-title-7-5-2,
.dc-button--loading-7-5-2:hover .dc-button__loader-container--with-title-7-5-2 {
  opacity: 1;
  display: flex;
  justify-content: flex-start;
}

.dc-button--loading-with-title-7-5-2 {
  padding-left: 12px;
}

.dc-button--loading-with-title-fluid-7-5-2 {
  justify-content: center;
}

.dc-button--loading-with-title-fluid-7-5-2:active
  .dc-button__loader-container-7-5-2,
.dc-button--loading-with-title-fluid-7-5-2:active
  .dc-button__loader-container--with-title-7-5-2,
.dc-button--loading-with-title-fluid-7-5-2:focus
  .dc-button__loader-container-7-5-2,
.dc-button--loading-with-title-fluid-7-5-2:focus
  .dc-button__loader-container--with-title-7-5-2,
.dc-button--loading-with-title-fluid-7-5-2:hover
  .dc-button__loader-container-7-5-2,
.dc-button--loading-with-title-fluid-7-5-2:hover
  .dc-button__loader-container--with-title-7-5-2 {
  display: inline-flex;
}

.dc-button--loading-with-title-fluid-7-5-2
  .dc-button__loader-container--with-title-7-5-2 {
  display: inline-flex;
  order: -1;
}

.dc-button--loading-with-title-fluid-7-5-2 .dc-button__text-7-5-2 {
  flex: 0 0 auto;
}

.dc-loader-4-0-0 {
  display: inline-block;
}

.dc-loader--extra-large-4-0-0 {
  width: 48px;
  height: 48px;
}

.dc-loader--large-4-0-0 {
  width: 32px;
  height: 32px;
}

.dc-loader--medium-4-0-0 {
  width: 24px;
  height: 24px;
}

.dc-loader--small-4-0-0 {
  width: 16px;
  height: 16px;
}

.dc-loader--large-deprecated-4-0-0 {
  width: 96px;
  height: 96px;
}

.dc-loader--medium-deprecated-4-0-0 {
  width: 48px;
  height: 48px;
}

.dc-loader--small-deprecated-4-0-0 {
  width: 24px;
  height: 24px;
}

.dc-loader--extra-small-deprecated-4-0-0 {
  width: 16px;
  height: 16px;
}

.dc-loader__svg-4-0-0 {
  animation: svgRotate-4-0-0 1.6s linear infinite;
}

.dc-loader__svg-4-0-0 .dc-loader__circle-inner-4-0-0,
.dc-loader__svg-4-0-0 .dc-loader__circle-outer-4-0-0 {
  fill: transparent;
  stroke-dashoffset: 30;
  stroke-width: 5px;
}

.dc-loader__svg-4-0-0 .dc-loader__circle-inner-4-0-0 {
  stroke: var(--dc-color-green, #53b374);
  stroke-dasharray: 180;
  stroke-linecap: round;
  transform-origin: center;
  animation: circleBorder-4-0-0 3.2s linear infinite;
}

@keyframes svgRotate-4-0-0 {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes circleBorder-4-0-0 {
  0% {
    stroke-dashoffset: 30;
  }

  50% {
    stroke-dashoffset: 180;
    transform: rotate(180deg);
  }

  to {
    stroke-dashoffset: 30;
    transform: rotate(1turn);
  }
}

.dc-input-date-3-2-11 {
  position: relative;
}

.dc-input-date__rightSection-3-2-11 {
  display: flex;
}

.tATRgxrjPnaPInb5YM6fr {
  margin-top: 16px;
}

._3n3wpWIee_G9NNqM6KG_IH {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.blRCGZH8xV1MlA4L_wPgJ {
  margin: 0;
  font-size: 24px;
  line-height: 1.34;
  font-weight: 500;
  color: #242629;
}

._1GNivPAlRUX_97VjZmawTf {
  margin: 8px 0 24px;
  font-size: 14px;
  line-height: 1.34;
  color: #242629;
}

._2mYnpxNU3UNWUZqWIs9lZb {
  margin-bottom: 24px;
}

._1aiW6hjyzHYHbRLJXttAmL {
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .iZZUkkS_TGBQqW_DmtbyU {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
}

._3hUDAch2h5Joe9SAK2n2jf {
  margin-top: 8px;
  color: #737476;
  font-size: 14px;
  line-height: 1.36;
  transition: color 0.2s;
}

._1SMkisU6lfm4_wNrIjMoz_ {
  color: #ff6a59;
}

._2zhsOdE-eh6d2j7I0DQlc8 {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

._326tTMvnQ35xrKfPbGxVfv {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  ._326tTMvnQ35xrKfPbGxVfv {
    margin-bottom: 16px;
  }
}

.dNlyQdBXssjvPeMLc-PXb {
  width: 100%;
  margin-left: 8px;
}

._10ahB7Y9z1EHYNQai7DdR7 {
  display: inline;
  cursor: pointer;
  font-family: SeroPro, sans-serif;
  text-decoration: none;
  border-bottom: 1px solid rgba(83, 179, 116, 0.4);
  color: #53b374;
  font-size: 14px;
  line-height: 20px;
}

._1bKmHe0pejDHzbpWdN253L {
  margin: 0;
  padding: 0;
  margin-top: 4px;
  font-size: 12px;
  color: #737476;
}

.sb-defaultBoxWrapper-13-0-5,
.sb-input-wrapper-13-0-5 {
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
}

.sb-defaultBoxWrapper-13-0-5::-moz-focus-inner,
.sb-input-wrapper-13-0-5::-moz-focus-inner {
  border: none;
}

.sb-defaultBoxWrapper-13-0-5:focus,
.sb-input-wrapper-13-0-5:focus {
  outline: none;
}

.sb-root-13-0-5 {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.sb-heading-13-0-5,
.sb-right-section-13-0-5 {
  font: 600 14px/20px SBSans, SeroPro, sans-serif;
}

.sb-heading-13-0-5,
.sb-not-found-13-0-5,
.sb-right-section-13-0-5 {
  color: var(--dc-color-afro, #242629);
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.sb-not-found-13-0-5 {
  font: normal 14px/20px SBSans, SeroPro, sans-serif;
}

.sb-root-13-0-5 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  outline: none;
  position: relative;
}

.sb-root--fluid-13-0-5 {
  align-items: stretch;
}

.sb-root-13-0-5 .sb-item--focused-13-0-5 {
  background-color: var(--dc-color-green-80, #f1f9f4);
  border-color: transparent;
  transition: 0.2s;
}

.sb-root-13-0-5 .sb-item--focused-13-0-5.sb-item--selected-13-0-5 {
  background-color: var(--dc-color-dark-green-200, #4a9765);
}

.sb-button-arrow-13-0-5 {
  transition: transform 0.4s ease-in-out;
}

.sb-root--webview-13-0-5.sb-root--disabled-13-0-5 .sb-button-arrow-13-0-5 {
  color: var(--dc-color-grey-200, #d3d4d4);
}

.sb-root--open-13-0-5 .sb-button-arrow-13-0-5 {
  transform: rotate(180deg);
}

.sb-input-wrapper--loading-13-0-5 {
  pointer-events: none;
}

.sb-right-section-wrapper-13-0-5 {
  display: inline-flex;
}

.sb-close-icon-wrapper-13-0-5 {
  cursor: pointer;
  height: 16px;
  width: 16px;
}

.sb-close-icon-wrapper--offset-13-0-5 {
  margin-right: 4px;
}

.sb-item-13-0-5 {
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  min-height: 48px;
  padding: 12px;
  width: 100%;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .sb-item-13-0-5:hover {
    background-color: var(--dc-color-green-80, #f1f9f4);
    border-color: transparent;
    transition: 0.2s;
  }

  .sb-item-13-0-5:hover .sb-left-section-13-0-5,
  .sb-item-13-0-5:hover .sb-right-section-13-0-5 {
    color: var(--dc-color-grey-800, #505154);
  }
}

.sb-item--selected-13-0-5 {
  background-color: var(--dc-color-green, #53b374);
  border-color: transparent;
  transition: 0.2s;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .sb-item-13-0-5:hover.sb-item--selected-13-0-5 {
    background-color: var(--dc-color-dark-green-200, #4a9765);
    border-color: transparent;
    transition: 0.2s;
  }
}

.sb-item-13-0-5:active {
  background-color: var(--dc-color-green-200, #ddf0e3);
  border-color: transparent;
  transition: 0.2s;
}

.sb-item-13-0-5:active .sb-left-section-13-0-5,
.sb-item-13-0-5:active .sb-right-section-13-0-5 {
  color: var(--dc-color-grey-800, #505154);
}

.sb-item--selected-13-0-5 .sb-left-section-13-0-5,
.sb-item--selected-13-0-5 .sb-right-section-13-0-5 {
  color: var(--dc-color-white, #fff);
}

.sb-left-section-13-0-5,
.sb-right-section-13-0-5 {
  align-items: center;
  border: 0;
  box-shadow: none;
  color: var(--dc-color-grey-400, #a7a8a9);
  display: flex;
  height: 100%;
  justify-content: center;
  line-height: 0;
  transition: 0.2s;
}

.sb-left-section-13-0-5 {
  padding-right: 8px;
}

.sb-right-section-13-0-5 {
  color: var(--dc-color-grey-400, #a7a8a9);
  padding-left: 8px;
}

.sb-content-13-0-5 {
  position: relative;
}

.sb-loading-13-0-5 {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.68);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.sb-loading--with-empty-13-0-5 {
  height: 52px;
  position: relative;
}

.sb-list-items-13-0-5 {
  z-index: 1;
}

.sb-item-content-13-0-5 {
  position: relative;
  width: 100%;
}

.sb-item--selected-13-0-5 .sb-item-content-13-0-5 {
  color: #fff;
}

.sb-title-13-0-5 {
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  color: var(--dc-color-afro, #242629);
  display: block;
  display: -webkit-box;
  flex-grow: 1;
  font: normal 14px/20px SBSans, SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-overflow: ellipsis;
  text-shadow: none;
  text-transform: none;
  word-break: break-word;
}

.sb-item--selected-13-0-5 .sb-title-13-0-5 {
  color: var(--dc-color-white, #fff);
}

.sb-heading-13-0-5 {
  display: block;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sb-heading-13-0-5 + .sb-title-13-0-5 {
  -webkit-line-clamp: 1;
}

.sb-item--selected-13-0-5 .sb-heading-13-0-5 {
  color: var(--dc-color-white, #fff);
}

.sb-group-title-13-0-5 {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 12px;
  width: 100%;
}

.sb-group-title--sticky-13-0-5 {
  background-color: var(--dc-color-white, #fff);
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 1;
}

.sb-group-title-inner-13-0-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sb-group-icon-13-0-5 {
  line-height: 0;
  margin-right: 8px;
}

.sb-group-icon-13-0-5 .sb-dc-embed-icon-13-0-5 {
  color: var(--dc-color-grey-400, #a7a8a9);
  transform: translateY(3px);
}

.sb-not-found-13-0-5 {
  align-items: center;
  box-sizing: border-box;
  color: var(--dc-color-grey-640, #737476);
  display: flex;
  justify-content: center;
  min-height: 52px;
  padding: 12px;
  text-align: center;
}

.sb-search-box-content-root-13-0-5 {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.sb-search-box-content-root-13-0-5 .sb-container-13-0-5 {
  position: relative;
  width: calc(100% + 32px);
}

.sb-search-box-content-root-13-0-5 .sb-container--loading-13-0-5 {
  height: calc(100vh - 132px);
  overflow: hidden;
}

.sb-search-box-content-root-13-0-5 .sb-container--loading-13-0-5:before {
  background-color: hsla(0, 0%, 100%, 0.68);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.sb-search-box-content-root-13-0-5 .sb-content-13-0-5 {
  position: relative;
}

.sb-search-box-content-root-13-0-5 .sb-loading-13-0-5 {
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 56px;
  width: 100%;
  z-index: 2;
}

.sb-search-box-content-root-13-0-5 .sb-list-items-13-0-5 {
  z-index: 1;
}

.icon-root-5-0-1 {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  min-height: 16px;
  min-width: 16px;
  overflow: hidden;
  width: 16px;
}

.icon-root-5-0-1:hover {
  transition: color 0.15s ease-in-out;
}

.icon-root--24-5-0-1 {
  height: 24px;
  line-height: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.icon-root--32-5-0-1 {
  height: 32px;
  line-height: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.icon-root--48-5-0-1 {
  height: 48px;
  line-height: 48px;
  min-height: 48px;
  min-width: 48px;
  width: 48px;
}

.loader-dc-loader-6-0-1 {
  display: inline-block;
}

.loader-dc-loader--extra-large-6-0-1 {
  height: 48px;
  width: 48px;
}

.loader-dc-loader--large-6-0-1 {
  height: 32px;
  width: 32px;
}

.loader-dc-loader--medium-6-0-1 {
  height: 24px;
  width: 24px;
}

.loader-dc-loader--small-6-0-1 {
  height: 16px;
  width: 16px;
}

.loader-dc-loader--large-deprecated-6-0-1 {
  height: 96px;
  width: 96px;
}

.loader-dc-loader--medium-deprecated-6-0-1 {
  height: 48px;
  width: 48px;
}

.loader-dc-loader--small-deprecated-6-0-1 {
  height: 24px;
  width: 24px;
}

.loader-dc-loader--extra-small-deprecated-6-0-1 {
  height: 16px;
  width: 16px;
}

.loader-dc-loader__svg-6-0-1 {
  animation: loader-svgRotate-6-0-1 1.6s linear infinite;
}

.loader-dc-loader__svg-6-0-1 .loader-dc-loader__circle-inner-6-0-1,
.loader-dc-loader__svg-6-0-1 .loader-dc-loader__circle-outer-6-0-1 {
  fill: transparent;
  stroke-dashoffset: 30;
  stroke-width: 5px;
}

.loader-dc-loader__svg-6-0-1 .loader-dc-loader__circle-inner-6-0-1 {
  stroke: var(--dc-color-green, #53b374);
  stroke-dasharray: 180;
  stroke-linecap: round;
  animation: loader-circleBorder-6-0-1 3.2s linear infinite;
  transform-origin: center;
}

@keyframes loader-svgRotate-6-0-1 {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes loader-circleBorder-6-0-1 {
  0% {
    stroke-dashoffset: 30;
  }

  50% {
    stroke-dashoffset: 180;
    transform: rotate(180deg);
  }

  to {
    stroke-dashoffset: 30;
    transform: rotate(1turn);
  }
}

.ppr-root--shadow-small-9-0-1 {
  box-shadow: 0 4px 12px rgba(36, 38, 41, 0.08);
}

.ppr-root--shadow-medium-9-0-1 {
  box-shadow: 0 6px 20px rgba(36, 38, 41, 0.1);
}

.ppr-root--shadow-large-9-0-1 {
  box-shadow: 0 8px 24px rgba(36, 38, 41, 0.12);
}

.ppr-container-9-0-1 {
  position: relative;
}

.ppr-root-9-0-1 {
  background-color: var(--dc-color-white, #fff);
  border-radius: 5px;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  transition-duration: 0ms;
  transition: opacity 0.2s ease-in;
  z-index: 1600;
}

.ppr-root--in-portal-9-0-1 {
  top: 0;
}

.ppr-root--with-hidden-content-9-0-1 {
  display: none;
}

.ppr-root--with-hidden-content-9-0-1.ppr-root--opened-9-0-1 {
  display: block;
}

.ppr-root--has-arrow-9-0-1 {
  border-color: var(--dc-color-white, #fff);
  overflow: visible;
}

.ppr-root--has-arrow-9-0-1:after {
  border-color: inherit;
  border-style: solid;
  content: "";
  position: absolute;
}

.ppr-root--top-9-0-1:after {
  border-left-color: transparent;
  border-right-color: transparent;
  border-width: 4px;
  border-bottom: none;
}

.ppr-root--bottom-9-0-1:after {
  border-left-color: transparent;
  border-right-color: transparent;
  border-width: 4px;
  border-top: none;
}

.ppr-root--left-9-0-1:after {
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-width: 4px;
  border-right: none;
}

.ppr-root--right-9-0-1:after {
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-width: 4px;
  border-left: none;
}

.ppr-root--top-9-0-1:after {
  bottom: -4px;
}

.ppr-root--bottom-9-0-1:after {
  top: -4px;
}

.ppr-root--left-9-0-1:after {
  right: -4px;
}

.ppr-root--right-9-0-1:after {
  left: -4px;
}

.ppr-root--bottom-9-0-1.ppr-root--align-center-9-0-1:after,
.ppr-root--top-9-0-1.ppr-root--align-center-9-0-1:after {
  left: 50%;
  transform: translateX(-4px);
}

.ppr-root--bottom-9-0-1.ppr-root--align-left-9-0-1:after,
.ppr-root--top-9-0-1.ppr-root--align-left-9-0-1:after {
  right: 16px;
}

.ppr-root--bottom-9-0-1.ppr-root--align-right-9-0-1:after,
.ppr-root--top-9-0-1.ppr-root--align-right-9-0-1:after {
  left: 16px;
}

.ppr-root--left-9-0-1.ppr-root--align-center-9-0-1:after,
.ppr-root--right-9-0-1.ppr-root--align-center-9-0-1:after {
  top: 50%;
  transform: translateY(-4px);
}

.ppr-root--left-9-0-1.ppr-root--align-top-9-0-1:after,
.ppr-root--right-9-0-1.ppr-root--align-top-9-0-1:after {
  bottom: 16px;
}

.ppr-root--left-9-0-1.ppr-root--align-bottom-9-0-1:after,
.ppr-root--right-9-0-1.ppr-root--align-bottom-9-0-1:after {
  top: 16px;
}

.modal-title-14-0-4 {
  font: 600 24px/32px SBSans, SeroPro, sans-serif;
}

.modal-buttons-divider-14-0-4,
.modal-title-14-0-4 {
  color: var(--dc-color-afro, #242629);
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.modal-buttons-divider-14-0-4 {
  font: 600 14px/20px SBSans, SeroPro, sans-serif;
}

.modal-root-14-0-4 {
  background: var(--dc-color-white, #fff);
  border-radius: 5px;
  box-shadow: 0 8px 24px rgba(36, 38, 41, 0.12);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  left: 50%;
  padding: 32px;
  position: absolute;
  transform: translate(-50%);
}

.modal-root--vertical-centering-14-0-4 {
  margin: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-root--no-padding-top-14-0-4 {
  padding-top: 8px;
}

@media (max-width: 767px) {
  .modal-root-14-0-4 {
    margin: 0 auto;
  }
}

@media (max-width: 1023px) {
  .modal-root-14-0-4 {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .modal-root-14-0-4 {
    padding: 40px 16px 24px;
  }
}

.modal-title-14-0-4 {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .modal-title-14-0-4 {
    color: var(--dc-color-afro, #242629);
    font: 600 20px/28px SBSans, SeroPro, sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px;
    padding: 0;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
  }
}

.modal-subtitle-14-0-4 {
  color: var(--dc-color-afro, #242629);
  color: var(--dc-color-grey-640, #737476);
  font: normal 14px/20px SBSans, SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.modal-title-14-0-4 + .modal-subtitle-14-0-4 {
  margin-top: -8px;
}

@media (max-width: 767px) {
  .modal-title-14-0-4 + .modal-subtitle-14-0-4 {
    margin-top: -12px;
  }
}

.modal-content-14-0-4 {
  flex-grow: 1;
  margin: 0 -32px;
  padding: 0 32px;
}

@media (max-width: 1023px) {
  .modal-content-14-0-4 {
    margin: 0 -24px;
    padding: 0 24px;
  }
}

@media (max-width: 767px) {
  .modal-content-14-0-4 {
    margin: 0 -16px;
    padding: 0 16px;
  }
}

.modal-content--flex-column-14-0-4 {
  display: flex;
  flex-direction: column;
}

.modal-embedded-14-0-4 {
  margin: 0 -32px;
}

@media (max-width: 1023px) {
  .modal-embedded-14-0-4 {
    margin: 0 -24px;
  }
}

@media (max-width: 767px) {
  .modal-embedded-14-0-4 {
    margin: 0 -16px;
  }
}

.modal-root-14-0-4:not(.modal-root--with-footer-14-0-4)
  .modal-embedded-14-0-4:last-child {
  margin-bottom: -32px;
}

@media (max-width: 1023px) {
  .modal-root-14-0-4:not(.modal-root--with-footer-14-0-4)
    .modal-embedded-14-0-4:last-child {
    margin-bottom: -24px;
  }
}

.modal-close-14-0-4 {
  background: transparent;
  border: 0;
  color: var(--dc-color-grey-400, #a7a8a9);
  cursor: pointer;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: color 0.15s ease-in-out;
  width: 40px;
  z-index: 10;
}

.modal-close-14-0-4:active,
.modal-close-14-0-4:focus,
.modal-close-14-0-4:hover {
  color: var(--dc-color-afro, #242629);
}

.modal-header-14-0-4 {
  margin-bottom: 16px;
}

.modal-header--banner-14-0-4 {
  border-radius: 5px 5px 0 0;
  margin: -32px -32px 8px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .modal-header--banner-14-0-4 {
    margin: -24px -24px 8px;
  }
}

@media (max-width: 767px) {
  .modal-header--banner-14-0-4 {
    margin: -40px -16px 8px;
  }
}

.modal-left-section-14-0-4 {
  border-radius: 5px 0 0 5px;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 200px;
}

.modal-footer-14-0-4 {
  margin: 0 -32px;
  padding: 16px 32px 0;
}

@media (max-width: 1023px) {
  .modal-footer-14-0-4 {
    margin: 0 -24px;
    padding: 16px 24px 0;
  }
}

@media (max-width: 767px) {
  .modal-footer-14-0-4 {
    margin: 0 -16px;
    padding: 16px 16px 0;
  }
}

.modal-footer-buttons-14-0-4 {
  display: flex;
  justify-content: flex-end;
}

.modal-footer-buttons-14-0-4 .modal-footer-button-14-0-4:first-child {
  margin-left: 0;
}

.modal-footer-buttons--left-14-0-4 {
  justify-content: flex-start;
}

.modal-footer-buttons--horizontal-inverted-14-0-4 {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.modal-footer-buttons--horizontal-inverted-14-0-4.modal-footer-buttons--left-14-0-4 {
  justify-content: flex-end;
}

.modal-footer-buttons--horizontal-inverted-14-0-4
  .modal-footer-button-14-0-4:first-child {
  margin-left: 8px;
}

.modal-footer-buttons--horizontal-inverted-14-0-4
  .modal-footer-button-14-0-4:last-child {
  margin-left: 0;
}

.modal-footer-buttons--center-14-0-4 {
  justify-content: center;
}

.modal-footer-buttons--vertical-14-0-4 {
  flex-direction: column;
}

.modal-footer-buttons--vertical-14-0-4 .modal-footer-button-14-0-4 {
  margin-bottom: 8px;
  margin-left: 0;
}

.modal-footer-buttons--vertical-14-0-4 .modal-footer-button-14-0-4:last-child {
  margin-bottom: 0;
}

.modal-footer-button-14-0-4 {
  margin-left: 8px;
}

.modal-buttons-divider-14-0-4 {
  text-align: center;
}

.modal-overlay-14-0-4 {
  background: rgba(36, 38, 41, 0.64);
  left: 0;
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1400;
}

.modal-overlay--hidden-14-0-4,
.modal-overlay-14-0-4[data-dc-modal="hidden"] {
  display: none;
}

.modal-sentinel-14-0-4 {
  height: 0;
  overflow: hidden;
  width: 0;
}

.modal-root--with-left-section-14-0-4 .modal-header--banner-14-0-4 {
  border-radius: 0 5px 0 0;
}

.modal-root--small-14-0-4 {
  width: 380px;
}

@media (max-width: 767px) {
  .modal-root--small-14-0-4 {
    width: calc(100% - 32px);
  }
}

.modal-root--medium-14-0-4 {
  width: 580px;
}

.modal-root--large-14-0-4 {
  width: 780px;
}

.modal-root--extralarge-14-0-4 {
  max-width: 1080px;
  width: calc(100% - 68px);
}

.modal-root--wide-14-0-4 {
  max-width: 1180px;
  width: calc(100% - 68px);
}

.modal-root--with-left-section-14-0-4 {
  padding-left: 232px;
}

@media (max-width: 1023px) {
  .modal-root--with-left-section-14-0-4 {
    margin-left: -32px;
  }
}

.modal-root--fullscreen-14-0-4 {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-height: 100%;
  min-height: 100%;
  top: 0;
  transform: none;
  width: 100%;
}

.modal-root--higher-than-window-14-0-4 {
  left: 0;
  position: relative;
  transform: none;
}

@media (max-width: 1023px) {
  .modal-root--fullscreen-14-0-4:not(.modal-root--with-footer-14-0-4)
    .modal-content-14-0-4 {
    margin-bottom: -24px;
    padding-bottom: 24px;
  }
}

.modal-root--fullscreen-14-0-4:not(.modal-root--with-footer-14-0-4)
  .modal-embedded-14-0-4:last-child:not(:first-child) {
  margin-bottom: -48px;
}

.modal-root--fullscreen-14-0-4 .modal-header--banner-14-0-4 {
  border-radius: 0;
}

.modal-root--fullscreen-14-0-4 .modal-content-14-0-4,
.modal-root--with-height-14-0-4 .modal-content-14-0-4 {
  overflow-y: auto;
}

.modal-root--fullscreen-14-0-4
  .modal-content-14-0-4:not(.modal-content--no-scroll-14-0-4),
.modal-root--with-height-14-0-4
  .modal-content-14-0-4:not(.modal-content--no-scroll-14-0-4) {
  overflow-y: scroll;
  overflow-y: auto;
}

.modal-root--fullscreen-14-0-4
  .modal-content-14-0-4:not(
    .modal-content--no-scroll-14-0-4
  )::-webkit-scrollbar,
.modal-root--with-height-14-0-4
  .modal-content-14-0-4:not(
    .modal-content--no-scroll-14-0-4
  )::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
}

.modal-root--fullscreen-14-0-4
  .modal-content-14-0-4:not(
    .modal-content--no-scroll-14-0-4
  )::-webkit-scrollbar-track,
.modal-root--with-height-14-0-4
  .modal-content-14-0-4:not(
    .modal-content--no-scroll-14-0-4
  )::-webkit-scrollbar-track {
  background-color: transparent;
}

.modal-root--fullscreen-14-0-4
  .modal-content-14-0-4:not(
    .modal-content--no-scroll-14-0-4
  )::-webkit-scrollbar-thumb,
.modal-root--with-height-14-0-4
  .modal-content-14-0-4:not(
    .modal-content--no-scroll-14-0-4
  )::-webkit-scrollbar-thumb {
  background-color: var(--dc-color-grey-640, #737476);
  border-radius: 19px;
}

.modal-root--fullscreen-14-0-4
  .modal-content-14-0-4:not(
    .modal-content--no-scroll-14-0-4
  )::-webkit-scrollbar-button,
.modal-root--with-height-14-0-4
  .modal-content-14-0-4:not(
    .modal-content--no-scroll-14-0-4
  )::-webkit-scrollbar-button {
  display: none;
}

.modal-root--fullscreen-14-0-4 .modal-fade-wrapper-14-0-4,
.modal-root--with-height-14-0-4 .modal-fade-wrapper-14-0-4 {
  height: 0;
  pointer-events: none;
  position: relative;
}

.modal-root--fullscreen-14-0-4 .modal-fade-bottom-14-0-4,
.modal-root--fullscreen-14-0-4 .modal-fade-top-14-0-4,
.modal-root--with-height-14-0-4 .modal-fade-bottom-14-0-4,
.modal-root--with-height-14-0-4 .modal-fade-top-14-0-4 {
  height: 40px;
  left: 0;
  margin: 0 -16px;
  opacity: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.modal-root--fullscreen-14-0-4 .modal-fade-top-14-0-4,
.modal-root--with-height-14-0-4 .modal-fade-top-14-0-4 {
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  top: -1px;
}

.modal-root--fullscreen-14-0-4 .modal-fade-bottom-14-0-4,
.modal-root--with-height-14-0-4 .modal-fade-bottom-14-0-4 {
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  bottom: 0;
}

.modal-root--fullscreen-14-0-4:not(.modal-root--with-footer-14-0-4)
  .modal-fade-bottom-14-0-4,
.modal-root--with-height-14-0-4:not(.modal-root--with-footer-14-0-4)
  .modal-fade-bottom-14-0-4 {
  display: none;
}

.modal-root--fullscreen-14-0-4:not(.modal-root--vertical-align-center-14-0-4)
  .modal-footer-14-0-4,
.modal-root--with-height-14-0-4:not(.modal-root--vertical-align-center-14-0-4)
  .modal-footer-14-0-4 {
  box-shadow: inset 0 1px 0 #e5e5e5;
  padding-top: 32px;
}

@media (max-width: 1023px) {
  .modal-root--fullscreen-14-0-4:not(.modal-root--vertical-align-center-14-0-4)
    .modal-footer-14-0-4,
  .modal-root--with-height-14-0-4:not(.modal-root--vertical-align-center-14-0-4)
    .modal-footer-14-0-4 {
    padding-top: 24px;
  }
}

.modal-root--vertical-align-center-14-0-4 .modal-content-14-0-4 {
  flex-grow: 0;
}

.modal-root--vertical-align-center-14-0-4.modal-root--with-header-14-0-4
  .modal-header-14-0-4 {
  margin-top: auto;
}

.modal-root--vertical-align-center-14-0-4.modal-root--with-footer-14-0-4
  .modal-footer-14-0-4 {
  margin-bottom: auto;
}

.modal-root--vertical-align-center-14-0-4:not(.modal-root--with-header-14-0-4)
  .modal-title-14-0-4,
.modal-root--vertical-align-center-14-0-4:not(
    .modal-root--with-header-14-0-4
  ):not(.modal-root--with-title-14-0-4)
  .modal-content-14-0-4 {
  margin-top: auto;
}

.modal-root--vertical-align-center-14-0-4:not(.modal-root--with-footer-14-0-4)
  .modal-content-14-0-4 {
  margin-bottom: auto;
}

.modal-root--vertical-align-center-14-0-4 .modal-fade-wrapper-14-0-4 {
  display: none;
}

.icon-root-5-0-1 {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  min-height: 16px;
  min-width: 16px;
  overflow: hidden;
  width: 16px;
}

.icon-root-5-0-1:hover {
  transition: color 0.15s ease-in-out;
}

.icon-root--24-5-0-1 {
  height: 24px;
  line-height: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.icon-root--32-5-0-1 {
  height: 32px;
  line-height: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.icon-root--48-5-0-1 {
  height: 48px;
  line-height: 48px;
  min-height: 48px;
  min-width: 48px;
  width: 48px;
}

.overlay-root-4-1-0 {
  position: absolute;
  z-index: 1400;
}

.overlay-inner-4-1-0 {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  outline: none;
  overflow-y: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

.overlay-inner--hidden-4-1-0 {
  display: none;
}

.f-cl-root-3-0-1 {
  outline: none;
}

.f-cl-sentinel-3-0-1 {
  height: 0;
  overflow: hidden;
  width: 0;
}

.lb_e5bac-8-0-1 {
  color: var(--dc-color-afro, #242629);
  font: normal 14px/20px SBSans, SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.lb_e5bac-8-0-1 .lb_fa232-8-0-1 {
  background: transparent;
  color: var(--dc-color-grey-400, #a7a8a9);
}

.lb_19dfa-8-0-1,
.lb_e5bac-8-0-1 .lb_5a371-8-0-1 {
  font: 600 14px/20px SBSans, SeroPro, sans-serif;
}

.lb_19dfa-8-0-1,
.lb_ce5d5-8-0-1,
.lb_e5bac-8-0-1 .lb_5a371-8-0-1 {
  color: var(--dc-color-afro, #242629);
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.lb_ce5d5-8-0-1 {
  font: normal 14px/20px SBSans, SeroPro, sans-serif;
}

.lb_aaaee-8-0-1 {
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  min-height: 48px;
  padding: 0 12px;
  width: 100%;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .lb_aaaee-8-0-1:not(.lb_95496-8-0-1):hover {
    background-color: var(--dc-color-green-80, #f1f9f4);
    border-color: transparent;
    transition: 0.2s;
  }
}

.lb_aaaee-8-0-1:not(.lb_95496-8-0-1).lb_346b5-8-0-1 {
  background-color: var(--dc-color-green, #53b374);
  border-color: transparent;
  transition: 0.2s;
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .lb_aaaee-8-0-1:not(.lb_95496-8-0-1):hover.lb_aaaee-8-0-1:not(
      .lb_95496-8-0-1
    ).lb_346b5-8-0-1 {
    background-color: var(--dc-color-dark-green-200, #4a9765);
    border-color: transparent;
    transition: 0.2s;
  }

  .lb_aaaee-8-0-1:not(.lb_95496-8-0-1):hover .lb_40f3a-8-0-1,
  .lb_aaaee-8-0-1:not(.lb_95496-8-0-1):hover .lb_9281b-8-0-1 {
    color: var(--dc-color-grey-800, #505154);
  }
}

.lb_aaaee-8-0-1:not(.lb_95496-8-0-1):active {
  background-color: var(--dc-color-green-200, #ddf0e3);
  border-color: transparent;
  transition: 0.2s;
}

.lb_aaaee-8-0-1:not(.lb_95496-8-0-1):active .lb_40f3a-8-0-1,
.lb_aaaee-8-0-1:not(.lb_95496-8-0-1):active .lb_9281b-8-0-1 {
  color: var(--dc-color-grey-800, #505154);
}

.lb_aaaee-8-0-1:not(.lb_95496-8-0-1).lb_346b5-8-0-1 .lb_40f3a-8-0-1,
.lb_aaaee-8-0-1:not(.lb_95496-8-0-1).lb_346b5-8-0-1 .lb_57efa-8-0-1,
.lb_aaaee-8-0-1:not(.lb_95496-8-0-1).lb_346b5-8-0-1 .lb_9281b-8-0-1,
.lb_aaaee-8-0-1:not(.lb_95496-8-0-1).lb_346b5-8-0-1 .lb_ce5d5-8-0-1 {
  color: var(--dc-color-white, #fff);
}

.lb_aaaee-8-0-1:not(.lb_95496-8-0-1).lb_6a77a-8-0-1 {
  background-color: var(--dc-color-green-80, #f1f9f4);
  border-color: transparent;
  transition: 0.2s;
}

.lb_aaaee-8-0-1:not(.lb_95496-8-0-1).lb_6a77a-8-0-1.lb_346b5-8-0-1 {
  background-color: #53b374;
}

@media (min-width: 421px) and (max-width: 767px) {
  .lb_aaaee-8-0-1:not(.lb_b799b-8-0-1) {
    border-radius: 5px;
  }
}

.lb_95496-8-0-1 {
  cursor: default;
}

.lb_aaaee-8-0-1 .lb_f32ba-8-0-1 {
  padding-right: 12px;
  pointer-events: none;
}

.lb_aaaee-8-0-1 .lb_e5cac-8-0-1 {
  padding-left: 12px;
  pointer-events: none;
}

.lb_40f3a-8-0-1,
.lb_9281b-8-0-1 {
  align-items: center;
  border: 0;
  box-shadow: none;
  color: var(--dc-color-grey-400, #a7a8a9);
  display: flex;
  height: 100%;
  justify-content: center;
  line-height: 0;
  transition: 0.2s;
}

.lb_9281b-8-0-1 {
  padding-right: 8px;
}

.lb_40f3a-8-0-1 {
  color: var(--dc-color-afro, #242629);
  color: var(--dc-color-grey-400, #a7a8a9);
  font: 600 14px/20px SBSans, SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0 0 0 8px;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.lb_57efa-8-0-1 {
  font-size: 14px;
  position: relative;
  width: 100%;
}

.lb_47489-8-0-1 {
  margin: 10px 0;
}

.lb_ce5d5-8-0-1 {
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  flex-grow: 1;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.lb_95496-8-0-1 .lb_ce5d5-8-0-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.lb_dcc6d-8-0-1 {
  font-weight: 500;
}

.lb_19dfa-8-0-1 {
  display: block;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lb_19dfa-8-0-1 + .lb_ce5d5-8-0-1 {
  -webkit-line-clamp: 1;
  margin-top: 4px;
}

.lb_f67d2-8-0-1 {
  text-decoration: none;
}

.lb_f67d2-8-0-1:focus {
  outline: none;
}

.lb_b5b1b-8-0-1 {
  align-items: center;
  box-sizing: border-box;
  color: var(--dc-color-afro, #242629);
  display: flex;
  font: 500 16px/48px SBSans, SeroPro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  letter-spacing: normal;
  line-height: 48px;
  margin: 0;
  padding: 0 12px;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: 100%;
}

.lb_109e1-8-0-1 {
  background-color: var(--dc-color-white, #fff);
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 1;
}

.lb_90b7b-8-0-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lb_aa09b-8-0-1 {
  line-height: 0;
  margin-right: 8px;
}

.lb_aa09b-8-0-1 .lb_167aa-8-0-1 {
  color: var(--dc-color-grey-400, #a7a8a9);
  transform: translateY(3px);
}

.checkbox-root-7-1-0 {
  align-items: flex-start;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: flex-start;
  line-height: 22px;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}

.checkbox-root-7-1-0::-moz-focus-inner {
  border: none;
}

.checkbox-root-7-1-0:focus {
  outline: none;
}

.checkbox-root-7-1-0 .checkbox-input-7-1-0 {
  border: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 0;
  z-index: 1;
}

.checkbox-root-7-1-0
  .checkbox-input-7-1-0:focus.focusVisible
  + .checkbox-iconContainer-7-1-0 {
  background-color: var(--dc-color-green-80, #f1f9f4);
  border-color: var(--dc-color-afro, #242629);
}

.checkbox-root-7-1-0 .checkbox-text-7-1-0 {
  font-family: SBSans, SeroPro, sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin-left: 8px;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  -webkit-user-select: none;
  user-select: none;
}

.checkbox-root-7-1-0 .checkbox-textLeft-7-1-0 {
  margin-left: 0;
  margin-right: 8px;
}

.checkbox-root-7-1-0 .checkbox-icon-7-1-0 {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 100%;
  min-width: 100%;
  transform: scale(0);
  transition: 0.32s;
  transition: 0s;
  width: 100%;
}

.checkbox-root-7-1-0 .checkbox-iconContainer-7-1-0 {
  background-color: #fff;
  border: 1px solid var(--dc-color-grey-200, #d3d4d4);
  box-sizing: border-box;
  flex-shrink: 0;
  transition: 0.32s;
}

.checkbox-root-7-1-0.checkbox-hovered-7-1-0 .checkbox-iconContainer-7-1-0 {
  background-color: var(--dc-color-green-80, #f1f9f4);
  border-color: var(--dc-color-green, #53b374);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .checkbox-root-7-1-0:hover .checkbox-iconContainer-7-1-0 {
    background-color: var(--dc-color-green-80, #f1f9f4);
    border-color: var(--dc-color-green, #53b374);
  }
}

.checkbox-root-7-1-0.checkbox-focused-7-1-0 .checkbox-iconContainer-7-1-0 {
  background: var(--dc-color-green-80, #f1f9f4);
  border-color: var(--dc-color-afro, #242629);
}

.checkbox-root-7-1-0.checkbox-limitString-7-1-0 .checkbox-text-7-1-0 {
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkbox-root-7-1-0.checkbox-small-7-1-0 .checkbox-iconContainer-7-1-0 {
  border-radius: 3px;
  height: 16px;
  width: 16px;
}

.checkbox-root-7-1-0.checkbox-small-7-1-0 .checkbox-text-7-1-0 {
  margin-top: -3px;
}

.checkbox-root-7-1-0.checkbox-small-7-1-0 .checkbox-icon-7-1-0 svg {
  height: 6px;
  width: 8px;
}

.checkbox-root-7-1-0.checkbox-medium-7-1-0 .checkbox-text-7-1-0 {
  margin-top: 1px;
}

.checkbox-root-7-1-0.checkbox-medium-7-1-0 .checkbox-iconContainer-7-1-0 {
  border-radius: 6px;
  height: 24px;
  width: 24px;
}

.checkbox-root-7-1-0.checkbox-medium-7-1-0
  .checkbox-iconContainer-7-1-0
  .checkbox-icon-7-1-0
  svg {
  height: 8px;
  width: 14px;
}

.checkbox-root-7-1-0.checkbox-medium-7-1-0
  .checkbox-iconContainer-7-1-0
  .checkbox-icon-7-1-0
  svg
  path {
  stroke-width: 1.4;
}

.checkbox-root-7-1-0.checkbox-large-7-1-0 .checkbox-iconContainer-7-1-0 {
  border-radius: 8px;
  height: 32px;
  width: 32px;
}

.checkbox-root-7-1-0.checkbox-large-7-1-0 .checkbox-icon-7-1-0 svg {
  height: 11px;
  width: 16px;
}

.checkbox-root-7-1-0.checkbox-large-7-1-0 .checkbox-icon-7-1-0 svg path {
  stroke-width: 1.4;
}

.checkbox-root-7-1-0.checkbox-large-7-1-0 .checkbox-text-7-1-0 {
  font-size: 16px;
  margin-top: 6px;
}

.checkbox-root-7-1-0.checkbox-invalid-7-1-0 .checkbox-iconContainer-7-1-0,
.checkbox-root-7-1-0.checkbox-invalid-7-1-0:hover
  .checkbox-iconContainer-7-1-0 {
  background-color: #fff;
  border-color: var(--dc-color-red, #ff6a59);
}

.checkbox-root-7-1-0.checkbox-readonly-7-1-0 {
  pointer-events: none;
}

.checkbox-root-7-1-0.checkbox-checked-7-1-0 .checkbox-iconContainer-7-1-0 {
  background-color: var(--dc-color-green, #53b374);
  border-color: var(--dc-color-green, #53b374);
}

.checkbox-root-7-1-0.checkbox-checked-7-1-0.checkbox-hovered-7-1-0
  .checkbox-iconContainer-7-1-0 {
  background-color: var(--dc-color-green, #53b374);
  border-color: var(--dc-color-dark-green-400, #407b56);
}

@media (-ms-high-contrast: active),
  (hover: hover),
  all and (-ms-high-contrast: none) {
  .checkbox-root-7-1-0.checkbox-checked-7-1-0:hover
    .checkbox-iconContainer-7-1-0 {
    background-color: var(--dc-color-green, #53b374);
    border-color: var(--dc-color-dark-green-400, #407b56);
  }
}

.checkbox-root-7-1-0.checkbox-checked-7-1-0
  .checkbox-input-7-1-0:focus.focusVisible
  + .checkbox-iconContainer-7-1-0,
.checkbox-root-7-1-0.checkbox-checked-7-1-0.checkbox-focused-7-1-0
  + .checkbox-iconContainer-7-1-0 {
  background-color: var(--dc-color-green, #53b374);
  border-color: var(--dc-color-afro, #242629);
}

.checkbox-root-7-1-0.checkbox-checked-7-1-0 .checkbox-icon-7-1-0 {
  transform: scale(1);
}

.checkbox-root-7-1-0.checkbox-disabled-7-1-0,
.checkbox-root-7-1-0.checkbox-disabled-7-1-0:hover {
  cursor: default;
}

.checkbox-root-7-1-0.checkbox-disabled-7-1-0 .checkbox-iconContainer-7-1-0,
.checkbox-root-7-1-0.checkbox-disabled-7-1-0:hover
  .checkbox-iconContainer-7-1-0 {
  background-color: var(--dc-color-grey-80, #edeeee);
  border-color: var(--dc-color-grey-200, #d3d4d4);
}

.checkbox-root-7-1-0.checkbox-disabled-7-1-0 .checkbox-icon-7-1-0,
.checkbox-root-7-1-0.checkbox-disabled-7-1-0:hover .checkbox-icon-7-1-0 {
  color: var(--dc-color-grey-200, #d3d4d4);
}

.checkbox-root-7-1-0.checkbox-disabled-7-1-0 .checkbox-text-7-1-0,
.checkbox-root-7-1-0.checkbox-disabled-7-1-0:hover .checkbox-text-7-1-0 {
  color: var(--dc-color-grey-400, #a7a8a9);
}

.checkbox-list-7-1-0 {
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  outline: none;
}

.checkbox-list-7-1-0::-moz-focus-inner {
  border: none;
}

.checkbox-list-7-1-0:focus {
  outline: none;
}

.checkbox-list-7-1-0.checkbox-horizontal-7-1-0 {
  flex-direction: row;
}

.checkbox-list-7-1-0.checkbox-horizontal-7-1-0 .checkbox-checkbox-7-1-0 {
  align-items: self-start;
  max-width: 296px;
}

.checkbox-list-7-1-0.checkbox-horizontal-7-1-0
  .checkbox-checkbox-7-1-0:not(:last-child) {
  margin-right: 32px;
}

.checkbox-list-7-1-0.checkbox-vertical-7-1-0 .checkbox-checkboxLeftLabel-7-1-0 {
  justify-content: space-between;
}

.checkbox-list-7-1-0.checkbox-small-7-1-0.checkbox-vertical-7-1-0
  .checkbox-checkbox-7-1-0:not(:last-child) {
  margin-bottom: 12px;
}

.checkbox-list-7-1-0.checkbox-large-7-1-0.checkbox-vertical-7-1-0
  .checkbox-checkbox-7-1-0,
.checkbox-list-7-1-0.checkbox-medium-7-1-0.checkbox-vertical-7-1-0
  .checkbox-checkbox-7-1-0 {
  align-items: self-start;
}

.checkbox-list-7-1-0.checkbox-large-7-1-0.checkbox-vertical-7-1-0
  .checkbox-checkbox-7-1-0:not(:last-child),
.checkbox-list-7-1-0.checkbox-medium-7-1-0.checkbox-vertical-7-1-0
  .checkbox-checkbox-7-1-0:not(:last-child) {
  margin-bottom: 16px;
}

.checkbox-list-7-1-0 .checkbox-column-7-1-0 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.checkbox-list-7-1-0.checkbox-vertical-7-1-0.checkbox-columns-7-1-0 {
  flex-direction: row;
}

.checkbox-label-7-1-0 {
  color: #242629;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px;
}

.icon-root-5-0-1 {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  min-height: 16px;
  min-width: 16px;
  overflow: hidden;
  width: 16px;
}

.icon-root-5-0-1:hover {
  transition: color 0.15s ease-in-out;
}

.icon-root--24-5-0-1 {
  height: 24px;
  line-height: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.icon-root--32-5-0-1 {
  height: 32px;
  line-height: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.icon-root--48-5-0-1 {
  height: 48px;
  line-height: 48px;
  min-height: 48px;
  min-width: 48px;
  width: 48px;
}

._2NgK17Olfy1NGfpeD7F_Ch {
  margin: 0;
  padding: 0;
  margin-top: 4px;
  font-size: 12px;
  color: #737476;
}

.dropdown-root-9-1-1 {
  -webkit-touch-callout: none;
  display: inline-block;
  flex-grow: 1;
  outline: none;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}

.dropdown-root-9-1-1:not(.dropdown-root-9-1-1.dropdown-disabled-9-1-1):not(
    .dropdown-root-9-1-1.dropdown-readonly-9-1-1
  ) {
  cursor: pointer;
}

.dropdown-root-9-1-1.dropdown-fluid-9-1-1 {
  width: 100%;
}

.dropdown-root-9-1-1 .dropdown-itemDisabled-9-1-1 {
  cursor: default;
}

.dropdown-inputRightSection-9-1-1 {
  display: inline-flex;
  margin-right: 8px;
}

.dropdown-buttonArrow-9-1-1 {
  display: flex;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.dropdown-webview-9-1-1.dropdown-disabled-9-1-1 .dropdown-buttonArrow-9-1-1 {
  color: var(--dc-color-grey-200, #d3d4d4);
}

.dropdown-buttonArrowUp-9-1-1,
.dropdown-open-9-1-1 .dropdown-buttonArrow-9-1-1 {
  transform: rotate(180deg);
}

.dropdown-loading-9-1-1 {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 52px;
  padding: 12px;
}

.dropdown-listbox-9-1-1 {
  margin: 0 -16px;
}

.dropdown-modalHeader-9-1-1 {
  margin-bottom: -4px;
}

.icon-root-5-0-1 {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  min-height: 16px;
  min-width: 16px;
  overflow: hidden;
  width: 16px;
}

.icon-root-5-0-1:hover {
  transition: color 0.15s ease-in-out;
}

.icon-root--24-5-0-1 {
  height: 24px;
  line-height: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.icon-root--32-5-0-1 {
  height: 32px;
  line-height: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.icon-root--48-5-0-1 {
  height: 48px;
  line-height: 48px;
  min-height: 48px;
  min-width: 48px;
  width: 48px;
}

.loader-dc-loader-6-0-1 {
  display: inline-block;
}

.loader-dc-loader--extra-large-6-0-1 {
  height: 48px;
  width: 48px;
}

.loader-dc-loader--large-6-0-1 {
  height: 32px;
  width: 32px;
}

.loader-dc-loader--medium-6-0-1 {
  height: 24px;
  width: 24px;
}

.loader-dc-loader--small-6-0-1 {
  height: 16px;
  width: 16px;
}

.loader-dc-loader--large-deprecated-6-0-1 {
  height: 96px;
  width: 96px;
}

.loader-dc-loader--medium-deprecated-6-0-1 {
  height: 48px;
  width: 48px;
}

.loader-dc-loader--small-deprecated-6-0-1 {
  height: 24px;
  width: 24px;
}

.loader-dc-loader--extra-small-deprecated-6-0-1 {
  height: 16px;
  width: 16px;
}

.loader-dc-loader__svg-6-0-1 {
  animation: loader-svgRotate-6-0-1 1.6s linear infinite;
}

.loader-dc-loader__svg-6-0-1 .loader-dc-loader__circle-inner-6-0-1,
.loader-dc-loader__svg-6-0-1 .loader-dc-loader__circle-outer-6-0-1 {
  fill: transparent;
  stroke-dashoffset: 30;
  stroke-width: 5px;
}

.loader-dc-loader__svg-6-0-1 .loader-dc-loader__circle-inner-6-0-1 {
  stroke: var(--dc-color-green, #53b374);
  stroke-dasharray: 180;
  stroke-linecap: round;
  animation: loader-circleBorder-6-0-1 3.2s linear infinite;
  transform-origin: center;
}

@keyframes loader-svgRotate-6-0-1 {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes loader-circleBorder-6-0-1 {
  0% {
    stroke-dashoffset: 30;
  }

  50% {
    stroke-dashoffset: 180;
    transform: rotate(180deg);
  }

  to {
    stroke-dashoffset: 30;
    transform: rotate(1turn);
  }
}

.ppr-root--shadow-small-9-0-1 {
  box-shadow: 0 4px 12px rgba(36, 38, 41, 0.08);
}

.ppr-root--shadow-medium-9-0-1 {
  box-shadow: 0 6px 20px rgba(36, 38, 41, 0.1);
}

.ppr-root--shadow-large-9-0-1 {
  box-shadow: 0 8px 24px rgba(36, 38, 41, 0.12);
}

.ppr-container-9-0-1 {
  position: relative;
}

.ppr-root-9-0-1 {
  background-color: var(--dc-color-white, #fff);
  border-radius: 5px;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  transition-duration: 0ms;
  transition: opacity 0.2s ease-in;
  z-index: 1600;
}

.ppr-root--in-portal-9-0-1 {
  top: 0;
}

.ppr-root--with-hidden-content-9-0-1 {
  display: none;
}

.ppr-root--with-hidden-content-9-0-1.ppr-root--opened-9-0-1 {
  display: block;
}

.ppr-root--has-arrow-9-0-1 {
  border-color: var(--dc-color-white, #fff);
  overflow: visible;
}

.ppr-root--has-arrow-9-0-1:after {
  border-color: inherit;
  border-style: solid;
  content: "";
  position: absolute;
}

.ppr-root--top-9-0-1:after {
  border-left-color: transparent;
  border-right-color: transparent;
  border-width: 4px;
  border-bottom: none;
}

.ppr-root--bottom-9-0-1:after {
  border-left-color: transparent;
  border-right-color: transparent;
  border-width: 4px;
  border-top: none;
}

.ppr-root--left-9-0-1:after {
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-width: 4px;
  border-right: none;
}

.ppr-root--right-9-0-1:after {
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-width: 4px;
  border-left: none;
}

.ppr-root--top-9-0-1:after {
  bottom: -4px;
}

.ppr-root--bottom-9-0-1:after {
  top: -4px;
}

.ppr-root--left-9-0-1:after {
  right: -4px;
}

.ppr-root--right-9-0-1:after {
  left: -4px;
}

.ppr-root--bottom-9-0-1.ppr-root--align-center-9-0-1:after,
.ppr-root--top-9-0-1.ppr-root--align-center-9-0-1:after {
  left: 50%;
  transform: translateX(-4px);
}

.ppr-root--bottom-9-0-1.ppr-root--align-left-9-0-1:after,
.ppr-root--top-9-0-1.ppr-root--align-left-9-0-1:after {
  right: 16px;
}

.ppr-root--bottom-9-0-1.ppr-root--align-right-9-0-1:after,
.ppr-root--top-9-0-1.ppr-root--align-right-9-0-1:after {
  left: 16px;
}

.ppr-root--left-9-0-1.ppr-root--align-center-9-0-1:after,
.ppr-root--right-9-0-1.ppr-root--align-center-9-0-1:after {
  top: 50%;
  transform: translateY(-4px);
}

.ppr-root--left-9-0-1.ppr-root--align-top-9-0-1:after,
.ppr-root--right-9-0-1.ppr-root--align-top-9-0-1:after {
  bottom: 16px;
}

.ppr-root--left-9-0-1.ppr-root--align-bottom-9-0-1:after,
.ppr-root--right-9-0-1.ppr-root--align-bottom-9-0-1:after {
  top: 16px;
}

.btm-sht-root-5-3-0 {
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
}

.btm-sht-root-5-3-0::-moz-focus-inner {
  border: none;
}

.btm-sht-root-5-3-0:focus {
  outline: none;
}

.btm-sht-root-5-3-0 {
  box-shadow: 0 8px 24px rgba(36, 38, 41, 0.12);
}

.btm-sht-cionContainer-5-3-0,
.btm-sht-content-5-3-0,
.btm-sht-fadeWrapper-5-3-0,
.btm-sht-footer-5-3-0,
.btm-sht-header-5-3-0,
.btm-sht-subtitle-5-3-0,
.btm-sht-title-5-3-0 {
  width: 100%;
}

.btm-sht-root-5-3-0 {
  align-items: center;
  animation-duration: 0.2s;
  animation-name: btm-sht-dc-bottom-sheet-animate-opening-5-3-0;
  background: var(--dc-color-white, #fff);
  border-radius: 5px 5px 0 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: calc(100% - 52px);
  padding: 0 16px 48px;
  position: absolute;
  width: 100%;
}

.btm-sht-root-5-3-0:not(.btm-sht-root-5-3-0.btm-sht-withFooter-5-3-0)
  .btm-sht-content-5-3-0 {
  margin-bottom: -34px;
  padding-bottom: 34px;
}

.btm-sht-root-5-3-0:not(.btm-sht-root-5-3-0.btm-sht-withFooter-5-3-0)
  .btm-sht-contentNoIndents-5-3-0 {
  padding-bottom: 0;
}

.btm-sht-root-5-3-0:not(.btm-sht-root-5-3-0.btm-sht-withFooter-5-3-0)
  .btm-sht-fadeBottom-5-3-0 {
  top: 0;
}

.btm-sht-root-5-3-0.btm-sht-noContentIndents-5-3-0 {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .btm-sht-root-5-3-0 {
    padding-left: 56px;
    padding-right: 56px;
  }
}

.btm-sht-overlay-5-3-0 {
  background: rgba(36, 38, 41, 0.64);
  left: 0;
  max-height: 100%;
  min-height: 100%;
  overflow-y: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1300;
}

.btm-sht-overlayHidden-5-3-0 {
  display: none;
}

.btm-sht-cionContainer-5-3-0 {
  box-sizing: border-box;
  padding: 10px 10px 26px;
}

.btm-sht-cion-5-3-0 {
  background-color: var(--dc-color-grey-200, #d3d4d4);
  border-radius: 2px;
  height: 4px;
  margin: 0 auto;
  width: 52px;
}

.btm-sht-content-5-3-0 {
  flex-grow: 1;
  overflow-y: scroll;
  overflow-y: auto;
}

.btm-sht-content-5-3-0::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
}

.btm-sht-content-5-3-0::-webkit-scrollbar-track {
  background-color: transparent;
}

.btm-sht-content-5-3-0::-webkit-scrollbar-thumb {
  background-color: var(--dc-color-grey-640, #737476);
  border-radius: 19px;
}

.btm-sht-content-5-3-0::-webkit-scrollbar-button {
  display: none;
}

.btm-sht-content-5-3-0::-webkit-scrollbar-thumb {
  background-color: var(--dc-color-grey-400, #a7a8a9);
}

.btm-sht-contentNoIndents-5-3-0 {
  padding: 0;
}

.btm-sht-fadeWrapper-5-3-0 {
  height: 0;
  margin: 0 -16px;
  pointer-events: none;
  position: relative;
}

.btm-sht-fadeBottom-5-3-0,
.btm-sht-fadeTop-5-3-0 {
  height: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.btm-sht-fadeTop-5-3-0 {
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  top: -1px;
}

.btm-sht-fadeTopHidden-5-3-0 {
  display: none;
}

.btm-sht-fadeBottom-5-3-0 {
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  top: -34px;
}

.btm-sht-header-5-3-0 {
  margin-bottom: 16px;
}

.btm-sht-header-banner-5-3-0 {
  margin-left: -16px;
  margin-right: -16px;
  overflow: hidden;
}

.btm-sht-close-5-3-0 {
  clip: rect(0 0 0 0);
  border: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.btm-sht-title-5-3-0 {
  color: var(--dc-color-afro, #242629);
  font: 600 20px/28px SBSans, SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.btm-sht-withContent-5-3-0:not(.btm-sht-withSubtitle-5-3-0)
  .btm-sht-title-5-3-0 {
  margin-bottom: 16px;
}

.btm-sht-subtitle-5-3-0 {
  color: var(--dc-color-afro, #242629);
  color: var(--dc-color-grey-640, #737476);
  font: normal 14px/20px SBSans, SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.btm-sht-withTitle-5-3-0 .btm-sht-subtitle-5-3-0 {
  margin-top: 4px;
}

.btm-sht-withContent-5-3-0 .btm-sht-subtitle-5-3-0 {
  margin-bottom: 16px;
}

.btm-sht-footer-5-3-0 {
  margin-top: 16px;
}

.btm-sht-footerButtons-5-3-0 {
  display: flex;
  flex-direction: column;
}

.btm-sht-footerButton-5-3-0,
.btm-sht-footerButtons-5-3-0:not(:last-child) {
  margin-bottom: 8px;
}

.btm-sht-footerButton-5-3-0:last-child {
  margin-bottom: 0;
}

.btm-sht-buttonsDivider-5-3-0 {
  color: var(--dc-color-afro, #242629);
  font: normal 14px/20px SBSans, SeroPro, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

.btm-sht-dc-bottom-sheet-5-3-0 :focus:not(.btm-sht-focus-visible-5-3-0) {
  outline: none;
}

@keyframes btm-sht-dc-bottom-sheet-animate-opening-5-3-0 {
  0% {
    max-height: 0;
  }

  to {
    max-height: calc(100% - 52px);
  }
}

.overlay-root-4-1-0 {
  position: absolute;
  z-index: 1400;
}

.overlay-inner-4-1-0 {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  outline: none;
  overflow-y: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

.overlay-inner--hidden-4-1-0 {
  display: none;
}

.f-cl-root-3-0-1 {
  outline: none;
}

.f-cl-sentinel-3-0-1 {
  height: 0;
  overflow: hidden;
  width: 0;
}

.R6dPdRtOOCJloMpqsDVr5 {
  padding: 24px 0;
}

._3vF4Cz0irMEwvZh89jAovd {
  margin: 0;
  padding: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #242629;
}

._2gbZ6lebGWY-ocNpbIhlkm {
  display: grid;
  grid-gap: 12px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  ._2gbZ6lebGWY-ocNpbIhlkm {
    grid-template-columns: 1fr 1fr;
  }
}

._15IM_iJdEvmWDxHx3Id3g8 {
  padding: 24px 0;
}

._15IM_iJdEvmWDxHx3Id3g8:not(:last-of-type) {
  border-bottom: 1px dotted #c9cbcd;
}

._36204IXVs_9GrgiPFUlYGa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.pA6rDCAq1B1h7CwbAOa9d {
  display: flex;
  align-items: center;
}

.KeQBIrf9JhzBU-Uf5Azel {
  margin: 0;
  padding: 0;
  font-family: SeroPro, sans-serif;
  line-height: 1.33;
  color: #242629;
  margin: 8px 0 16px;
  font-size: 14px;
  color: #737476;
}

.ldFZXNT1DlfpigM4AqZ4B {
  margin-bottom: 16px;
}

._1hOQwPc8uC10fjilDp-cjT {
  color: #53b374;
}

._2-h-lWGYJ7gRWZooCReJZ1 {
  color: #737476;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
}

.LtMPK5uxlIXgfFefv6hTA {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 768px) {
  .LtMPK5uxlIXgfFefv6hTA {
    margin-top: 24px;
    flex-direction: row;
  }
}

.LtMPK5uxlIXgfFefv6hTA > * {
  width: 100%;
}

@media (min-width: 768px) {
  .LtMPK5uxlIXgfFefv6hTA > * {
    width: 50%;
  }
}

.onf0tUOfDODJu_7yDGwhG {
  border-top: dotted 1px #c9cbcd;
  padding-top: 24px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .onf0tUOfDODJu_7yDGwhG {
    padding-top: 32px;
    margin-top: 32px;
  }
}

._148S5GDw4uDf9c6_wer6ug {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

._3yKDLTLYHeDvhVHXbj4uXu {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.33;
  color: #242629;
}

@media (min-width: 768px) {
  ._3yKDLTLYHeDvhVHXbj4uXu {
    font-size: 18px;
  }
}

._3mMUMXCxEuxlHxGPjgBJiD {
  margin-top: 8px;
  font-family: SeroPro, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #737476;
}

._1aCM3YYzUrBPEZi2Y5a-ug {
  color: #53b374;
}

._3OS0qtUJ4QWN-N2cisE5H0 {
  font-weight: 500;
}

._2_7Si2A7AN3IOD7kPQC-UJ {
  font-family: SeroPro, sans-serif;
}

.PpVq7_1tI3FzL6smX58I7 {
  display: flex;
}

._3sFGUd78Ln0x_FDb1L1z2l {
  margin-top: 24px;
  display: flex;
}

._3HJ9Hp2x2VDDEEsAeLr3_R {
  display: flex;
}

._2x-aIZFTkJ6nyOvJ7BBfjv {
  margin-right: 8px;
}

._2x-aIZFTkJ6nyOvJ7BBfjv:last-child {
  margin-right: 0;
}

@media (min-width: 1024px) {
  ._2x-aIZFTkJ6nyOvJ7BBfjv {
    margin-bottom: 8px;
  }
}

._1Qc47pxx3rxdxlZTsqQq9S {
  margin-top: 16px;
  display: flex;
  scroll-snap-type: x proximity;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (min-width: 1024px) {
  ._1Qc47pxx3rxdxlZTsqQq9S {
    scroll-snap-type: none;
    flex-wrap: wrap;
  }
}

._2iKOfXpNZIeARoE9g7Dyco {
  margin-top: 0;
}

._1Qc47pxx3rxdxlZTsqQq9S::-webkit-scrollbar {
  display: none;
}

._3ramnUeadYMYGJ84jeDcJl {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #53b374;
  margin-left: 4px;
  align-items: baseline;
}

._22PcN1pepKo55D4dX8M3_I {
  color: #fff;
}

._2YQWE46y73DOzgosNiJ60j {
  font-family: SeroPro, sans-serif;
  line-height: 1.43;
}

._3AyddkARQJZG-uGUs8U8GK {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._96v_ZGLKiaoPtRCZeBfn2 {
  max-width: 524px;
  font-size: 14px;
  text-align: center;
  color: #242629;
}

._1_-o9IHFfcZ9mvWPThopx1 {
  font-size: 16px;
  max-width: 524px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  color: #242629;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  ._1_-o9IHFfcZ9mvWPThopx1 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

._1_-o9IHFfcZ9mvWPThopx1 a {
  text-decoration: none;
  color: #53b374;
}

._1_-o9IHFfcZ9mvWPThopx1 a:hover {
  text-decoration: underline;
}

.Eh0lSoMwi-_VYFpWsimOf {
  max-width: 524px;
  font-size: 14px;
  text-align: center;
  color: #242629;
  margin-bottom: 24px;
}

.Eh0lSoMwi-_VYFpWsimOf a {
  font-size: 14px;
  line-height: 1.43;
  text-decoration: none;
  color: #53b374;
}

.Eh0lSoMwi-_VYFpWsimOf a:hover {
  text-decoration: underline;
}

._3rzF8DhQhf62IXeNh29kjJ {
  margin: 32px 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  ._3rzF8DhQhf62IXeNh29kjJ {
    width: auto;
    height: auto;
    margin-top: 36px;
    margin-bottom: 24px;
  }
}

.nAiodtV46ps1-6mLsxVvB:not(:last-child) {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: dotted 1px #c9cbcd;
}

.nAiodtV46ps1-6mLsxVvB:last-child {
  padding-top: 16px;
}

.nAiodtV46ps1-6mLsxVvB:first-child {
  padding-top: 0;
}

.nAiodtV46ps1-6mLsxVvB:only-child {
  padding-top: 0;
}

._28xkbM5svpKXVXau6Xp20l b {
  font-weight: 500;
}

._2is6hrb9wwKQySV1sh4Ite {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  ._2is6hrb9wwKQySV1sh4Ite {
    align-items: flex-start;
    justify-content: start;
  }
}

._1GCAq5LG0IF9Wy75Ov4PJ7 {
  flex: 1 1 0;
}

@media (min-width: 768px) {
  ._1GCAq5LG0IF9Wy75Ov4PJ7 {
    flex-grow: 0;
  }
}

@media (min-width: 768px) {
  .UQkcm4TQtMWu69hgTPrhv {
    flex-grow: 1;
  }
}

.FnA5kKyiIm5Atl0ndclDK {
  font-family: SeroPro, sans-serif;
  line-height: 1.43;
}

._1RpJqkzCde1R48xxjGU1iA {
  flex-direction: column;
  display: flex;
}

._2P1qr46IBlof3wN_zIMAOs {
  font-family: SeroPro, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #242629;
}

._2P1qr46IBlof3wN_zIMAOs ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
  font-weight: 400;
  font-size: 14px;
}

._2P1qr46IBlof3wN_zIMAOs li::before {
  content: "-";
  margin-right: 5px;
}

._2P1qr46IBlof3wN_zIMAOs p {
  font-weight: 400;
  font-size: 14px;
  margin: 10px 0 0;
}

._2P1qr46IBlof3wN_zIMAOs b {
  font-weight: 500;
  font-size: 16px;
}

._2P1qr46IBlof3wN_zIMAOs a {
  color: #53b374;
}

._3omvMzz2D-G_IVnh0DHyDL {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

._1NxRqhmpMMkC91huPcqA9W {
  width: 100%;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  ._1NxRqhmpMMkC91huPcqA9W {
    margin-bottom: 0;
    margin-left: 12px;
  }
}

._2b7WwupWg_e_lN77gYYIOM {
  display: flex;
  justify-content: center;
  flex-wrap: wrap-reverse;
}

@media (min-width: 768px) {
  ._2b7WwupWg_e_lN77gYYIOM {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

._1xScYJcnNBDoD5fb5xRTT7 {
  display: flex;
  flex-grow: 1;
}

._3ODlZEVSiNxKr7BIv7sDB9 {
  position: relative;
  height: 6px;
  background-color: #e2e4e6;
  transition: width 0.5s;
  border-radius: 6px;
}

._1V-W9xnpiXHYsB7ruoDPH7 {
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

._1awoEWZGTQejOg2BX980_z {
  background-color: #53b374;
  border-radius: 6px;
  z-index: 1;
}

._3r17IJYdVJ8eDJ0KJdMlCp {
  font-family: SeroPro, sans-serif;
  line-height: 1.43;
}

.XR_aLhLy0GfcjJAJxSpb4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
}

@media (min-width: 768px) {
  .XR_aLhLy0GfcjJAJxSpb4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }
}

._3D3eowHO17Th2xP7QmRTqH {
  font-style: normal;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.34;
  color: #242629;
}

._3D3eowHO17Th2xP7QmRTqH a {
  text-decoration: none;
  color: #53b374;
}

._3D3eowHO17Th2xP7QmRTqH a:hover {
  text-decoration: underline;
}

._3Do9Stpu77pmIshcR1XM7C {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  ._3Do9Stpu77pmIshcR1XM7C {
    align-items: flex-start;
    justify-content: start;
  }
}

._1EYq0UtZig4WywvUplpBiW {
  flex: 1 1 0;
}

@media (min-width: 768px) {
  ._1EYq0UtZig4WywvUplpBiW {
    flex-grow: 0;
  }
}

@media (min-width: 768px) {
  ._2sJToZiUmlsg3T17K5ycp_ {
    flex-grow: 1;
  }
}

.LbFrpLjQ05HRKDb0pW9Id {
  margin-top: 16px;
}

._2Wu_Mfnp8zyEiAjelFhwRI {
  font-family: SeroPro, sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.34;
  color: #242629;
}

._3qc9QK1vFh1ahCGMMBvXNc {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._9YYmlFKbqQk8zc5uKSD6- {
  box-shadow: none;
}

.KFAjzgnzuWB__Z33Q8clo {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px 1px rgba(36, 38, 41, 0.08);
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.KFAjzgnzuWB__Z33Q8clo *,
.KFAjzgnzuWB__Z33Q8clo *::before,
.KFAjzgnzuWB__Z33Q8clo *::after {
  box-sizing: inherit;
}

@media (min-width: 768px) {
  .KFAjzgnzuWB__Z33Q8clo {
    flex-wrap: nowrap;
  }
}

._39VJ3xw1-JkBY6PGg6VmvS {
  box-sizing: border-box;
  font-family: SeroPro, sans-serif;
  flex-grow: 1;
  padding: 20px 16px 12px;
  width: 100%;
}

@media (min-width: 768px) {
  ._39VJ3xw1-JkBY6PGg6VmvS {
    width: auto;
    margin-right: 24px;
    padding: 32px 0 32px 32px;
  }
}

.vKTnWtbxcfAh-ZSbro0KB {
  color: #737476;
}

@media (min-width: 768px) {
  .vKTnWtbxcfAh-ZSbro0KB {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

._3t2P9WU8r7nD3iEhXFIpXA {
  margin-right: 16px;
}

._2C-XS1VNB5tCa3_t2exC2 {
  padding-top: 12px;
}

@media (min-width: 768px) {
  ._2C-XS1VNB5tCa3_t2exC2 {
    padding-top: 0;
  }
}

._3UlDyyRPmSydTYcbX9WCQw {
  font-style: normal;
  display: block;
  margin-top: 4px;
  font-weight: 500;
  line-height: 24px;
  font-size: 18px;
  color: #242629;
}

.gt_Tkd7CR9u-BuQbAK599 {
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
}

@media (min-width: 1247px) {
  .gt_Tkd7CR9u-BuQbAK599 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
  }
}

.tyCTJh-00fghqnK6yPR4F {
  list-style: none;
  margin-top: 4px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._2WB6NF-aaoClFbFwsKmteh {
  color: #737476;
}

._37vhb9fMaDkR76dzoAgcHz {
  font-style: normal;
  display: block;
  line-height: 20px;
  color: #242629;
}

@media (min-width: 768px) {
  ._37vhb9fMaDkR76dzoAgcHz {
    padding-left: 8px;
  }
}

._2n6Z2yPwDu3TyaT_DP9TD4 {
  box-sizing: border-box;
  font-family: SeroPro, sans-serif;
  width: 100%;
  flex-shrink: 0;
  padding: 0 16px 20px;
}

@media (min-width: 768px) {
  ._2n6Z2yPwDu3TyaT_DP9TD4 {
    padding: 24px 36px 24px 0;
    width: 45%;
  }
}

@media (min-width: 1024px) {
  ._2n6Z2yPwDu3TyaT_DP9TD4 {
    width: 470px;
  }
}

._5KfEcGRRv8GPQE0TsO94a {
  background-color: #fef8ed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

._1w2j_Rv4CNJOSeLVA1Ppf6 {
  display: none;
}

@media (min-width: 768px) {
  ._1w2j_Rv4CNJOSeLVA1Ppf6 {
    padding: 14px;
    display: block;
  }
}

._1_aINYpZAQvS276BcBGNr- {
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  color: #737476;
  padding: 12px;
}

@media (min-width: 768px) {
  ._1_aINYpZAQvS276BcBGNr- {
    padding: 16px 14px 16px 0;
  }
}

@media screen and (max-width: 991px) {
  .theme-brown .mobile-filter {
    background-color: #9a4d1e;
    color: #fff;
  }

  .theme-brown .mobile-filter:hover,
  .theme-brown .mobile-filter:active,
  .theme-brown .mobile-filter:focus {
    color: #fff;
    background-color: #6e2a00;
  }

  .theme-brown .panel-filter .filter-close {
    border: 1px solid #6e2a00;
    -webkit-box-shadow: 2px 4px 2px 0 rgba(68, 37, 30, 1);
    -moz-box-shadow: 2px 4px 2px 0 rgba(68, 37, 30, 1);
    box-shadow: 2px 4px 2px 0 rgba(68, 37, 30, 1);
  }

  .theme-brown .mobile-btn-consult-wrapper {
    background-color: #6e2a00;
  }

  .theme-brown .our-partners-wrapper:before {
    background: rgba(68, 37, 30, 0.5);
  }
}

@media screen and (max-width: 767px) {
  .theme-brown .m-header-wrapper {
    background-color: #6e2a00;
  }

  .theme-brown .mobile-menu {
    background-color: #6e2a00;
    border-color: #44251e;
  }

  .theme-brown .mobile-main-menu .mobile-menu-item > a {
    background-color: #6e2a00;
    border-bottom: 1px solid #44251e;
    color: #fff;
  }

  .theme-brown
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li,
  .theme-brown
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a {
    color: #fff;
  }

  .theme-brown
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper {
    background-color: #9a4d1e;
  }

  .theme-brown
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent {
    background-color: #44251e;
  }

  .theme-brown
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper {
    background-color: #9a4d1e;
  }

  .theme-brown
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a:hover:before,
  .theme-brown
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a:focus:before,
  .theme-brown
    .mobile-menu
    .mobile-menu-wrapper
    ul.mobile-main-menu
    > li.mobile-menu-item.open
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > .menu-item-parent-wrapper
    > ul.menu-item-parent
    > li
    > a:active:before {
    background-color: #6e2a00;
  }
}

@media screen and (max-width: 1199px) {
  .city-name-wrapper .city-name > p > span.current_city {
    display: block;
    text-decoration: underline;
  }

  .city-name-wrapper .city-name > p > span.current_city:after {
    display: none;
  }

  .wrapper h1.catalog-title {
    margin-bottom: 50px;
  }

  .panel-filter-estate-wrapper {
    display: none;
  }

  .wrapper .panel-filter form {
    padding: 25px 10px;
  }

  .wrapper .new-building-grid span.button-tour,
  .wrapper .new-building-list span.button-tour,
  .wrapper .estate-grid span.button-tour {
    padding-right: 30px;
  }

  .new-building-wrapper .new-building-grid .item-wrapper {
    height: 312px;
  }

  .new-building-wrapper .new-building-grid .item-wrapper .img-wrapper > a {
    height: 145px;
  }

  .new-building-list .list-item-img > a {
    height: 135px;
  }

  .estate-object-wrapper .estate-grid .item-wrapper {
    height: 303px;
  }

  .estate-object-wrapper .img-wrapper > a {
    height: 145px;
  }

  .new-building-grid .item-wrapper .description-wrapper .description-price > p {
    font-style: italic;
    margin: 5px 0 0 0;
    text-align: center;
    font-size: 14px;
  }

  .wrapper h1 {
    font-size: 32px;
  }

  .wrapper .object-left {
    width: 65%;
  }

  .wrapper .object-right {
    width: 35%;
  }

  .wrapper .object-images-wrapper,
  .object-map-wrapper {
    margin: 15px;
  }

  .wrapper #object-map,
  .wrapper .object-images-item,
  .wrapper .object-images-item > a > img {
    height: 245px;
  }

  .wrapper .nav-object,
  .wrapper .object-right .estate-object-button-hypothec,
  .wrapper .object-right .estate-object-button-msc {
    margin: 15px 0 0 15px;
  }

  .wrapper .nav-object > li.map a {
    padding: 8px 0 13px 0;
  }

  .wrapper .object-right .estate-object-button-msc > a {
    padding-right: 0;
    height: 75px;
    padding-left: 10px;
  }

  .wrapper .object-right .estate-object-button-hypothec > a:before,
  .wrapper .object-right .estate-object-button-msc > a:before {
    right: 9px;
    margin-top: -30px;
  }

  .wrapper .object-right .estate-object-button-hypothec > a {
    height: 65px;
  }

  .wrapper .object-right .nav-object li:first-child a {
    padding: 0 0 15px 0;
    text-align: center;
  }

  .wrapper .nav-object .images .object-slider-nav {
    display: none;
  }

  .wrapper .nav-object > li.map {
    margin-top: 0;
  }

  .wrapper .object-noimage {
    height: 245px;
    background-size: contain;
  }

  .worker-sidebar-wrapper {
    width: 270px;
    margin: 0 auto;
  }

  .wrapper .object-construction-wrapper {
    padding: 25px;
  }

  .object-contacts p.object-phone {
    margin-bottom: 0;
  }

  .wrapper .object-contacts p.object-phone > span {
    display: block;
  }

  .wrapper .object-price p.estate-object-price {
    font-size: 24px;
  }

  .wrapper .object-price p span {
    font-size: 30px;
  }

  .wrapper .estate-object-price-wrapper {
    width: 80%;
  }

  .wrapper .estate-object-area {
    width: 20%;
  }

  .wrapper .estate-object-price-wrapper span.price-square {
    display: none;
  }

  .wrapper .estate-object-price-wrapper span.old-price {
    top: 4px;
    right: 40px;
    font-size: 15px;
    color: #000;
  }

  .wrapper .object-description > p {
    font-size: 16px;
  }

  .wrapper .object-description > span {
    font-size: 10px;
  }

  .catalog-wrapper .object-address-wrapper {
    padding: 20px 0;
  }

  .catalog-wrapper .object-address-wrapper .object-address {
    padding: 0 15px 0 0;
  }

  .catalog-wrapper .object-address-wrapper .object-class {
    padding-left: 0;
  }

  .new-building-wrapper .new-building-list .object-list-price p,
  .new-building-wrapper .object-list-construction p,
  .new-building-wrapper .object-list-floors p,
  .new-building-wrapper .object-list-construction span,
  .new-building-wrapper .object-list-floors span {
    font-size: 13px;
  }

  .catalog-wrapper .objects-list a.button-hot-deals {
    padding-left: 20px;
  }

  .catalog-wrapper .objects-list span.button-tour {
    padding-right: 15px;
  }

  .department-wrapper .worker-grid .worker-item-wrapper .worker-img {
    width: 35%;
  }

  .department-wrapper .worker-grid .worker-item-wrapper .worker-desc {
    width: 65%;
  }

  .department-wrapper .worker-grid .worker-item-wrapper .worker-desc a.name {
    font-size: 14px;
    line-height: 1.1;
  }

  .department-wrapper
    .worker-grid
    .worker-item-wrapper
    .worker-desc
    a.name
    span {
    font-size: 16px;
  }

  .department-wrapper
    .worker-grid
    .worker-item-wrapper
    .worker-desc
    .worker-bottom
    > a {
    font-size: 13px;
    margin-left: 15px;
  }

  .department-wrapper
    .worker-grid
    .worker-item-wrapper
    .worker-desc
    .worker-bottom
    > a:first-child {
    margin-left: 0;
  }

  .wrapper .worker-about-wrapper,
  .wrapper .worker-about-wrapper .worker-about {
    padding-left: 0;
  }

  .wrapper .description-wrapper .description-price > p {
    text-align: center;
    margin: 0;
  }

  .worker-estate-object-wrapper .description-bottom-room {
    width: 35%;
  }

  .worker-estate-object-wrapper .description-bottom-area {
    width: 40%;
  }

  .wrapper .awards-wrapper .awards-wrapper-items .award-item {
    text-align: center;
  }

  .wrapper .work-wrapper .work-header p:nth-of-type(1) {
    text-align: center;
    margin-top: 20px;
  }

  .page-wrapper .btn-personal-selection {
    display: none;
  }

  .wrapper .page-wrapper fieldset form {
    padding: 10px 20px 20px 20px;
  }

  .form-group.form_karera fieldset form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form-survey-wrapper p.form-survey-footer {
    font-size: 20px;
  }

  .form-survey-wrapper p.form-survey-footer > span {
    font-size: 25px;
  }

  .wrapper .form-survey-wrapper p.form-survey-footer:before,
  .wrapper .form-survey-wrapper p.form-survey-footer:after {
    width: 50px;
  }

  .wrapper .form-survey-wrapper button[type="submit"] {
    padding: 23px 15px;
    text-align: center;
  }

  .wrapper .form-survey-wrapper button[type="submit"]:after {
    display: none;
  }

  .page-wrapper
    .block-hypothec-item.slick-current
    .block-hypothec-item-big-wrapper,
  .page-wrapper .block-hypothec-item:hover .block-hypothec-item-big-wrapper {
    opacity: 0;
  }

  .page-wrapper
    .block-hypothec-item.slick-current
    .block-hypothec-item-small-wrapper {
    opacity: 1;
  }

  .hypothec-calculator-form button.hypothec-button {
    margin-top: 0;
  }

  .programs-table tbody td.payment span,
  .programs-table tbody td.rg_payment span {
    display: block;
  }

  .programs-table {
    font-size: 14px;
  }
}

@media screen and (min-width: 1360px) and (max-width: 1440px) {
  .advantage-left {
    width: 50%;
  }

  .advantage-right {
    width: 80%;
  }
}

@media screen and (max-width: 1359px) {
  .wrapper .top-wrapper {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1359px) {
  header h4.header-title {
    font-size: 28px;
  }

  .advantage-left {
    width: 75%;
  }

  .advantage-right {
    width: 90%;
  }

  .advantage-wrapper span.get-consultation {
    font-size: 20px;
    width: 90%;
  }

  .our-partners-title {
    font-size: 20px;
    padding: 42px 0;
  }
}

@media screen and (max-width: 991px) {
  .footer-column-right,
  .footer-column-right2 {
    width: 790px;
  }

  .modal-cities .col-md-5.col-lg-6 {
    display: none;
  }

  .new-building-grid .col-md-12 {
    display: none !important;
  }

  .new-building-grid .row .col-xs-6.col-md-4 .item-wrapper,
  .estate-grid .row .col-xs-6.col-md-3 .item-wrapper,
  .estate-grid .row .col-xs-6.col-md-4 .item-wrapper {
    width: 300px;
    margin: 0 auto;
  }

  .new-building-wrapper .new-building-grid .item-wrapper {
    height: 370px;
  }

  .new-building-wrapper .new-building-grid .item-wrapper .img-wrapper > a {
    height: 200px;
  }

  .estate-object-wrapper .estate-grid .item-wrapper {
    height: 358px;
  }

  .estate-object-wrapper .img-wrapper > a {
    height: 200px;
  }

  .views-wrapper {
    float: none;
    display: none;
  }

  .object-on-page-wrapper {
    float: none !important;
  }

  .panel-total-count-wrapper {
    margin-left: 30px;
  }

  .mobile-filter-wrapper {
    margin-bottom: 15px;
  }

  .mobile-filter-wrapper.btn-fixed {
    position: fixed;
    top: 48px;
    left: 15px;
    right: 15px;
    padding: 15px 0;
    z-index: 50;
    background-color: rgba(255, 255, 255, 1);
  }

  .mobile-filter {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    padding: 12px;
  }

  .panel-filter {
    position: fixed;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 7040;
    max-height: 90vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0) !important;
  }

  .panel-filter .wrap {
    width: 280px;
    margin: 0 auto;
    position: relative;
    background-color: #f0f0f0;
    padding-bottom: 25px;
    overflow: hidden;
  }

  .panel-filter form {
    padding: 25px 25px 0 25px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    max-height: 70vh;
  }

  .filter-content {
    top: 40px !important;
    width: 230px !important;
  }

  .select2-container--bootstrap.select2-container--open {
    z-index: 7050;
  }

  .modal-content-district .checkbox-block,
  .modal-content-material .checkbox-block {
    width: 100% !important;
    float: none !important;
  }

  .panel-filter .filter-close {
    width: 80%;
    margin: 15px auto 15px auto;
    border-radius: 0;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 12px;
  }

  .catalog-wrapper .new-building-list a.button-hot-deals,
  .catalog-wrapper .new-building-list span.button-tour,
  .catalog-wrapper .new-building-list a.button-ipoteka,
  .catalog-wrapper .objects-list a.button-hot-deals,
  .catalog-wrapper .objects-list span.button-tour,
  .catalog-wrapper .objects-list a.button-ipoteka {
    display: none;
  }

  .catalog-wrapper .new-building-list .estate-list-item:nth-of-type(10),
  .catalog-wrapper .new-building-list .estate-list-item:nth-of-type(20),
  .catalog-wrapper .new-building-list .estate-list-item:nth-of-type(30),
  .catalog-wrapper .objects-list .estate-list-item:nth-of-type(10),
  .catalog-wrapper .objects-list .estate-list-item:nth-of-type(20),
  .catalog-wrapper .objects-list .estate-list-item:nth-of-type(30) {
    border-top: 1px solid #bfbfbf;
  }

  .new-building-wrapper
    .estate-list-item
    .object-list-bottom
    > .row
    > .col-md-12
    .col-sm-4.col-md-5,
  .new-building-wrapper
    .estate-list-item
    .object-list-bottom
    > .row
    > .col-md-12
    .col-sm-4.col-md-4,
  .new-building-wrapper
    .estate-list-item
    .object-list-bottom
    > .row
    > .col-md-12
    .col-sm-4.col-md-3 {
    width: 33.3%;
    padding-left: 0;
    padding-right: 0;
  }

  .new-building-wrapper
    .estate-list-item
    .object-list-bottom
    .object-list-price {
    height: 53px;
  }

  .new-building-wrapper
    .estate-list-item
    .object-list-bottom
    .object-list-price
    > p {
    line-height: 1;
    padding: 10px 0;
  }

  .new-building-wrapper
    .estate-list-item
    .object-list-bottom
    .object-list-price
    > p
    > span {
    display: block;
    line-height: 1;
  }

  /*    .catalog-wrapper + .main-footer {
        display: none
    }*/

  .mobile-btn-show-online-wrapper {
    background-color: #ff7f00;
  }

  .mobile-btn-show-online-wrapper,
  .mobile-btn-consult-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    z-index: 10001;
  }

  .mobile-btn-show-online-wrapper.city-1 {
    left: 50%;
    width: 50%;
  }

  .mobile-btn-consult-wrapper.city-1 {
    width: 50%;
  }

  .mobile-btn-show-online,
  .mobile-btn-consult {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 12px 12px;
  }

  .mobile-btn-show-online:hover,
  .mobile-btn-show-online:active,
  .mobile-btn-show-online:focus,
  .mobile-btn-consult:hover,
  .mobile-btn-consult:active,
  .mobile-btn-consult:focus {
    text-decoration: underline;
    color: #fff;
  }

  body .worker-sidebar-wrapper {
    position: fixed;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 7040;
  }

  body .worker-sidebar-wrapper .wrap {
    width: 260px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: -1;
  }

  body .worker-sidebar-wrapper .wrap .worker-title {
    display: none;
  }

  body .worker-sidebar-wrapper .wrap .worker-phone {
    margin: 20px -15px 0 0;
  }

  body .worker-sidebar-wrapper .wrap .worker-phone p {
    width: 100%;
  }

  body .worker-sidebar-wrapper .wrap .worker-phone:before {
    left: -15px;
    right: 0;
  }

  body .worker-sidebar-wrapper .wrap .worker-phone a {
    position: relative;
    color: #fbfdfd;
    font-size: 20px;
    font-weight: bold;
    line-height: 49px;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding-left: 30px;
  }

  body .worker-sidebar-wrapper .wrap .worker-phone a:hover,
  body .worker-sidebar-wrapper .wrap .worker-phone a:active,
  body .worker-sidebar-wrapper .wrap .worker-phone a:focus {
    text-decoration: none;
  }

  body .worker-sidebar-wrapper .wrap .worker-phone a:before {
    content: "\f098";
    position: absolute;
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: bold;
    left: 0;
  }

  body span.btn-object-consultation {
    display: none;
  }

  .wrapper .object-right .estate-object-button-hypothec > a {
    padding-right: 15px;
    width: 100%;
    display: block;
    line-height: 60px;
  }

  .wrapper .object-right .estate-object-button-hypothec > a:before,
  .wrapper .object-right .estate-object-button-msc > a:before {
    display: none;
  }

  .department-wrapper .department-header .worker-item-wrapper {
    margin-top: 35px;
  }

  .department-wrapper select.departments-list {
    border: 1px solid #959595;
    background-color: #fff;
  }

  .worker-wrapper .worker-image-wrapper .worker-image {
    background-position: bottom center;
    background-size: contain;
  }

  .worker-wrapper .worker-honors-wrapper {
    display: none;
  }

  .worker-wrapper .worker-image-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .worker-wrapper .worker-information:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 50%;
    margin-left: -10px;
    top: -11px;
    background-color: #f0f0f0;
  }

  .main-footer .priambula-wrapper {
    height: auto;
    display: block;
    text-align: center;
    margin-top: 15px;
  }

  .department-wrapper .department-img {
    text-align: center;
  }

  .department-wrapper .department-description-wrapper .department-description {
    margin-left: 0;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .department-wrapper
    .department-description-wrapper
    .department-description
    .department-description-header {
    width: 50%;
    float: left;
  }

  .department-wrapper
    .department-description-wrapper
    .department-description
    .department-description-footer {
    border-top: 0;
    border-left: 2px solid #e8e8e8;
    padding: 20px;
    width: 50%;
    float: right;
  }

  .wrapper .vacancy-wrapper .vacancy-items .panel .panel-heading-left {
    width: 20%;
  }

  .wrapper .vacancy-wrapper .vacancy-items .panel .panel-heading-right {
    width: 80%;
  }

  .wrapper .vacancy-wrapper .vacancy-items .vacancy-item-worker {
    width: 270px;
  }

  .wrapper .vacancy-wrapper .vacancy-items .vacancy-item-worker {
    width: 270px;
  }

  .wrapper
    .vacancy-wrapper
    .vacancy-items
    .vacancy-item-worker
    p.vacancy-item-worker-title {
    font-size: 24px;
    line-height: 1;
  }

  .wrapper
    .vacancy-wrapper
    .vacancy-items
    .vacancy-item-worker
    p.vacancy-item-worker-phone {
    font-size: 24px;
  }

  .wrapper .category-wrapper .item-wrapper .item-title {
    height: auto;
    overflow: hidden;
  }

  .wrapper .view-wrapper img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }

  .wrapper .form-survey-wrapper p.form-survey-footer:before,
  .wrapper .form-survey-wrapper p.form-survey-footer:after {
    display: none;
  }

  .wrapper .form-survey-wrapper input[type="checkbox"] + label > span {
    margin-left: 0;
  }

  .hypothec-wrapper {
    display: none;
  }

  .wrapper .page-wrapper fieldset legend {
    margin-left: 30px;
    padding: 0 10px;
  }

  .form-refinancing-wrapper .ui-slider {
    display: none;
  }

  .page-wrapper .form-refinancing-wrapper fieldset legend {
    font-size: 18px;
  }

  .form-refinancing-wrapper #refinancing label {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-logo > a:after {
    display: none;
  }

  header .container .row .col-xs-12.col-md-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .city-name span + span {
    font-size: 12px;
    padding-left: 15px;
  }

  .main-menu-wrapper .main-menu-left {
    float: none;
    padding-left: 0;
    width: 100%;
    height: 48px;
  }

  .main-menu-wrapper .main-menu-right {
    display: none;
  }

  .main-menu-wrapper
    ul.main-menu
    > li.menu-item:nth-of-type(4)
    > .menu-item-parent-wrapper {
    right: 0;
  }

  .main-slider-nav-item-title {
    font-size: 11px;
    width: 100%;
    font-family: "Roboto-Regular", Arial, Sans-Serif, Helvetica;
  }

  .about-company-wrapper p {
    line-height: 1.2;
  }

  .advantage-wrapper .advantage-left-wrapper,
  .advantage-wrapper .advantage-right-wrapper {
    display: block;
    width: 100%;
  }

  .advantage-left {
    padding: 20px;
    width: 100%;
    margin: 0;
  }

  .advantage-left h2 {
    margin-bottom: 25px;
  }

  .advantage-right {
    padding: 20px;
    width: 100%;
    margin: 0;
  }

  .advantage-wrapper .advantage-right-wrapper:before {
    top: 0;
  }

  .advantage-right a {
    margin-left: 40px;
    margin-bottom: 20px;
  }

  .advantage-right a:hover:after {
    background-size: 50% 100%;
    top: -8px;
    bottom: -8px;
  }

  .advantage-right a:nth-of-type(3) {
    display: block;
    vertical-align: middle;
    height: auto;
  }

  .advantage-wrapper span.get-consultation {
    margin: 0 auto;
  }

  .only-rg-wrapper .container .row .col-sm-6.col-md-3:nth-of-type(3) {
    clear: both;
  }

  .only-rg-wrapper .container .row .col-sm-6.col-md-3:nth-of-type(1),
  .only-rg-wrapper .container .row .col-sm-6.col-md-3:nth-of-type(2) {
    margin-bottom: 30px;
  }

  .our-partners-wrapper {
    position: relative;
  }

  .our-partners-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
  }

  .our-partners-title:after {
    display: none;
  }

  .our-partners-wrapper h2.our-partners-title {
    text-align: center;
  }

  .our-partners-wrapper h2.our-partners-title br {
    display: none;
  }

  .smi-wrapper {
    padding: 35px 0 0 0;
  }

  .smi-content h3 {
    height: auto;
    overflow: visible;
  }

  .smi-content .col-md-4 {
    margin-bottom: 40px;
  }

  .smi-content .item-img {
    height: 280px;
  }

  .department-wrapper .worker-grid .worker-item-wrapper .worker-img {
    width: 30%;
  }

  .department-wrapper .worker-grid .worker-item-wrapper .worker-desc {
    width: 70%;
  }

  .department-wrapper .worker-grid .worker-item-wrapper .worker-desc a.name {
    font-size: 16px;
    line-height: 1.2;
  }

  .department-wrapper
    .worker-grid
    .worker-item-wrapper
    .worker-desc
    .worker-bottom
    > a {
    font-size: 14px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .ul-two-columns {
    list-style-position: outside;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    margin-top: 15px;
  }

  .footer-bg {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #offices-map {
    height: 60vw;
  }

  .footer-row {
    flex-wrap: wrap;
    padding-top: 13vw;
    padding-bottom: 13vw;
    font-size: 3vw;
  }

  .footer-column-left {
    width: 85vw;
  }

  .footer-column-right,
  .footer-column-right2 {
    width: 100vw;
    /* height: 30vw; */
    /*65vw*/
    border-radius: 0;
    box-shadow: none;
    padding-top: 5vw;
    margin-left: -15px;
    margin-right: -15px;
  }

  .footer-logo img {
    width: 60vw;
  }

  .footer-title {
    font-size: 3.9vw;
    padding-bottom: 1vw;
  }

  .footer-address,
  .footer-times {
    padding-bottom: 3vw;
  }

  .footer-phone:before {
    margin-right: 0.3vw;
    width: 2.9vw;
    height: 2.8vw;
  }

  .footer-address:before {
    margin-right: 1.3vw;
    margin-top: 0.9vw;
    width: 2.9vw;
    height: 2.9vw;
  }

  .footer-times:before {
    margin-right: 1.3vw;
    width: 2.7vw;
    height: 7.1vw;
  }

  .footer-phone {
  }

  .footer-social {
    width: 24vw;
  }

  .footer-bg {
    height: fit-content;
    background-size: 277vw;
    background-position: -108vw 11vw;
  }

  .priambula-wrapper-new {
    font-size: 2.1vw;
    padding: 0 15px;
  }

  .row-auth {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  header .header-logo,
  section.main-slider-wrapper,
  .nav-wrapper,
  .main-menu-index-wrapper {
    display: none;
  }

  header .header-block {
    margin-top: 70px;
  }

  .m-header-wrapper {
    border: 0;
    padding: 10px;
    margin-bottom: 0;
  }

  .m-header-wrapper > ul {
    list-style: none;
  }

  .m-header-wrapper > ul > li:first-child {
    float: left;
    width: 70%;
    padding-left: 10px;
    text-align: center;
  }

  .m-header-wrapper > ul > li:last-child {
    float: right;
    width: 10%;
  }

  .m-header-wrapper > ul > li a.logo-m-menu {
    display: inline-block;
  }

  .m-header-wrapper .navbar-toggle:hover,
  .m-header-wrapper .navbar-toggle:focus {
    background-color: inherit;
    border-color: #fff;
  }

  .m-header-wrapper .mobile-bar {
    display: block;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 10;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 30px 15px;
  }

  .m-header-wrapper .mobile-bar .bars {
    position: relative;
  }

  .m-header-wrapper .mobile-bar .bars:before,
  .m-header-wrapper .mobile-bar .bars:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
  }

  .m-header-wrapper .mobile-bar .bars,
  .m-header-wrapper .mobile-bar .bars:before,
  .m-header-wrapper .mobile-bar .bars:after {
    width: 45px;
    height: 6px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  .m-header-wrapper .mobile-bar .bars:before {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
  }

  .m-header-wrapper .mobile-bar .bars:after {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }

  .m-header-wrapper .mobile-bar.is_active {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    padding: 32px 2px;
  }

  .m-header-wrapper .mobile-bar.is_active .bars:before,
  .m-header-wrapper .mobile-bar.is_active .bars:after {
    -webkit-transform: translateX(0) rotate(-90deg);
    transform: translateX(0) rotate(-90deg);
  }

  header h4.header-title {
    font-size: 30px;
  }

  .city-name span + span {
    font-size: 14px;
    padding-left: 0;
  }

  .about-company-wrapper,
  .only-rg-wrapper,
  .smi-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-company-wrapper p {
    line-height: 1.2;
  }

  .advantage-wrapper {
    display: none;
  }

  .only-rg-wrapper .container .row .col-sm-6.col-md-3:nth-of-type(1),
  .only-rg-wrapper .container .row .col-sm-6.col-md-3:nth-of-type(2) {
    margin-bottom: 30px;
  }

  .only-rg-wrapper .container .row .col-sm-6.col-md-3:nth-of-type(3) {
    clear: both;
  }

  .our-partners-wrapper h2.our-partners-title {
    text-align: center;
  }

  .our-partners-wrapper h2.our-partners-title br {
    display: none;
  }

  .our-partner-slider .slick-prev {
    left: 0;
  }

  .our-partner-slider .slick-next {
    right: 0;
  }

  .smi-content .col-md-4 {
    margin-bottom: 40px;
  }

  .smi-content .item-img {
    height: 280px;
  }

  .smi-content h3 {
    height: auto;
    overflow: visible;
  }

  .priambula-wrapper {
    height: auto;
    display: block;
    text-align: center;
    margin-top: 15px;
  }

  .mobile-filter-wrapper.btn-fixed {
    top: 74px;
  }

  h1.catalog-title {
    font-size: 30px;
    text-align: center;
  }

  .panel-header {
    margin-top: 25px;
  }

  .wrapper:before {
    height: 200px;
    margin-top: 0;
  }

  .panel-views {
    display: none;
  }

  .panel-total-count-wrapper {
    float: right !important;
    margin-left: 0;
    margin-right: 30px;
  }

  .new-building-wrapper > .row:nth-of-type(2) {
    display: none;
  }

  .catalog-wrapper.wrapper h1 {
    font-size: 28px;
  }

  .mobile-btn-show-online-wrapper.city-1 {
    bottom: 52px;
    left: 0;
    width: 100%;
  }

  .mobile-btn-consult-wrapper.city-1 {
    width: 100%;
  }

  .catalog-wrapper .list-item-img > a {
    margin-bottom: 15px;
    background-size: auto;
    height: 220px;
  }

  .catalog-wrapper .objects-list a.button-hot-deals,
  .catalog-wrapper .objects-list span.button-tour,
  .catalog-wrapper .objects-list a.button-ipoteka {
    display: none;
  }

  .catalog-wrapper .estate-list-item .object-list-bottom .object-list-floors {
    border-right: 1px solid #e3e3e3;
  }

  .catalog-wrapper .objects-list .list-item-img {
    margin-left: 0;
  }

  .wrapper .form-search-worker .form-group {
    margin-right: 0;
    margin-left: 0;
  }

  .department-wrapper .worker-grid .worker-item-wrapper {
    width: 345px;
    margin: 0 auto 35px auto;
  }

  .worker-wrapper .worker-grid .department-header img:first-child {
    margin-left: 0;
  }

  .department-wrapper .row.department-header .worker-item-wrapper {
    margin-top: 35px;
  }

  .wrapper .awards-wrapper .awards-wrapper-items .award-item {
    margin-bottom: 50px;
  }

  .wrapper .work-wrapper .work-footer-wrapper:before {
    width: 95%;
    height: 120px;
  }

  .wrapper .work-wrapper .work-footer-wrapper .work-footer-title > p {
    font-size: 22px;
  }

  .wrapper .work-wrapper .work-footer-wrapper .work-footer-title > span {
    font-size: 14px;
  }

  .wrapper .work-wrapper .work-footer-wrapper .work-footer-title > p > br {
    display: none;
  }

  .wrapper .work-wrapper .work-footer-wrapper p.work-footer-phone {
    margin-bottom: 0;
  }

  .wrapper .work-wrapper .work-footer-wrapper p.work-footer-phone > span {
    display: block;
  }

  .wrapper .vacancy-wrapper .vacancy-items .panel .panel-heading-left {
    display: none;
  }

  .wrapper .vacancy-wrapper .vacancy-items .panel .panel-heading-right {
    width: 100%;
  }

  .wrapper
    .vacancy-wrapper
    .vacancy-items
    .panel
    .panel-heading-right
    h2.panel-title {
    font-size: 24px;
  }

  .wrapper
    .vacancy-wrapper
    .vacancy-items
    .panel
    .panel-heading-right
    h2.panel-title
    > a {
    position: relative;
  }

  .wrapper
    .vacancy-wrapper
    .vacancy-items
    .panel
    .panel-heading-right
    h2.panel-title
    > a[aria-expanded]:before {
    position: absolute;
    font-family: FontAwesome;
    left: -25px;
    font-size: 16px;
    line-height: 28px;
  }

  .wrapper
    .vacancy-wrapper
    .vacancy-items
    .panel
    .panel-heading-right
    h2.panel-title
    > a[aria-expanded="false"]:before {
    content: "\f078";
  }

  .wrapper
    .vacancy-wrapper
    .vacancy-items
    .panel
    .panel-heading-right
    h2.panel-title
    > a[aria-expanded="true"]:before {
    content: "\f077";
    color: #03be4c;
  }

  .wrapper .vacancy-wrapper .vacancy-items .vacancy-item-worker {
    width: 240px;
  }

  .wrapper
    .vacancy-wrapper
    .vacancy-items
    .vacancy-item-worker
    p.vacancy-item-worker-phone,
  .wrapper
    .vacancy-wrapper
    .vacancy-items
    .vacancy-item-worker
    p.vacancy-item-worker-name {
    line-height: 1;
  }

  .wrapper .form-survey-wrapper p.form-survey-footer > img {
    display: none;
  }

  .wrapper .form-survey-wrapper p.form-survey-footer > span {
    display: block;
    margin-top: 15px;
  }

  .wrapper .form-sell-apartment-wrapper button[type="submit"] {
    margin-top: -25px;
  }

  .wrapper .page-wrapper ul {
    padding-left: 25px;
  }

  .wrapper .about-company-desc img {
    display: none;
  }

  .programs-table-wrapper .table.table-only-rg tr th,
  .programs-table-wrapper .table.table-only-rg tr td,
  .programs-table-wrapper .table.table-condensed tr th,
  .programs-table-wrapper .table.table-condensed tr td {
    white-space: normal;
  }

  .table-only-rg thead > tr:first-child > th:nth-of-type(1) {
    width: 100px;
  }

  .table-condensed thead > tr:first-child > th:nth-of-type(1) {
    width: 30%;
  }

  .table-condensed thead > tr:first-child > th:nth-of-type(2) {
    width: 50%;
  }

  .table-condensed thead > tr:first-child > th:nth-of-type(3) {
    width: 20%;
  }
}

@media screen and (max-width: 639px) {
  .new-building-grid .row .col-xs-6.col-md-4,
  .estate-grid .row .col-xs-6.col-md-3,
  .estate-grid .row .col-xs-6.col-md-4 {
    width: 100%;
    float: none;
  }

  .panel-total-count-wrapper {
    margin-left: 0;
  }

  .object-on-page-wrapper {
    margin-right: 0 !important;
  }

  .catalog-wrapper .object-images-slider .slick-prev {
    left: -15px;
  }

  .catalog-wrapper .object-images-slider .slick-next {
    right: -15px;
  }

  .catalog-wrapper .object-tablet-wrapper {
    border-bottom: 0;
  }

  .catalog-wrapper .object-tablet-wrapper > .object-left,
  .catalog-wrapper .object-tablet-wrapper > .object-right {
    width: 100%;
  }

  .catalog-wrapper .object-left.line-vertical-right {
    border-right: 0;
  }

  .catalog-wrapper .object-tablet-wrapper .object-right-wrapper,
  .catalog-wrapper .object-description.line-horizon-bottom {
    border-top: 1px solid #777978;
  }

  .catalog-wrapper ul.nav-object {
    overflow: hidden;
    margin: 15px 0;
  }

  .catalog-wrapper ul.nav-object li {
    display: inline-block;
    width: 50%;
  }

  .catalog-wrapper ul.nav-object > li.images a,
  .catalog-wrapper ul.nav-object > li.map a {
    margin: 0 10px;
  }

  .wrapper .object-right .nav-object li:first-child a {
    padding: 8px 0 13px 0;
  }

  .catalog-wrapper ul.nav-object > li.images a {
    display: block;
    text-align: center;
    color: #51565a;
    border: 1px solid #7d7d7d;
    background-color: #ebebeb;
    -webkit-box-shadow: inset -7px -7px 0 0 rgba(189, 189, 189, 1);
    -moz-box-shadow: inset -7px -7px 0 0 rgba(189, 189, 189, 1);
    box-shadow: inset -7px -7px 0 0 rgba(189, 189, 189, 1);
  }

  .catalog-wrapper ul.nav-object > li.images a:hover,
  .catalog-wrapper ul.nav-object > li.images.active a {
    border: 1px solid #02993d;
    background-color: #02bf4c !important;
    -webkit-box-shadow: inset -7px -7px 0 0 rgba(2, 153, 61, 1);
    -moz-box-shadow: inset -7px -7px 0 0 rgba(2, 153, 61, 1);
    box-shadow: inset -7px -7px 0 0 rgba(2, 153, 61, 1);
    color: #fff;
    text-decoration: none;
  }

  .catalog-wrapper .estate-object-button-hypothec,
  .catalog-wrapper .estate-object-button-msc {
    display: none;
  }

  .similar-objects-map,
  .similar-objects-slider-title,
  .similar-objects-slider-wrapper {
    display: none;
  }

  .wrapper .estate-object-price-wrapper span.old-price {
    top: 8px;
    right: 50px;
    font-size: 17px;
    color: #6c7073;
  }

  .catalog-wrapper .estate-object-item h1,
  .catalog-wrapper .estate-object-item address {
    padding-left: 0;
  }

  .catalog-wrapper .object-address-wrapper {
    display: none;
  }

  .catalog-wrapper .object-phone-wrapper {
    margin-top: 20px;
    border-top: 1px solid #777978;
  }

  .catalog-wrapper .object-content-wrapper {
    margin-bottom: 0;
  }

  .catalog-wrapper .object-construction-wrapper {
    margin-bottom: 30px;
  }

  .catalog-wrapper .list-item-img > a {
    background-size: cover;
  }

  .department-wrapper .row.department-header .col-xs-7.col-sm-7.col-md-4 {
    width: 100%;
    text-align: center;
  }

  .department-wrapper
    .row.department-header
    .col-xs-5.col-sm-5.col-md-4.col-md-push-4 {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }

  .worker-wrapper .worker-grid .consultation-button > span {
    display: inline-block;
    padding: 10px 33px 10px 50px;
  }

  .department-wrapper
    .department-description-wrapper
    .department-description
    .department-description-header {
    width: 100%;
    float: none;
  }

  .department-wrapper
    .department-description-wrapper
    .department-description
    .department-description-footer {
    border-top: 2px solid #e8e8e8;
    border-left: none;
    width: 100%;
    float: none;
  }

  .category-wrapper .item-wrapper .item-img {
    height: 280px;
  }

  .wrapper .work-wrapper .work-footer-wrapper:before {
    height: 140px;
  }

  .wrapper .work-wrapper .work-footer-wrapper .work-footer-title > p > br {
    display: block;
  }

  .wrapper
    .vacancy-wrapper
    .vacancy-items
    .panel-body
    .vacancy-item-description
    img {
    display: none;
  }

  .wrapper .vacancy-wrapper .vacancy-items .vacancy-item-contact-img > img,
  .wrapper .vacancy-wrapper .vacancy-items .vacancy-item-worker {
    display: none;
  }

  .wrapper .vacancy-item-contact p.vacancy-item-worker-email {
    margin-right: 15px;
  }

  .wrapper .vacancy-wrapper .vacancy-description img:nth-of-type(1) {
    display: none;
  }

  .wrapper
    .vacancy-wrapper
    .vacancy-description
    .vacancy-footer-worker
    p.vacancy-footer-worker-phone
    span:first-child {
    display: block;
  }

  .form-survey-wrapper .col-md-10.col-md-offset-1 .col-xs-6.col-sm-6.col-md-6 {
    width: 100%;
    float: none;
  }

  .wrapper .block-interestinglies-desc {
    padding-top: 0;
  }

  .wrapper .block-interestinglies-slider {
    margin-bottom: 0;
  }

  .wrapper .block-interestinglies-wrapper:before,
  .wrapper .block-interestinglies-wrapper:after {
    display: none;
  }

  .wrapper .wiki h3 > img,
  .content-full-height blockquote img {
    display: none;
  }
}

@media screen and (min-width: 540px) and (max-width: 639px) {
  header h4.header-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .header-block .city-name-wrapper {
    width: 55%;
  }

  .header-block .header-phone-wrapper {
    width: 45%;
  }

  .header-block .header-reviews {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .catalog-wrapper .object-images-slider {
    padding: 0 15px;
  }

  .catalog-wrapper .object-phone-wrapper {
    padding: 15px;
    text-align: center;
  }

  .catalog-wrapper .object-phone-wrapper p img {
    display: none;
  }

  .catalog-wrapper .object-phone-wrapper p span {
    display: block;
  }

  .awards-wrapper-items .col-xs-4.col-sm-4.col-md-3.col-lg-2 {
    width: 50%;
  }

  .wrapper
    .vacancy-wrapper
    .vacancy-items
    .panel-body
    .responsibility-item-wrapper,
  .wrapper .vacancy-wrapper .vacancy-items .panel-body .demands-item-wrapper {
    padding-left: 20px;
  }

  .wrapper
    .vacancy-wrapper
    .vacancy-items
    .panel-body
    .responsibility-item-wrapper
    ul,
  .wrapper .vacancy-wrapper .vacancy-items .panel-body .demands-item-wrapper ul,
  .wrapper
    .vacancy-wrapper
    .vacancy-items
    .panel-body
    .vacancy-item-description
    > ul {
    margin-left: 25px;
  }

  .wrapper
    .vacancy-wrapper
    .vacancy-items
    .panel-body
    .vacancy-item-description
    h3 {
    margin-left: 0;
  }

  .wrapper
    .vacancy-wrapper
    .vacancy-items
    .panel-body
    .conditions-item-wrapper {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper
    .vacancy-wrapper
    .vacancy-items
    .panel-body
    .conditions-item-wrapper
    h4 {
    font-weight: bold;
  }

  .wrapper
    .vacancy-wrapper
    .vacancy-items
    .panel-body
    .conditions-item-wrapper
    ul {
    padding-left: 25px;
    margin-bottom: 0;
  }

  .wrapper .form-survey-wrapper button[type="submit"] {
    font-size: 18px;
  }

  .hypothec-calculator-form .first-payment {
    width: 100%;
    float: none;
  }

  .hypothec-calculator-form .year {
    width: 50%;
    float: none;
  }
}

@media screen and (min-width: 481px) and (max-width: 539px) {
  header h4.header-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .header-block .city-name-wrapper {
    width: 100%;
    text-align: center;
  }

  .city-name > a {
    padding-left: 5px;
  }

  .city-name-wrapper .city-name > p > span.current_city {
    display: inline-block;
  }

  .city-name-wrapper .city-name > p > span.current_city:after {
    display: block;
    right: -8px;
  }

  .city-name span + span {
    font-size: 14px;
  }

  .header-block .header-phone-wrapper,
  .header-block .header-reviews {
    display: none;
  }

  .our-partners-title:after {
    right: -15px;
  }

  .smi-content a.url-page {
    right: 20px;
    top: -35px;
  }

  .modal-cities-item > a.city-item {
    width: 50%;
  }

  .modal-cities-item > a.city-item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .modal-callback-wrapper .modal-callback {
    width: 300px !important;
    padding: 30px 20px 20px;
  }

  .modal-callback-wrapper .modal-callback p.modal-title {
    text-align: center;
    margin-bottom: 15px;
  }

  .modal-cities-item {
    margin-left: 0;
  }

  .modal-cities-item > a.city-item {
    width: 50%;
  }

  .modal-cities-item > a.city-item:last-child {
    margin-bottom: 0;
  }

  header h4.header-title {
    display: none;
  }

  .header-block .city-name-wrapper {
    width: 100%;
    text-align: center;
  }

  .header-block .city-name-wrapper {
    width: 100%;
    text-align: center;
  }

  .city-name > a {
    padding-left: 5px;
  }

  .city-name-wrapper .city-name > p > span.current_city {
    display: inline-block;
  }

  .city-name-wrapper .city-name > p > span.current_city:after {
    display: block;
    right: -8px;
  }

  .city-name span + span {
    font-size: 14px;
  }

  .header-block .header-phone-wrapper,
  .header-block .header-reviews {
    display: none;
  }

  .only-rg-wrapper .container .row .col-xs-6.col-sm-6.col-md-3 {
    width: 100%;
    margin-bottom: 30px;
  }

  .only-rg-wrapper .container .row .col-xs-6.col-sm-6.col-md-3:nth-of-type(4) {
    margin-bottom: 0;
  }

  .only-rg-wrapper .container .row .col-xs-6.col-sm-6.col-md-3 h3 > a br {
    display: none;
  }

  .our-partners-title:after {
    right: -15px;
  }

  .smi-content .item-img {
    height: 200px;
  }

  .smi-content a.url-page {
    right: 20px;
    top: -35px;
  }

  .main-footer .col-xs-6:nth-of-type(1) {
    width: 100%;
    text-align: center;
  }

  .main-footer .col-xs-6:nth-of-type(2) {
    display: none;
  }

  .catalog-wrapper .object-tablet-wrapper.sold:before {
    background-size: contain;
  }

  .catalog-wrapper .object-price.estate-object-item-hot:after {
    display: none;
  }

  .wrapper .object-price p.estate-object-price {
    font-size: 20px;
    padding-left: 0;
  }

  .wrapper .object-price p span {
    font-size: 26px;
  }

  .wrapper .estate-object-price-wrapper span.old-price {
    top: 4px;
    right: 20px;
    font-size: 15px;
  }

  .catalog-wrapper .object-images-slider .slick-prev {
    left: 15px;
  }

  .catalog-wrapper .object-images-slider .slick-next {
    right: 15px;
  }

  .catalog-wrapper .objects-list .estate-list-item {
    margin: 0;
  }

  .catalog-wrapper .list-item-img > a {
    background-size: cover;
    height: 165px;
  }

  .category-wrapper .item-wrapper .item-img {
    height: 220px;
  }

  .wrapper .work-wrapper .section-scope ul {
    padding-left: 20px;
  }

  .wrapper .work-wrapper .work-footer-wrapper .work-footer-title {
    padding: 20px 15px;
  }

  .wrapper .form-survey-wrapper button[type="submit"] {
    font-size: 17px;
    padding: 10px 5px;
    text-transform: none;
  }

  .wrapper .block-interestinglie-item {
    margin: 0;
  }

  .page-wrapper .form-sell-apartment-wrapper fieldset legend {
    margin-left: 30px;
    font-size: 22px;
    margin: 0px 41px 0 1px;
    padding: 0 10px;
  }

  form#client-form {
    padding: 0 0 15px 0;
  }

  .about-company-desc ul,
  .about-company-desc ol {
    padding-left: 20px;
  }

  .page-wrapper .form-refinancing-wrapper button[type="submit"] {
    margin-top: -25px;
    white-space: normal;
    line-height: 1.2;
  }

  .view-wrapper ul,
  .view-wrapper ol,
  .view-wrapper dl {
    padding-left: 30px;
  }

  .hypothec-calculator-form .year {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .mobile-menu.navmenu {
    width: 250px;
  }

  .m-header-wrapper > ul > li:first-child {
    width: 70%;
  }

  .m-header-wrapper > ul > li:last-child {
    width: 30%;
  }

  .our-partner-slider .slick-prev {
    left: -20px;
  }

  .our-partner-slider .slick-next {
    right: -20px;
  }

  a#modal-close-city-choose {
    right: 10px;
  }

  .modal-cities-item > a.city-item {
    width: 100%;
  }

  .catalog-wrapper.wrapper h1 {
    font-size: 22px;
    margin-top: 0;
  }

  .wrapper .object-images-wrapper,
  .wrapper .object-map-wrapper {
    margin: 15px 0;
  }

  .catalog-wrapper .object-images-slider {
    padding: 0;
  }

  .catalog-wrapper .object-price p {
    font-size: 24px;
  }

  .wrapper .object-price p span {
    font-size: 28px;
  }

  .catalog-wrapper .object-content {
    padding-left: 0;
  }

  .catalog-wrapper .object-contacts {
    margin: 15px 0;
  }

  .catalog-wrapper .object-contacts p.object-phone {
    font-size: 26px;
  }

  .catalog-wrapper .object-contacts p.object-address-new-building,
  .catalog-wrapper .object-contacts p.object-phone {
    line-height: 1.2;
  }

  .department-wrapper .worker-grid .worker-item-wrapper {
    width: 100%;
  }

  .department-wrapper .worker-grid .worker-item-wrapper .worker-img {
    width: 30%;
  }

  .department-wrapper .worker-grid .worker-item-wrapper .worker-desc {
    width: 70%;
  }

  .worker-wrapper .worker-image-wrapper .worker-image {
    background-size: cover;
  }

  .worker-wrapper .worker-information .head {
    text-align: center;
  }

  .worker-wrapper
    .worker-information
    .info-detail
    .worker-contacts
    p.phone
    span,
  .worker-wrapper .worker-information .info-detail .worker-contacts p > a {
    display: block;
    text-align: center;
  }

  .awards-wrapper-items .col-xs-4.col-sm-4.col-md-3.col-lg-2 {
    width: 100%;
  }

  .wrapper .work-wrapper .work-footer-wrapper:before {
    height: 125px;
    width: 92%;
  }

  .wrapper .work-wrapper .work-footer-wrapper .work-footer-title > p {
    font-size: 16px;
  }

  .wrapper .work-wrapper .work-footer-wrapper .work-footer-title > span {
    font-size: 13px;
  }

  .wrapper .vacancy-wrapper .vacancy-items .panel-body .pay-item-wrapper h3 {
    text-align: right;
  }

  .wrapper
    .vacancy-wrapper
    .vacancy-items
    .panel-body
    .pay-item-wrapper
    h3
    span {
    display: block;
    text-align: left;
  }

  .hypothec .hypothec-calculator-form fieldset legend {
    margin-left: 15px;
    padding: 0 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .new-building-grid .row .col-xs-6.col-md-4 .item-wrapper,
  .estate-grid .row .col-xs-6.col-md-3 .item-wrapper,
  .estate-grid .row .col-xs-6.col-md-4 .item-wrapper {
    width: 290px;
  }

  .new-building-wrapper
    .estate-list-item
    .object-list-bottom
    .object-list-price
    > p
    > span {
    margin-bottom: 4px;
  }

  .new-building-wrapper
    .estate-list-item
    .object-list-bottom
    > .row
    > .col-md-12
    .col-sm-4.col-md-4 {
    width: 45%;
  }

  .new-building-wrapper
    .estate-list-item
    .object-list-bottom
    > .row
    > .col-md-12
    .col-sm-4.col-md-3 {
    width: 21.6%;
  }

  .awards-wrapper .youtube {
    height: 220px !important;
    background-size: cover;
  }

  .department-wrapper .col-xs-10.col-xs-offset-1 {
    width: 100%;
    margin-left: 0;
  }

  .wrapper .form-sell-apartment-wrapper button[type="submit"] {
    font-size: 16px;
  }

  .wrapper .form-sell-apartment-wrapper .radio-inline + .radio-inline {
    margin-left: 15px;
  }
}

@media screen and (max-width: 320px) {
  .wrapper .estate-object-price-wrapper {
    width: 75%;
  }

  .wrapper .estate-object-area {
    width: 25%;
  }

  .wrapper .object-price p.estate-object-price {
    font-size: 18px;
  }

  .wrapper .object-price p span {
    font-size: 24px;
  }

  .catalog-wrapper ul.nav-object > li a {
    font-size: 12px;
  }

  .catalog-wrapper ul.nav-object > li.images a,
  .catalog-wrapper ul.nav-object > li.map a {
    margin: 0;
  }

  .wrapper .object-right .nav-object li:last-child a {
    margin-left: 5px;
  }

  .new-building-wrapper
    .estate-list-item
    .object-list-bottom
    .object-list-price
    > p
    > span {
    margin-bottom: 2px;
  }

  .department-wrapper .worker-grid .worker-item-wrapper .worker-img {
    width: 35%;
  }

  .department-wrapper .worker-grid .worker-item-wrapper .worker-desc {
    width: 65%;
  }

  .worker-wrapper .worker-grid .consultation-button > span {
    padding: 10px;
    display: block;
  }

  .worker-wrapper .worker-grid .consultation-button > span:after {
    display: none;
  }

  .wrapper .form-sell-apartment-wrapper button[type="submit"] {
    font-size: 14px;
  }

  .wrapper .page-wrapper ul {
    padding-left: 15px;
  }
}

@media screen and (orientation: landscape) and (max-width: 960px) {
  .modal-callback {
    width: 530px !important;
    padding: 30px 30px !important;
  }

  #call-request {
    overflow: hidden;
  }

  .modal-callback .form-group:nth-of-type(1),
  .modal-callback .form-group:nth-of-type(3) {
    width: 48%;
    float: left;
  }

  .modal-callback .form-group:nth-of-type(2),
  .modal-callback .form-group:nth-of-type(4) {
    width: 48%;
    float: right;
  }

  .modal-callback p.modal-title {
    margin-bottom: 20px !important;
  }

  .modal-callback .form-group.text-center {
    margin-top: 0 !important;
  }

  .modal-reviews-wrapper .modal-reviews p.modal-title {
    margin-bottom: 10px;
  }

  .modal-reviews-wrapper .reviews-slider-nav {
    display: none !important;
  }

  .modal-reviews-wrapper .count-reviews {
    bottom: -30px !important;
    right: auto !important;
    left: 0;
  }

  .reviews-slider-main .item iframe {
    height: 220px !important;
  }

  .modal-reviews-wrapper .modal-reviews .reviews-slider-main .item {
    height: 220px;
  }

  .modal-reviews-wrapper .modal-reviews p.modal-title {
    margin-bottom: 15px !important;
    font-size: 26px;
  }

  .modal-reviews-wrapper .modal-reviews {
    padding: 20px 50px 10px 50px !important;
  }
}

.modal-callback-wrapper {
  position: fixed;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 7001;
}

.modal-callback {
  margin: 0 auto;
  padding: 30px 50px;
  position: relative;
}

.modal-callback a.modal-callback-close {
  position: absolute;
  background: url("images/btn-close-modal.png") no-repeat;
  width: 33px;
  height: 32px;
  right: 20px;
  top: 10px;
  opacity: 0.8;
}

.modal-callback p.modal-title {
  line-height: 1;
  font-size: 32px;
  font-weight: bold;
  word-wrap: break-word;
  margin-top: 0;
  margin-bottom: 50px;
}

.modal-callback a.modal-callback-close:hover {
  opacity: 1;
}

.modal-callback .form-group {
  position: relative;
}

.modal-callback input::placeholder {
  color: #adb2b6;
}

.modal-callback input.field-form {
  border-radius: 0;
  border-top: 0;
  border-left: none;
  border-right: 0;
  box-shadow: none;
  color: #1a1a1a;
  padding-left: 30px;
}

.modal-callback .form-group .fa {
  position: absolute;
  left: 0;
  font-size: 25px;
  line-height: 34px;
  display: block;
  z-index: 1;
  color: #a7b2bb;
}

.modal-callback .form-group.text-center {
  margin-top: 20px;
}

.modal-callback .consultation-form-label-comment {
  color: #adb2b6;
  font-weight: normal;
  font-size: 14px;
}

.modal-callback .btn-modal {
  background-color: #ffc415;
  border-radius: 0;
  color: #1a1a1a;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-box-shadow: 3px 3px 0 0 rgba(255, 177, 25, 1);
  -moz-box-shadow: 3px 3px 0 0 rgba(255, 177, 25, 1);
  box-shadow: 3px 3px 0 0 rgba(255, 177, 25, 1);
}

.modal-callback .btn-modal:hover {
  -webkit-box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 1);
  -moz-box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 1);
  box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 1);
}

p.help-block-error {
  position: absolute;
  z-index: 1;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 3px;
  font-size: 11px;
}

.form-group select.period {
  margin-top: 20px;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0;
  color: inherit;
  border: 0;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.modal-selection-wrapper {
  position: fixed;
  display: none;
  width: 100%;
  opacity: 0;
  z-index: 7001;
}

a.selection-apartment-modal-close {
  position: absolute;
  background: url("images/btn-close-modal.png") no-repeat;
  width: 33px;
  height: 32px;
  right: 15px;
  top: 45px;
  opacity: 0.6;
}

a.selection-apartment-modal-close:hover {
  opacity: 1;
}

.pt-30 {
  padding-top: 30px;
}

.modal-selection {
  margin: 0 auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
}

.width-75 {
  width: 75%;
}

.width-25 {
  width: 25%;
}

.selection-tabs > ul {
  list-style: none;
  margin-bottom: 0;
}

.selection-tabs > ul > li {
  position: relative;
  float: left;
  width: 19.8%;
  text-align: center;
  color: #f9f9f9;
  font-family: "Roboto-Bold", Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 0;
  background-color: #3cbf70;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-right: 1px;
}

.selection-tabs > ul > li:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: 15px;
  background-color: #3cbf70;
}

.selection-tabs > ul > li.disable:after {
  background-color: #e7e7e7;
}

.selection-tabs > ul > li.active {
  color: #606060;
  background-color: inherit;
  font-size: 16px;
  margin-right: 0;
  padding: 0;
}

.selection-tabs > ul > li.active:after {
  background-color: #848484;
  height: 25px;
}

.selection-tabs > ul > li.active:before {
  content: "";
  position: absolute;
  background-color: #fcfcfc;
  border-left: 1px solid #dfdcd6;
  border-top: 1px solid #dfdcd6;
  border-right: 1px solid #dfdcd6;
  left: 0;
  right: 0;
  top: -15px;
  bottom: -15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: -1;
}

.selection-tabs > ul > li > span {
  font-family: "Roboto-Light", Arial, sans-serif;
  position: absolute;
  bottom: -40px;
  top: auto;
  left: 50%;
  margin-left: -10.5px;
  font-size: 16px;
  z-index: 1;
  color: #3cbf70;
}

.selection-tabs > ul > li.active > span {
  font-weight: bold;
  color: #848484;
  bottom: -50px;
}

.selection-tabs > ul > li.disable > span {
  bottom: -40px;
  font-weight: normal;
  color: #848484;
}

.selection-tabs > ul > li.disable,
.selection-tabs > ul > li.disable:nth-of-type(2),
.selection-tabs > ul > li.disable:nth-of-type(3),
.selection-tabs > ul > li.disable:nth-of-type(4),
.selection-tabs > ul > li.disable:nth-of-type(5) {
  background-color: #a1a1a1;
  color: #fff;
}

.selection-tabs > ul > li:nth-of-type(2) {
  background-color: #02be4c;
}

.selection-tabs > ul > li:nth-of-type(3) {
  background-color: #01ac45;
}

.selection-tabs > ul > li:nth-of-type(4) {
  background-color: #018937;
}

.selection-tabs > ul > li:nth-of-type(5) {
  background-color: #006d2b;
}

.selection-tabs > ul > li.active:nth-of-type(2),
.selection-tabs > ul > li.active:nth-of-type(3),
.selection-tabs > ul > li.active:nth-of-type(4),
.selection-tabs > ul > li.active:nth-of-type(5) {
  background-color: inherit;
}

.selection-tabs-content {
  background-color: #fcfcfc;
  padding: 40px 25px 20px;
  border-bottom-left-radius: 10px;
  height: 515px;
}

.selection-tabs-content .progress {
  margin-top: 20px;
  margin-bottom: 0;
  height: 8px;
  transform: rotate(180deg);
  background-color: #d1d1d1;
  overflow: inherit;
}

.selection-tabs-content .progress .progress-bar-success {
  background-color: inherit;
  position: relative;
  background: url("images/bg-progress-bar-success.gif") no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}

.selection-tabs-content .progress .progress-bar-success:before {
  position: absolute;
  content: "";
  left: -13px;
  top: 50%;
  margin-top: -13px;
  background: url("images/icon-progress.png") no-repeat;
  width: 25px;
  height: 25px;
}

.selection-tabs-content
  .progress
  .progress-bar-success[aria-valuenow="0"]:before {
  display: none;
}

.selection-tabs-content-body {
  display: none;
}

.selection-tabs-content-body.in {
  display: block;
}

.selection-tabs-content-body-wrapper {
  margin-top: 30px;
}

.selection-tabs-content-body h3 {
  font-family: "Roboto-Bold", Arial, sans-serif;
  font-size: 28px;
  color: #606060;
}

.selection-tabs-content-body-item {
  padding: 25px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  height: 300px;
}

.selection-tabs-nav {
  margin-top: 15px;
  position: relative;
}

.selection-tabs-nav .btn-prev,
.selection-tabs-nav .btn-next {
  padding: 6px 30px;
  border-radius: 0;
}

.selection-tabs-nav .btn-prev {
  border: 1px solid #ddd;
  color: #9b9a9a;
  background-color: inherit;
}

.selection-tabs-nav .btn-prev i {
  margin-right: 10px;
}

.selection-tabs-nav .btn-next.disabled {
  background-color: #c2c2c2;
}

.selection-tabs-nav .btn-next.active {
  background: url("images/btn-next-step.gif") no-repeat;
  background-size: cover;
}

.selection-tabs-nav .btn-next {
  color: #fff;
  margin-left: 15px;
}

.selection-tabs-nav .btn-next i {
  margin-left: 10px;
}

.owl-carousel .owl-item input[type="radio"] + label {
  display: block;
  font-weight: normal;
  font-family: "Roboto-Bold", Arial, sans-serif;
  font-size: 16px;
  color: #606060;
  text-align: center;
  margin: 0;
  cursor: pointer;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
}

.owl-carousel .owl-item input[type="radio"]:checked + label {
  border: 1px solid #05d758;
}

.owl-carousel .owl-item input[type="radio"]:checked + label,
.owl-carousel .owl-item input[type="radio"]:checked + label span {
  color: #05d758;
}

.owl-carousel .owl-item input[type="radio"] + label span {
  font-size: 44px;
  line-height: 1;
}

.owl-carousel .owl-nav .disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  font-family: "fontAwesome" !important;
  background-color: #ebebeb !important;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
}

.owl-carousel .owl-nav .owl-prev {
  left: -15px;
}

.owl-carousel .owl-nav .owl-next {
  right: -15px;
}

.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:after {
  padding: 5px 10px;
  color: #8c8c8c;
  font-size: 18px;
  line-height: 18px;
}

.owl-carousel .owl-nav .owl-prev:before {
  content: "\f053";
}

.owl-carousel .owl-nav .owl-next:after {
  content: "\f054";
  margin-right: 10px;
}

.selection-tabs-content-form h3 {
  font-family: "Roboto-Black", Arial, sans-serif;
  font-size: 32px;
  color: #01cd51;
  margin-top: 0;
  position: relative;
}

.selection-tabs-content-form h3:after {
  content: "";
  position: absolute;
  right: 0;
}

.selection-tabs-content-form h3 > i {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  line-height: 1;
}

.selection-tabs-content-form .selection-tabs-content-body-item {
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  padding: 5px 5px;
}

.selection-tabs-content-form .selection-tabs-content-body-item > h4 {
  font-family: "Roboto-Bold", Arial, sans-serif;
  font-size: 22px;
  background-color: #ebebeb;
  color: #606060;
  margin: 0;
  padding: 15px 100px;
  line-height: 1.4;
}

.selection-tabs-content-form .selection-tabs-content-body-item .form-group {
  position: relative;
  margin-bottom: 50px;
}

.selection-tabs-content-form
  .selection-tabs-content-body-item
  .form-group
  label {
  display: block;
  text-align: center;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
}

.selection-tabs-content-form .selection-tabs-content-body-item .form-group .fa {
  position: absolute;
  left: 25px;
  font-size: 25px;
  line-height: 52px;
  display: block;
  z-index: 1;
  color: #e8e8e8;
}

.selection-tabs-content-form
  .selection-tabs-content-body-item
  .form-group
  input {
  border: 2px solid #d6d6d6;
  border-radius: 0;
  padding: 12px 12px 12px 50px;
  height: 50px;
}

.selection-tabs-nav .btn-start-over,
.selection-tabs-nav .btn-send {
  border-radius: 0;
  font-size: 18px;
  width: 100%;
  display: block;
}

.selection-tabs-nav .btn-start-over:hover,
.selection-tabs-nav .btn-send:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.selection-tabs-nav .btn-start-over {
  background-color: #ebebeb;
  color: #7a7a7a;
  -webkit-box-shadow: 5px 5px 0 0 rgba(161, 161, 161, 1);
  -moz-box-shadow: 5px 5px 0 0 rgba(161, 161, 161, 1);
  box-shadow: 5px 5px 0 0 rgba(161, 161, 161, 1);
}

.selection-tabs-nav .btn-start-over > i {
  margin-right: 5px;
}

.selection-tabs-nav .btn-send {
  background-color: #01cd51;
  color: #fff;
  font-family: "Roboto-Bold", Arial, sans-serif;
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 166, 81, 1);
  -moz-box-shadow: 5px 5px 0 0 rgba(0, 166, 81, 1);
  box-shadow: 5px 5px 0 0 rgba(0, 166, 81, 1);
}

.selection-tabs-content-body-item .form-group {
  margin-bottom: 0;
}

.selection-tabs-content-body-item .radio-block {
  display: inline-block;
  width: 46%;
  border: 1px solid #d6d6d6;
  padding: 18px 25px;
  margin: 0 15px 20px 15px;
}

.selection-tabs-content-body-item .price .radio-block,
.selection-tabs-content-body-item .payment .radio-block,
.selection-tabs-content-body-item .period .radio-block {
  padding: 21px;
}

.selection-tabs-content-body-item.rooms input[type="radio"],
.selection-tabs-content-body-item .radio-block input[type="radio"] {
  display: none;
}

.selection-tabs-content-body-item
  .radio-items.area
  .radio-block
  input[type="radio"]
  + label {
  font-size: 26px;
}

.selection-tabs-content-body-item
  .radio-items.price
  .radio-block
  input[type="radio"]
  + label,
.selection-tabs-content-body-item
  .radio-items.payment
  .radio-block
  input[type="radio"]
  + label,
.selection-tabs-content-body-item
  .radio-items.period
  .radio-block
  input[type="radio"]
  + label {
  font-size: 18px;
  text-transform: uppercase;
}

.selection-tabs-content-body-item
  .radio-items.payment
  .radio-block:nth-of-type(5)
  input[type="radio"]
  + label,
.selection-tabs-content-body-item
  .radio-items.period
  .radio-block:nth-of-type(4)
  input[type="radio"]
  + label {
  text-transform: none;
  font-weight: normal;
}

.selection-tabs-content-body-item
  .radio-items.period
  .radio-block:nth-of-type(3)
  input[type="radio"]
  + label {
  font-size: 14px;
}

.selection-tabs-content-body-item .radio-block input[type="radio"] + label {
  color: #606060;
  cursor: pointer;
  padding-left: 40px;
  margin-bottom: 0;
  position: relative;
}

.selection-tabs-content-body-item
  .radio-block
  input[type="radio"]
  + label:before {
  content: "";
  position: absolute;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.selection-tabs-content-body-item
  .radio-block
  input[type="radio"]
  + label:after {
  content: "";
  position: absolute;
  display: none;
  background-color: #01c84f;
  left: 8px;
  top: 50%;
  margin-top: -8px;
  padding: 3px;
  width: 15px;
  height: 15px;
  z-index: 2;
}

.selection-tabs-content-body-item
  .radio-block
  input[type="radio"]:checked
  + label:after {
  display: block;
}

.discount-min-error {
  position: absolute;
  display: none;
  color: #f00;
  line-height: 34px;
  left: 35%;
}

.discount-min-error.active {
  display: block;
}

.selection-sidebar {
  background-color: #ebebeb;
  padding-top: 40px;
  padding-bottom: 19px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 515px;
}

.selection-sidebar .agent-selection img.agent-selection-photo {
  border-radius: 50%;
  border: 5px solid #3cbf70;
}

.agent-selection h3 {
  font-family: "Roboto-Bold", Arial, sans-serif;
  font-size: 20px;
  color: #606060;
}

.agent-selection h5 {
  font-family: "Roboto-Bold", Arial, sans-serif;
  font-size: 10px;
  color: #757575;
  text-transform: uppercase;
}

.agent-selection p.agent-selection-desc {
  color: #757575;
  font-size: 12px;
  padding: 0 15px;
  line-height: 1.2;
  margin: 0;
}

.agent-selection-count-estate-wrap {
  margin-top: 28px;
}

.agent-selection-count-estate-wrap h2.agent-selection-count {
  font-family: "Roboto-Black", Arial, sans-serif;
  font-size: 38px;
  color: #606060;
  text-transform: uppercase;
}

.agent-selection-count-estate-wrap.min-error h2.agent-selection-count {
  color: #f00;
}

.agent-selection-count-estate-wrap p.agent-selection-count-text {
  font-family: "Roboto-Black", Arial, sans-serif;
  font-size: 14px;
  color: #606060;
  text-transform: uppercase;
  margin: 0 25px;
  border: 1px solid #bebebe;
  padding: 10px 0;
  line-height: 1;
}

.agent-selection-count-estate-wrap.min-error p.agent-selection-count-text {
  color: #f00;
  border: 1px solid #f00;
}

.agent-selection-count-estate-wrap span.agent-selection-count-desc {
  font-family: "Roboto-Bold", Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #757575;
  display: block;
  margin: 5px 30px 0 30px;
  line-height: 1.2;
  height: 27px;
}

.agent-selection-count-estate-wrap.min-error span.agent-selection-count-desc {
  color: #f00;
}

.agent-selection-discount-wrap {
  text-align: left;
  width: 85%;
  margin-top: 18px;
  background: url("images/bg-discount.png") no-repeat;
  background-size: contain;
  padding: 0 20px 0 40px;
}

.agent-selection-discount-wrap p.discount-title {
  font-family: "Roboto-Black", Arial, sans-serif;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  line-height: 1;
}

.agent-selection-discount-wrap img {
  margin-right: 15px;
}

.agent-selection-discount-wrap span.discount-count {
  font-family: "Roboto-Black", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
  vertical-align: middle;
  line-height: 1;
}

.agent-selection-discount-wrap p.discount-footer {
  font-family: "Roboto-Black", Arial, sans-serif;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-right: 15px;
  line-height: 1;
}

.btn-personal-selection {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  padding: 11px 0;
  margin-bottom: 25px;
  position: relative;
  cursor: pointer;
}

.btn-personal-selection:before {
  content: "";
  position: absolute;
  background: url("images/bg-btn-personal-selection.gif") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 55px;
  top: 0;
  left: 0;
  z-index: -1;
}

.modal-calculate-apartment-wrapper {
  position: fixed;
  display: none;
  width: 100%;
  opacity: 0;
  z-index: 7001;
}

a.calculate-apartment-modal-close {
  position: absolute;
  background: url("images/btn-close-modal.png") no-repeat;
  width: 33px;
  height: 32px;
  right: 15px;
  top: 45px;
  opacity: 0.6;
}

a.calculate-apartment-modal-close:hover {
  opacity: 1;
}

.pt-30 {
  padding-top: 30px;
}

.modal-calculate-apartment {
  margin: 0 auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
}

.width-75 {
  width: 75%;
}

.width-25 {
  width: 25%;
}

.calculate-apartment-tabs > ul {
  list-style: none;
  margin-bottom: 0;
}

.calculate-apartment-tabs > ul > li {
  position: relative;
  float: left;
  width: 19.8%;
  text-align: center;
  color: #f9f9f9;
  font-family: "Roboto-Bold", Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 0;
  background-color: #3cbf70;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-right: 1px;
}

.calculate-apartment-tabs > ul > li:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: 15px;
  background-color: #3cbf70;
}

.calculate-apartment-tabs > ul > li.disable:after {
  background-color: #e7e7e7;
}

.calculate-apartment-tabs > ul > li.active {
  color: #606060;
  background-color: inherit;
  font-size: 16px;
  margin-right: 0;
  padding: 0;
}

.calculate-apartment-tabs > ul > li.active:after {
  background-color: #848484;
  height: 25px;
}

.calculate-apartment-tabs > ul > li.active:before {
  content: "";
  position: absolute;
  background-color: #fcfcfc;
  border-left: 1px solid #dfdcd6;
  border-top: 1px solid #dfdcd6;
  border-right: 1px solid #dfdcd6;
  left: 0;
  right: 0;
  top: -15px;
  bottom: -15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: -1;
}

.calculate-apartment-tabs > ul > li > span {
  font-family: "Roboto-Light", Arial, sans-serif;
  position: absolute;
  bottom: -40px;
  top: auto;
  left: 50%;
  margin-left: -10.5px;
  font-size: 16px;
  z-index: 1;
  color: #3cbf70;
}

.calculate-apartment-tabs > ul > li.active > span {
  font-weight: bold;
  color: #848484;
  bottom: -50px;
}

.calculate-apartment-tabs > ul > li.disable > span {
  bottom: -40px;
  font-weight: normal;
  color: #848484;
}

.calculate-apartment-tabs > ul > li.disable,
.calculate-apartment-tabs > ul > li.disable:nth-of-type(2),
.calculate-apartment-tabs > ul > li.disable:nth-of-type(3),
.calculate-apartment-tabs > ul > li.disable:nth-of-type(4),
.calculate-apartment-tabs > ul > li.disable:nth-of-type(5) {
  background-color: #a1a1a1;
  color: #fff;
}

.calculate-apartment-tabs > ul > li:nth-of-type(2) {
  background-color: #02be4c;
}

.calculate-apartment-tabs > ul > li:nth-of-type(3) {
  background-color: #01ac45;
}

.calculate-apartment-tabs > ul > li:nth-of-type(4) {
  background-color: #018937;
}

.calculate-apartment-tabs > ul > li:nth-of-type(5) {
  background-color: #006d2b;
}

.calculate-apartment-tabs > ul > li.active:nth-of-type(2),
.calculate-apartment-tabs > ul > li.active:nth-of-type(3),
.calculate-apartment-tabs > ul > li.active:nth-of-type(4),
.calculate-apartment-tabs > ul > li.active:nth-of-type(5) {
  background-color: inherit;
}

.calculate-apartment-tabs-content {
  background-color: #fcfcfc;
  padding: 40px 25px 20px;
  border-bottom-left-radius: 10px;
  height: 515px;
}

.calculate-apartment-tabs-content .progress {
  margin-top: 20px;
  margin-bottom: 0;
  height: 8px;
  transform: rotate(180deg);
  background-color: #d1d1d1;
  overflow: inherit;
}

.calculate-apartment-tabs-content .progress .progress-bar-success {
  background-color: inherit;
  position: relative;
  background: url("images/bg-progress-bar-success.gif") no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}

.calculate-apartment-tabs-content .progress .progress-bar-success:before {
  position: absolute;
  content: "";
  left: -13px;
  top: 50%;
  margin-top: -13px;
  background: url("images/icon-progress.png") no-repeat;
  width: 25px;
  height: 25px;
}

.calculate-apartment-tabs-content
  .progress
  .progress-bar-success[aria-valuenow="0"]:before {
  display: none;
}

.calculate-apartment-tabs-content-body-wrapper {
  margin-top: 30px;
}

.calculate-apartment-tabs-content-body {
  display: none;
}

.calculate-apartment-tabs-content-body.in {
  display: block;
}

.calculate-apartment-tabs-content-body h3 {
  font-family: "Roboto-Bold", Arial, sans-serif;
  font-size: 28px;
  color: #606060;
}

.calculate-apartment-tabs-content-body-item {
  padding: 25px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  height: 280px;
}

.calculate-apartment-tabs-nav {
  margin-top: 15px;
  position: relative;
}

.calculate-apartment-tabs-nav .btn-prev,
.calculate-apartment-tabs-nav .btn-next {
  padding: 6px 30px;
  border-radius: 0;
}

.calculate-apartment-tabs-nav .btn-prev {
  border: 1px solid #ddd;
  color: #9b9a9a;
  background-color: inherit;
}

.calculate-apartment-tabs-nav .btn-prev i {
  margin-right: 10px;
}

.calculate-apartment-tabs-nav .btn-next.disabled {
  background-color: #c2c2c2;
}

.calculate-apartment-tabs-nav .btn-next.active {
  background: url("images/btn-next-step.gif") no-repeat;
  background-size: cover;
}

.calculate-apartment-tabs-nav .btn-next {
  color: #fff;
  margin-left: 15px;
}

.calculate-apartment-tabs-nav .btn-next i {
  margin-left: 10px;
}

.type-estate .type-estate-item {
  border: 1px solid #d8d8d8;
  padding: 25px;
}

.type-estate .type-estate-item .form-group {
  margin-bottom: 0;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  p.type-estate-title {
  font-family: "Roboto-Black", Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  color: #606060;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .rooms {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 19px;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .rooms
  .radio-room {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 10px;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .rooms
  .radio-room:nth-of-type(5),
.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .rooms
  .radio-room:nth-of-type(6) {
  margin-right: 0;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .rooms
  .radio-room:last-child {
  display: block;
  margin-bottom: 0;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .rooms
  .radio-room
  input {
  margin: 0;
  display: none;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .rooms
  .radio-room
  input
  + label {
  font-family: "Roboto-Bold", Arial, Sans-Serif;
  font-size: 16px;
  color: #5a5a5a;
  border: 1px solid #ccc;
  padding: 4px 10px;
  cursor: pointer;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .rooms
  .radio-room
  input
  + label:hover {
  color: #01cd51;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .rooms
  .radio-room:nth-of-type(6)
  input
  + label {
  display: block;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .rooms
  .radio-room
  input:checked
  + label {
  background-color: #01cd51;
  color: #fff;
  position: relative;
  border: 1px solid #01cd51;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .rooms
  .radio-room
  input:checked
  + label:before,
.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .rooms
  .radio-room
  input:checked
  + label:after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .rooms
  .radio-room
  input:checked
  + label:before {
  top: -3px;
  background-color: #01cd51;
  height: 3px;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .rooms
  .radio-room
  input:checked
  + label:after {
  bottom: 3px;
  height: 2px;
  background-color: #fff;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .typeRepair
  .radio-type-repair {
  margin-bottom: 7px;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .typeRepair
  .radio-type-repair
  input {
  display: none;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .typeRepair
  .radio-type-repair
  input
  + label {
  font-family: "Roboto-Regular", Arial, Sans-Serif;
  font-size: 14px;
  color: #5a5a5a;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .typeRepair
  .radio-type-repair
  input:checked
  + label,
.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .typeRepair
  .radio-type-repair
  input
  + label:hover {
  color: #01cd51;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .typeRepair
  .radio-type-repair
  input
  + label:before,
.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .typeRepair
  .radio-type-repair
  input
  + label:after {
  content: "";
  position: absolute;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .typeRepair
  .radio-type-repair
  input
  + label:before {
  margin-left: -30px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .typeRepair
  .radio-type-repair
  input:checked
  + label:after {
  background: url("images/check.png") no-repeat;
  width: 21px;
  height: 20px;
  left: 5px;
  bottom: 5px;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .drop-down-list {
  position: relative;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .drop-down-list
  select.form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  box-shadow: none;
  cursor: pointer;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .drop-down-list:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  background-color: #fff;
  height: 34px;
  z-index: 1;
  width: 21px;
  text-align: center;
  right: 0;
  line-height: 32px;
  box-sizing: border-box;
  pointer-events: none;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  top: 0;
}

.calculate-apartment-tabs-content-body-item.type-estate
  .type-estate-item
  .drop-down-list-floor-in-house {
  margin-top: 30px;
}

.calculate-apartment-tabs-content-body-item.area .ui-widget.ui-widget-content,
.calculate-apartment-tabs-content-body-item.price .ui-widget.ui-widget-content {
  margin-top: 80px;
  border-color: #068e3d;
  border-radius: 0;
}

.calculate-apartment-tabs-content-body-item.area p.text-help,
.calculate-apartment-tabs-content-body-item.price p.text-help {
  font-size: 16px;
  color: #606060;
}

.calculate-apartment-tabs-content-body-item.area .ui-widget-header,
.calculate-apartment-tabs-content-body-item.price .ui-widget-header {
  background: #01cd51;
  border-radius: 0;
}

.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-color: #068e3d;
  background: #01cd51;
  border-radius: 50px;
  cursor: pointer;
}

.calculate-apartment-tabs-content-body-item.area p.area-text,
.calculate-apartment-tabs-content-body-item.price p.price-text {
  font-family: "Roboto-Bold", Arial, Sans-Serif;
  margin-top: 30px;
  color: #606060;
  font-size: 20px;
}

.calculate-apartment-tabs-content-body-item.area p.area-text span,
.calculate-apartment-tabs-content-body-item.price p.price-text span {
  font-size: 28px;
}

.calculate-apartment-tabs-content-body-item.district
  .district-list
  .radio-district,
.calculate-apartment-tabs-content-body-item.period-sale
  .period-sale-list
  .radio-period-sale {
  display: inline-block;
  width: 48%;
  margin-right: 25px;
  margin-bottom: 22px;
  border: 1px solid #ccc;
  padding: 13px 25px;
}

.calculate-apartment-tabs-content-body-item.district
  .district-list
  .radio-district:nth-of-type(even),
.calculate-apartment-tabs-content-body-item.period-sale
  .period-sale-list
  .radio-period-sale:nth-of-type(even) {
  margin-right: 0;
}

.calculate-apartment-tabs-content-body-item.district
  .district-list
  .radio-district
  input,
.calculate-apartment-tabs-content-body-item.period-sale
  .period-sale-list
  .radio-period-sale
  input {
  display: none;
}

.calculate-apartment-tabs-content-body-item.district
  .district-list
  .radio-district
  input
  + label,
.calculate-apartment-tabs-content-body-item.period-sale
  .period-sale-list
  .radio-period-sale
  input
  + label {
  font-family: "Roboto-Regular", Arial, Sans-Serif;
  font-size: 20px;
  color: #606060;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}

.calculate-apartment-tabs-content-body-item.district
  .district-list
  .radio-district
  input
  + label:hover,
.calculate-apartment-tabs-content-body-item.district
  .district-list
  .radio-district
  input:checked
  + label,
.calculate-apartment-tabs-content-body-item.period-sale
  .period-sale-list
  .radio-period-sale
  input
  + label:hover,
.calculate-apartment-tabs-content-body-item.period-sale
  .period-sale-list
  .radio-period-sale:checked
  input
  + label {
  color: #01cd51;
}

.calculate-apartment-tabs-content-body-item.district
  .district-list
  .radio-district
  input
  + label:before,
.calculate-apartment-tabs-content-body-item.district
  .district-list
  .radio-district
  input
  + label:after,
.calculate-apartment-tabs-content-body-item.period-sale
  .period-sale-list
  .radio-period-sale
  input
  + label:before,
.calculate-apartment-tabs-content-body-item.period-sale
  .period-sale-list
  .radio-period-sale
  input
  + label:after {
  content: "";
  position: absolute;
}

.calculate-apartment-tabs-content-body-item.district
  .district-list
  .radio-district
  input
  + label:before,
.calculate-apartment-tabs-content-body-item.period-sale
  .period-sale-list
  .radio-period-sale
  input
  + label:before {
  width: 26px;
  height: 26px;
  border: 1px solid #ccc;
  margin-left: -40px;
}

.calculate-apartment-tabs-content-body-item.district
  .district-list
  .radio-district
  input:checked
  + label:after,
.calculate-apartment-tabs-content-body-item.period-sale
  .period-sale-list
  .radio-period-sale
  input:checked
  + label:after {
  width: 18px;
  height: 18px;
  background-color: #01cd51;
  left: 4px;
  top: 4px;
}

.calculate-apartment-tabs-content-form h3,
.calculate-apartment-answer h3 {
  font-family: "Roboto-Black", Arial, sans-serif;
  font-size: 32px;
  color: #01cd51;
  margin-top: 0;
  position: relative;
}

.calculate-apartment-tabs-content-form h3 > i,
.calculate-apartment-answer h3 > i {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  line-height: 1;
}

.calculate-apartment-tabs-content-form
  .calculate-apartment-tabs-content-body-item,
.calculate-apartment-answer .calculate-apartment-tabs-content-body-item {
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  padding: 5px 5px;
}

.calculate-apartment-tabs-content-form
  .calculate-apartment-tabs-content-body-item
  > h4,
.calculate-apartment-answer .calculate-apartment-tabs-content-body-item > h4 {
  font-family: "Roboto-Bold", Arial, sans-serif;
  font-size: 22px;
  background-color: #ebebeb;
  color: #606060;
  margin: 0;
  padding: 15px 60px;
  line-height: 1.4;
}

.calculate-apartment-tabs-content-form
  .calculate-apartment-tabs-content-body-item
  .form-group {
  position: relative;
  margin-bottom: 30px;
}

.calculate-apartment-tabs-content-form
  .calculate-apartment-tabs-content-body-item
  .form-group
  label {
  display: block;
  text-align: center;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
}

.calculate-apartment-tabs-content-form
  .calculate-apartment-tabs-content-body-item
  .form-group
  .fa {
  position: absolute;
  left: 25px;
  font-size: 25px;
  line-height: 52px;
  display: block;
  z-index: 1;
  color: #e8e8e8;
}

.calculate-apartment-tabs-content-form
  .calculate-apartment-tabs-content-body-item
  .form-group
  input {
  border: 2px solid #d6d6d6;
  border-radius: 0;
  padding: 12px 12px 12px 50px;
  height: 50px;
}

.calculate-apartment-tabs-content-form
  .calculate-apartment-tabs-nav
  .btn-start-over,
.calculate-apartment-tabs-content-form .calculate-apartment-tabs-nav .btn-send,
.calculate-apartment-answer .calculate-apartment-tabs-nav .btn-start-over {
  border-radius: 0;
  font-size: 18px;
  width: 100%;
  display: block;
}

.calculate-apartment-tabs-content-form
  .calculate-apartment-tabs-nav
  .btn-start-over,
.calculate-apartment-answer .calculate-apartment-tabs-nav .btn-start-over {
  background-color: #ebebeb;
  color: #7a7a7a;
  -webkit-box-shadow: 5px 5px 0 0 rgba(161, 161, 161, 1);
  -moz-box-shadow: 5px 5px 0 0 rgba(161, 161, 161, 1);
  box-shadow: 5px 5px 0 0 rgba(161, 161, 161, 1);
}

.calculate-apartment-tabs-content-form
  .calculate-apartment-tabs-nav
  .btn-start-over
  > i,
.calculate-apartment-answer .calculate-apartment-tabs-nav .btn-start-over > i {
  margin-right: 5px;
}

.calculate-apartment-tabs-content-form .calculate-apartment-tabs-nav .btn-send {
  background-color: #01cd51;
  color: #fff;
  font-family: "Roboto-Bold", Arial, sans-serif;
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 166, 81, 1);
  -moz-box-shadow: 5px 5px 0 0 rgba(0, 166, 81, 1);
  box-shadow: 5px 5px 0 0 rgba(0, 166, 81, 1);
}

.calculate-apartment-tabs-content-form
  .calculate-apartment-tabs-nav
  .btn-start-over:hover,
.calculate-apartment-tabs-content-form
  .calculate-apartment-tabs-nav
  .btn-send:hover,
.calculate-apartment-answer
  .calculate-apartment-tabs-nav
  .btn-start-over:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.calculate-apartment-sidebar {
  background-color: #ebebeb;
  padding-top: 40px;
  padding-bottom: 19px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 515px;
}

.calculate-apartment-sidebar
  .calculate-apartment-agent
  img.calculate-apartment-agent-photo {
  border-radius: 50%;
  border: 5px solid #3cbf70;
}

.calculate-apartment-sidebar .calculate-apartment-agent h3 {
  font-family: "Roboto-Bold", Arial, sans-serif;
  font-size: 20px;
  color: #606060;
}

.calculate-apartment-sidebar .calculate-apartment-agent h5 {
  font-family: "Roboto-Bold", Arial, sans-serif;
  font-size: 10px;
  color: #757575;
  text-transform: uppercase;
}

.calculate-apartment-sidebar
  .calculate-apartment-agent
  p.calculate-apartment-agent-desc {
  color: #757575;
  font-size: 12px;
  padding: 0 15px;
  line-height: 1.2;
  margin: 0;
}

.calculate-apartment-sidebar .calculate-apartment-agent-count {
  margin-top: 28px;
  padding-left: 15px;
  padding-right: 15px;
}

.calculate-apartment-sidebar .calculate-apartment-agent-count h2,
.calculate-apartment-agent-count p.calculate-apartment-estate-text span {
  font-family: "Roboto-Black", Arial, Sans-Serif;
  font-size: 20px;
  color: #606060;
}

.calculate-apartment-sidebar .calculate-apartment-discount-wrap {
  text-align: left;
  width: 85%;
  margin-top: 18px;
  background: url("images/bg-discount.png") no-repeat;
  background-size: contain;
  padding: 0 20px 0 40px;
}

.calculate-apartment-sidebar
  .calculate-apartment-discount-wrap
  p.calculate-apartment-title {
  font-family: "Roboto-Black", Arial, sans-serif;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  line-height: 1;
}

.calculate-apartment-sidebar .calculate-apartment-discount-wrap img {
  margin-right: 15px;
}

.calculate-apartment-sidebar
  .calculate-apartment-discount-wrap
  span.calculate-apartment-discount-count {
  font-family: "Roboto-Black", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
  vertical-align: middle;
  line-height: 1;
}

.calculate-apartment-sidebar
  .calculate-apartment-discount-wrap
  p.calculate-apartment-discount-footer {
  font-family: "Roboto-Black", Arial, sans-serif;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-right: 15px;
  line-height: 1;
}

.calculate-apartment-tabs-content-body-item p.calculate-apartment-price-answer {
  text-align: center;
  color: #606060;
  font-family: "Roboto-Black", Arial, sans-serif;
  font-size: 24px;
  margin-top: 30px;
}

.calculate-apartment-tabs-content-body-item
  p.calculate-apartment-price-answer
  span {
  font-size: 32px;
}

.calculate-apartment-tabs-content-body-item .calculate-apartment-answer-desc {
  margin-top: 20px;
}

.calculate-apartment-tabs-content-body-item .calculate-apartment-answer-desc p {
  font-size: 14px;
  line-height: 14px;
}

.calculate-apartment-tabs-content-body-item
  .calculate-apartment-answer-desc
  span.label-success {
  font-family: "Roboto-Regular", Arial, Sans-Serif;
  background-color: #01cd51;
  display: block;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
}

.baloon-data {
  width: 280px;
  font-family: "Lato-Regular", Arial, sans-serif;
}

.baloon-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 92px;
  height: 75px;
  display: inline-block;
}

.baloon-content {
  margin-left: 105px;
  width: 160px;
}

.title-holder {
  display: block;
  line-height: 1.1;
  height: 35px;
  overflow: hidden;
  margin-bottom: 5px;
}

.title-holder h3 {
  margin: 0;
  font-size: 16px;
  color: #7b949e;
  word-break: break-all;
}

.title-holder a {
  font-size: 14px;
  font-weight: bold;
  color: #7b949e;
  word-break: break-all;
}

.price-holder {
  font-size: 18px;
  color: #727272;
}

.area {
  color: #8e8e8e;
  font-size: 13px;
}

.list-cluster {
  height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
}

.list-cluster > li {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdcdcd;
}

.office-wrapper {
  width: 280px;
}

.office-content h3 {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.office-content p {
  font-weight: bold;
  margin: 0;
}

.office-content a,
.office-content p span {
  color: #727272;
}

.office-list-cluster {
  height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
}

.office-list-cluster li {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdcdcd;
}

.office-list-cluster li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

h1.catalog-title {
  margin-top: 0;
  margin-bottom: 0;
}

.panel-filter-estate-wrapper {
  margin: 30px 0 40px 0;
  border-top: 1px solid #51565a;
  border-bottom: 1px solid #51565a;
}

.panel-filter-estate-wrapper .panel-filter-estate {
  list-style: none;
  margin-bottom: 0;
  text-align: center;
}

.panel-filter-estate-wrapper
  .panel-filter-estate
  > li.panel-filter-estate-item {
  display: inline-block;
  min-width: 1%;
  position: relative;
}

.panel-filter-estate-wrapper
  .panel-filter-estate
  > li.panel-filter-estate-item[data-category="hot-deals"]:before {
  content: "";
  position: absolute;
  background-color: #ffd200;
  left: 0;
  right: 1px;
  top: 0;
  bottom: 0;
}

.panel-filter-estate-wrapper
  .panel-filter-estate
  > li.panel-filter-estate-item[data-category="exclusive"]:before {
  content: "";
  position: absolute;
  background-color: #ff7f00;
  left: 0;
  right: 1px;
  top: 0;
  bottom: 0;
}

.panel-filter-estate-wrapper
  .panel-filter-estate
  > li.panel-filter-estate-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  background-color: #3f4346;
  margin-top: -10px;
}

.panel-filter-estate-wrapper
  .panel-filter-estate
  > li.panel-filter-estate-item:last-child:after {
  display: none;
}

.panel-filter-estate-wrapper
  .panel-filter-estate
  > li.panel-filter-estate-item
  > a {
  display: block;
  color: #3f4346;
  text-transform: uppercase;
  padding: 15px 10px 12px 10px;
  font-size: 11px;
  position: relative;
  line-height: normal;
}

.panel-filter-estate-wrapper
  .panel-filter-estate
  > li.panel-filter-estate-item
  > a.active {
  color: #fff;
  z-index: 1;
}

.panel-filter-estate-wrapper
  .panel-filter-estate
  > li.panel-filter-estate-item
  > a.active:before {
  position: absolute;
  content: "";
  left: 5px;
  right: 0;
  top: 6px;
  bottom: -1px;
  background-color: #51565a;
  z-index: -1;
}

.panel-filter-estate-wrapper
  .panel-filter-estate
  > li.panel-filter-estate-item
  > a.active:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background-color: #d8d8d8;
  left: 10px;
  right: -4px;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  z-index: -2;
}

.btn-personal-selection {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  padding: 11px 0;
  margin-bottom: 25px;
  position: relative;
  cursor: pointer;
}

.btn-personal-selection:before {
  content: "";
  position: absolute;
  background: url("images/bg-btn-personal-selection.gif") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 55px;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-wrapper {
  position: absolute;
  width: 150px;
  top: 0;
  bottom: 0;
  background-color: #fcfcfc;
  z-index: -2;
  display: none;
  cursor: pointer;
}

.top-wrapper .top-button {
  position: fixed;
  top: 40px;
  bottom: 0;
  padding-top: 35px;
  padding-left: 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  color: #a4a6a8;
}

.top-wrapper .top-button i {
  margin-right: 5px;
  color: #a4a6a8;
}

.top-wrapper:hover {
  background-color: #f4f4f4;
}

.new-building-grid .col-md-4,
.estate-grid .col-md-4,
.estate-grid .col-md-3 {
  margin-bottom: 30px;
}

.new-building-grid .item-wrapper {
  height: 347px;
}

.estate-grid .item-wrapper {
  height: 338px;
}

.img-wrapper > a {
  display: block;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.new-building-grid .description-wrapper {
  background-color: #f1f6f7;
}

.estate-grid .description-wrapper {
  background-color: #f4f4f4;
  padding-bottom: 5px;
}

.estate-grid .item-wrapper.hot-estate .description-wrapper {
  background-color: #ffd200;
}

.estate-grid .item-wrapper.exclusive-estate .description-wrapper {
  background-color: #ff7f00;
}

.new-building-grid .description-wrapper .description-top,
.estate-grid .description-wrapper .description-top {
  padding: 10px 10px 10px 25px;
  line-height: 1;
  position: relative;
}

.estate-grid .description-wrapper .description-price-square {
  padding: 10px 10px 0 0;
  line-height: 1;
  position: relative;
  height: 24px;
  margin-bottom: 10px;
}

.item-wrapper.hot-estate .description-top:after {
  content: "";
  position: absolute;
  background-image: url("images/icon-hot-estate.png");
  top: 7px;
  right: 7px;
  width: 24px;
  height: 33px;
}

.new-building-grid .description-wrapper .description-top a.new-building-title {
  font-size: 13px;
  font-weight: bold;
  color: #51565a;
  text-align: left;
  display: inline-block;
  line-height: 1.1;
  height: 45px;
  overflow: hidden;
  position: relative;
}

.new-building-grid .description-wrapper .description-price > p {
  font-style: italic;
  padding: 10px 0;
  margin: 0;
  text-align: center;
}

.new-building-grid .description-wrapper .description-price > p > span {
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
}

.new-building-grid .description-wrapper .description-bottom {
  margin-left: 25px;
  background-color: #fff;
  padding: 7px 0 7px 15px;
  line-height: 1;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}

.new-building-grid .description-wrapper .description-bottom > p {
  color: #51565a;
  font-weight: bold;
  margin: 0;
  font-size: 12px;
}

.new-building-grid .description-wrapper .description-bottom > span {
  font-size: 12px;
}

.new-building-grid a.button-hot-deals,
.new-building-list a.button-hot-deals,
.estate-grid a.button-hot-deals,
.objects-list a.button-hot-deals {
  display: block;
  margin-bottom: 30px;
  height: 81px;
  line-height: 88px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 45px;
}

.new-building-grid a.button-hot-deals img,
.new-building-list a.button-hot-deals img,
.estate-grid a.button-hot-deals img,
.objects-list a.button-hot-deals img {
  margin-left: 15px;
  margin-top: -2px;
}

.new-building-grid span.button-tour,
.new-building-list span.button-tour,
.estate-grid span.button-tour,
.objects-list span.button-tour {
  display: block;
  margin-bottom: 30px;
  height: 72px;
  line-height: 72px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding-right: 70px;
}

.new-building-grid span.button-tour:hover,
.new-building-list span.button-tour:hover,
.estate-grid span.button-tour:hover,
.objects-list span.button-tour:hover {
  cursor: pointer;
  text-decoration: underline;
}

.new-building-grid span.button-tour img,
.new-building-list span.button-tour img,
.estate-grid span.button-tour img,
.objects-list span.button-tour img {
  margin-right: 15px;
  margin-top: -2px;
}

.new-building-grid a.button-ipoteka,
.new-building-list a.button-ipoteka,
.estate-grid a.button-ipoteka,
.objects-list a.button-ipoteka {
  display: block;
  margin-bottom: 30px;
  height: 85px;
  line-height: 88px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 45px;
}

.new-building-grid a.button-ipoteka img,
.new-building-list a.button-ipoteka img,
.estate-grid a.button-ipoteka img,
.objects-list a.button-ipoteka img {
  margin-left: 15px;
  margin-top: -2px;
}

.new-building-list a.button-hot-deals,
.new-building-list span.button-tour,
.new-building-list a.button-ipoteka,
.objects-list a.button-hot-deals,
.objects-list span.button-tour,
.objects-list a.button-hot-deals {
  margin: 15px 0 25px 0;
}

.new-building-list .estate-list-item:nth-of-type(10),
.new-building-list .estate-list-item:nth-of-type(20),
.new-building-list .estate-list-item:nth-of-type(30),
.objects-list .estate-list-item:nth-of-type(10),
.objects-list .estate-list-item:nth-of-type(20),
.objects-list .estate-list-item:nth-of-type(30) {
  border-top: 0;
}

.item-wrapper .img-wrapper {
  position: relative;
}

.item-wrapper.hot-estate .img-wrapper:before {
  content: "";
  position: absolute;
  background-image: url("images/icon-super-price.png");
  background-repeat: no-repeat;
  right: 0;
  height: 61px;
  width: 111px;
}

.item-wrapper.exclusive-estate .img-wrapper:before {
  content: "";
  position: absolute;
  background-image: url("images/icon-exclusive.png");
  background-repeat: no-repeat;
  right: 0;
  height: 61px;
  width: 111px;
}

.item-wrapper .img-wrapper img.icon-3d {
  position: absolute;
  right: 5px;
  top: 5px;
}

.item-wrapper.hot-estate .img-wrapper img.icon-3d,
.item-wrapper.exclusive-estate .img-wrapper img.icon-3d {
  top: 70px;
}

.estate-grid .description-wrapper .description-top a.estate-title {
  font-size: 13px;
  font-weight: bold;
  color: #51565a;
  text-align: left;
  display: block;
  line-height: 1.1;
  height: 30px;
  overflow: hidden;
}

.estate-grid
  .item-wrapper.hot-estate
  .description-wrapper
  .description-top
  a.estate-title {
  color: #000;
  margin-right: 25px;
}

.estate-grid
  .item-wrapper.exclusive-estate
  .description-wrapper
  .description-top
  a.estate-title {
  color: #000;
}

.estate-grid .description-wrapper .description-price {
  position: relative;
  height: 30px;
}

.estate-grid .description-wrapper .description-price > p {
  font-style: italic;
  margin: 0 0 0 25px;
  text-align: left;
}

.estate-grid .description-wrapper .description-price-square > p {
  text-align: right;
  margin-right: 7px;
  font-style: italic;
  font-size: 13px;
  margin-bottom: 0;
}

.estate-grid .description-wrapper .description-price-square > p > span {
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
}

.estate-grid
  .item-wrapper.hot-estate
  .description-wrapper
  .description-price
  > p,
.estate-grid
  .item-wrapper.exclusive-estate
  .description-wrapper
  .description-price
  > p {
  color: #000;
}

.estate-grid .description-wrapper .description-price > p > span {
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-style: normal;
}

.estate-grid .description-wrapper .description-price span.old-price {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c7073;
  line-height: 1.1;
}

.estate-grid
  .item-wrapper.hot-estate
  .description-wrapper
  .description-price
  span.old-price,
.estate-grid
  .item-wrapper.exclusive-estate
  .description-wrapper
  .description-price
  span.old-price {
  color: #202020;
}

.estate-grid .description-wrapper .description-price span.old-price:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #6c7073;
  top: 50%;
}

.estate-grid .description-bottom {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #51565a;
  margin: 0 5px;
  border-top: 1px solid #b6b6b6;
}

.estate-grid .item-wrapper.hot-estate .description-bottom {
  border-top: 1px solid #ff8c00;
  color: #202020;
}

.estate-grid .item-wrapper.exclusive-estate .description-bottom {
  border-top: 1px solid #ff2500;
  color: #202020;
}

.estate-grid .description-bottom p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  padding-top: 3px;
}

.estate-grid .description-bottom p.estate-area {
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
}

.estate-grid .description-bottom span {
  font-size: 12px;
  font-style: italic;
  display: block;
  line-height: 1;
  padding-bottom: 3px;
}

.estate-grid .description-bottom-room {
  float: left;
  width: 30%;
  border-right: 1px solid #b6b6b6;
}

.estate-grid .item-wrapper.hot-estate .description-bottom-room,
.estate-grid .item-wrapper.hot-estate .description-bottom-area {
  border-right: 1px solid #ff8c00;
}

.estate-grid .item-wrapper.exclusive-estate .description-bottom-room,
.estate-grid .item-wrapper.exclusive-estate .description-bottom-area {
  border-right: 1px solid #ff2500;
}

.estate-grid .description-bottom-area {
  float: left;
  width: 40%;
  border-right: 1px solid #b6b6b6;
}

.estate-grid .description-bottom-floor {
  float: right;
  width: 30%;
}

.has-success .control-label {
  color: #3f4346;
}

.panel-filter {
  background-color: #f0f0f0;
}

.panel-filter form {
  padding: 25px;
}

.panel-filter h2.panel-filter-title {
  margin: 0;
  padding: 15px 10px;
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
  color: #262626;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.panel-filter h2.panel-filter-title:before {
  content: "";
  position: absolute;
  background-image: url("images/bg-search-title-estate.jpg");
  background-repeat: repeat-x;
  background-size: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.panel-filter-group.panel-filter-district,
.panel-filter-group.panel-filter-material {
  position: relative;
  cursor: pointer;
}

.label-filter {
  display: block;
  float: left;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  height: 34px;
}

.label-district,
.label-material {
  width: 33%;
}

.count {
  display: block;
  float: right;
  font-size: 14px;
  line-height: 34px;
}

.count-district,
.count-material {
  width: 66%;
  text-align: center;
}

.count > i {
  font-style: normal;
  padding: 7px 8px;
  display: inline-block;
  line-height: normal;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.filter-content {
  display: none;
  position: absolute;
  border-radius: 10px;
  border: 1px solid #a4a6a8;
  background-color: #fff;
  padding: 12px;
  z-index: 10;
  top: 30px;
  width: 500px;
}

.modal-content-district.active,
.modal-content-material.active {
  display: block;
}

.filter-content .checkbox-check-all {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.filter-content .checkbox-check-all .check-all {
  display: block;
  position: relative;
  padding-left: 20px;
  color: #3f4346;
  font-size: 13px;
}

.filter-content .checkbox-check-all .check-all:before {
  content: "";
  position: absolute;
  border: 1px solid #7e8082;
  width: 16px;
  height: 16px;
  margin-left: -20px;
  display: block;
  top: 50%;
  margin-top: -9px;
}

.filter-content .checkbox-check-all .check-all.check:after {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 50%;
  transition: background ease 0.3s;
  z-index: 2;
  margin-top: -7px;
  width: 12px;
  height: 12px;
}

.filter-content .checkbox-block {
  display: block;
  font-size: 12px;
}

.modal-content-district .checkbox-block {
  width: 33%;
  float: left;
  height: 26px;
}

.modal-content-material .checkbox-block {
  width: 50%;
  float: left;
  height: 26px;
}

.panel-filter-object-class .checkbox-block {
  margin-bottom: 5px;
}

.panel-filter-district input[type="checkbox"] + label,
.panel-filter-material input[type="checkbox"] + label {
  display: block;
  height: 26px;
  color: #3f4346;
  font-weight: normal;
  cursor: pointer;
  line-height: 26px;
  font-size: 13px;
  padding-left: 20px;
  margin-bottom: 0;
  position: relative;
}

.panel-filter-district input[type="checkbox"] + label:before,
.panel-filter-material input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  background-color: #fff;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -9px;
  border: 1px solid #7e8082;
  width: 16px;
  height: 16px;
  z-index: 1;
}

.panel-filter-district
  .checkbox-block
  input[type="checkbox"]:checked
  + label:after,
.panel-filter-material input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  display: none;
  left: 2px;
  top: 50%;
  transition: background ease 0.3s;
  z-index: 2;
  margin-top: -7px;
  width: 12px;
  height: 12px;
}

.form-group-rooms input[type="checkbox"],
.panel-filter-3d .checkbox-tour3d input[type="checkbox"],
.panel-filter-object-class input[type="checkbox"],
.panel-filter-material input[type="checkbox"],
.panel-filter-district input[type="checkbox"] {
  display: none;
}

.panel-filter-district
  .checkbox-block
  input[type="checkbox"]:checked
  + label:after {
  display: block;
}

.form-group-rooms input[type="checkbox"] + label {
  display: block;
  padding: 5px 8px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  line-height: 1;
  border: 1px solid #b0b2b3;
  background-color: #fff;
  font-size: 13px;
}

.panel-filter-3d .checkbox-tour3d input[type="checkbox"] + label {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  line-height: 1;
  border: 1px solid #b0b2b3;
  background-color: #fff;
}

.panel-filter-object-class input[type="checkbox"] + label {
  color: #3f4346;
  font-weight: normal;
  cursor: pointer;
  line-height: 1;
  font-size: 13px;
  padding-left: 30px;
  margin-bottom: 0;
  position: relative;
}

.panel-filter-object-class input[type="checkbox"]:checked + label:after,
.panel-filter-material input[type="checkbox"]:checked + label:after {
  display: block;
}

.form-group-rooms input[type="checkbox"]:checked + label,
.form-group-rooms input[type="checkbox"] + label:hover {
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
}

.form-group-rooms input[type="checkbox"]:checked + label:before,
.form-group-rooms input[type="checkbox"] + label:hover:before,
.panel-filter-3d
  .checkbox-tour3d
  input[type="checkbox"]:checked
  + label:before {
  display: block;
}

.form-group-rooms input[type="checkbox"] + label:before {
  content: attr(data-id);
  position: absolute;
  display: none;
  height: 100%;
  left: -1px;
  right: -1px;
  top: -5px;
  color: #fff;
  transition: background ease 0.3s;
  padding: 5px 9px;
  z-index: 1;
}

.panel-filter-3d .checkbox-tour3d input[type="checkbox"] + label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  background-color: #04b549;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  transition: background ease 0.3s;
  border: 1px solid #088337;
}

.panel-filter-object-class input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  background-color: #fff;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -10px;
  border: 1px solid #7e8082;
  width: 20px;
  height: 20px;
  z-index: 1;
}

.panel-filter-object-class input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 50%;
  transition: background ease 0.3s;
  margin-top: -7px;
  z-index: 2;
  width: 14px;
  height: 14px;
}

.form-group-rooms label.control-label,
.panel-filter-3d label.control-label {
  width: 30%;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.panel-filter-group.form-group-rooms {
  overflow: initial;
}

.panel-filter-group.form-group-rooms .checkbox-items {
  display: inline-block;
  width: 70%;
  text-align: right;
}

.panel-filter-3d .checkbox-tour3d {
  display: inline-block;
  position: relative;
}

.panel-filter-group {
  border-bottom: 1px solid #a4a6a8;
  padding-bottom: 10px;
  width: 100%;
}

.panel-filter-group .checkbox-inline {
  padding-left: 0;
}

.panel-filter-group .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}

.panel-filter-group .form-group {
  margin-bottom: 0;
}

.panel-filter-group.panel-filter-price .form-group {
  margin-bottom: 10px;
}

.panel-filter-group input {
  border: 1px solid #b0b2b3;
}

.label-title {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}

.label-title > span {
  color: #a0a1a2;
  font-size: 12px;
  text-transform: none;
  margin-left: 10px;
  font-style: italic;
}

.label-value {
  width: 12%;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  margin-bottom: 0;
}

.price_min,
.price_max {
  width: 85%;
  height: 28px;
  padding: 0 8px;
  font-size: 13px;
}

.street {
  width: 100%;
  height: 28px;
  padding: 0 8px;
  font-size: 13px;
}

.filter-left {
  float: left;
  width: 48%;
}

.filter-right {
  float: right;
  width: 48%;
}

.filter-left input,
.filter-right input {
  display: inline-block;
  width: 65%;
  margin-left: 15px;
}

.panel-filter-group .select2-selection,
.panel-header .select2-selection {
  height: 28px !important;
  padding: 4px 24px 4px 12px !important;
  font-size: 13px !important;
  border-radius: 0 !important;
}

.panel-filter-group.panel-filter-multi .select2-selection {
  height: auto !important;
}

.filter-left .select2-container--bootstrap,
.filter-right .select2-container--bootstrap {
  display: inline-block;
  width: 65% !important;
  margin-left: 15px;
}

.filter-row .select2-container--bootstrap {
  display: inline-block;
  width: 85% !important;
}

.select2-container--bootstrap .select2-selection {
  border: 1px solid #b0b2b3;
  border-radius: 0;
}

.panel-filter .btn-filter {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  border: 0;
  border-radius: 0;
  width: 80%;
  margin: 0 auto;
  padding: 10px 12px;
}

.panel-filter .btn-filter:hover,
.panel-filter .btn-filter:active,
.panel-filter .btn-filter:focus {
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: box-shadow ease 0.2s;
}

a.filter-office {
  font-size: 13px;
  background-color: #bdbdbf;
  color: #fff;
  border: 0;
  border-radius: 0;
  width: 96%;
  margin: 0 auto;
}

a.filter-office:hover,
a.filter-office:active,
a.filter-office:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: box-shadow ease 0.2s;
}

.panel-filter
  .has-success
  .select2-container--bootstrap.select2-container--focus
  .select2-selection,
.panel-filter
  .has-success
  .select2-container--bootstrap.select2-container--open
  .select2-selection,
.panel-filter .has-success .select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #b0b2b3;
}

.panel-header {
  overflow: hidden;
  margin-bottom: 25px;
}

.panel-header p.total-count {
  margin: 0;
  line-height: 28px;
  font-weight: bold;
}

.object-on-page-wrapper {
  float: left;
  margin-right: 30px;
}

.object-on-page-title {
  display: inline-block;
  font-size: 12px;
}

.panel-header .selector {
  display: inline-block;
  position: relative;
}

.panel-header .select-per-page {
  height: 31px;
  padding: 4px 20px 4px 5px;
  font-size: 13px;
  width: 68px;
  border: 1px solid #b0b2b3;
}

.panel-header .selector:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  background-color: #fff;
  height: 31px;
  z-index: 1;
  width: 20px;
  text-align: center;
  right: 0;
  line-height: 31px;
  box-sizing: border-box;
  pointer-events: none;
  border-top: 1px solid #b0b2b3;
  border-right: 1px solid #b0b2b3;
  border-bottom: 1px solid #b0b2b3;
}

.views-wrapper {
  float: right;
}

.views-title {
  float: left;
  font-size: 12px;
  line-height: 28px;
  margin-right: 10px;
}

.view-tablet {
  display: inline-block;
  float: left;
  width: 31px;
  height: 31px;
  line-height: 31px;
  margin-right: 15px;
}

.view-tablet span.icon-view-tablet,
.view-tablet span.icon-view-list {
  display: inline-block;
  width: 31px;
  height: 31px;
  position: relative;
}

.view-tablet span.icon-view-tablet:before,
.view-tablet span.icon-view-list:before,
.view-tablet.active span.icon-view-tablet:before,
.view-tablet.active span.icon-view-list:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
}

.view-tablet span.icon-view-tablet:before {
  background-position: 0 -33px;
}

.view-tablet span.icon-view-list:before {
  background-position: 0 -99px;
}

.view-tablet:hover span.icon-view-tablet:before,
.view-tablet.active span.icon-view-tablet:before {
  background-position: 0 0;
}

.view-tablet:hover span.icon-view-list:before,
.view-tablet.active span.icon-view-list:before {
  background-position: 0 -66px;
}

.view-map {
  font-size: 12px;
  line-height: 28px;
  color: #bdbdbf;
}

.view-map span i {
  font-size: 26px;
  margin-top: -4px;
  line-height: 28px;
  vertical-align: middle;
  padding-right: 5px;
}

.view-map > i:before {
  font-size: 28px;
}

.view-map.active,
.view-map:hover,
.view-map:active,
.view-map:focus {
  text-decoration: none;
}

.block-content-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.block-content-more {
  margin-top: 20px;
  display: inline-block;
  font-size: 15px;
  padding: 6px 25px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.block-content-more:hover,
.block-content-more:active,
.block-content-more:focus,
.block-content-more.active {
  text-decoration: none;
}

.block-content-small,
.block-content-full {
  text-align: center;
  color: #3f4346;
}

.estate-list-item {
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #bfbfbf;
  margin: 0 15px;
}

.list-item-img {
  margin-left: -15px;
  position: relative;
}

.list-item-img img.icon-3d {
  position: absolute;
  right: 20px;
  top: 5px;
}

.estate-list-item.estate-list-item-hot .list-item-img img.icon-3d,
.estate-list-item.estate-list-item-exclusive .list-item-img img.icon-3d {
  top: 60px;
}

.list-item-img > a {
  display: block;
  width: 100%;
  height: 165px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.estate-list-item.estate-list-item-hot .list-item-img > a:after {
  content: "";
  position: absolute;
  background-image: url("images/icon-super-price.png");
  background-repeat: no-repeat;
  right: 0;
  height: 61px;
  width: 111px;
}

.estate-list-item.estate-list-item-exclusive .list-item-img > a:after {
  content: "";
  position: absolute;
  background-image: url("images/icon-exclusive.png");
  background-repeat: no-repeat;
  right: 0;
  height: 61px;
  width: 111px;
}

.estate-list-item a.new-building-title {
  color: #51565a;
  font-size: 18px;
  display: block;
  line-height: 1.1;
  height: 40px;
  overflow: hidden;
  margin-bottom: 8px;
}

.object-list-bottom {
  background-color: #f6f6f6;
}

.estate-list-item.estate-list-item-hot .object-list-bottom {
  margin: 0 -15px 0 -30px;
  background-color: #ffc700;
  border-top: 1px solid #a58000;
}

.estate-list-item.estate-list-item-exclusive .object-list-bottom {
  margin: 0 -15px 0 -30px;
  background-color: #ff7f00;
  border-top: 1px solid #ff2500;
}

.object-list-price,
.object-list-construction,
.object-list-floors {
  background-color: #fcfcfc;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  line-height: 1;
}

.object-list-construction,
.object-list-floors {
  padding: 10px 0;
  height: 53px;
}

.object-list-price {
  line-height: 53px;
}

.object-list-construction p,
.object-list-floors p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.object-list-construction span,
.object-list-floors span {
  font-size: 14px;
}

.object-list-price p {
  margin: 0;
  font-size: 16px;
}

.object-list-price p span {
  font-weight: bold;
}

.estate-list-item.estate-list-item-hot .list-item-desc:before,
.estate-list-item.estate-list-item-hot .list-item-desc:after {
  content: "";
  position: absolute;
}

.estate-list-item.estate-list-item-hot .list-item-desc:before {
  background-color: #ffd200;
  left: -15px;
  right: 0;
  top: 5px;
  bottom: 0;
  z-index: -1;
}

.estate-list-item.estate-list-item-exclusive .list-item-desc:before {
  content: "";
  position: absolute;
  background-color: #ff7f00;
  left: -15px;
  right: 0;
  top: 5px;
  bottom: 0;
  z-index: -1;
}

.estate-list-item.estate-list-item-hot .list-item-desc:after {
  background-image: url("images/icon-hot-estate.png");
  top: 15px;
  right: 15px;
  width: 24px;
  height: 33px;
}

.objects-list p.object-id {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px 0;
  color: #272727;
}

.objects-list .estate-list-item.estate-list-item-hot p.object-id,
.objects-list .estate-list-item.estate-list-item-exclusive p.object-id {
  margin: 0;
  padding-top: 15px;
}

.objects-list a.estate-title {
  color: #272727;
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
  font-size: 18px;
  display: block;
  line-height: 1.1;
}

.objects-list .locality {
  color: #272727;
  font-size: 14px;
}

.objects-list span.old-price {
  display: inline-block;
  position: relative;
  color: #51565a;
}

.objects-list span.old-price:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #6c7073;
  top: 50%;
}

.objects-list .estate-price {
  padding-right: 15px;
}

.objects-list .estate-price p {
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
  color: #323232;
  font-size: 16px;
  margin: 0 0 5px 15px;
  display: inline-block;
}

.objects-list .estate-list-item.estate-list-item-hot .estate-price p,
.objects-list .estate-list-item.estate-list-item-exclusive .estate-price p {
  margin: 0 0 0 15px;
}

.objects-list .estate-price p span {
  font-size: 22px;
  font-weight: bold;
  color: #51565a;
}

.object-list-bottom > ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 15px 0;
}

.estate-list-item.estate-list-item-hot .object-list-bottom > ul,
.estate-list-item.estate-list-item-exclusive .object-list-bottom > ul {
  padding: 13px 0 10px 0;
}

.object-list-bottom > ul > li {
  float: left;
  width: 33.3%;
  line-height: 1;
  text-align: center;
  position: relative;
}

.object-list-bottom > ul > li:after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: #a6a6a6;
  right: 0;
}

.estate-list-item.estate-list-item-hot .object-list-bottom > ul > li:after {
  background-color: #a58000;
}

.estate-list-item.estate-list-item-exclusive
  .object-list-bottom
  > ul
  > li:after {
  background-color: #ff2500;
}

.object-list-bottom > ul > li:nth-of-type(3):after {
  display: none;
}

.object-list-bottom .object-list-row {
  line-height: 1;
  position: relative;
  width: 40%;
  margin: 0 auto;
  padding: 10px 0;
}

.object-list-bottom .object-list-row:before {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: #a6a6a6;
  left: 0;
}

.object-list-bottom .object-list-row:after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: #a6a6a6;
  right: 0;
}

.object-list-bottom .object-list-row p,
.object-list-bottom > ul > li > p {
  font-weight: bold;
  margin: 0;
}

.object-list-bottom > ul > li > p.estate-area {
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
}

.object-list-bottom .object-list-row span,
.object-list-bottom > ul > li > span {
  font-size: 14px;
}

.estate-object-item {
  padding-bottom: 50px;
}

.top-wrapper {
  position: absolute;
  width: 150px;
  top: 0;
  bottom: 0;
  background-color: #fcfcfc;
  z-index: -2;
  display: none;
  cursor: pointer;
}

.top-wrapper .top-button {
  position: fixed;
  top: 0;
  bottom: 0;
  padding-top: 35px;
  padding-left: 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  color: #a4a6a8;
}

.top-wrapper .top-button i {
  margin-right: 5px;
  color: #a4a6a8;
}

.top-wrapper:hover {
  background-color: #f4f4f4;
}

.top-wrapper:hover .top-button,
.top-wrapper:hover .top-button i {
  color: #02be4c;
}

.line-vertical-left {
  border-left: 1px solid #777978;
}

.line-vertical-right {
  border-right: 1px solid #777978;
}

.line-horizon-top {
  border-top: 1px solid #777978;
}

.line-horizon-bottom {
  border-bottom: 1px solid #777978;
}

.estate-object-item h1,
.estate-object-item address {
  padding-left: 30px;
}

.object-tablet-wrapper {
  border-top: 2px solid #565857;
  border-bottom: 1px solid #777978;
  overflow: hidden;
}

.object-tablet-wrapper.sold {
  position: relative;
}

.object-tablet-wrapper.sold:before {
  content: "";
  position: absolute;
  background: url("images/sold.png") no-repeat center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
}

.object-left {
  width: 70%;
}

.object-left-wrapper {
  height: 64px;
  overflow: hidden;
}

.object-right {
  width: 30%;
}

.object-right-wrapper {
  height: 64px;
  overflow: hidden;
}

.object-price {
  height: 64px;
  text-align: right;
  padding: 0 15px;
  position: relative;
}

.object-price.estate-object-item-hot:before,
.object-price.estate-object-item-hot:after {
  content: "";
  position: absolute;
}

.object-price.estate-object-item-hot:before {
  background-color: #ffd200;
  left: 0;
  right: 3px;
  top: 3px;
  bottom: 4px;
  z-index: -1;
}

.object-price.estate-object-item-exclusive:before {
  content: "";
  position: absolute;
  background-color: #ff7f00;
  left: 0;
  right: 3px;
  top: 3px;
  bottom: 4px;
  z-index: -1;
}

.object-price.estate-object-item-hot:after {
  background-image: url("images/icon-hot-estate.png");
  top: 15px;
  right: 15px;
  width: 24px;
  height: 33px;
}

.estate-object-price-wrapper {
  width: 85%;
  float: left;
}

.estate-object-area {
  width: 15%;
  float: right;
}

.estate-object-residential-area,
.estate-object-kitchen-area,
.estate-object-floor {
  width: 33.3%;
  float: left;
}

.object-price p {
  margin: 0;
  line-height: 64px;
  font-size: 28px;
}

.object-price p span {
  font-size: 34px;
  font-weight: bold;
}

.object-price p.estate-object-price {
  text-align: left;
  padding-left: 17px;
  font-family: "Lato-Bold", Arial, Helvetica, sans-serif;
  color: #2b2b2b;
}

.estate-object-price-wrapper span.old-price {
  position: absolute;
  top: 10px;
  right: 50px;
  display: block;
  font-size: 18px;
  font-style: italic;
  color: #6c7073;
  line-height: 1.1;
}

.estate-object-price-wrapper span.old-price:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #6c7073;
  top: 50%;
}

.estate-object-price-wrapper span.price-square {
  position: absolute;
  bottom: 10px;
  right: 50px;
  display: block;
  font-size: 18px;
  font-family: "Lato-Bold", Arial, Helvetica, sans-serif;
  color: #2b2b2b;
  line-height: 1.1;
}

.object-description-wrapper {
  overflow: hidden;
  height: 64px;
}

.object-description {
  height: 64px;
}

.object-description > p {
  margin: 14px 0 0;
  line-height: 1.1;
  font-size: 18px;
  font-weight: bold;
}

.object-description > span {
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 13px;
}

.object-description > span > img {
  width: 11px;
  margin-right: 4px;
  margin-top: -3px;
}

.object-description > p > span {
  font-size: 13px;
  font-weight: normal;
}

.object-images-wrapper,
.object-map-wrapper {
  margin: 30px;
}

.object-noimage {
  background-image: url("images/estate-no-image-object.jpg");
  display: block;
  width: 100%;
  height: 340px;
  background-repeat: no-repeat;
  background-position: center;
}

#object-map,
.object-images-item {
  height: 340px;
  text-align: center;
}

.object-images-item > a {
  display: inline-block;
  position: relative;
}

.object-images-item > a:after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  content: "";
  width: 32px;
  height: 32px;
  background: url(/images/zoom.png) 50% 50% no-repeat;
  background-size: cover;
  transition: all 0.2s;
}

.object-images-item > a:hover:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.object-images-item > a > img {
  display: inline-block;
  border-radius: 5px;
  max-width: 100%;
  height: 340px;
  border: 0;
}

.object-images-slider .slick-prev,
.object-images-slider .slick-next,
.object-construction-slider .slick-prev,
.object-construction-slider .slick-next {
  height: 31px;
  width: 20px;
  z-index: 1;
}

.object-images-slider .slick-prev {
  left: 0;
}

.object-images-slider .slick-next {
  right: 0;
}

.object-images-slider .slick-prev:before,
.object-construction-slider .slick-prev:before {
  content: "";
  height: 31px;
  width: 20px;
  background-image: url("images/object-slider-nav.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 0;
}

.object-images-slider .slick-next:before,
.object-construction-slider .slick-next:before {
  content: "";
  height: 31px;
  width: 20px;
  background-image: url("images/object-slider-nav.png");
  background-repeat: no-repeat;
  background-position: -23px 0;
  position: absolute;
  left: 0;
  top: 0;
}

.tab-content {
  position: relative;
}

.tab-content a.estate-object-3d-link {
  position: absolute;
  right: 0;
  margin-right: 40px;
  background-color: #ff8a3f;
  padding: 3px 15px;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
  top: -15px;
  font-family: "Roboto-Bold", Arial, sans-serif;
}

.tab-content a.estate-object-3d-link:before {
  content: "";
  position: absolute;
  background: url("images/3d-icon.png") no-repeat;
  width: 45px;
  height: 51px;
  margin-top: -25px;
  right: -35px;
  top: 50%;
}

.nav-object {
  margin: 26px 0 0 20px;
}

.nav-object > li {
  width: 100%;
}

.object-right .nav-object li a {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3f4346;
  padding: 0 0 5px 0;
}

.object-slider-nav-item {
  margin: 0 5px 0 0;
  cursor: pointer;
  opacity: 0.5;
}

.object-slider-nav-item.slick-current {
  opacity: 1;
}

.object-slider-nav-item .object-slider-nav-item-preview {
  background-repeat: no-repeat;
  background-size: cover;
  height: 54px;
}

.nav-object > li.map {
  margin-top: 15px;
}

.nav-object > li.map a {
  display: block;
  padding: 10px 0 14px 0;
  text-align: center;
  color: #51565a;
  border: 1px solid #7d7d7d;
  background-color: #ebebeb;
  -webkit-box-shadow: inset -7px -7px 0 0 rgba(189, 189, 189, 1);
  -moz-box-shadow: inset -7px -7px 0 0 rgba(189, 189, 189, 1);
  box-shadow: inset -7px -7px 0 0 rgba(189, 189, 189, 1);
}

.nav-object > li.map a:hover,
.nav-object > li.map.active a,
.object-right .estate-object-button-hypothec > a:hover,
.object-right .estate-object-button-msc > a:hover {
  text-decoration: none;
}

.object-right .estate-object-button-hypothec {
  margin: 22px 0 0 20px;
}

.object-right .estate-object-button-msc {
  margin: 15px 0 0 20px;
}

.object-right .estate-object-button-hypothec > a,
.object-right .estate-object-button-msc > a {
  font-family: "Lato-Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #51565a;
  border: 1px solid #7d7d7d;
  line-height: normal;
  position: relative;
  padding-left: 15px;
  padding-right: 80px;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  background-color: #ebebeb;
  -webkit-box-shadow: inset -7px -7px 0 0 rgba(189, 189, 189, 1);
  -moz-box-shadow: inset -7px -7px 0 0 rgba(189, 189, 189, 1);
  box-shadow: inset -7px -7px 0 0 rgba(189, 189, 189, 1);
}

.object-right .estate-object-button-hypothec > a:before,
.object-right .estate-object-button-msc > a:before {
  content: "";
  position: absolute;
  right: 15px;
  width: 52px;
  height: 52px;
  top: 50%;
  margin-top: -26px;
}

.object-content-wrapper {
  margin-bottom: 60px;
}

.object-content {
  padding-left: 30px;
}

.object-content ul {
  list-style: none;
  padding-left: 20px;
  margin-top: 15px;
}

.object-content ul > li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 15px;
}

.object-content ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 28px;
  height: 22px;
  background: url(/images/icon-object-li.png) 50% 50% no-repeat;
}

.object-construction-wrapper {
  border-top: 1px solid #73777a;
  border-bottom: 1px solid #73777a;
  padding: 25px 50px;
}

.object-construction-wrapper p {
  color: #57564c;
  font-size: 32px;
  margin: 0 0 20px;
}

.object-construction-item {
  height: 180px;
}

.object-construction-item a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-position: center center;
  margin: 0 10px;
}

.object-contacts {
  margin: 30px 15px;
  color: #57564c;
  text-align: center;
}

.object-contacts p.object-address-new-building {
  font-size: 23px;
}

.object-contacts p.object-address-new-building i {
  color: #4c4c4c;
  margin-right: 12px;
}

.object-contacts p.object-phone {
  font-size: 32px;
  font-weight: bold;
}

.object-contacts p.object-phone span + span {
  font-size: 41px;
}

.object-address-wrapper {
  margin-top: 30px;
  padding: 20px 15px;
  overflow: hidden;
}

.object-address {
  float: left;
  width: 70%;
  padding: 0 15px 0 17px;
}

.object-class {
  float: left;
  width: 30%;
  padding-left: 15px;
}

.object-address-wrapper p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.object-address-wrapper p i {
  display: inline-block;
  height: 22px;
  margin-right: 10px;
}

.object-address-wrapper p i:before {
  font-size: 22px;
}

.object-address-wrapper p span {
  color: #929292;
  font-size: 14px;
  font-weight: normal;
}

.object-address-wrapper p img {
  margin-right: 15px;
}

.object-phone-wrapper {
  padding: 20px 15px;
}

.object-phone-wrapper p {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}

.object-phone-wrapper p img {
  margin-right: 15px;
}

.object-phone-wrapper p span {
  color: #929292;
  font-size: 18px;
  margin-right: 10px;
}

.similar-objects-map {
  margin-top: 40px;
}

.similar-objects-map .panel-default > .panel-heading {
  background-color: #fff;
  color: #4c4c4c;
  font-size: 18px;
  text-transform: uppercase;
}

.similar-objects-map .panel-default > .panel-heading span {
  text-transform: none;
}

.similar-objects-slider-item {
  margin: 0 15px;
}

.similar-objects-slider-title {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #fff;
  color: #4c4c4c;
  font-size: 18px;
  text-transform: uppercase;
}

.item-wrapper .img-wrapper {
  position: relative;
}

.img-wrapper > a {
  display: block;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.item-wrapper.hot-estate .img-wrapper:before {
  content: "";
  position: absolute;
  background-image: url("images/icon-super-price.png");
  background-repeat: no-repeat;
  right: 0;
  height: 61px;
  width: 111px;
}

.item-wrapper.exclusive-estate .img-wrapper:before {
  content: "";
  position: absolute;
  background-image: url("images/icon-exclusive.png");
  background-repeat: no-repeat;
  right: 0;
  height: 61px;
  width: 111px;
}

.item-wrapper .img-wrapper img.icon-3d {
  position: absolute;
  right: 5px;
  top: 5px;
}

.item-wrapper.hot-estate .img-wrapper img.icon-3d,
.item-wrapper.exclusive-estate .img-wrapper img.icon-3d {
  top: 70px;
}

.item-wrapper .description-wrapper {
  background-color: #f4f4f4;
  padding-bottom: 5px;
}

.item-wrapper.hot-estate .description-wrapper {
  background-color: #ffd200;
}

.item-wrapper.exclusive-estate .description-wrapper {
  background-color: #ff7f00;
}

.item-wrapper .description-wrapper .description-top {
  padding: 10px 5px 10px 25px;
  line-height: 1;
  position: relative;
}

.item-wrapper .description-wrapper .description-top a.estate-title {
  font-size: 13px;
  font-weight: bold;
  color: #51565a;
  text-align: left;
  display: inline-block;
  line-height: 1.1;
  height: 30px;
  overflow: hidden;
}

.item-wrapper.hot-estate .description-wrapper .description-top a.estate-title,
.item-wrapper.exclusive-estate
  .description-wrapper
  .description-top
  a.estate-title {
  color: #000;
}

.item-wrapper .description-wrapper .description-top p {
  color: #202020;
  font-size: 13px;
}

.item-wrapper .description-wrapper .description-price {
  position: relative;
  height: 36px;
  margin-bottom: 5px;
}

.item-wrapper .description-wrapper .description-price > p {
  font-style: italic;
  margin: 0 0 0 25px;
  text-align: left;
}

.item-wrapper.hot-estate .description-wrapper .description-price > p,
.item-wrapper.exclusive-estate .description-wrapper .description-price > p {
  color: #000;
}

.description-wrapper .description-price span.old-price {
  position: absolute;
  top: -15px;
  right: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c7073;
  line-height: 1.1;
}

.item-wrapper .description-wrapper .description-price > p > span {
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-style: normal;
}

.item-wrapper .description-bottom {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #51565a;
  margin: 0 5px;
  border-top: 1px solid #b6b6b6;
}

.item-wrapper.hot-estate .description-bottom {
  border-top: 1px solid #ff8c00;
  color: #202020;
}

.item-wrapper.hot-estate .description-bottom-room,
.item-wrapper.hot-estate .description-bottom-area {
  border-right: 1px solid #ff8c00;
}

.item-wrapper.exclusive-estate .description-bottom {
  border-top: 1px solid #ff2500;
  color: #202020;
}

.item-wrapper.exclusive-estate .description-bottom-room,
.item-wrapper.exclusive-estate .description-bottom-area {
  border-right: 1px solid #ff2500;
}

.description-wrapper .description-price span.old-price:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #6c7073;
  top: 50%;
}

.item-wrapper .description-bottom-room {
  float: left;
  width: 25%;
  border-right: 1px solid #b6b6b6;
}

.item-wrapper .description-bottom p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  padding-top: 3px;
}

.item-wrapper .description-bottom span {
  font-size: 12px;
  font-style: italic;
  display: block;
  line-height: 1;
  padding-bottom: 3px;
}

.item-wrapper .description-bottom-area {
  float: left;
  width: 50%;
  border-right: 1px solid #b6b6b6;
}

.item-wrapper .description-bottom p.estate-area {
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
}

.item-wrapper .description-bottom-floor {
  float: right;
  width: 25%;
}

.similar-objects-slider ul.slick-dots {
  bottom: -50px;
}

.worker-sidebar-wrapper {
  padding: 0 20px;
}

.worker-sidebar {
  border: 2px solid #aaa;
  padding: 15px;
}

.worker-sidebar .worker-title {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.worker-sidebar .worker-image {
  height: 207px;
  margin: 0 8px;
}

.worker-sidebar .worker-image a,
.worker-sidebar .worker-image p {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  width: 160px;
  height: 185px;
  margin: 0 auto;
  display: block;
  position: relative;
}

.worker-sidebar .worker-image a:before,
.worker-sidebar .worker-image p:before {
  content: "";
  position: absolute;
  background-image: url("images/bg-image-worker-estate.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.worker-sidebar .worker-name > a,
.worker-sidebar .worker-name > p {
  display: block;
  padding-left: 20px;
  line-height: 1.2;
  font-size: 18px;
  color: #3f4346;
}

.worker-sidebar .worker-name > a:hover {
  text-decoration: none;
}

.worker-sidebar .worker-phone {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
}

.worker-sidebar .worker-phone:before {
  content: "";
  position: absolute;
  left: -15px;
  right: -30px;
  top: 0;
  bottom: 0;
  background-color: #51565a;
  z-index: -1;
}

.worker-sidebar .worker-phone p {
  position: relative;
  color: #fbfdfd;
  font-size: 17px;
  font-weight: bold;
  line-height: 49px;
  display: inline-block;
  width: 112%;
  margin: 0;
  padding-left: 30px;
}

.worker-sidebar .worker-phone p:before {
  content: "\f098";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 24px;
  font-weight: bold;
  left: 0;
}

.worker-sidebar .worker-phone p span {
  font-size: 20px;
}

.btn-object-consultation {
  font-family: "Roboto-Black", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  margin: 20px 0;
  padding: 10px 25px 14px 25px;
  font-size: 16px;
  color: #fff;
  line-height: 1.1;
  cursor: pointer;
  text-align: center;
}

.btn-object-consultation > span {
  font-size: 22px;
}

.btn-object-show-online {
  display: block;
  height: 84px;
  margin: 20px 0;
  cursor: pointer;
  background-image: url("images/btn-object-show-online.gif");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

h1.page-title {
  font-size: 30px;
  color: #3f4346;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  margin-bottom: 30px;
}

h2 {
  color: #353f46;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

p.page-desc {
  font-size: 16px;
  color: #3f4346;
  margin-left: 150px;
  line-height: 1.4;
  text-align: justify;
}

.video-presentation {
  margin: 50px 0;
}

.page-wrapper fieldset legend,
.form-survey-wrapper h3.form-title {
  color: #353f46;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
}

.form-survey-wrapper {
  margin-top: 15px;
}

.form-survey-wrapper h3.form-title {
  text-align: center;
  margin: 0;
  color: #3f4346;
}

.form-survey-wrapper p.form-desc {
  color: #3f4346;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

.form-survey-wrapper p.help-block-error {
  margin-top: 0;
}

.form-survey-wrapper input.form-control {
  border-radius: 0;
}

.form-survey-wrapper .field-buyapartmentform-url {
  display: none;
}

.page-wrapper fieldset {
  border: 1px solid #353f46;
}

.page-wrapper fieldset legend {
  width: auto;
  /*margin-bottom: 0;*/
  border-bottom: 0;
  padding: 0 25px;
  margin: 0px 133px 0 1px;
  text-align: center;
}

.page-wrapper fieldset form {
  padding: 10px 0 20px 0;
}

.form-group.form_karera fieldset {
  border: 0;
}

.form-group.form_karera fieldset form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-wrapper fieldset form .form-group > label {
  margin-bottom: 15px;
}

.form-sell-apartment-wrapper .btn-form-sell {
  margin-bottom: 0;
}

.form-group.has-success label {
  color: #353f46;
}

.form-survey-wrapper input[type="checkbox"],
.form-survey-wrapper input[type="radio"],
.form-sell-apartment-wrapper input[type="radio"],
.form-sell-apartment-wrapper input[type="checkbox"],
.form-refinancing-wrapper input[type="checkbox"] {
  display: none;
}

.form-survey-wrapper input[type="checkbox"] + label {
  padding-left: 0;
}

.form-survey-wrapper input[type="checkbox"] + label > span {
  color: #3f4346;
  margin-left: 20px;
}

.form-survey-wrapper input[type="checkbox"] + label:before,
.form-sell-apartment-wrapper input[type="checkbox"] + label:before,
.form-refinancing-wrapper input[type="checkbox"] + label:before {
  content: "\2713";
  color: transparent;
  display: inline-block;
  border-radius: 3px;
  border: 3px solid #cecece;
  font-size: 18px;
  line-height: 20px;
  margin: -5px 5px 0 0;
  height: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  transition: color ease 0.3s;
}

.form-sell-apartment-wrapper .radio-inline:first-child {
  margin-left: 0;
  padding-left: 0;
}

.form-sell-apartment-wrapper .radio-inline + .radio-inline {
  margin-left: 20px;
  padding-left: 0;
}

.form-sell-apartment-wrapper input[type="radio"] + label {
  display: block;
  padding: 5px 12px;
  margin-bottom: 0;
  font-weight: normal;
  border: 1px solid #353f46;
  cursor: pointer;
}

.form-sell-apartment-wrapper input[type="radio"] + label > span {
  color: #3f4346;
}

.form-sell-apartment-wrapper input[type="radio"] + label:before {
  content: attr(data-id);
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: -4px;
  top: -4px;
  color: #fff;
  transition: background ease 0.3s;
  padding: 5px 12px;
}

.form-sell-apartment-wrapper input[type="radio"]:checked + label:before,
.form-sell-apartment-wrapper input[type="radio"] + label:hover:before {
  display: block;
}

.form-survey-wrapper button[type="submit"] {
  padding: 23px 40px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  border-radius: 0;
  text-align: left;
}

.form-survey-wrapper button[type="submit"]:after {
  content: "";
  position: absolute;
  right: 30px;
  background: url("images/icon-btn-buy-apartment-white.png") no-repeat;
  width: 34px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
}

.form-sell-apartment-wrapper button[type="submit"],
.form-refinancing-wrapper button[type="submit"] {
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
}

.form-survey-wrapper button[type="submit"] i,
.form-sell-apartment-wrapper button[type="submit"] i {
  font-size: 14px;
  font-weight: normal;
}

.form-survey-wrapper button[type="submit"]:hover,
.form-survey-wrapper button[type="submit"]:active,
.form-survey-wrapper button[type="submit"]:focus,
.form-sell-apartment-wrapper button[type="submit"]:hover,
.form-sell-apartment-wrapper button[type="submit"]:active,
.form-sell-apartment-wrapper button[type="submit"]:focus,
.form-refinancing-wrapper button[type="submit"]:hover,
.form-refinancing-wrapper button[type="submit"]:active,
.form-refinancing-wrapper button[type="submit"]:focus {
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: box-shadow ease 0.2s;
}

.form-survey-wrapper p.form-survey-footer {
  color: #4a4e51;
  font-size: 24px;
  text-align: center;
  font-family: "Roboto-Bold", Arial, Sans-Serif, Helvetica;
  text-transform: uppercase;
  line-height: 24px;
  margin: 0;
  position: relative;
}

.form-survey-wrapper p.form-survey-footer:before,
.form-survey-wrapper p.form-survey-footer:after {
  content: "";
  position: absolute;
  background-image: url("images/icon-line-buy-apartment.png");
  background-repeat: no-repeat;
  width: 57px;
  height: 13px;
  top: 50%;
  margin-top: -6px;
}

.form-survey-wrapper p.form-survey-footer:before {
  left: 0;
}

.form-survey-wrapper p.form-survey-footer:after {
  right: 0;
}

.form-survey-wrapper p.form-survey-footer > img {
  margin-left: 25px;
  margin-right: 50px;
}

.form-survey-wrapper p.form-survey-footer > span {
  color: #3f4346;
  font-size: 34px;
}

.form-survey-wrapper p.form-survey-footer > span > i {
  padding-right: 20px;
  vertical-align: middle;
}

#refinancing label {
  color: #969696;
  font-size: 18px;
}

.input-refinancing {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #5d5d5d;
}

.input-refinancing:focus {
  border-color: initial;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#slider-range-priceEstate,
#slider-range-balanceDebt {
  border-radius: 0;
  border-color: #d7d7d7;
  height: 7px;
}

#slider-range-priceEstate > span,
#slider-range-balanceDebt > span {
  border-radius: 50%;
  top: 50%;
  margin-top: -10px;
}

#slider-range-priceEstate .ui-widget-header,
#slider-range-balanceDebt .ui-widget-header {
  border-radius: 0;
}

#refinancing .select2-container--bootstrap .select2-selection {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #5d5d5d;
}

#refinancing
  .select2-container--bootstrap.select2-container--focus
  .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  border-color: initial;
}

#refinancing
  .select2-container--bootstrap
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #818181 transparent transparent transparent;
}

#refinancing .select2-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #898989;
  bottom: -19px;
}

.block-interestinglies-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 45px;
  overflow: hidden;
  margin-bottom: 35px;
}

.block-interestinglies-wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  top: 0;
  background-image: url("images/bg-block-interestinglies-top.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}

.block-interestinglies-wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 55px;
  background-image: url("images/bg-block-interestinglies-bottom.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
  bottom: 0;
}

.block-interestinglies-desc {
  padding-top: 60px;
  margin-bottom: 40px;
}

.block-interestinglies-desc p {
  color: #353f46;
}

.block-interestinglies-slider {
  margin-bottom: 120px;
}

.block-interestinglies-slider .slick-list,
.hypothec-slider .slick-list {
  margin: 0 50px;
}

.hypothec-slider .slick-prev,
.block-interestinglies-slider .slick-prev {
  left: 0;
}

.hypothec-slider .slick-next,
.block-interestinglies-slider .slick-next {
  right: 0;
}

.hypothec-slider .slick-prev,
.hypothec-slider .slick-next {
  width: 30px;
  height: 30px;
  top: 50%;
}

.block-interestinglies-slider .slick-prev,
.block-interestinglies-slider .slick-next {
  width: 30px;
  height: 30px;
  top: 40%;
}

.hypothec-slider .slick-prev:before,
.hypothec-slider .slick-next:before,
.block-interestinglies-slider .slick-prev:before,
.block-interestinglies-slider .slick-next:before {
  font: 30px/1 "FontAwesome";
  color: #969595;
}

.hypothec-slider .slick-prev:before,
.block-interestinglies-slider .slick-prev:before {
  content: "\f053";
}

.hypothec-slider .slick-next:before,
.block-interestinglies-slider .slick-next:before {
  content: "\f054";
}

.block-hypothec-item,
.block-interestinglie-item {
  margin: 0 20px;
}

.block-interestinglie-item .block-interestinglie-item-img > a {
  position: relative;
}

.block-interestinglie-item .block-interestinglie-item-img > a:hover:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
}

.block-interestinglie-item .block-interestinglie-item-img > a {
  display: inline-block;
  margin: 0 auto;
}

.block-interestinglie-item .block-interestinglie-item-img > a > img {
  border: 1px solid #c0c0c0;
}

.block-interestinglie-item-title {
  margin-top: 20px;
}

.block-interestinglie-item-title > a {
  text-decoration: none;
  color: #353f46;
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.block-interestinglie-item-title > a:hover {
  text-decoration: underline;
}

.hypothec-wrapper h2.hypothec-title {
  color: #353f46;
  font-size: 33px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
}

.hypothec-wrapper h2.hypothec-title:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 40%;
  right: 40%;
  bottom: -15px;
  background-color: #353f46;
}

.hypothec-slider .slick-list {
  padding: 50px 0 !important;
}

.block-hypothec-item {
  position: relative;
}

.block-hypothec-item-small-wrapper {
  border: 2px solid #dcdcdc;
  transition: opacity ease 0.3s;
  width: 307px;
  height: 348px;
}

.block-hypothec-item-big-wrapper {
  border: 1px solid #e9e9e9;
  width: 307px;
  height: 400px;
}

.block-hypothec-small {
  padding: 20px 15px;
}

.block-hypothec-small .block-hypothec-img > img,
.block-hypothec-big .block-hypothec-img-big > img {
  display: inline-block;
}

.block-hypothec-programm {
  margin-top: 35px;
}

.block-hypothec-programm > h2 {
  margin-top: 0;
}

.block-hypothec-programm > p {
  height: 68.55px;
  overflow: hidden;
  margin-bottom: 0;
  color: #969696;
}

.block-hypothec-percent {
  text-align: center;
}

.block-hypothec-percent > p {
  font-size: 55px;
  font-weight: bold;
  margin: 0;
}

.block-hypothec-percent > p > span {
  font-size: 36px;
}

.block-hypothec-item-big-wrapper {
  position: absolute;
  left: 0;
  top: -25px;
  padding: 25px 20px;
  height: 400px;
  -webkit-box-shadow: 0 0 10px 10px rgba(220, 220, 220, 0.75);
  -moz-box-shadow: 0 0 10px 10px rgba(220, 220, 220, 0.75);
  box-shadow: 0 0 10px 10px rgba(220, 220, 220, 0.75);
  opacity: 0;
  transition: opacity ease 0.3s;
}

.block-hypothec-img-big {
  margin-top: 15px;
}

.block-hypothec-programm-big {
  margin-top: 55px;
}

.block-hypothec-item:hover {
  cursor: pointer;
}

.block-hypothec-item.slick-current .block-hypothec-item-big-wrapper,
.block-hypothec-item:hover .block-hypothec-item-big-wrapper {
  opacity: 1;
}

.block-hypothec-item.slick-current .block-hypothec-item-small-wrapper,
.block-hypothec-item:hover .block-hypothec-item-small-wrapper {
  opacity: 0;
}

.work-wrapper .icon-arrow-bottom-work {
  margin-top: 120px;
  margin-bottom: 50px;
}

.work-wrapper .work-header {
  margin-top: 35px;
}

.work-wrapper .work-header p {
  color: #191919;
  font-size: 28px;
  text-transform: uppercase;
}

.work-wrapper .work-header p span {
  font-family: "Lato-Black";
  font-size: 32px;
}

.work-wrapper .work-header p:nth-of-type(1) {
  padding-bottom: 15px;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

.work-wrapper .work-header p:last-child {
  margin: 0;
}

.work-wrapper .section-scope {
  margin: 40px 0;
}

.work-wrapper .work-section-title h2 {
  position: relative;
  padding: 10px 0 10px 35px;
  color: #424141;
  font-weight: normal;
  text-transform: none;
  font-size: 28px;
}

.work-wrapper .work-section-title h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
}

.work-wrapper .section-scope img {
  margin-bottom: 30px;
}

.work-wrapper .section-scope ul {
  list-style: none;
  padding-left: 70px;
}

.work-wrapper .section-scope ul li {
  margin-bottom: 20px;
  color: #191919;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}

.work-wrapper .section-scope ul li span {
  font-weight: bold;
}

.work-wrapper .section-scope ul li:hover:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -5px;
  bottom: -5px;
  width: 4px;
}

.work-wrapper .work-footer-wrapper {
  position: relative;
  margin-top: 25px;
}

.work-wrapper .work-footer-wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  width: 70%;
  height: 160px;
  background: url("images/bg-rabota-footer.jpg");
}

.work-wrapper .work-footer-wrapper .work-footer-title {
  padding: 20px 40px;
  border: 3px solid #b5b5b5;
  overflow: hidden;
  margin-top: 45px;
}

.work-wrapper .work-footer-wrapper .work-footer-title > p {
  font-size: 28px;
  font-style: italic;
  color: #999;
  margin: 0 0 20px;
}

.work-wrapper .work-footer-wrapper .work-footer-title > span {
  display: inline-block;
  font-style: italic;
  color: #000;
  position: relative;
  float: right;
}

.work-wrapper .work-footer-wrapper .work-footer-title > span:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -2px;
  height: 2px;
  width: 25px;
  background-color: #00af44;
}

.work-wrapper .work-footer-wrapper p.work-footer-phone {
  margin-top: 35px;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  font-style: normal;
}

.work-wrapper .work-footer-wrapper p.work-footer-phone span {
  font-size: 30px;
}

.hypothec-calculator-form fieldset {
  border: 1px solid #353f46;
  padding: 15px;
}

.hypothec-calculator-form fieldset legend {
  font-family: "Lato-Black", Arial, Helvetica;
  width: auto;
  margin-bottom: 0;
  border-bottom: 0;
  margin-left: 40px;
  padding: 0 25px;
}

.year {
  position: relative;
}

.first-payment .control-label {
  display: block;
}

.first-payment .first-percent,
.first-payment .first-summa {
  display: inline-block;
  position: relative;
}

.first-payment .first-percent {
  width: 20%;
  margin-right: 20px;
}

.first-payment .first-percent:after {
  content: "%";
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -18px;
  font-weight: bold;
}

.first-payment .first-summa {
  width: 45%;
  margin-left: 20px;
}

.first-payment .first-summa:after {
  content: "руб.";
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -18px;
  font-weight: bold;
}

.first-payment > .form-group {
  margin-bottom: 0;
}

.first-payment > .form-group > p.help-block-error {
  display: none;
}

.hypothec-calculator-form .form-control,
.hypothec-calculator-form .select2-container--krajee .select2-selection {
  font-size: 14px;
}

.programs-table thead,
.programs-table tbody {
  vertical-align: middle;
}

.programs-table img.logo-bank {
  display: block;
  margin: 0 auto 10px auto;
}

button.hypothec-button {
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
  margin-bottom: 10px;
  border: 0;
  padding: 4px 0;
  margin-top: 25px;
}

button.hypothec-button:hover,
button.hypothec-button:active,
button.hypothec-button:focus {
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: box-shadow ease 0.2s;
}

.additional-info {
  margin-top: 20px;
}

.consultation-hypothec {
  display: block;
  margin: 5px 0;
  padding: 5px;
  font-size: 14px;
  color: #fbfdfd;
  background-color: #0d9b42;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(8, 102, 43, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(8, 102, 43, 1);
  box-shadow: 2px 4px 2px 0 rgba(8, 102, 43, 1);
  line-height: 1.1;
  cursor: pointer;
}

.consultation-hypothec:hover,
.consultation-hypothec:focus,
.consultation-hypothec:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: box-shadow ease 0.2s;
}

.worker-sidebar-wrapper {
  padding: 0 20px;
}

.worker-sidebar {
  border: 2px solid #aaa;
  padding: 15px;
}

.worker-sidebar .worker-title {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.worker-sidebar .worker-image {
  height: 207px;
  margin: 0 8px;
}

.worker-sidebar .worker-image a,
.worker-sidebar .worker-image p {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  width: 160px;
  height: 185px;
  margin: 0 auto;
  display: block;
  position: relative;
}

.worker-sidebar .worker-image a:before,
.worker-sidebar .worker-image p:before {
  content: "";
  position: absolute;
  background-image: url("images/bg-image-worker-estate.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.worker-sidebar .worker-name > a {
  display: block;
  padding-left: 30px;
  line-height: 1.2;
  font-size: 18px;
  color: #3f4346;
}

.worker-sidebar .worker-phone {
  position: relative;
  z-index: 1;
  margin: 20px 0;
}

.worker-sidebar .worker-phone:before {
  content: "";
  position: absolute;
  left: -15px;
  right: -30px;
  top: 0;
  bottom: 0;
  background-color: #51565a;
  z-index: -1;
}

.worker-sidebar .worker-phone p {
  position: relative;
  color: #fbfdfd;
  font-size: 17px;
  font-weight: bold;
  line-height: 49px;
  display: inline-block;
  width: 112%;
  margin: 0;
  padding-left: 30px;
}

.worker-sidebar .worker-phone p:before {
  content: "\f098";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 24px;
  font-weight: bold;
  left: 0;
}

.worker-sidebar .worker-phone p span {
  font-size: 20px;
}

.btn-object-consultation {
  font-family: "Roboto-Black", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  margin: 20px 0;
  padding: 10px 25px 14px 25px;
  font-size: 16px;
  background-image: url("images/button_order_konsult_1.gif");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  line-height: 1.1;
  cursor: pointer;
  text-align: center;
}

.btn-object-consultation:hover,
.btn-object-consultation:active,
.btn-object-consultation:focus {
  color: #51565a;
  background-color: #ebebeb;
  background-image: none;
  -webkit-box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
  -moz-box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
  box-shadow: inset -4px -4px 0 0 rgba(189, 189, 189, 1);
}

.btn-object-consultation > span {
  font-size: 22px;
}

.vacancy-wrapper p {
  font-size: 14px;
}

.vacancy-wrapper .vacancy-items {
  margin-top: 25px;
}

.vacancy-wrapper .vacancy-items .panel {
  border-radius: 0;
  background-color: inherit;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vacancy-wrapper .vacancy-items .panel .panel-heading {
  overflow: hidden;
  padding: 10px 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vacancy-wrapper .vacancy-items .panel .panel-heading-left {
  width: 15%;
  position: relative;
  height: 42px;
}

.vacancy-wrapper .vacancy-items .panel .panel-heading-right {
  width: 85%;
}

.vacancy-wrapper .vacancy-items .panel .panel-heading-left p {
  color: #808080;
  font-size: 16px;
  margin: 0;
  position: absolute;
  bottom: 12px;
}

.vacancy-wrapper .vacancy-items .panel .panel-heading-right h2.panel-title {
  font-size: 30px;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 5px;
  padding-left: 25px;
}

.vacancy-wrapper
  .vacancy-items
  .panel
  .panel-heading-right
  h2.panel-title
  a:hover,
.vacancy-wrapper
  .vacancy-items
  .panel
  .panel-heading-right
  h2.panel-title
  a[aria-expanded="true"] {
  text-decoration: none;
}

.vacancy-wrapper
  .vacancy-items
  .panel
  .panel-heading-right
  h2.panel-title
  a.collapsed {
  text-decoration: none;
}

.vacancy-wrapper
  .vacancy-items
  .panel-group
  .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top: 0;
}

.vacancy-wrapper .vacancy-items .panel-body .vacancy-item-description {
  margin-bottom: 15px;
}

.vacancy-wrapper .vacancy-items .panel-body .vacancy-item-description h3 {
  margin-left: 35px;
}

.vacancy-wrapper .vacancy-items .panel-body .vacancy-item-description > ul {
  margin-left: 100px;
  list-style-image: url("images/vacancy-li-arrow.png");
}

.vacancy-wrapper .vacancy-items .panel-body .responsibility-item-wrapper,
.vacancy-wrapper .vacancy-items .panel-body .demands-item-wrapper {
  padding-left: 50px;
}

.vacancy-wrapper .vacancy-items .panel-body .responsibility-item-wrapper ul,
.vacancy-wrapper .vacancy-items .panel-body .demands-item-wrapper ul {
  list-style-image: url("images/vacancy-li-arrow.png");
  margin-left: 50px;
  margin-bottom: 25px;
}

.vacancy-wrapper .vacancy-items .panel-body .responsibility-item-wrapper h4,
.vacancy-wrapper .vacancy-items .panel-body .demands-item-wrapper h4 {
  position: relative;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.vacancy-wrapper
  .vacancy-items
  .panel-body
  .responsibility-item-wrapper
  h4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 41px;
  top: -9px;
  left: -30px;
}

.vacancy-wrapper .vacancy-items .panel-body .demands-item-wrapper h4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 41px;
  top: -9px;
  left: -30px;
}

.vacancy-wrapper .vacancy-items .panel-body .conditions-item-wrapper {
  padding-left: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  background-image: url("images/bg-vacancy-right.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
}

.vacancy-wrapper .vacancy-items .panel-body .conditions-item-wrapper h4 {
  color: #313131;
  font-size: 19px;
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}

.vacancy-wrapper .vacancy-items .panel-body .conditions-item-wrapper ul {
  padding-left: 50px;
  list-style-image: url("images/vacancy-li-check.png");
}

.vacancy-wrapper .vacancy-items .panel-body .pay-item-wrapper h3 {
  color: #313131;
  padding-bottom: 25px;
  margin-bottom: 0;
}

.vacancy-wrapper .vacancy-items .panel-body .pay-item-wrapper h3 span {
  font-weight: bold;
}

.vacancy-wrapper .vacancy-items .vacancy-item-contact-img {
  position: relative;
}

.vacancy-wrapper .vacancy-items .vacancy-item-worker {
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
  text-align: left;
}

.vacancy-wrapper
  .vacancy-items
  .vacancy-item-worker
  p.vacancy-item-worker-title {
  color: #fffefe;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}

.vacancy-wrapper
  .vacancy-items
  .vacancy-item-worker
  p.vacancy-item-worker-phone {
  color: #fffefe;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

.vacancy-wrapper
  .vacancy-items
  .vacancy-item-worker
  p.vacancy-item-worker-name {
  color: #fffefe;
  font-size: 20px;
  margin-bottom: 0;
  padding-left: 45px;
}

.vacancy-item-contact p.vacancy-item-worker-email {
  color: #424141;
  font-size: 25px;
  font-weight: bold;
  margin-right: 100px;
  display: inline-block;
  position: relative;
}

.vacancy-item-contact p.vacancy-item-worker-email a {
  color: #424141;
}

.vacancy-item-contact p.vacancy-item-worker-email:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 2px;
  background-color: #03be4c;
}

.vacancy-wrapper .vacancy-description {
  margin-top: 35px;
}

.vacancy-wrapper .vacancy-description h5 {
  color: #040404;
  font-size: 32px;
  margin: 45px 0;
  font-weight: bold;
}

.vacancy-wrapper .vacancy-description img {
  margin-top: 25px;
  margin-bottom: 15px;
}

.vacancy-wrapper .vacancy-description .vacancy-footer-worker {
  margin-top: 25px;
  position: relative;
  padding-left: 20px;
}

.vacancy-wrapper .vacancy-description .vacancy-footer-worker:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #03be4c;
}

.vacancy-wrapper
  .vacancy-description
  .vacancy-footer-worker
  p.vacancy-footer-worker-phone {
  color: #545962;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}

.vacancy-wrapper
  .vacancy-description
  .vacancy-footer-worker
  p.vacancy-footer-worker-phone
  span {
  text-transform: none;
}

.vacancy-wrapper
  .vacancy-description
  .vacancy-footer-worker
  p.vacancy-footer-worker-name {
  color: #545962;
  font-size: 22px;
  margin: 0;
}

.vacancy-wrapper
  .vacancy-description
  .vacancy-footer-worker
  p.vacancy-footer-worker-email {
  color: #545962;
  font-size: 20px;
  margin: 0;
}

.vacancy-wrapper
  .vacancy-description
  .vacancy-footer-worker
  p.vacancy-footer-worker-email
  a {
  color: #545962;
}

.form-search-worker {
  margin-top: 15px;
}

.form-search-worker .form-group {
  position: relative;
}

.form-search-worker .form-group > input {
  border-radius: 10px;
  padding-right: 30px;
  border-color: #d9d9da;
}

.form-search-worker .form-group > input:focus {
  box-shadow: none;
  border-color: #d9d9da;
}

.form-search-worker .form-group > span {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 10px;
  color: #777c80;
  font-size: 20px;
}

.form-search-worker .form-group .search_result > ul {
  font-family: "Lato-Regular", Arial, sans-serif;
  font-size: 14px;
}

.form-search-worker .form-group .search_result > ul > li {
  padding: 5px;
}

.form-search-worker .form-group .search_result > ul > li > a {
  display: block;
}

.form-search-worker .form-group .search_result > ul > li > a:hover,
.form-search-worker .form-group .search_result > ul > li > a:focus,
.form-search-worker .form-group .search_result > ul > li > a:active,
.form-search-worker .form-group .search_result > ul > li > a.ui-state-active {
  border: 0;
  background: 0;
}

.department-wrapper > h1 {
  margin-bottom: 25px;
}

.department-item .department-title {
  margin-bottom: 10px;
}

.department-item .department-title a {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 13px;
  color: #3f4346;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding: 10px 0;
}

.department-item .department-title a.center {
  float: none;
  width: 31%;
  margin: 0 auto 10px auto;
}

.department-item .department-title a:before {
  position: absolute;
  content: "";
  left: 5px;
  right: 5px;
  top: 0;
  bottom: 0;
  border: 1px solid #ddd;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  transform: skew(15deg);
}

.department-item .department-title a:hover,
.department-item .department-title a:focus {
  background-color: inherit;
  color: #fff;
  text-decoration: none;
}

.department-item .department-title a:hover:before {
  border: 0;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  transform: skew(15deg);
  z-index: -1;
}

.department-item .department-title a.active:before {
  border: 0;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  transform: skew(15deg);
  z-index: -1;
}

.department-item .department-title a.active {
  color: #fff;
}

.department-wrapper h2.title-department {
  font-weight: bold;
  font-size: 32px;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 40px;
}

.department-wrapper h2.title-department:before,
.department-wrapper h2.title-department:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  background: #959595;
  border: solid #fff;
  border-width: 0 20px;
}

.department-wrapper h2.title-department:before {
  margin-left: -100%;
}

.department-wrapper h2.title-department:after {
  margin-right: -100%;
}

.worker-grid .consultation-button {
  margin-bottom: 15px;
}

.worker-grid .consultation-button > span:before {
  content: "";
  position: absolute;
  background-image: url("images/bg-department-consultation-button.png");
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.worker-grid .consultation-button > span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 0 10px 50px;
  position: relative;
  cursor: pointer;
}

.worker-grid .consultation-button > span:after {
  content: "";
  position: absolute;
  background-image: url("images/icons-consultation-small.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 32px;
  height: 32px;
  left: 10px;
  top: 50%;
  margin-top: -16px;
}

.worker-grid .consultation-button > span:hover {
  color: #fff;
}

.worker-grid .consultation-button > span:hover:after {
  background-position: -33px 0;
}

.worker-grid .department-header p.department-address,
.worker-grid .department-header p.department-phone {
  color: #898989;
  font-weight: bold;
  margin: 0;
}

.worker-grid .department-header img:first-child {
  margin-left: 25px;
}

.worker-grid .department-header img:last-child {
  margin-left: 40px;
}

.worker-grid p.department-address span {
  color: #3f4346;
  padding-left: 5px;
}

.worker-grid p.department-phone > a {
  font-size: 20px;
  color: #3f4346;
  padding-left: 5px;
}

.department-wrapper .worker-item-wrapper {
  border: 1px solid #c7c7c7;
  padding: 12px;
  height: 150px;
  -webkit-box-shadow: -7px 7px 0 0 rgba(238, 238, 240, 1);
  -moz-box-shadow: -7px 7px 0 0 rgba(238, 238, 240, 1);
  box-shadow: -7px 7px 0 0 rgba(238, 238, 240, 1);
  margin-bottom: 35px;
}

.department-wrapper .worker-item-wrapper .worker-img {
  float: left;
  width: 30%;
  height: 100%;
  position: relative;
}

.department-wrapper .worker-item-wrapper .worker-img a {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: relative;
}

.department-wrapper .worker-item-wrapper .worker-img img.best-agent-month {
  position: absolute;
  width: 75%;
  bottom: -60px;
  left: -30px;
  z-index: 2;
}

.department-wrapper
  .worker-item-wrapper
  .worker-img
  img.best-agent-month:hover {
  width: 150%;
}

.department-wrapper .worker-item-wrapper .worker-img img.best-agent-year {
  position: absolute;
  bottom: -60px;
  width: 75%;
  left: 50%;
  margin-left: -36px;
  z-index: 1;
}

.department-wrapper .worker-item-wrapper .worker-img img.best-agent-year:hover {
  width: 150%;
  z-index: 3;
}

.department-wrapper .worker-item-wrapper .worker-img a:before {
  content: "";
  position: absolute;
  background-image: url("images/bg-image-worker-small.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -4;
}

.department-wrapper .worker-item-wrapper .worker-desc {
  padding-left: 15px;
  float: right;
  width: 70%;
  height: 125px;
  position: relative;
}

.department-wrapper .worker-item-wrapper .worker-desc .role {
  color: #6b6b6b;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  width: 70%;
}

.department-wrapper .worker-item-wrapper .worker-desc a.name {
  display: block;
  line-height: 1.2;
  color: #3f4346;
  font-weight: bold;
}

.department-wrapper .worker-item-wrapper .worker-desc a.name span {
  text-transform: uppercase;
}

.department-wrapper .worker-item-wrapper .worker-desc .worker-bottom {
  position: absolute;
  bottom: 0;
  line-height: 1;
  display: none; /* Icons under workers */
}

.department-wrapper .worker-item-wrapper .worker-desc .worker-bottom > a {
  color: #6b6b6b;
  font-size: 14px;
  margin-left: 20px;
}

.department-wrapper
  .worker-item-wrapper
  .worker-desc
  .worker-bottom
  > a:first-child {
  margin-left: 0;
}

.department-wrapper .worker-item-wrapper .worker-desc .worker-bottom > a:hover,
.department-wrapper .worker-item-wrapper .worker-desc .worker-bottom > a:focus,
.department-wrapper
  .worker-item-wrapper
  .worker-desc
  .worker-bottom
  > a:active {
  text-decoration: none;
}

.department-wrapper .worker-item-wrapper .worker-desc .worker-bottom > a > i {
  padding-right: 5px;
  font-size: 18px;
}

.department-wrapper
  .worker-item-wrapper
  .worker-desc
  .worker-bottom
  > a.honors
  > i {
  color: #ffd85c;
}

.department-description-wrapper {
  margin-top: 50px;
}

.department-description-wrapper .department-description {
  background-color: #f4f4f4;
  margin-right: 15px;
  margin-top: 15px;
}

.department-description-wrapper
  .department-description
  .department-description-header {
  padding: 20px;
}

.department-description-wrapper
  .department-description
  .department-description-header
  h1 {
  font-family: "Lato-Black";
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}

.department-description-wrapper
  .department-description
  .department-description-header
  address {
  margin-bottom: 0;
  line-height: 1.2;
  font-family: "Lato-Black";
  font-size: 18px;
  color: #51565a;
}

.department-description-wrapper
  .department-description
  .department-description-header
  address
  span {
  display: block;
  font-family: "Lato-Regular";
  color: #51565a;
  font-size: 17px;
}

.department-description-wrapper
  .department-description
  .department-description-footer {
  border-top: 2px solid #e8e8e8;
  padding: 20px;
}

.department-description-wrapper
  .department-description
  .department-description-footer
  a.department-link {
  display: inline-block;
  border-radius: 5px;
  padding: 6px 12px;
  font-family: "Lato-Bold";
  font-size: 15px;
  margin-bottom: 15px;
}

.department-description-wrapper
  .department-description
  .department-description-footer
  p {
  color: #3f4346;
  font-family: "Lato-Bold";
  font-size: 18px;
  margin-bottom: 15px;
}

.department-description-wrapper
  .department-description
  .department-description-footer
  p:last-child {
  margin-bottom: 0;
}

.department-description-wrapper
  .department-description
  .department-description-footer
  p
  a {
  color: #3f4346;
}

.department-description-wrapper
  .department-description
  .department-description-footer
  p
  a:hover {
  color: #04b348;
}

.department-description-wrapper
  .department-description
  .department-description-footer
  p
  img {
  margin-right: 10px;
}

.department-description-wrapper .panel.department-panel-map {
  border-color: #a4a4a4;
}

.department-description-wrapper .panel.department-panel-map > .panel-heading {
  color: #4c4c4c;
  background-color: inherit;
  border-color: #686d70;
  font-size: 18px;
}

.department-description-wrapper
  .panel.department-panel-map
  > .department-body
  #object-map {
  height: 400px;
}

.worker-image-wrapper {
  border: 2px solid #c6c6c6;
  -webkit-box-shadow: -10px 10px 0 0 rgba(237, 237, 237, 1);
  -moz-box-shadow: -10px 10px 0 0 rgba(237, 237, 237, 1);
  box-shadow: -10px 10px 0 0 rgba(237, 237, 237, 1);
  text-align: center;
  height: 407px;
  width: 100%;
  margin-bottom: 25px;
  padding: 20px;
  display: inline-block;
  background-color: #fff;
}

.worker-image-bg {
  background-image: url("images/bg-image-worker-big.jpg");
  background-repeat: no-repeat;
  height: 100%;
  display: inline-block;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.worker-image-wrapper .worker-image {
  display: block;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  width: 100%;
}

.worker-information {
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  position: relative;
}

.worker-information:before {
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -11px;
  top: 78px;
  content: "";
  background-color: #fff;
}

.worker-information .head {
  border-bottom: 1px solid #898989;
  padding: 0 15px;
  background-color: #f0f0f0;
  border-radius: 5px 5px 0 0;
}

.worker-information .head h1 {
  font-size: 28px;
  margin: 0;
  padding: 15px 10px;
}

.worker-information .head h1 span {
  text-transform: uppercase;
}

.worker-information .info-detail {
  padding: 20px 25px;
}

.worker-information .info-detail .role-social {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 10px;
}

.worker-information .info-detail .role h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
}

.worker-information .info-detail .worker-contacts {
  padding-top: 20px;
}

.worker-information .info-detail .worker-contacts p {
  color: #656565;
}

.worker-information .info-detail .worker-contacts .phone {
  display: none;
}

.worker-information .info-detail .worker-contacts p > img {
  margin-right: 20px;
  height: 3%;
  max-width: 7%;
}

.worker-information .info-detail .worker-contacts p.phone span {
  font-weight: bold;
  font-size: 20px;
}

.worker-information .info-detail .worker-contacts p > a {
  color: #3f4346;
  font-weight: bold;
  font-size: 18px;
}

.worker-information .info-detail .worker-contacts p > a:hover,
.worker-information .info-detail .worker-contacts p > a:focus {
  text-decoration: none;
}

.worker-information .info-detail .worker-contacts p.social {
  margin: 0;
}

.worker-about-wrapper {
  padding-left: 25px;
}

.worker-about-wrapper h3,
.worker-awards-wrapper h3,
.worker-reviews-wrapper h3 {
  font-size: 18px;
}

.worker-about-wrapper .worker-about {
  padding-left: 25px;
  font-size: 14px;
}

.worker-awards-wrapper {
  margin-bottom: 50px;
}

.worker-awards-slider {
  border: 1px solid #c2c2c2;
  border-radius: 5px;
}

.worker-awards-slider .slick-prev,
.worker-awards-slider .slick-next {
  color: #ccc;
  width: 20px;
  height: 40px;
  margin-top: 10px;
}

.worker-awards-slider .slick-prev:before {
  content: "\f104";
  font: 40px/1 "FontAwesome";
  color: #ccc;
}

.worker-awards-slider .slick-next:before {
  content: "\f105";
  font: 40px/1 "FontAwesome";
  color: #ccc;
}

.worker-awards-slider .slick-prev {
  left: 25px;
}

.worker-awards-slider .slick-next {
  right: 25px;
}

.worker-awards-slider .slick-list {
  margin: 25px 50px;
}

.worker-awards-slider .worker-award-item {
  text-align: center;
  padding: 0 15px;
}

.worker-awards-slider .worker-award-item a {
  vertical-align: middle;
  display: inline-block;
  height: 186px;
  line-height: 186px;
}

.worker-awards-slider .worker-award-item a img {
  display: inline-block;
}

.worker-honors-wrapper {
  margin-bottom: 50px;
}

.worker-honors-slider .slick-list {
  margin: 0 30px;
}

.worker-honors-slider .worker-honors-item {
  text-align: center;
}

.worker-honors-slider .worker-honors-item > div {
  vertical-align: middle;
  display: inline-block;
  height: 105px;
  line-height: 105px;
  width: 100%;
}

.worker-honors-slider .worker-honors-item > div > img {
  display: inline-block;
  height: 105px;
}

.worker-honors-slider .worker-honors-item > span {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #656565;
}

.worker-honors-slider .slick-prev,
.worker-honors-slider .slick-next {
  color: #ccc;
  width: 20px;
  height: 40px;
  margin-top: 10px;
}

.worker-honors-slider .slick-prev:before {
  content: "\f104";
  font: 40px/1 "FontAwesome";
  color: #ccc;
}

.worker-honors-slider .slick-next:before {
  content: "\f105";
  font: 40px/1 "FontAwesome";
  color: #ccc;
}

.worker-honors-slider .slick-prev {
  left: 0;
}

.worker-honors-slider .slick-next {
  right: 0;
}

.worker-honors-slider .worker-honors-item {
  position: relative;
}

.worker-honors-slider .worker-honors-item > div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  width: 1px;
  background-color: #bfbfbf;
}

.worker-honors-slider .worker-honors-item:first-child > div:before,
.worker-honors-slider .worker-honors-item.slick-current > div:before {
  display: none;
}

.worker-reviews-wrapper {
  background-color: #ededed;
  padding: 30px 0;
  margin-bottom: 50px;
}

.worker-reviews-wrapper h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.worker-reviews-wrapper h3 span {
  text-transform: uppercase;
}

.worker-reviews-slider .slick-prev,
.worker-reviews-slider .slick-next {
  color: #ccc;
  width: 20px;
  height: 40px;
  margin-top: 10px;
}

.worker-reviews-slider .slick-prev:before {
  content: "\f104";
  font: 40px/1 "FontAwesome";
  color: #ccc;
}

.worker-reviews-slider .slick-next:before {
  content: "\f105";
  font: 40px/1 "FontAwesome";
  color: #ccc;
}

.worker-reviews-slider .slick-prev {
  left: 0;
}

.worker-reviews-slider .slick-next {
  right: 0;
}

.worker-reviews-slider .slick-list {
  margin: 0 40px;
}

.worker-reviews-slider .worker-reviews-item {
  text-align: center;
  padding: 0 15px;
  position: relative;
}

.worker-reviews-slider .worker-reviews-item > a.review {
  vertical-align: middle;
  display: inline-block;
  /*height: 140px;*/
  line-height: 140px;
}

.worker-reviews-slider .worker-reviews-item > a.review > img {
  display: inline-block;
}

.worker-reviews-item .worker-reviews-item-content {
  position: absolute;
  top: 1px;
  left: 15px;
  right: 15px;
  bottom: 0;
  padding: 10px;
  background-color: rgba(55, 55, 55, 0.4);
  color: #fff;
  display: none;
  line-height: normal;
}

.worker-reviews-slider
  .worker-reviews-item
  > a.review:hover
  .worker-reviews-item-content {
  display: block;
}

.worker-reviews-slider .worker-reviews-item > a.video {
  display: block;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.worker-reviews-slider .worker-reviews-item > a.video:after {
  content: "";
  position: absolute;
  display: block;
  width: 53px;
  height: 42px;
  background: url(/images/play-youtube.png) 50% 50% no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -21px;
}

.worker-reviews-item .worker-reviews-item-content .worker-reviews-date {
  font-weight: bold;
}

.worker-reviews-item .worker-reviews-item-content .worker {
  margin: 5px 0 5px 0;
}

.worker-reviews-item .worker-reviews-item-content .worker-reviews-date,
.worker-reviews-item .worker-reviews-item-content .worker {
  text-align: left;
  display: block;
}

.worker-reviews-item .worker-reviews-item-content .worker-review-title-wrapper {
  height: 48px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.worker-reviews-item .worker-reviews-item-content .worker-review-title {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  word-wrap: break-word;
  width: 100%;
}

.worker-reviews-item .worker-reviews-item-content .worker-name {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 0 0;
}

.worker-estate-object-wrapper .panel-filter-estate {
  list-style: none;
  margin-bottom: 0;
  text-align: left;
  border-top: 1px solid #51565a;
  border-bottom: 1px solid #51565a;
}

.worker-estate-object-wrapper
  .panel-filter-estate
  > li.panel-filter-estate-item {
  display: inline-block;
  min-width: 1%;
  position: relative;
}

.panel-filter-estate > li.panel-filter-estate-item.title {
  font-size: 14px;
  display: inline-block;
  color: #3f4346;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 15px 8px 0;
  position: relative;
}

.worker-estate-object-wrapper
  .panel-filter-estate
  > li.panel-filter-estate-item
  > a {
  display: block;
  color: #3f4346;
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
  padding: 12px 10px;
  font-size: 14px;
  position: relative;
}

.panel-filter-estate > li.panel-filter-estate-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  background-color: #3f4346;
  margin-top: -10px;
}

.panel-filter-estate > li.panel-filter-estate-item:last-child:after {
  display: none;
}

.panel-filter-estate > li.panel-filter-estate-item.active > a {
  color: #fff;
  z-index: 1;
}

.panel-filter-estate > li.panel-filter-estate-item.active > a:before {
  position: absolute;
  content: "";
  left: 5px;
  right: 0;
  top: 6px;
  bottom: -1px;
  background-color: #51565a;
  z-index: -1;
}

.panel-filter-estate > li.panel-filter-estate-item.active > a:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background-color: #d8d8d8;
  left: 10px;
  right: -4px;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  z-index: -2;
}

.worker-estate-object-wrapper .tab-content {
  margin: 30px 0;
}

.worker-estate-object-wrapper .tab-content .col-md-3 {
  margin-bottom: 30px;
}

.img-wrapper {
  position: relative;
}

.img-wrapper > a {
  display: block;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.description-wrapper {
  background-color: #f1f6f7;
  padding-bottom: 5px;
}

.description-wrapper .description-top {
  padding: 10px 5px 10px 25px;
  line-height: 1;
}

.description-wrapper .description-top a.estate-title {
  font-size: 13px;
  font-weight: bold;
  color: #51565a;
  text-align: left;
  display: inline-block;
  line-height: 1.1;
  height: 30px;
  overflow: hidden;
}

.description-wrapper .description-top p {
  color: #51565a;
  font-size: 12px;
  font-style: italic;
}

.description-wrapper .description-price {
  position: relative;
  height: 36px;
  margin-bottom: 5px;
}

.description-wrapper .description-price > p {
  font-style: italic;
  margin: 0 0 0 25px;
  text-align: left;
}

.description-wrapper .description-price > p > span {
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
}

.description-wrapper .description-price span.old-price {
  position: absolute;
  top: -15px;
  right: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c7073;
  line-height: 1.1;
}

.description-wrapper .description-price span.old-price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #6c7073;
  top: 50%;
}

.description-bottom {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #51565a;
  margin: 0 5px;
  border-top: 1px solid #b6b6b6;
}

.description-bottom-room {
  float: left;
  width: 25%;
  border-right: 1px solid #b6b6b6;
}

.description-bottom p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  padding-top: 3px;
}

.description-bottom span {
  font-size: 12px;
  font-style: italic;
  display: block;
  line-height: 1;
  padding-bottom: 3px;
}

.description-bottom-area {
  float: left;
  width: 50%;
  border-right: 1px solid #b6b6b6;
}

.description-bottom-floor {
  float: right;
  width: 25%;
}

.modal-reviews-wrapper {
  position: fixed;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 7001;
}

.modal-reviews-wrapper .modal-reviews {
  margin: 0 auto;
  padding: 30px 50px;
  position: relative;
}

.modal-reviews-wrapper .modal-reviews a.modal-review-close {
  position: absolute;
  background: url("images/btn-close-modal.png") no-repeat;
  width: 33px;
  height: 32px;
  right: 20px;
  top: 10px;
  opacity: 0.8;
}

.modal-reviews-wrapper .modal-reviews a.modal-callback-close {
  position: absolute;
  background: url("images/btn-close-modal.png") no-repeat;
  width: 33px;
  height: 32px;
  right: 20px;
  top: 10px;
  opacity: 0.8;
}

.modal-reviews-wrapper .modal-reviews p.modal-title {
  line-height: 1;
  font-size: 32px;
  font-weight: bold;
  word-wrap: break-word;
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
}

.modal-reviews-wrapper .modal-reviews .reviews-slider-main .item {
  display: block;
}

.modal-reviews-wrapper
  .modal-reviews
  .reviews-slider-main
  .item
  .review-item-image {
  height: 280px;
  line-height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
}

.reviews-slider-nav {
  padding-bottom: 30px;
  position: relative;
}

.reviews-slider-nav.thumb .item {
  display: block;
  height: 66px;
  overflow: hidden;
  cursor: pointer;
}

.reviews-slider-main .owl-nav,
.reviews-slider-nav .owl-nav {
  margin-top: 0;
}

.reviews-slider-main .owl-nav .owl-prev,
.reviews-slider-main .owl-nav .owl-next,
.reviews-slider-nav .owl-nav .owl-prev,
.reviews-slider-nav .owl-nav .owl-next {
  font-family: "FontAwesome" !important;
  background-color: #fff !important;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
}

.reviews-slider-nav .owl-nav .owl-prev {
  left: -35px;
  margin: -33px 0 0 0;
}

.reviews-slider-nav .owl-nav .owl-next {
  right: -35px;
  margin: -33px 0 0 0;
}

.reviews-slider-main .owl-nav .owl-prev {
  left: -35px;
  margin: -15px 0 0 0;
}

.reviews-slider-main .owl-nav .owl-next {
  right: -35px;
  margin: -15px 0 0 0;
}

.reviews-slider-main .owl-nav .owl-prev.disabled,
.reviews-slider-main .owl-nav .owl-next.disabled,
.reviews-slider-nav .owl-nav .owl-next.disabled,
.reviews-slider-nav .owl-nav .owl-prev.disabled {
  display: none;
}

.reviews-slider-main .owl-nav .owl-prev:before,
.reviews-slider-main .owl-nav .owl-next:after,
.reviews-slider-nav .owl-nav .owl-prev:before,
.reviews-slider-nav .owl-nav .owl-next:after {
  padding: 5px 10px;
  color: #8c8c8c;
  font-size: 18px;
  line-height: 18px;
}

.reviews-slider-main .owl-nav .owl-prev:before,
.reviews-slider-nav .owl-nav .owl-prev:before {
  content: "\f053";
}

.reviews-slider-main .owl-nav .owl-next:after,
.reviews-slider-nav .owl-nav .owl-next:after {
  content: "\f054";
  margin-right: 10px;
}

.reviews-slider-main .owl-nav [class*="owl-"]:hover,
.reviews-slider-nav .owl-nav [class*="owl-"]:hover {
  background: inherit;
  color: #8c8c8c;
  text-decoration: none;
}

.reviews-slider-nav .owl-dots {
  margin-top: 15px;
}

.reviews-wrapper {
  position: relative;
}

.count-reviews {
  float: right;
  bottom: 8px;
  right: 0;
  line-height: 16px;
}

.count-reviews > span {
  color: #474747;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-family: "Roboto-Bold", Arial, Sans-Serif, Helvetica;
}

.modal-reviews .btn-page-reviews {
  display: inline-block;
  padding: 10px 30px;
  background-color: #ffc415;
  color: #1a1a1a;
  text-transform: uppercase;
  font-family: "Roboto-Bold", Arial, Sans-Serif, Helvetica;
  font-size: 13px;
  line-height: 13px;
  margin-top: 10px;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(255, 177, 25, 1);
  -moz-box-shadow: 2px 4px 2px 0 rgba(255, 177, 25, 1);
  box-shadow: 2px 4px 2px 0 rgba(255, 177, 25, 1);
}

.modal-reviews .btn-page-reviews:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: box-shadow ease 0.2s;
}

.reviews-slider-nav .review-nav-item-video {
  display: block;
}

.reviews-slider-nav .review-nav-item-video .video-item {
  height: 66px;
  background-size: contain;
  background-repeat: no-repeat;
}

.youtube-review-modal {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  margin: 0 auto;
}

iframe {
  margin: 0 auto;
}

.youtube-review-modal .play {
  background: url("images/play_1.png") no-repeat center center;
  background-size: 64px 64px;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.2s ease-out;
}

.youtube-review-modal.play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.awards-wrapper .awards-wrapper-items {
  margin-top: 80px;
}

.awards-wrapper .awards-wrapper-items .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.awards-wrapper .awards-wrapper-items .award-item {
  height: 230px;
  margin-bottom: 100px;
}

.awards-wrapper .awards-wrapper-items .award-item a.award {
  position: relative;
  display: block;
}

.awards-wrapper .awards-wrapper-items .award-item a.award:before {
  position: absolute;
  content: "";
  background: url("images/icon-award.png") no-repeat;
  width: 150px;
  height: 32px;
  top: -31px;
  left: 50%;
  margin-left: -75px;
}

.awards-wrapper .awards-wrapper-items .award-item a.award > img {
  padding: 5px;
  border-radius: 0;
  box-shadow: 5px 4px 0 -1px rgba(178, 178, 178, 0.5);
  border: 1px solid #b2b2b2;
}

.youtube {
  width: 100%;
  height: 280px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  margin: 0 auto 40px auto;
}

iframe {
  margin: 0 auto 40px auto;
}

.youtube .play {
  background: url("images/play.png") no-repeat center center;
  background-size: 64px 64px;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.2s ease-out;
}

.youtube .play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.awards-wrapper-items h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  height: 31px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

#cookie {
  z-index: 1000002;
  bottom: 0;
  position: fixed;
  width: 100%;
  padding: 20px 10px;
  background: #fff;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 20px #000;
}

.main-footer a {
  color: #fff;
}

.share {
  overflow: hidden;
}

.share span {
  display: block;
  float: left;
  margin: 5px 20px 0 0;
}

.share a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background: url(/images/share.png) no-repeat 0 0;
  text-decoration: none;
}

.share a.soc_fb {
  background-position: 0 0;
}

.share a.soc_fb:hover {
  background-position: 0 -30px;
}

.share a.soc_vk {
  background-position: -30px 0;
}

.share a.soc_vk:hover {
  background-position: -30px -30px;
}

.share a.soc_tw {
  background-position: -60px 0;
}

.share a.soc_tw:hover {
  background-position: -60px -30px;
}

.share a.soc_ok {
  background-position: -90px 0;
}

.share a.soc_ok:hover {
  background-position: -90px -30px;
}

.share a.soc_vb {
  background-position: -120px 0;
}

.share a.soc_vb:hover {
  background-position: -120px -30px;
}

.share a.soc_tlg {
  background-position: -150px 0;
}

.share a.soc_tlg:hover {
  background-position: -150px -30px;
}

.share a.soc_wa {
  background-position: -180px 0;
}

.share a.soc_wa:hover {
  background-position: -180px -30px;
}

/*=====================================*/
header::before {
  content: url("images/header-coner-l.svg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

header::after {
  content: url("images/header-coner-r.svg");
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.header-block {
  display: grid;
  /*grid-template-columns: 247px 247px 1fr;*/
  align-items: start;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.city-name-wrapper {
  grid-row: span 2;
  width: unset;
  height: 100%;
  align-items: start;
  border-right: 1px solid #a2a4a4;
}

.header-phone-wrapper,
.header-reviews {
  width: unset;
  height: unset;
}

.city-name {
  height: 100%;
}

.city-name > p {
  padding: 0;
}

.city-name > p > span {
  /*font-size: 11px;*/
  line-height: 1.5;
}

.city-name-wrapper .city-name > p > span.current_city {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  /*
    font-size: 11px;
    */
  display: inline;
}

.header-phone > span.form-modal,
.sel_city,
.header-phone {
  margin-bottom: 15px;
}

#current_city,
.header-phone > span.form-modal,
.header-reviews > span {
  padding: 5px 17px;
  border-radius: 7px;
  background: linear-gradient(45deg, #469e56, #128e41);
  color: #fff;
  text-decoration: none;
  /*
    font-weight: 400;
    */
  font-size: 12px;
  text-transform: uppercase;
  max-width: 177px;
  width: 100%;
  height: 30px;
}

#current_city:hover,
.header-phone > span.form-modal:hover,
.main-slider-desc > div > a.btn-default:hover,
.main-slider-desc-new > div > .btn-default:hover,
.read:hover {
  background: #02bd4b;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.city-name > a,
.header-reviews::before,
.header-phone-wrapper::before,
.sel_city i {
  display: none;
}

.sel_city:before {
  content: "";
  background: url("images/adress.svg") no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}

/*.header_city, .footer_city {
    padding-left: 30px;
}

.header_city:before, .footer-address:before {
    content: '';
    position: absolute;
    background: url(/images/icon-map-header.png) no-repeat;
    margin-left: -30px;
    width: 23px;
    height: 23px;
}
.footer-address:before {
    margin-left: 0;
}*/
.header_city img {
  padding-right: 5px;
}

.header_city__line {
  position: relative;
  width: 2px;
  height: 17px;
  margin: 0 5px;
  top: 4px;
  background-color: #a6a5a5;
  display: inline-block;
}

.header-phone > span.form-modal:before {
  content: "";
  background: url("images/phone.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  left: 0;
}

.header-phone {
  width: unset;
}

.header-phone a {
  text-align: center;
  margin: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #000;
}

.sel_city,
.header-phone > span.form-modal,
.header-reviews > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.header-reviews {
  display: none;
  grid-column: 2 / 3;
  /*display: flex ;*/
}

.header-reviews > span:before {
  content: "";
  background: url("images/messeg.svg") no-repeat;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  width: 22px;
  height: 19px;
}

.social {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-right: 50px;
  margin-top: 5px;
}

.social img {
  width: 20px;
  height: 20px;
}

.container-form-anketa .row div p {
  color: #0d9b42;
}

.row.row-col-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}

.column {
    width: 50%;
    margin: 0 9px;
}

/*.row-col-flex .form-control {
  width: 25vw;
}*/

.row-col-flex .form-control.form-control_small {
  width: 13.958vw;
}

.row-col-flex::before {
  display: none;
}

.row-col-flex::after {
  display: none;
}

.row-col-flex .form-control.form-control_middle {
  width: 14.208vw;
}

.row-col-flex .form-control.form-control_middle-small {
  width: 9.382vw;
}

.form-group.form-anketa {
  display: flex;
  justify-content: space-between;
  /*width: 28.617vw;*/
}

.row-col-flex .form-control.form-control_mini {
  width: auto;
}

.row-col-flex .form-control.form-control_money {
  width: 19.063vw;
}

#sellapartmentform-where {
  width: 100%;
  height: 5.313vw;
}

.row.center {
  display: flex;
  justify-content: center;
}

.row.center button {
  width: 18.385vw;
  background-color: #0d9b42;
  margin-bottom: 0.729vw;
}

.row.center .form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.row .container-form .form-button .btn {
  width: 18.385vw;
  height: 2.344vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.karera-title.mt-0 {
  margin-top: 0;
}

.page-desc .karera-title {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.781vw;
  width: auto;
}

.anketa-button {
  width: 18.385vw;
  height: 2.344vw;
  border-radius: 0.208vw;
  background: #0d9b42;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8.96vw;
  cursor: pointer;
  transition: 400ms;
}

.anketa-button:hover {
  opacity: 80%;
  box-shadow: 0px 0px 0.728vw 0.728vw rgba(0, 0, 0, 0.1);
}

.anketa-button a {
  text-decoration: 0;
  text-align: center;
  color: #fff;
  font-size: 0.938vw;
  font-weight: 400;
}

@media all and (max-width: 1366px) {
  .row.row-col-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

/*  .row-col-flex .form-control {
    width: 40.25vw;
  }*/

  .row-col-flex .form-control.form-control_small {
    width: 19.5412vw;
  }

  .row-col-flex::before {
    display: none;
  }

  .row-col-flex::after {
    display: none;
  }

  .row-col-flex .form-control.form-control_middle {
    width: 19.8912vw;
  }

  .row-col-flex .form-control.form-control_middle-small {
    width: 13.1348vw;
  }

  .form-group.form-anketa {
    display: flex;
    justify-content: space-between;
/*    width: 40.0638vw;*/
  }

  /*.row-col-flex .form-control.form-control_mini {
    width: 8.1288vw;
  }*/

  .row-col-flex .form-control.form-control_money {
    width: 26.6882vw;
  }

  #sellapartmentform-where {
    width: 100%;
    height: 7.4382vw;
  }

  .row.center {
    display: flex;
    justify-content: center;
  }

  .row.center button {
    width: 25.739vw;
    background-color: #0d9b42;
    margin-bottom: 1.0206vw;
  }

  .row.center .form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

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

  .row .container-form .form-button .btn {
    width: 25.739vw;
    height: 3.2816vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*HEADER MEDIA===============================*/
@media (max-width: 992px) {
  .header-logo {
    margin-left: 0;
  }

  header::before {
    display: none;
  }

  header::after {
    display: none;
  }

  .social {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .city-name > p > span {
    font-size: 2.6vw;
    line-height: 1.5;
  }

  .header_city {
    width: 39vw;
    display: block;
  }

  .header_city__line {
    background-color: #0000;
  }

  header::after {
    display: block;
    content: url("images/header-coner-r2.svg");
  }

  header > .container {
    margin-bottom: 20px;
  }

  .flex-center > .header-block {
    grid-template-columns: minmax(140px, 247px) minmax(140px, 247px);
    margin-top: 150px;
  }

  .city-name-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .header-phone-wrapper {
    margin-bottom: -20px;
    padding-right: 0;
    display: block;
  }

  .header-block .city-name-wrapper {
    padding-left: 0;
  }

  .header-phone {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form-modal {
  }

  #header-phone {
  }

  #header-phone > a {
    display: flex;
    align-items: center;
  }

  #header-phone > a:before {
    content: "";
    background: url("images/phone-green.svg");
    background-size: 100% 100%;
    margin-right: 15px;
    width: 20px;
    height: 20px;
  }

  .social {
    display: none;
  }

  .form-modal::before {
    display: none;
  }

  .get-consultation.form-modal::before {
    display: block;
  }

  .header-reviews {
    display: none;
  }
}

@media (max-width: 620px) {
  .flex-center > .header-block {
    margin-top: 130px;
  }
}

@media screen and (min-width: 540px) and (max-width: 639px) {
  .header-block .city-name-wrapper {
    width: 100%;
  }

  .header-block .header-phone-wrapper {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .flex-center > .header-block {
    margin-top: 110px;
  }

  .header-block .city-name-wrapper {
    text-align: left;
  }
}

@media screen and (min-width: 481px) and (max-width: 539px) {
  .header-block .header-phone-wrapper {
    display: block;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .header-block .header-phone-wrapper {
    display: block;
  }
}

@media (max-width: 480px) {
  .header-phone a {
    font-size: 13px;
  }

  .header-block .city-name-wrapper {
    text-align: left;
  }
}

@media (max-width: 418px) {
  #current_city,
  .header-phone > span.form-modal,
  .header-reviews > span {
    font-size: 10px;
  }
}

@media (max-width: 414px) {
  .logo-hidden {
    width: 136px;
    height: 34px;
  }

  .flex-center > .header-block {
    margin-top: 90px;
  }

  .sel_city:before {
    width: 13px;
  }

  .header-phone a {
    font-size: 10px;
  }

  #header-phone > a:before {
    margin-right: 5px;
    width: 15px;
  }

  .header-block .city-name-wrapper {
    text-align: left;
  }

  #current_city,
  .header-phone > span.form-modal,
  .header-reviews > span {
    font-size: 9px;
    padding: 5px 8px;
  }

  .city-name {
    width: 100%;
  }
}

@media (max-width: 320px) {
  #current_city,
  .header-phone > span.form-modal,
  .header-reviews > span {
    font-size: 8px;
  }

  .city-name > p > span {
    font-size: 2.6vw;
    line-height: 1.5;
  }
}

/*HEADER MEDIA END===============================*/

/*----- CSS CLEANER -----*/

/* xl-размер (>=1200px) */
/* CSS для >=1200px */

.icons-row,
.icons-row-big {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  justify-content: center;
}

.icons-row .column {
  flex: 1;
  max-width: 17%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}

.icons-row.icons_sell .column {
  flex: 1;
  max-width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}

.icons-row.icons_sell .column img {
  width: 4.9vw;
  height: auto;
}

#icons-row .column {
  position: relative;
  overflow: visible;
}

#icons-row .column .column-inner {
  position: relative;
  overflow: hidden;
}

#icons-row .column .column-inner .text {
  position: absolute;
  opacity: 0;
}

#icons-row .big {
  max-width: 250px;
}

#icons-row .big .column-inner {
  z-index: 100;
  padding: 20px;
  border: 1px solid rgb(3, 187, 75);
  background: white;
  position: absolute;
  transform: translateY(-50%);
}

#icons-row .big .column-inner .text {
  opacity: 1;
  width: 225px;
  position: relative;
}

#icons-row .big,
#icons-row .big .column-inner,
#icons-row .big .column-inner .text {
  transition: all 0.5s 0s;
}

.icons-row-big .column {
  flex: 1;
  max-width: 20%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}

.icons-row .big-column {
  max-width: 33%;
  width: 33%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}

.icons-row .big-column ul {
  padding: 0 25px 20px;
}

.icons-row .column-arrow {
  flex: 1;
  max-width: 5%;
  box-sizing: border-box;
  text-align: center;
}

.icons-row .column img {
  width: 60%;
  height: auto;
}

.icons-row .big-column img {
  width: 120px;
  height: auto;
}

.icons-row .column p,
.icons-row .big-column p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.icons-row.bank .col-md-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  margin: 10px 0;
}

.bank img {
  width: 210px;
  height: 75px;
}

.form-group-left img {
  width: 35.21vw;
  height: auto;
  border: solid 0.1vw #0d9b42;
  border-radius: 0.21vw;
}

/* lg-размер (<=1199px) */
@media (max-width: 1199px) {
  /* CSS для ширины от 992px до 1199px */

  .container-form {
    display: flex;
    justify-content: center;
    padding: 5vw 0;
  }

  .container-form .form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 4.746vw;
    justify-content: center;
    /*        padding-top: 1.778vw;
        padding-bottom: 1.778vw;*/
  }

  .container-form .form-sent-by-modal .form-group {
    margin-right: 0 !important;
  }

  .container-form .form-group .legend {
    text-align: center;
    font-size: 1.316vw;
    color: #000000;
  }

  .container-form .form-group legend {
    border-bottom: none;
  }

  .container-form .form-group .form-group.field-clientform-policy,
  .container-form .form-group .form-group.field-clientform-personal_data {
    display: none;
  }

  .container-form .form-group .form-control {
    width: 24.43vw;
    height: 2.478vw;
    font-size: 1.022vw;
    border-radius: 0.21vw;
    padding-left: 0.882vw;
  }

  .container-form .form-group .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.07vw rgba(13, 110, 253, 0.25);
  }

  .container-form .form-group .form-button {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container-form .form-group .form-button .btn {
    width: 24.43vw;
    height: 3.276vw;
    background-color: #0d9b42;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.316vw;
    outline: none;
    border: none;
    border-radius: 0.21vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container-form .form-group .form-button .btn:hover {
    background-color: #02bd4b;
  }

  .container-form .form-group .form-button .annotation {
    text-align: center;
    padding-top: 1.022vw;
    font-size: 0.882vw;
  }

  .container-form .form-image img {
    width: 49.294vw;
    height: auto;
    border: solid 0.2vw #0d9b42;
    border-radius: 0.21vw;
  }

  .karera-title {
    font-size: 1.75vw;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10.066vw;
    margin-bottom: 1vw;
  }

  .karera-title.karera-title_snyat {
    margin-top: 0;
  }

  .karera-title.karera-title_karera {
    width: 83.132vw;
    margin: auto;
  }

  .advantages-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .advantages-container .advantages-items {
    width: 83.132vw;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 4.2vw;
  }

  .advantages-container .advantages-items .advantages-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24.206vw;
    height: 16.338vw;
    margin-top: 1.162vw;
    text-decoration: none;
    border-radius: 1.456vw;
    transition: 400ms;
  }

  .advantages-container .advantages-items .advantages-item .item-icon {
    width: 6.048vw;
    height: 6.148vw;
    margin-top: 2.114vw;
    margin-bottom: 1.162vw;
    transition: 400ms;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_1 {
    background: url(images/a_1.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_2 {
    background: url(images/a_2.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_3 {
    background: url(images/a_3.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_4 {
    background: url(images/a_4.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_5 {
    background: url(images/a_5.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_6 {
    background: url(images/a_6.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_7 {
    background: url(images/a_7.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_8 {
    background: url(images/a_8.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_9 {
    background: url(images/a_9.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-name {
    text-align: center;
    font-size: 1.092vw;
    font-weight: 700;
    color: #000000;
  }

  .advantages-container .advantages-item:hover .item-icon_1 {
    background: url(images/a_2.jpg) no-repeat;
  }

  .advantages-container .advantages-item:hover {
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 0 0.728vw 0.728vw rgba(0, 0, 0, 0.1);
  }

  .advantages-container .advantages-item:hover .item-icon {
    opacity: 80%;
  }

  .karera-vid {
    display: flex;
    margin-top: 1.4vw;
    align-items: center;
    margin-right: auto;
  }

  .karera-title span {
    color: #000;
    font-size: 1.316vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
  }

  .vacancy-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 4.298vw;
    margin-bottom: 8.96vw;
  }

  .vacancy-wrapper .vacancy-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 1.316vw;
    margin-top: 0;
  }

  .vacancy-wrapper .vacancy-items .vacancy-item {
    display: flex;
    align-items: center;
    padding: 0.588vw 1.526vw;
    background-color: #0d9b42;
    border-radius: 0.294vw;
    text-decoration: none;
    color: #fff;
    font-size: 0.952vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: 400ms;
  }

  .vacancy-wrapper .vacancy-items .vacancy-item img {
    margin-right: 1.526vw;
    width: 3.724vw;
    height: 3.724vw;
  }

  .vacancy-wrapper .vacancy-items .vacancy-item:hover {
    opacity: 80%;
    box-shadow: 0px 0px 0.728vw 0.728vw rgba(0, 0, 0, 0.1);
  }

  .vacancy-wrapper .vacancy-image {
    width: 41.566vw;
    height: 38.43vw;
    border: solid 0.2vw #0d9b42;
    border-radius: 0.21vw;
  }

  .form-group-left img {
    width: 49.294vw;
    height: auto;
    border: solid 0.2vw #0d9b42;
    border-radius: 0.21vw;
  }

  .icons-row.icons_sell .column {
    flex: 1;
    max-width: 48%;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
  }

  .icons-row.icons_sell .column img {
    width: 6.17vw;
    height: auto;
  }

  .anketa-button {
    width: 25.739vw;
    height: 3.2816vw;
    border-radius: 0.2912vw;
  }

  .anketa-button:hover {
    opacity: 80%;
    box-shadow: 0px 0px 1.0192vw 1.0192vw rgba(0, 0, 0, 0.1);
  }

  .anketa-button a {
    font-size: 1.3132vw;
  }
}

/* md-размер (<=991px) */
@media (max-width: 991px) {
  /* CSS для ширины от 768px до 991px */
}

/* sm-размер (<=768px) */
@media (max-width: 767px) {
  /* CSS для ширины от 576px до 767px */

  .icons-row {
    padding: 4.3vw;
  }

  .icons-row .column {
    padding: 16px 10px;
    max-width: 50%;
  }

  .icons-row .big-column {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
  }

  .icons-row .column p {
    font-size: 15px;
  }

  .footer__column-row2 {
    align-self: flex-start;
    padding-left: 15px;
  }

  .footer-column-right2 .footer-column:last-child {
    justify-content: normal;
    width: 100%;
    height: fit-content;
  }

  .footer-column-right2 .footer-title,
  .footer-column-right2 .footer-subtitle,
  .footer-column-right2 .menu-item-parent {
    display: none;
  }
}

/* xs-размер (<=575px) */
@media (max-width: 575px) {
  /* CSS для ширины до 575px (включительно) */

  .bank img {
    height: auto;
  }

  .container-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-form .form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1.905vw;
    padding-bottom: 1.905vw;
    margin-right: 0;
  }

  .container-form .form-group .legend {
    text-align: center;
    font-size: 3.2vw;
    color: #000000;
    margin-bottom: 2vw;
  }

  .container-form .form-group legend {
    border-bottom: none;
  }

  .container-form .form-group .form-control {
    width: 95vw;
    height: auto;
    font-size: 2.9vw;
    margin-bottom: 2vw;
  }

  .container-form .form-group .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.075vw rgba(13, 110, 253, 0.25);
  }

  .container-form .form-group .form-button {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container-form .form-group .form-button .btn {
    width: 95vw;
    height: auto;
    background-color: #0d9b42;
    color: #ffffff;
    font-size: 3.2vw;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 0.315vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container-form .form-group .form-button .btn:hover {
    background-color: #02bd4b;
  }

  .container-form .form-group .form-button .annotation {
    text-align: center;
    padding-top: 1.095vw;
    font-size: 2.9vw;
  }

  .container-form .form-image img {
    width: 100vw;
    height: auto;
    border: solid 0.4vw #0d9b42;
    border-radius: 0.21vw;
  }

  .karera-title {
    font-size: 3.78vw;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10.066vw;
    margin-bottom: 1vw;
  }

  .karera-title.karera-title_snyat {
    margin-top: 0;
  }

  .karera-title.karera-title_karera {
    width: 83.132vw;
    margin: auto;
  }

  .advantages-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .advantages-container .advantages-items {
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 4.2vw;
  }

  .advantages-container .advantages-items .advantages-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 43vw;
    height: 38vw;
    margin-top: 1.162vw;
    text-decoration: none;
    border-radius: 1.456vw;
    transition: 400ms;
  }

  .advantages-container .advantages-items .advantages-item .item-icon {
    width: 24vw;
    height: 24vw;
    margin-top: 2.114vw;
    margin-bottom: 1.162vw;
    transition: 400ms;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_1 {
    background: url(images/a_1.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_2 {
    background: url(images/a_2.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_3 {
    background: url(images/a_3.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_4 {
    background: url(images/a_4.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_5 {
    background: url(images/a_5.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_6 {
    background: url(images/a_6.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_7 {
    background: url(images/a_7.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_8 {
    background: url(images/a_8.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_9 {
    background: url(images/a_9.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-name {
    text-align: center;
    font-size: 2.5vw;
    font-weight: 700;
    color: #000000;
  }

  .advantages-container .advantages-item:hover .item-icon_1 {
    background: url(images/a_2.jpg) no-repeat;
  }

  .advantages-container .advantages-item:hover {
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 0 0.728vw 0.728vw rgba(0, 0, 0, 0.1);
  }

  .advantages-container .advantages-item:hover .item-icon {
    opacity: 80%;
  }

  .karera-vid {
    display: flex;
    margin-top: 4.2vw;
    align-items: center;
    margin-right: auto;
  }

  .karera-title span {
    color: #000;
    font-size: 2.316vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
  }

  .vacancy-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4.298vw;
  }

  .vacancy-wrapper .vacancy-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 0;
  }

  .vacancy-wrapper .vacancy-items .vacancy-item {
    display: flex;
    align-items: center;
    padding: 1.588vw 8.426vw;
    background-color: #0d9b42;
    border-radius: 0.294vw;
    text-decoration: none;
    color: #fff;
    font-size: 2.1vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: 400ms;
    margin-bottom: 1vw;
  }

  .vacancy-wrapper .vacancy-items .vacancy-item img {
    margin-right: 2.526vw;
    width: 5.724vw;
    height: 5.724vw;
  }

  .vacancy-wrapper .vacancy-items .vacancy-item:hover {
    opacity: 80%;
    box-shadow: 0px 0px 0.728vw 0.728vw rgba(0, 0, 0, 0.1);
  }

  .vacancy-wrapper .vacancy-image {
    width: 100vw;
    height: auto;
    border: solid 0.4vw #0d9b42;
    border-radius: 0.21vw;
  }

  .form-group-left img {
    width: 100vw;
    height: auto;
    border: solid 0.4vw #0d9b42;
    border-radius: 0.21vw;
  }

  .icons-row.icons_sell {
    padding: 40px;
  }

  .icons-row.icons_sell .column {
    flex: 1;
    max-width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
  }

  .icons-row.icons_sell .column img {
    width: 10.78vw;
    height: auto;
  }

    .column {
        width: 100%;
    }

  .row.row-col-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .row-col-flex .form-control {
    width: 100%;
  }

  .row-col-flex .form-control.form-control_small {
    width: 100%;
  }

  .row-col-flex::before {
    display: none;
  }

  .row-col-flex::after {
    display: none;
  }

  .row-col-flex .form-control.form-control_middle {
    width: 100%;
  }

  .row-col-flex .form-control.form-control_middle-small {
    width: 100%;
  }

  .form-group.form-anketa {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .row-col-flex .form-control.form-control_mini {
    width: auto;
  }

  .row-col-flex .form-control.form-control_money {
    width: 100%;
  }

  #sellapartmentform-where {
    width: 100%;
    height: auto;
  }

  .row.center {
    display: flex;
    justify-content: center;
  }

  .row.center button {
    width: 100%;
    background-color: #0d9b42;
    margin-bottom: 1.0206vw;
  }

  .row.center .form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

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

  .row .container-form .form-button .btn {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .anketa-button {
    width: 100%;
    height: auto;
    border-radius: 0.2912vw;
  }

  .anketa-button:hover {
    opacity: 80%;
    box-shadow: 0px 0px 1.0192vw 1.0192vw rgba(0, 0, 0, 0.1);
  }

  .anketa-button a {
    font-size: 3vw;
  }

  #iFrameResizer0 {
    height: 1400px !important;
  }
}

/*----- CSS MIN-WITH -----*/

/* sm (>=576 и <=767) */
@media (min-width: 576px) and (max-width: 767px) {
}

/* md (>=768 и <=991) */
@media (min-width: 768px) and (max-width: 991px) {
}

/* lg (>=992 и <=1199) */
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

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

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

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

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

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

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

  .hidden-md {
    display: none !important;
  }

  header h4.header-title {
    font-size: 28px;
  }

  .city-name > p,
  .header-phone > p {
    font-size: 13px;
  }

  .header-phone {
    width: 100%;
  }

  /*    .header-phone > span.form-modal:before {
        left: 10px
    }*/

  .main-slider-nav-item-title {
    width: 90%;
  }

  .advantage-wrapper .advantage-left-wrapper,
  .advantage-wrapper .advantage-right-wrapper {
    display: block;
    width: 100%;
  }

  .advantage-left {
    padding: 20px;
    width: 100%;
    margin: 0;
  }

  .advantage-left h2 {
    margin-bottom: 25px;
  }

  .advantage-right {
    padding: 20px;
    width: 100%;
    margin: 0;
  }

  .advantage-wrapper .advantage-right-wrapper:before {
    top: 0;
  }

  .advantage-right a {
    margin-left: 40px;
    margin-bottom: 20px;
  }

  .advantage-right a:hover:after {
    background-size: 50% 100%;
    top: -8px;
    bottom: -8px;
  }

  .advantage-right a:nth-of-type(3) {
    display: block;
    vertical-align: middle;
    height: auto;
  }

  .advantage-wrapper span.get-consultation {
    margin: 0 auto;
  }

  .our-partners-title {
    font-size: 20px;
    padding: 32px 0;
  }
}

/* lg (>=992 и <=1023) */
@media screen and (min-width: 992px) and (max-width: 1023px) {
}

/* (>=992) */
@media (min-width: 992px) {
  #offices-map {
    height: 330px;
  }

  .theme-default .map-index-wrapper {
    border-top: none;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 92.67%;
  }

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

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

/*  .col-md-8 {
    width: 66.66666667%;
  }*/

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

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

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

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

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

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

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

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .modal-lg {
    width: 900px;
  }

  .alert-fixed-top,
  .alert-fixed-bottom {
    left: 50%;
    width: 992px;
    margin-left: -496px;
  }

  .alert-fixed-top {
    border-width: 0 1px 1px 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .alert-fixed-bottom {
    border-width: 1px 1px 0 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

/* xl (>=1200) */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .footer-column-right,
  .footer-column-right2 {
    width: 840px;
    /* height: 330px; */
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

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

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

  .col-lg-10.sellrealty {
    width: 88.5%;
  }

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

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

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

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

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

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

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

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

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

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }

  .hidden-lg {
    display: none !important;
  }

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

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

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

  .container-form {
    display: flex;
    justify-content: center;
    padding: 5vw 0;
  }

  .container .form-group.form_karera {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 3.39vw;
  }

  .form-group.form_karera fieldset {
    border: 0;
  }

  .form_karera {
    margin-bottom: 0;
  }

  .container .form-sent-by-modal .form-group.form_karera {
    margin-right: 0;
  }

  .container .form-group .legend {
    text-align: center;
    font-size: 1vw;
    color: #000000;
    border: none !important;
  }

  .form_karera {
    margin-bottom: 0;
  }

  .container-form .form-group .form-group.field-clientform-policy,
  .container-form .form-group .form-group.field-clientform-personal_data {
    display: none !important;
  }

  .container .form-group.form_karera .form-control {
      width: 26.45vw;
      height: 2.07vw;
      font-size: 1.03vw;

    /*width: 17.45vw;
    height: 1.77vw;
    font-size: 0.73vw;*/
  }

  .container .form-group .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.05vw rgba(13, 110, 253, 0.25);
  }

  .container .form-group.form_karera .form-button {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container .form-group.form_karera .form-button .btn {
    width: 17.45vw;
    height: 2.34vw;
    background-color: #0d9b42;
    color: #ffffff;
    cursor: pointer;
    font-size: 0.94vw;
    outline: none;
    border: none;
    border-radius: 0.21vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container .form-group.form_karera .form-button .btn:hover {
    background-color: #02bd4b;
  }

  .container .form-group.form_karera .form-button .annotation {
    text-align: center;
    padding-top: 0.73vw;
    font-size: 0.63vw;
  }

  .container .form-image img {
    width: 35.21vw;
    height: auto;
    border: solid 0.1vw #0d9b42;
    border-radius: 0.21vw;
  }

  .karera-title {
    font-size: 1.25vw;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 7.19vw;
    margin-bottom: 1vw;
  }

  .karera-title.karera-title_snyat {
    margin-top: 0;
  }

  .karera-title.karera-title_karera {
    width: 59.38vw;
    margin: auto;
  }

  .advantages-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .advantages-container .advantages-items {
    width: 59.38vw;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 3vw;
  }

  .advantages-container .advantages-items .advantages-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 17.29vw;
    height: 11.67vw;
    margin-top: 0.83vw;
    text-decoration: none;
    border-radius: 1.04vw;
    transition: 400ms;
  }

  .advantages-container .advantages-items .advantages-item .item-icon {
    width: 4.32vw;
    height: 4.42vw;
    margin-top: 1.51vw;
    margin-bottom: 0.83vw;
    transition: 400ms;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_1 {
    background: url(images/a_1.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_2 {
    background: url(images/a_2.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_3 {
    background: url(images/a_3.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_4 {
    background: url(images/a_4.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_5 {
    background: url(images/a_5.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_6 {
    background: url(images/a_6.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_7 {
    background: url(images/a_7.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_8 {
    background: url(images/a_8.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-icon_9 {
    background: url(images/a_9.jpg) no-repeat;
    background-size: 100%;
  }

  .advantages-container .advantages-items .advantages-item .item-name {
    text-align: center;
    font-size: 0.78vw;
    font-weight: 700;
    color: #000000;
  }

  .advantages-container .advantages-item:hover {
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 0 0.52vw 0.52vw rgba(0, 0, 0, 0.1);
  }

  .advantages-container .advantages-item:hover .item-icon {
    opacity: 80%;
  }

  .karera-vid {
    display: flex;
    margin-top: 0.94vw;
    align-items: center;
  }

  .karera-title span {
    color: #000;
    font-size: 0.94vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
  }

  .vacancy-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 3.07vw;
    margin-bottom: 8.96vw;
  }

  .vacancy-wrapper .vacancy-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 0.94vw;
    margin-top: 0;
  }

  .vacancy-wrapper .vacancy-items .vacancy-item {
    display: flex;
    align-items: center;
    padding: 0.42vw 1.09vw;
    background-color: #0d9b42;
    border-radius: 0.21vw;
    text-decoration: none;
    color: #fff;
    font-size: 0.68vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: 400ms;
  }

  .vacancy-wrapper .vacancy-items .vacancy-item img {
    margin-right: 1.09vw;
    width: 2.66vw;
    height: 2.66vw;
  }

  .vacancy-wrapper .vacancy-items .vacancy-item:hover {
    opacity: 80%;
    box-shadow: 0px 0px 0.52vw 0.52vw rgba(0, 0, 0, 0.1);
  }

  .vacancy-wrapper .vacancy-image {
    width: 29.69vw;
    height: 27.45vw;
    border: solid 0.1vw #0d9b42;
    border-radius: 0.21vw;
  }
}

.advantages-container .advantages-item:hover .item-icon_1 {
  background: url(images/a_1_h.jpg) no-repeat;
  background-size: 100%;
}

.advantages-container .advantages-item:hover .item-icon_2 {
  background: url(images/a_2_h.jpg) no-repeat;
  background-size: 100%;
}

.advantages-container .advantages-item:hover .item-icon_3 {
  background: url(images/a_3_h.jpg) no-repeat;
  background-size: 100%;
}

.advantages-container .advantages-item:hover .item-icon_4 {
  background: url(images/a_4_h.jpg) no-repeat;
  background-size: 100%;
}

.advantages-container .advantages-item:hover .item-icon_5 {
  background: url(images/a_5_h.jpg) no-repeat;
  background-size: 100%;
}

.advantages-container .advantages-item:hover .item-icon_6 {
  background: url(images/a_6_h.jpg) no-repeat;
  background-size: 100%;
}

.advantages-container .advantages-item:hover .item-icon_7 {
  background: url(images/a_7_h.jpg) no-repeat;
  background-size: 100%;
}

.advantages-container .advantages-item:hover .item-icon_8 {
  background: url(images/a_8_h.jpg) no-repeat;
  background-size: 100%;
}

.advantages-container .advantages-item:hover .item-icon_9 {
  background: url(images/a_9_h.jpg) no-repeat;
  background-size: 100%;
}

/* by-apartment */
#buy-apartment {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-survey-wrapper > .row {
  display: flex;
  justify-content: center;
}

.form-survey-wrapper h3.form-title {
  margin: 0 0 20px 0;
}

.form-group.field-sellapartmentform-city {
  display: flex;
}

.form-group.field-sellapartmentform-city.column {
  flex-direction: column;
}

.form-group-left {
  width: 100%;
}

.form-group-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#next,
#back,
#start-survey {
  margin: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: rgb(3, 187, 75);
  border: 2px solid rgb(3, 187, 75);
}

#next:hover,
#back:hover,
#start-survey:hover {
  background: rgb(3, 187, 75);
  color: #fff;
}

#buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-group > .tabs > label {
  width: 100%;
}

.tabs > label {
    width: 100%;
    display: none;
}

.form-group > .tabs > label > span {
  text-transform: lowercase;
  font-size: 16px;
}

#block1 {
  flex-direction: column;
}

#block1,
#block2,
#block3,
#block4,
#block5,
#block6,
#block7,
#block8 {
  max-width: 500px;
  width: 100%;
}

@media (max-width: 768px) {
  .field-sellapartmentform-city {
    flex-direction: column;
    align-items: center;
  }

  .form-group-left {
    width: 75%;
    margin-bottom: 10px;
  }
}

.circle-number {
  min-width: 32px;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  background: rgb(3, 187, 75);
  border-radius: 16px;
}
