/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
div[role="dialog"] {
  width: 500px !important;
  min-height: 300px !important;
}

#bacfirma-modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.50);
  opacity: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  font-family: Helvetica,Arial,sans-serif;
  overflow: hidden;
}

#bacfirma-modal #bacfirma-modal-message {
  padding: 10px;
  width: 30%;
  background-color: white;
  margin: 0 auto;
  margin-top: 2%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

#bacfirma-close {
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
}

#bacfirma-modal-body {
  text-align: center;
}

#bacfirma-modal-body h3 {
  font-size: 24px;
}

#bacfirma-modal-footer {
  clear: both;
}

#bacfirma-retry-btn {
  float: right;
}

#step1 button {
  float: right;
}

#step2 {
  display: none;
}

#error {
  display: none;
}

#bacfirma-modal img {
  margin: 0 auto;
}

#closeModalImg:hover {
  content: url('https://seguridad.baccredomatic.com/files/firma_digital/css/icons/close_message_hover.png');
}

/* @license MIT https://github.com/kenwheeler/slick/blob/master/LICENSE */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url(/libraries/slick-carousel/slick/./ajax-loader.gif) center center no-repeat;
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url(/libraries/slick-carousel/slick/./fonts/slick.eot);
  src: url(/libraries/slick-carousel/slick/./fonts/slick.eot#iefix) format('embedded-opentype'),url(/libraries/slick-carousel/slick/./fonts/slick.woff) format('woff'),url(/libraries/slick-carousel/slick/./fonts/slick.ttf) format('truetype'),url(/libraries/slick-carousel/slick/./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: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
  color: transparent;
  outline: none;
  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: .25;
}

.slick-prev:before,.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .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: none;
  background: transparent;
}

.slick-dots li button:hover,.slick-dots li button:focus {
  outline: none;
}

.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: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-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: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  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: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}

.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: .4em 1em;
}

input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .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;
}

.progress {
  position: relative;
}

.progress__track {
  min-width: 100px;
  max-width: 100%;
  height: 16px;
  margin-top: 5px;
  border: 1px solid;
  background-color: #fff;
}

.progress__bar {
  width: 3%;
  min-width: 3%;
  max-width: 100%;
  height: 1.5em;
  background-color: #000;
}

.progress__description,.progress__percentage {
  overflow: hidden;
  margin-top: 0.2em;
  color: #555;
  font-size: 0.875em;
}

.progress__description {
  float: left;
}

[dir="rtl"] .progress__description {
  float: right;
}

.progress__percentage {
  float: right;
}

[dir="rtl"] .progress__percentage {
  float: left;
}

.progress--small .progress__track {
  height: 7px;
}

.progress--small .progress__bar {
  height: 7px;
  background-size: 20px 20px;
}

.ajax-progress {
  display: inline-block;
  padding: 1px 5px 2px 5px;
}

[dir="rtl"] .ajax-progress {
  float: right;
}

.ajax-progress-throbber .throbber {
  display: inline;
  padding: 1px 5px 2px;
  background: transparent url(/themes/contrib/stable/images/core/throbber-active.gif) no-repeat 0 center;
}

.ajax-progress-throbber .message {
  display: inline;
  padding: 1px 5px 2px;
}

tr .ajax-progress-throbber .throbber {
  margin: 0 2px;
}

.ajax-progress-bar {
  width: 16em;
}

.ajax-progress-fullscreen {
  position: fixed;
  z-index: 1000;
  top: 48.5%;
  left: 49%;
  width: 24px;
  height: 24px;
  padding: 4px;
  opacity: 0.9;
  border-radius: 7px;
  background-color: #232323;
  background-image: url(/themes/contrib/stable/images/core/loading-small.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

[dir="rtl"] .ajax-progress-fullscreen {
  right: 49%;
  left: auto;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.text-align-justify {
  text-align: justify;
}

.align-left {
  float: left;
}

.align-right {
  float: right;
}

.align-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.fieldgroup {
  padding: 0;
  border-width: 0;
}

.container-inline div,.container-inline label {
  display: inline;
}

.container-inline .details-wrapper {
  display: block;
}

.clearfix:after {
  display: table;
  clear: both;
  content: "";
}

.js details:not([open]) .details-wrapper {
  display: none;
}

.hidden {
  display: none;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.visually-hidden.focusable:active,.visually-hidden.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}

.invisible {
  visibility: hidden;
}

.item-list__comma-list,.item-list__comma-list li {
  display: inline;
}

.item-list__comma-list {
  margin: 0;
  padding: 0;
}

.item-list__comma-list li:after {
  content: ", ";
}

.item-list__comma-list li:last-child:after {
  content: "";
}

.js .js-hide {
  display: none;
}

.js-show {
  display: none;
}

.js .js-show {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.position-container {
  position: relative;
}

.reset-appearance {
  margin: 0;
  padding: 0;
  border: 0 none;
  background: transparent;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.resize-none {
  resize: none;
}

.resize-vertical {
  min-height: 2em;
  resize: vertical;
}

.resize-horizontal {
  max-width: 100%;
  resize: horizontal;
}

.resize-both {
  max-width: 100%;
  min-height: 2em;
  resize: both;
}

.system-status-counter__status-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.system-status-counter__status-icon:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center 2px;
  background-size: 20px;
}

.system-status-counter__status-icon--error:before {
  background-image: url(/themes/contrib/stable/images/core/icons/e32700/error.svg);
}

.system-status-counter__status-icon--warning:before {
  background-image: url(/themes/contrib/stable/images/core/icons/e29700/warning.svg);
}

.system-status-counter__status-icon--checked:before {
  background-image: url(/themes/contrib/stable/images/core/icons/73b355/check.svg);
}

.system-status-report-counters__item {
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0,0,0,0.063);
}

@media screen and (min-width: 60em) {
  .system-status-report-counters {
      display:flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .system-status-report-counters__item--half-width {
      width: 49%;
  }

  .system-status-report-counters__item--third-width {
      width: 33%;
  }
}

.system-status-general-info__item {
  margin-top: 1em;
  padding: 0 1em 1em;
  border: 1px solid #ccc;
}

.system-status-general-info__item-title {
  border-bottom: 1px solid #ccc;
}

.tablesort {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
}

.tablesort--asc {
  background-image: url(/themes/contrib/stable/images/core/icons/787878/twistie-down.svg);
}

.tablesort--desc {
  background-image: url(/themes/contrib/stable/images/core/icons/787878/twistie-up.svg);
}

.loading-data {
  background: url("data:image/svg+xml,%3Csvg class='lds-spinner' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect class='rect1' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect class='rect2' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect class='rect3' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect class='rect4' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect class='rect5' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect class='rect6' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect class='rect7' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect class='rect8' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect class='rect9' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect class='rect10' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect class='rect11' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect class='rect12' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cstyle%3E @keyframes loading-spinner %7B 0%25 %7B opacity: 1; %7D%0A100%25 %7B opacity: 0; %7D %7D .rect1 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.9166666666666666s; %7D .rect2 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.8333333333333334s; %7D .rect3 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.75s; %7D .rect4 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.6666666666666666s; %7D .rect5 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5833333333333334s; %7D .rect6 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5s; %7D .rect7 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.4166666666666667s; %7D .rect8 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.3333333333333333s; %7D .rect9 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.25s; %7D .rect10 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.16666666666666666s; %7D .rect11 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.08333333333333333s; %7D .rect12 %7B animation: loading-spinner 1s linear infinite; animation-delay: 0s; %7D%0A%3C/style%3E%3C/svg%3E") 98% no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.product-closed {
  display: flex;
  flex-direction: column;
  font-family: "Graphik-Regular",sans-serif;
}

@media screen and (min-width: 992px) {
  .product-closed {
      flex-direction:row-reverse;
  }
}

.product-closed__content {
  padding: 25px 25px 20px;
}

@media screen and (min-width: 992px) {
  .product-closed__content {
      flex:0 1 40%;
      padding: 40px 40px 20px;
      display: flex;
      flex-direction: column;
  }
}

.product-closed__image-wrapper {
  max-height: 200px;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 992px) {
  .product-closed__image-wrapper {
      flex:0 1 60%;
      max-width: 60%;
      max-height: 100%;
  }
}

.product-closed__image-wrapper:after {
  background-color: rgba(0,0,0,0.4);
  content: '';
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity .4s;
  width: 100%;
  z-index: 2;
}

.product-closed__image-wrapper.clickable {
  cursor: pointer;
}

.product-closed__image {
  height: 100%;
  max-height: 200px;
  object-fit: cover;
  width: 100%;
}

.product-closed__title h3 {
  color: #2b2b2b;
  font-family: "Graphik-Medium",sans-serif;
  line-height: 1;
  margin: 0 0 5px 0;
  font-size: 1.5rem;
}

.product-closed__title h4 {
  color: #6d6e71;
  margin: 0 0 15px 0;
  font-size: 1.25rem;
}

.product-closed__categories {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 20px;
}

.product-closed__categories span {
  color: #2b2b2b;
  margin-bottom: 10px;
  font-size: 0.875rem;
}

.product-closed__categories p {
  color: #6d6e71;
  font-family: "Graphik-Medium",sans-serif;
  font-size: 1rem;
}

.product-closed__description {
  color: #6d6e71;
  margin: 16px 0 32px 0;
}

.product-closed__description a {
  color: #005aa0;
  text-decoration: none;
  transition: 0.4s;
}

.product-closed__description a:hover {
  color: #0a609c;
}

.product-closed__cta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: auto;
}

.product-closed__cta li {
  cursor: pointer;
}

.product-closed__cta li:not(:last-child) {
  margin-right: 32px;
}

.loading-data {
  background: url("data:image/svg+xml,%3Csvg class='lds-spinner' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect class='rect1' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect class='rect2' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect class='rect3' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect class='rect4' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect class='rect5' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect class='rect6' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect class='rect7' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect class='rect8' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect class='rect9' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect class='rect10' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect class='rect11' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect class='rect12' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cstyle%3E @keyframes loading-spinner %7B 0%25 %7B opacity: 1; %7D%0A100%25 %7B opacity: 0; %7D %7D .rect1 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.9166666666666666s; %7D .rect2 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.8333333333333334s; %7D .rect3 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.75s; %7D .rect4 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.6666666666666666s; %7D .rect5 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5833333333333334s; %7D .rect6 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5s; %7D .rect7 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.4166666666666667s; %7D .rect8 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.3333333333333333s; %7D .rect9 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.25s; %7D .rect10 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.16666666666666666s; %7D .rect11 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.08333333333333333s; %7D .rect12 %7B animation: loading-spinner 1s linear infinite; animation-delay: 0s; %7D%0A%3C/style%3E%3C/svg%3E") 98% no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.niches-list {
  display: flex;
  flex-wrap: wrap;
  font-family: "Graphik-Regular",sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}

.niches-list button {
  background-color: white;
  border: 1px solid #005aa0;
  border-radius: 19px;
  color: #2b2b2b;
  cursor: inherit;
  padding: 8px 16px;
  margin-top: 8px;
  margin-right: 8px;
  font-size: 0.75rem;
}

.loading-data {
  background: url("data:image/svg+xml,%3Csvg class='lds-spinner' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect class='rect1' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect class='rect2' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect class='rect3' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect class='rect4' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect class='rect5' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect class='rect6' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect class='rect7' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect class='rect8' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect class='rect9' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect class='rect10' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect class='rect11' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect class='rect12' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cstyle%3E @keyframes loading-spinner %7B 0%25 %7B opacity: 1; %7D%0A100%25 %7B opacity: 0; %7D %7D .rect1 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.9166666666666666s; %7D .rect2 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.8333333333333334s; %7D .rect3 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.75s; %7D .rect4 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.6666666666666666s; %7D .rect5 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5833333333333334s; %7D .rect6 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5s; %7D .rect7 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.4166666666666667s; %7D .rect8 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.3333333333333333s; %7D .rect9 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.25s; %7D .rect10 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.16666666666666666s; %7D .rect11 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.08333333333333333s; %7D .rect12 %7B animation: loading-spinner 1s linear infinite; animation-delay: 0s; %7D%0A%3C/style%3E%3C/svg%3E") 98% no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

button {
  cursor: pointer;
}

.button {
  background-color: #005aa0;

  color: #fff !important;
  display: inline-block;
  font-family: "Graphik-Semibold",sans-serif;
  padding: 15px 25px;
  transition: background-color 0.4s;
  text-decoration: none;
  font-size: 1.125rem;
  border-radius: 0.25rem;
  border: none;
  border-color: #fff;
}

.button:hover {
  background-color: #f5891f;
  border-color: #fff;
}

.button-close {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 371.23 371.23' style='enable-background:new 0 0 371.23 371.23;' xml:space='preserve'%3E%3Cpolygon points='371.23,21.213 350.018,0 185.615,164.402 21.213,0 0,21.213 164.402,185.615 0,350.018 21.213,371.23 185.615,206.828 350.018,371.23 371.23,350.018 206.828,185.615 '/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  display: block;
  padding: 0;
  height: 20px;
  width: 20px;
}

.loading-data {
  background: url("data:image/svg+xml,%3Csvg class='lds-spinner' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect class='rect1' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect class='rect2' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect class='rect3' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect class='rect4' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect class='rect5' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect class='rect6' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect class='rect7' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect class='rect8' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect class='rect9' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect class='rect10' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect class='rect11' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect class='rect12' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cstyle%3E @keyframes loading-spinner %7B 0%25 %7B opacity: 1; %7D%0A100%25 %7B opacity: 0; %7D %7D .rect1 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.9166666666666666s; %7D .rect2 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.8333333333333334s; %7D .rect3 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.75s; %7D .rect4 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.6666666666666666s; %7D .rect5 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5833333333333334s; %7D .rect6 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5s; %7D .rect7 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.4166666666666667s; %7D .rect8 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.3333333333333333s; %7D .rect9 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.25s; %7D .rect10 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.16666666666666666s; %7D .rect11 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.08333333333333333s; %7D .rect12 %7B animation: loading-spinner 1s linear infinite; animation-delay: 0s; %7D%0A%3C/style%3E%3C/svg%3E") 98% no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.link {
  align-items: center;
  border: none;
  background-color: transparent;
  color: #005aa0;
  cursor: pointer;
  display: flex;
  font-family: "Graphik-Regular",sans-serif;
  opacity: 1;
  padding: 0;
  text-decoration: inherit;
  font-size: 1.125rem;
}

.link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.316' height='7.015' viewBox='0 0 11.316 7.015'%3E%3Cpath id='Path_84' data-name='Path 84' d='M900.124,343.69l-1.518-1.443,4.09-4.3-4.09-4.09,1.481-1.481,5.534,5.534Z' transform='translate(343.69 -898.606) rotate(90)' fill='%23005aa0'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 11px;
  margin-left: 10px;
  transition: transform .25s;
  width: 14px;
}

.link:hover {
  color: #0a609c;
}

.link--open:after {
  transform: rotate(180deg);
}

.link--without-arrow::after {
  display: none;
}

.link--title-content-more {
  font-size: 0.875rem;
  padding-top: 12px;
}

.link--title-content-more:after {
  height: 8px;
  width: 11px;
}

.link--title-content-more:focus {
  outline: none;
}

.loading-data {
  background: url("data:image/svg+xml,%3Csvg class='lds-spinner' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect class='rect1' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect class='rect2' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect class='rect3' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect class='rect4' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect class='rect5' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect class='rect6' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect class='rect7' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect class='rect8' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect class='rect9' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect class='rect10' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect class='rect11' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect class='rect12' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cstyle%3E @keyframes loading-spinner %7B 0%25 %7B opacity: 1; %7D%0A100%25 %7B opacity: 0; %7D %7D .rect1 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.9166666666666666s; %7D .rect2 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.8333333333333334s; %7D .rect3 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.75s; %7D .rect4 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.6666666666666666s; %7D .rect5 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5833333333333334s; %7D .rect6 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5s; %7D .rect7 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.4166666666666667s; %7D .rect8 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.3333333333333333s; %7D .rect9 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.25s; %7D .rect10 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.16666666666666666s; %7D .rect11 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.08333333333333333s; %7D .rect12 %7B animation: loading-spinner 1s linear infinite; animation-delay: 0s; %7D%0A%3C/style%3E%3C/svg%3E") 98% no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.list-with-icon {
  font-family: "Graphik-Regular",sans-serif;
  margin-bottom: 40px;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-with-icon li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .list-with-icon li {
      margin-bottom:30px;
  }
}

.list-with-icon img {
  max-width: 22px;
  max-height: 17px;
  margin-right: 10px;
}

.loading-data {
  background: url("data:image/svg+xml,%3Csvg class='lds-spinner' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect class='rect1' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect class='rect2' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect class='rect3' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect class='rect4' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect class='rect5' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect class='rect6' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect class='rect7' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect class='rect8' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect class='rect9' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect class='rect10' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect class='rect11' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect class='rect12' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cstyle%3E @keyframes loading-spinner %7B 0%25 %7B opacity: 1; %7D%0A100%25 %7B opacity: 0; %7D %7D .rect1 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.9166666666666666s; %7D .rect2 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.8333333333333334s; %7D .rect3 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.75s; %7D .rect4 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.6666666666666666s; %7D .rect5 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5833333333333334s; %7D .rect6 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5s; %7D .rect7 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.4166666666666667s; %7D .rect8 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.3333333333333333s; %7D .rect9 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.25s; %7D .rect10 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.16666666666666666s; %7D .rect11 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.08333333333333333s; %7D .rect12 %7B animation: loading-spinner 1s linear infinite; animation-delay: 0s; %7D%0A%3C/style%3E%3C/svg%3E") 98% no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.title-content {
  margin-bottom: 32px;
}

.title-content--last {
  margin-bottom: 0;
}

.title-content__title {
  font-size: 1.5rem;
  color: #000;
  font-family: "Graphik-Regular",sans-serif;
  font-weight: normal;
  margin: 0 0 32px;
}

.title-content__content {
  color: #6d6e71;
}

.title-content__content p {
  font-size: 1rem;
  font-family: "Graphik-Regular",sans-serif;
  margin: 0 0 8px;
}

.title-content__content b {
  font-family: "Graphik-Semibold",sans-serif;
  font-weight: normal;
}

.title-content__content ul {
  margin: 0;
  padding: 0;
}

.title-content__content li {
  font-size: 0.875rem;
  font-family: "Graphik-Regular",sans-serif;
  list-style: none;
  margin-bottom: 16px;
}

.title-content__content li:last-child {
  margin-bottom: 0;
}

.title-content__content a {
  color: #005aa0;
  text-decoration: none;
  transition: 0.4s;
}

.title-content__content a:hover {
  color: #0a609c;
}

@media screen and (min-width: 992px) {
  .title-content__content--hide {
      position:absolute;
  }
}

.loading-data {
  background: url("data:image/svg+xml,%3Csvg class='lds-spinner' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect class='rect1' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect class='rect2' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect class='rect3' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect class='rect4' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect class='rect5' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect class='rect6' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect class='rect7' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect class='rect8' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect class='rect9' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect class='rect10' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect class='rect11' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect class='rect12' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cstyle%3E @keyframes loading-spinner %7B 0%25 %7B opacity: 1; %7D%0A100%25 %7B opacity: 0; %7D %7D .rect1 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.9166666666666666s; %7D .rect2 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.8333333333333334s; %7D .rect3 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.75s; %7D .rect4 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.6666666666666666s; %7D .rect5 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5833333333333334s; %7D .rect6 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5s; %7D .rect7 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.4166666666666667s; %7D .rect8 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.3333333333333333s; %7D .rect9 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.25s; %7D .rect10 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.16666666666666666s; %7D .rect11 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.08333333333333333s; %7D .rect12 %7B animation: loading-spinner 1s linear infinite; animation-delay: 0s; %7D%0A%3C/style%3E%3C/svg%3E") 98% no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.benefit {
  display: flex;
  font-family: "Graphik-Regular",sans-serif;
}

.benefit__content {
  display: flex;
  flex-direction: column;
}

.benefit__icon {
  max-height: 25px;
  max-width: 25px;
  margin-right: 20px;
}

.benefit__content {
  display: flex;
  flex-direction: column;
}

.benefit__content h4 {
  color: #2b2b2b;
  font-weight: normal;
  margin: 0;
  font-size: 1.25rem;
}

.benefit__content p {
  color: #6d6e71;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.loading-data {
  background: url("data:image/svg+xml,%3Csvg class='lds-spinner' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect class='rect1' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect class='rect2' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect class='rect3' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect class='rect4' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect class='rect5' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect class='rect6' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect class='rect7' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect class='rect8' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect class='rect9' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect class='rect10' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect class='rect11' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect class='rect12' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cstyle%3E @keyframes loading-spinner %7B 0%25 %7B opacity: 1; %7D%0A100%25 %7B opacity: 0; %7D %7D .rect1 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.9166666666666666s; %7D .rect2 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.8333333333333334s; %7D .rect3 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.75s; %7D .rect4 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.6666666666666666s; %7D .rect5 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5833333333333334s; %7D .rect6 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5s; %7D .rect7 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.4166666666666667s; %7D .rect8 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.3333333333333333s; %7D .rect9 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.25s; %7D .rect10 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.16666666666666666s; %7D .rect11 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.08333333333333333s; %7D .rect12 %7B animation: loading-spinner 1s linear infinite; animation-delay: 0s; %7D%0A%3C/style%3E%3C/svg%3E") 98% no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.benefit-list {
  font-family: "Graphik-Regular",sans-serif;
}

.benefit-list__title {
  font-weight: normal;
  margin: 0 0 40px 0;
  font-size: 1.25rem;
}

@media screen and (min-width: 992px) {
  .benefit-list__title {
      font-size:1.5rem;
  }
}

.benefit-list__content {
  list-style: none;
  margin: 0;
  padding: 0;
}

.benefit-list__content li {
  margin-bottom: 45px;
}

.loading-data {
  background: url("data:image/svg+xml,%3Csvg class='lds-spinner' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect class='rect1' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect class='rect2' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect class='rect3' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect class='rect4' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect class='rect5' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect class='rect6' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect class='rect7' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect class='rect8' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect class='rect9' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect class='rect10' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect class='rect11' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect class='rect12' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cstyle%3E @keyframes loading-spinner %7B 0%25 %7B opacity: 1; %7D%0A100%25 %7B opacity: 0; %7D %7D .rect1 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.9166666666666666s; %7D .rect2 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.8333333333333334s; %7D .rect3 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.75s; %7D .rect4 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.6666666666666666s; %7D .rect5 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5833333333333334s; %7D .rect6 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5s; %7D .rect7 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.4166666666666667s; %7D .rect8 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.3333333333333333s; %7D .rect9 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.25s; %7D .rect10 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.16666666666666666s; %7D .rect11 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.08333333333333333s; %7D .rect12 %7B animation: loading-spinner 1s linear infinite; animation-delay: 0s; %7D%0A%3C/style%3E%3C/svg%3E") 98% no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.contact-channel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Graphik-Regular",sans-serif;
}

.contact-channel__content {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .contact-channel__content {
      flex:1;
      flex-direction: row;
      justify-content: flex-start;
  }
}

.contact-channel__icon {
  max-height: 42px;
  max-width: 42px;
}

@media screen and (min-width: 992px) {
  .contact-channel__icon {
      margin-right:32px;
  }
}

.contact-channel__title {
  margin: 0;
  margin-top: 5px;
  font-size: 1.25rem;
}

@media screen and (min-width: 992px) {
  .contact-channel__title {
      margin-top:0;
      margin-right: 32px;
  }
}

.contact-channel__link {
  padding: 10px 20px;
  font-size: 0.875rem;
}

.loading-data {
  background: url("data:image/svg+xml,%3Csvg class='lds-spinner' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect class='rect1' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect class='rect2' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect class='rect3' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect class='rect4' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect class='rect5' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect class='rect6' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect class='rect7' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect class='rect8' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect class='rect9' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect class='rect10' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect class='rect11' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect class='rect12' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cstyle%3E @keyframes loading-spinner %7B 0%25 %7B opacity: 1; %7D%0A100%25 %7B opacity: 0; %7D %7D .rect1 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.9166666666666666s; %7D .rect2 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.8333333333333334s; %7D .rect3 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.75s; %7D .rect4 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.6666666666666666s; %7D .rect5 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5833333333333334s; %7D .rect6 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5s; %7D .rect7 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.4166666666666667s; %7D .rect8 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.3333333333333333s; %7D .rect9 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.25s; %7D .rect10 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.16666666666666666s; %7D .rect11 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.08333333333333333s; %7D .rect12 %7B animation: loading-spinner 1s linear infinite; animation-delay: 0s; %7D%0A%3C/style%3E%3C/svg%3E") 98% no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.contact-channel-list {
  display: flex;
  flex-direction: column;
  font-family: "Graphik-Regular",sans-serif;
  background-color: #fafafa;
  padding: 50px 30px;
}

.contact-channel-list__title {
  font-family: "Graphik-Semibold",sans-serif;
  color: #2b2b2b;
  margin: 0;
  font-size: 1.5rem;
}

.contact-channel-list__subtitle {
  color: #6d6e71;
  text-align: left;
  margin: 5px 0 10px;
  font-size: 1.125rem;
}

.contact-channel-list .contact-channel-list__content {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}

.contact-channel-list .contact-channel-list__content li {
  padding-top: 40px;
}

.contact-channel-list .contact-channel-list__content li:not(:last-child) {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 40px;
}

.loading-data {
  background: url("data:image/svg+xml,%3Csvg class='lds-spinner' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect class='rect1' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect class='rect2' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect class='rect3' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect class='rect4' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect class='rect5' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect class='rect6' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect class='rect7' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect class='rect8' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect class='rect9' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect class='rect10' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect class='rect11' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect class='rect12' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cstyle%3E @keyframes loading-spinner %7B 0%25 %7B opacity: 1; %7D%0A100%25 %7B opacity: 0; %7D %7D .rect1 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.9166666666666666s; %7D .rect2 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.8333333333333334s; %7D .rect3 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.75s; %7D .rect4 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.6666666666666666s; %7D .rect5 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5833333333333334s; %7D .rect6 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5s; %7D .rect7 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.4166666666666667s; %7D .rect8 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.3333333333333333s; %7D .rect9 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.25s; %7D .rect10 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.16666666666666666s; %7D .rect11 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.08333333333333333s; %7D .rect12 %7B animation: loading-spinner 1s linear infinite; animation-delay: 0s; %7D%0A%3C/style%3E%3C/svg%3E") 98% no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.interest-link {
  padding-top: 32px;
}

.interest-link__title {
  font-size: 1.5rem;
  color: #000;
  font-family: "Graphik-Regular",sans-serif;
  font-weight: normal;
  margin: 0 0 32px;
}

.interest-link__link {
  font-size: 0.875rem;
  line-height: 21px;
}

.interest-link__link:after {
  content: none;
}

.interest-link__links {
  padding-right: 16px;
}

.loading-data {
  background: url("data:image/svg+xml,%3Csvg class='lds-spinner' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect class='rect1' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect class='rect2' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect class='rect3' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect class='rect4' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect class='rect5' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect class='rect6' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect class='rect7' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect class='rect8' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect class='rect9' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect class='rect10' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect class='rect11' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect class='rect12' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cstyle%3E @keyframes loading-spinner %7B 0%25 %7B opacity: 1; %7D%0A100%25 %7B opacity: 0; %7D %7D .rect1 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.9166666666666666s; %7D .rect2 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.8333333333333334s; %7D .rect3 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.75s; %7D .rect4 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.6666666666666666s; %7D .rect5 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5833333333333334s; %7D .rect6 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5s; %7D .rect7 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.4166666666666667s; %7D .rect8 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.3333333333333333s; %7D .rect9 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.25s; %7D .rect10 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.16666666666666666s; %7D .rect11 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.08333333333333333s; %7D .rect12 %7B animation: loading-spinner 1s linear infinite; animation-delay: 0s; %7D%0A%3C/style%3E%3C/svg%3E") 98% no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.product-grid {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s;
}

.product-grid .button-close {
  display: none;
}

@media screen and (min-width: 992px) {
  .product-grid .button-close {
      display:block;
      flex-shrink: 0;
  }
}

.product-grid--open {
  max-height: 6000px;
}

@media screen and (min-width: 992px) {
  .product-grid--open {
      max-height:3000px;
  }
}

.product-grid__heading {
  border-top: 1px solid #E6E6E6;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 8px;
  margin: 20px 32px 8px;
}

@media screen and (min-width: 992px) {
  .product-grid__heading {
      margin:0 0 8px 0;
      padding: 40px 55px 0;
  }
}

.product-grid__title {
  font-size: 1.5rem;
  font-family: "Graphik-Semibold",sans-serif;
  font-weight: normal;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .product-grid__title {
      font-size:2.125rem;
      border-top: none;
  }
}

.product-grid__subtitle {
  font-size: 1.25rem;
  font-family: "Graphik-Regular",sans-serif;
  font-weight: normal;
  margin: 0 0 8px 0;
  padding: 0 32px;
}

@media screen and (min-width: 992px) {
  .product-grid__subtitle {
      font-size:1.5rem;
      padding: 0 55px;
  }
}

.product-grid__columns {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .product-grid__columns {
      padding-top:40px;
  }
}

.product-grid__column {
  flex: 0 1 100%;
  max-width: 100%;
  padding: 32px 32px 0;
}

.product-grid__column:first-child > div {
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 992px) {
  .product-grid__column:first-child > div {
      border-bottom:none;
      padding-left: 55px;
  }
}

@media screen and (min-width: 992px) {
  .product-grid__column > div {
      padding:40px 32px;
      position: relative;
  }
}

.product-grid__column--no-padding {
  background-color: #fafafa;
  padding: 0;
}

.product-grid__column--no-padding > div {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .product-grid__column--no-padding > div {
      padding:0;
  }
}

@media screen and (min-width: 992px) {
  .product-grid__column.product-grid__column--half {
      flex:0 1 50%;
      max-width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .product-grid__column.product-grid__column--only {
      flex:0 1 100%;
      max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .product-grid__column {
      flex:0 1 33.33%;
      max-width: 33.33%;
      overflow: hidden;
      padding: 0;
  }
}

.product-grid__close-link {
  justify-content: center;
  padding: 32px;
  text-align: center;
  width: 100%;
}

.product-grid__close-link:after {
  transform: rotate(180deg);
}

@media screen and (min-width: 992px) {
  .product-grid__close-link {
      display:none;
  }
}

.product-grid__titles-content {
  overflow: hidden;
  transition: max-height 0.4s;
}

.product-grid__titles-content--gradient {
  position: relative;
}

.product-grid__titles-content--gradient:after {
  background-image: linear-gradient(rgba(255,255,255,0.4),#fff);
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  position: absolute;
  transition: background-image 0.4s;
  right: 0;
}

.loading-data {
  background: url("data:image/svg+xml,%3Csvg class='lds-spinner' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect class='rect1' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect class='rect2' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect class='rect3' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect class='rect4' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect class='rect5' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect class='rect6' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect class='rect7' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect class='rect8' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect class='rect9' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect class='rect10' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect class='rect11' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect class='rect12' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cstyle%3E @keyframes loading-spinner %7B 0%25 %7B opacity: 1; %7D%0A100%25 %7B opacity: 0; %7D %7D .rect1 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.9166666666666666s; %7D .rect2 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.8333333333333334s; %7D .rect3 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.75s; %7D .rect4 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.6666666666666666s; %7D .rect5 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5833333333333334s; %7D .rect6 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5s; %7D .rect7 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.4166666666666667s; %7D .rect8 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.3333333333333333s; %7D .rect9 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.25s; %7D .rect10 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.16666666666666666s; %7D .rect11 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.08333333333333333s; %7D .rect12 %7B animation: loading-spinner 1s linear infinite; animation-delay: 0s; %7D%0A%3C/style%3E%3C/svg%3E") 98% no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.product {
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
  border: 1px solid #e6e6e6;
  margin: 0 0 30px;
  transition: box-shadow 0.3s,background-color 0.3s,margin 0.4s;
}

@media screen and (min-width: 768px) {
  .product.extended {
      box-shadow:0px 0px 60px rgba(0,0,0,0.15);
      margin: 0 -20px 30px;
  }
}

@media screen and (min-width: 1200px) {
  .product.extended {
      margin:0 -40px 30px;
  }
}

.product.opened {
  margin: 0 -16px;
}

@media screen and (min-width: 768px) {
  .product.opened {
      box-shadow:0px 0px 60px rgba(0,0,0,0.15);
      margin: 0 -20px 30px;
  }
}

@media screen and (min-width: 1200px) {
  .product.opened {
      margin:0 -40px 30px;
  }
}

.product.extended .product-closed__image-wrapper:after,.product.opened .product-closed__image-wrapper:after {
  opacity: 0;
}

.loading-data {
  background: url("data:image/svg+xml,%3Csvg class='lds-spinner' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect class='rect1' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect class='rect2' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect class='rect3' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect class='rect4' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect class='rect5' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect class='rect6' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect class='rect7' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect class='rect8' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect class='rect9' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect class='rect10' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect class='rect11' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect class='rect12' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cstyle%3E @keyframes loading-spinner %7B 0%25 %7B opacity: 1; %7D%0A100%25 %7B opacity: 0; %7D %7D .rect1 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.9166666666666666s; %7D .rect2 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.8333333333333334s; %7D .rect3 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.75s; %7D .rect4 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.6666666666666666s; %7D .rect5 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5833333333333334s; %7D .rect6 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5s; %7D .rect7 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.4166666666666667s; %7D .rect8 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.3333333333333333s; %7D .rect9 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.25s; %7D .rect10 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.16666666666666666s; %7D .rect11 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.08333333333333333s; %7D .rect12 %7B animation: loading-spinner 1s linear infinite; animation-delay: 0s; %7D%0A%3C/style%3E%3C/svg%3E") 98% no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.niches-filter {
  margin-top: 90px;
  margin-bottom: 84px;
}

.niches-filter .niches-list button {
  font-size: 1rem;
  background-color: white;
  border-color: #bebebe;
  color: #4d4d4f;
  cursor: pointer;
  transition: background-color 0.4s,color 0.4s,border-color 0.4s;
}

.niches-filter .niches-list button:hover {
  border-color: #005aa0;
  color: #005aa0;
}

.niches-filter .niches-list button.active {
  background-color: rgba(16,117,187,0.03);
  color: #005aa0;
  border-color: #005aa0;
  font-family: "Graphik-Medium",sans-serif;
}

.niches-filter__title {
  font-size: 1.75rem;
  padding-bottom: 12px;
  margin: 0 0 16px;
  font-family: "Graphik-Semibold",sans-serif;
  font-weight: normal;
  position: relative;
}

@media screen and (min-width: 992px) {
  .niches-filter__title {
      font-size:2.125rem;
  }
}

.niches-filter__title:after {
  background-color: #c8102f;
  bottom: 0;
  content: "";
  height: 3px;
  left: 2px;
  width: 25px;
  position: absolute;
}

.niches-filter__subtitle {
  font-size: 1rem;
  margin: 0 0 8px;
  font-family: "Graphik-Medium",sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 992px) {
  .niches-filter__subtitle {
      font-size:1.125rem;
  }
}

.loading-data {
  background: url("data:image/svg+xml,%3Csvg class='lds-spinner' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect class='rect1' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect class='rect2' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect class='rect3' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect class='rect4' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect class='rect5' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect class='rect6' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect class='rect7' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect class='rect8' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect class='rect9' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect class='rect10' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect class='rect11' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect class='rect12' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cstyle%3E @keyframes loading-spinner %7B 0%25 %7B opacity: 1; %7D%0A100%25 %7B opacity: 0; %7D %7D .rect1 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.9166666666666666s; %7D .rect2 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.8333333333333334s; %7D .rect3 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.75s; %7D .rect4 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.6666666666666666s; %7D .rect5 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5833333333333334s; %7D .rect6 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5s; %7D .rect7 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.4166666666666667s; %7D .rect8 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.3333333333333333s; %7D .rect9 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.25s; %7D .rect10 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.16666666666666666s; %7D .rect11 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.08333333333333333s; %7D .rect12 %7B animation: loading-spinner 1s linear infinite; animation-delay: 0s; %7D%0A%3C/style%3E%3C/svg%3E") 98% no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.category-filter__wrapper {
  display: flex;
  font-family: "Graphik-Regular",sans-serif;
  justify-content: center;
  margin: -30px 0 84px;
  position: relative;
  z-index: 4;
  font-size: 0.875rem;
}

.category-filter {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  background-color: #fff;
  box-shadow: 0px 13px 30px -8px rgba(0,0,0,0.1);
  overflow: auto;
  padding: 20px 10px;
  position: relative;
}

.category-filter li {
  flex: 1 0 auto;
}

@media screen and (min-width: 768px) {
  .category-filter li {
      flex:0 1 auto;
  }
}

.category-filter li + li {
  border-left: 1px solid #bebebe;
}

@media screen and (min-width: 768px) {
  .category-filter {
      overflow:visible;
  }
}

@media screen and (min-width: 992px) {
  .category-filter {
      padding:20px 20px 25px;
      font-size: 1.125rem;
  }
}

.category-filter__item {
  display: inline-block;
  cursor: pointer;
  color: #6d6e71;
  border: none;
  background-color: transparent;
  height: 100%;
  padding: 0 16px;
  text-align: center;
  transition: color 0.4s,font-family 0.4s;
}

@media screen and (min-width: 992px) {
  .category-filter__item {
      padding:0 32px;
  }
}

.category-filter__item:hover,.category-filter__item.active {
  color: #2b2b2b;
  font-family: "Graphik-Semibold",sans-serif;
}

.category-filter__item button {
  color: #6d6e71;
  text-decoration: none;
}

.category-filter__item button:hover {
  color: #2b2b2b;
  transition: color 0.3s;
}

.category-filter__item.active button {
  color: #2b2b2b;
  font-family: "Graphik-Semibold",sans-serif;
}

.filter-category-products__underline {
  display: block;
  background-color: #c8102f;
  height: 2px;
  left: 0;
  top: 80%;
  position: absolute;
  z-index: 3;
}

.filter-category-products__underline.transitioning {
  transition-duration: 400ms;
}

@media screen and (min-width: 768px) {
  .category-filter__mobile-items {
      display:none;
  }
}

.loading-data {
  background: url("data:image/svg+xml,%3Csvg class='lds-spinner' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect class='rect1' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect class='rect2' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect class='rect3' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect class='rect4' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect class='rect5' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect class='rect6' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect class='rect7' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect class='rect8' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect class='rect9' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect class='rect10' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect class='rect11' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect class='rect12' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cstyle%3E @keyframes loading-spinner %7B 0%25 %7B opacity: 1; %7D%0A100%25 %7B opacity: 0; %7D %7D .rect1 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.9166666666666666s; %7D .rect2 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.8333333333333334s; %7D .rect3 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.75s; %7D .rect4 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.6666666666666666s; %7D .rect5 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5833333333333334s; %7D .rect6 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5s; %7D .rect7 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.4166666666666667s; %7D .rect8 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.3333333333333333s; %7D .rect9 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.25s; %7D .rect10 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.16666666666666666s; %7D .rect11 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.08333333333333333s; %7D .rect12 %7B animation: loading-spinner 1s linear infinite; animation-delay: 0s; %7D%0A%3C/style%3E%3C/svg%3E") 98% no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.category-filter__more {
  display: none;
  padding: 0 16px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .category-filter__more {
      align-items:center;
      display: flex;
  }
}

@media screen and (min-width: 992px) {
  .category-filter__more {
      padding:0 32px;
  }
}

.category-filter__more:after {
  content: "";
  display: inline-block;
  padding: 6px;
  box-shadow: 3px -3px 0 0 #6D6E71 inset;
  transform: rotate(-45deg);
  margin: -6px 0 0 10px;
}

@media screen and (min-width: 992px) {
  .category-filter__more:after {
      margin:-5px 0 0 10px;
  }
}

.category-filter__more__wrapper {
  position: relative;
}

.category-filter__more__wrapper:hover .category-filter__dropdown {
  max-height: 500px;
}

.category-filter__more__wrapper .category-filter__dropdown li {
  border-left: none;
}

.category-filter__dropdown {
  background-color: #fff;
  margin: 0;
  list-style: none;
  padding: 10px 0 0 0;
  position: absolute;
  top: 130%;
  right: -30px;
  min-width: 150px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s;
  box-shadow: 0px 13px 30px -8px rgba(0,0,0,0.1);
  z-index: 2;
}

.category-filter__dropdown .category-filter__item {
  font-size: 14px;
  padding: 16px 16px;
  width: 100%;
  transition: background-color 0.4s;
}

.category-filter__dropdown .category-filter__item:hover {
  background-color: #e6e6e6;
}

.category-filter__dropdown .category-filter__item:focus {
  outline: none;
}

@media screen and (min-width: 992px) {
  .category-filter__dropdown .category-filter__item {
      font-size:16px;
  }
}

.loading-data {
  background: url("data:image/svg+xml,%3Csvg class='lds-spinner' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect class='rect1' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect class='rect2' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect class='rect3' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect class='rect4' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect class='rect5' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect class='rect6' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect class='rect7' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect class='rect8' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect class='rect9' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect class='rect10' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect class='rect11' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect class='rect12' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cstyle%3E @keyframes loading-spinner %7B 0%25 %7B opacity: 1; %7D%0A100%25 %7B opacity: 0; %7D %7D .rect1 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.9166666666666666s; %7D .rect2 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.8333333333333334s; %7D .rect3 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.75s; %7D .rect4 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.6666666666666666s; %7D .rect5 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5833333333333334s; %7D .rect6 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5s; %7D .rect7 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.4166666666666667s; %7D .rect8 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.3333333333333333s; %7D .rect9 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.25s; %7D .rect10 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.16666666666666666s; %7D .rect11 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.08333333333333333s; %7D .rect12 %7B animation: loading-spinner 1s linear infinite; animation-delay: 0s; %7D%0A%3C/style%3E%3C/svg%3E") 98% no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.not-found {
  padding: 0 32px 64px;
  text-align: center;
}

.not-found__image {
  margin: 0 auto;
  max-width: 215px;
}

.not-found__text {
  font-size: 1.375rem;
  color: #6d6e71;
  font-family: "Graphik-Regular",sans-serif;
  margin: 32px auto 0;
  max-width: 475px;
  text-align: center;
}

.loading-data {
  background: url("data:image/svg+xml,%3Csvg class='lds-spinner' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect class='rect1' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect class='rect2' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect class='rect3' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect class='rect4' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect class='rect5' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect class='rect6' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect class='rect7' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect class='rect8' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect class='rect9' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect class='rect10' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect class='rect11' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect class='rect12' x='47' y='24' rx='9.4' ry='4.8' width='6' height='12' fill='%2328292f'%3E%3C/rect%3E%3C/g%3E%3Cstyle%3E @keyframes loading-spinner %7B 0%25 %7B opacity: 1; %7D%0A100%25 %7B opacity: 0; %7D %7D .rect1 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.9166666666666666s; %7D .rect2 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.8333333333333334s; %7D .rect3 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.75s; %7D .rect4 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.6666666666666666s; %7D .rect5 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5833333333333334s; %7D .rect6 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.5s; %7D .rect7 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.4166666666666667s; %7D .rect8 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.3333333333333333s; %7D .rect9 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.25s; %7D .rect10 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.16666666666666666s; %7D .rect11 %7B animation: loading-spinner 1s linear infinite; animation-delay: -0.08333333333333333s; %7D .rect12 %7B animation: loading-spinner 1s linear infinite; animation-delay: 0s; %7D%0A%3C/style%3E%3C/svg%3E") 98% no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.products-list {
  font-family: "Graphik-Regular",sans-serif;
}

.products-list__container--extra-top {
  padding: 64px 0 0;
}

.products-list__title {
  font-family: "Graphik-Regular",sans-serif;
  font-size: 16px;
  color: #2b2b2b;
  margin-bottom: 0;
  padding: 40px 0px;
  transition: padding 0.3s;
  width: 100%;
}

.products-list__title span {
  color: #c8102f;
}

@media screen and (min-width: 992px) {
  .products-list__title {
      font-size:24px;
      padding: 20px 0 40px;
  }
}

.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-list__item {
  margin: 0 0 60px;
}

.ui-dialog ~ .ck-body-wrapper {
  --ck-z-panel: 1261;
}

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94,158,214);
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  font-weight: normal;
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
  opacity: .35;
  background-image: none;
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,.ui-widget-content .ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_444444_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_444444_256x240.png);
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_555555_256x240.png);
}

.ui-state-active .ui-icon,.ui-button:active .ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_777777_256x240.png);
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}

.addtoany {
  display: inline;
}

.addtoany_list {
  display: inline;
  line-height: 16px;
}

.addtoany_list > a,.addtoany_list a img,.addtoany_list a > span {
  vertical-align: middle;
}

.addtoany_list > a {
  border: 0;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
}

.addtoany_list.a2a_kit_size_32 > a {
  font-size: 32px;
}

.addtoany_list .a2a_counter img {
  float: left;
}

.addtoany_list a span.a2a_img {
  display: inline-block;
  height: 16px;
  opacity: 1;
  overflow: hidden;
  width: 16px;
}

.addtoany_list a span {
  display: inline-block;
  float: none;
}

.addtoany_list.a2a_kit_size_32 a > span {
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  opacity: 1;
  width: 32px;
}

.addtoany_list a:hover:hover img,.addtoany_list a:hover span {
  opacity: .7;
}

.addtoany_list a.addtoany_share_save img {
  border: 0;
  width: auto;
  height: auto;
}

.addtoany_list a .a2a_count {
  position: relative;
}

.paragraph--unpublished {
  background-color: #fff4f4;
}

/* 
.product {
  transition: all 0.4s ease-in-out;
  margin: 0 0 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #e6e6e6;
  background-color: white;
} */
/* expand de product li servicios */
/* .product:hover {
  margin: 0 -20px 30px; 
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15); 
  z-index: 10; 
} */

/* @media screen and (min-width: 1200px) {
  .product:hover {
    margin: 0 -40px 30px; 
  }
} */

.product-closed__image-wrapper:hover:after {
  opacity: 0; /* Remove overlay on hover */
}

html {
  scroll-behavior: smooth;
}

ul,ol {
  padding-left: 1em
}

